1. 16 12月, 2014 3 次提交
  2. 09 10月, 2014 5 次提交
  3. 02 4月, 2014 2 次提交
  4. 18 3月, 2014 7 次提交
  5. 10 8月, 2013 4 次提交
  6. 05 6月, 2013 1 次提交
  7. 02 5月, 2013 1 次提交
  8. 22 2月, 2013 2 次提交
  9. 20 3月, 2012 1 次提交
  10. 25 2月, 2010 2 次提交
  11. 13 11月, 2009 1 次提交
  12. 15 7月, 2008 1 次提交
  13. 12 7月, 2008 1 次提交
  14. 30 4月, 2008 2 次提交
  15. 25 11月, 2007 1 次提交
  16. 23 10月, 2007 1 次提交
  17. 16 10月, 2007 1 次提交
  18. 10 10月, 2007 1 次提交
  19. 18 7月, 2007 1 次提交
    • R
      IB/iser: Make a couple of functions static · 41179e2d
      Roland Dreier 提交于
      Make iser_conn_release() and iser_start_rdma_unaligned_sg() static,
      since they are only used in the .c file where they are defined.  In
      addition to being a cleanup, this even shrinks the generated code by
      allowing the single call of iser_start_rdma_unaligned_sg() to be
      inlined into its callsite.  On x86_64:
      
      add/remove: 0/1 grow/shrink: 1/0 up/down: 466/-533 (-67)
      function                                     old     new   delta
      iser_reg_rdma_mem                           1518    1984    +466
      iser_start_rdma_unaligned_sg                 533       -    -533
      Signed-off-by: NRoland Dreier <rolandd@cisco.com>
      41179e2d
  20. 13 12月, 2006 2 次提交