1. 15cdc644 rpcrdma: Fix SQ size calculation when memreg is FRMR by Tom Tucker · 14 years ago
  2. 7a8b80eb xprtrdma: Do not truncate iova_start values in frmr registrations. by Steve Wise · 14 years ago
  3. f72caf7 Merge branch 'for-2.6.35' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  4. d60dbb2 SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqst by Trond Myklebust · 14 years ago
  5. a8ce4a8 SUNRPC: Fail over more quickly on connect errors by Trond Myklebust · 14 years ago
  6. 0b9e794 SUNRPC: Move the test for XPRT_CONNECTING into xprt_connect() by Trond Myklebust · 14 years ago
  7. 5306293 Merge commit 'v2.6.34-rc6' by J. Bruce Fields · 14 years ago
  8. b48fa6b sunrpc: centralise most calls to svc_xprt_received by Neil Brown · 14 years ago
  9. fedfb94 Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  10. bade732 svcrdma: RDMA support not yet compatible with RPC6 by Tom Tucker · 14 years ago
  11. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  12. 81160e66 net/sunrpc: Convert (void)snprintf to snprintf by Joe Perches · 14 years ago
  13. fc0b5791 net/sunrpc: Remove uses of NIPQUAD, use %pI4 by Joe Perches · 14 years ago
  14. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  15. d7fc02c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  16. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  17. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 15 years ago
  18. 6d45611 sysctl: Drop & in front of every proc_handler. by Eric W. Biederman · 15 years ago
  19. f8572d8 sysctl net: Remove unused binary sysctl code by Eric W. Biederman · 15 years ago
  20. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
  21. 8d65af7 sysctl: remove "struct file *" argument of ->proc_handler by Alexey Dobriyan · 15 years ago
  22. e9dc122 Merge branch 'nfs-for-2.6.32' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 into for-2.6.32-incoming by J. Bruce Fields · 15 years ago
  23. c740eff SUNRPC: Kill RPC_DISPLAY_ALL by Chuck Lever · 15 years ago
  24. c877b84 SUNRPC: Use rpc_ntop() for constructing transport address strings by Chuck Lever · 15 years ago
  25. ba80913 SUNRPC: Remove duplicate universal address generation by Chuck Lever · 15 years ago
  26. 846d8e7 svcrdma: fix error handling of rdma_alloc_frmr() by Wei Yongjun · 15 years ago
  27. 59fb306 sunrpc: potential memory leak in function rdma_read_xdr by Christian Engelmayer · 15 years ago
  28. c8bce3d Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 15 years ago
  29. 98779be svcrdma: dma unmap the correct length for the RPCRDMA header page. by Steve Wise · 15 years ago
  30. 6874308 XPRTRDMA: fix client rpcrdma FRMR registration on mlx4 devices by Vu Pham · 15 years ago
  31. 21515e4 svcrdma: clean up error paths. by Steve Wise · 15 years ago
  32. d0687be svcrdma: Fix dma map direction for rdma read targets by Steve Wise · 15 years ago
  33. 2e3c230 SVCRDMA: fix recent printk format warnings. by Tom Talpey · 15 years ago
  34. b38ab40 XPRTRDMA: correct an rpc/rdma inline send marshaling error by Tom Talpey · 15 years ago
  35. b1e1e15 SVCRDMA: remove faulty assertions in rpc/rdma chunk validation. by Tom Talpey · 15 years ago
  36. b1721d2 rpc/rdma: goto instead of copypaste by Ilpo Järvinen · 16 years ago
  37. 5eaa65b net: Make static by Roel Kluin · 16 years ago
  38. ff0db04 sunrpc: fix warning in net/sunrpc/xprtrdma/verbs.c by Ingo Molnar · 16 years ago
  39. ed72b9c sunrpc: fix warning in net/sunrpc/xprtrdma/svc_rdma_transport.c by Ingo Molnar · 16 years ago
  40. 21454aa net: replace NIPQUAD() in net/*/ by Harvey Harrison · 16 years ago
  41. 6925bac Merge branch 'next' by Trond Myklebust · 16 years ago
  42. 8acd3a6 Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 16 years ago
  43. c055551 RPC/RDMA: ensure connection attempt is complete before signalling. by Tom Talpey · 16 years ago
  44. 08ca0dc RPC/RDMA: correct the reconnect timer backoff by Tom Talpey · 16 years ago
  45. b3cd8d4 RPC/RDMA: optionally emit useful transport info upon connect/disconnect. by Tom Talpey · 16 years ago
  46. 5f37d56 RPC/RDMA: reformat a debug printk to keep lines together. by Tom Talpey · 16 years ago
  47. 5675add RPC/RDMA: harden connection logic against missing/late rdma_cm upcalls. by Tom Talpey · 16 years ago
  48. 1a95405 RPC/RDMA: fix connect/reconnect resource leak. by Tom Talpey · 16 years ago
  49. 926449b RPC/RDMA: return a consistent error, when connect fails. by Tom Talpey · 16 years ago
  50. 9191ca3 RPC/RDMA: adhere to protocol for unpadded client trailing write chunks. by Tom Talpey · 16 years ago
  51. fee08ca RPC/RDMA: avoid an oops due to disconnect racing with async upcalls. by Tom Talpey · 16 years ago
  52. ad0e9e0 RPC/RDMA: maintain the RPC task bytes-sent statistic. by Tom Talpey · 16 years ago
  53. 575448b RPC/RDMA: suppress retransmit on RPC/RDMA clients. by Tom Talpey · 16 years ago
  54. b334eaa RPC/RDMA: fix connection IRD/ORD setting by Tom Tucker · 16 years ago
  55. 3197d309 RPC/RDMA: support FRMR client memory registration. by Tom Talpey · 16 years ago
  56. bd7ed1d RPC/RDMA: check selected memory registration mode at runtime. by Tom Talpey · 16 years ago
  57. fe9053b RPC/RDMA: add data types and new FRMR memory registration enum. by Tom Talpey · 16 years ago
  58. 8d4ba03 RPC/RDMA: refactor the inline memory registration code. by Tom Talpey · 16 years ago
  59. 67080c8 svcrdma: Fix IRD/ORD polarity by Tom Tucker · 16 years ago
  60. 04911b5 svcrdma: Update svc_rdma_send_error to use DMA LKEY by Tom Tucker · 16 years ago
  61. afd566e svcrdma: Modify the RPC reply path to use FRMR when available by Tom Tucker · 16 years ago
  62. 146b6df svcrdma: Modify the RPC recv path to use FRMR when available by Tom Tucker · 16 years ago
  63. 5b180a9 svcrdma: Add support to svc_rdma_send to handle chained WR by Tom Tucker · 16 years ago
  64. a5abf4e svcrdma: Modify post recv path to use local dma key by Tom Tucker · 16 years ago
  65. e118321 svcrdma: Add a service to register a Fast Reg MR with the device by Tom Tucker · 16 years ago
  66. 3a5c638 svcrdma: Query device for Fast Reg support during connection setup by Tom Tucker · 16 years ago
  67. 64be8608 svcrdma: Add FRMR get/put services by Tom Tucker · 16 years ago
  68. 6067804 net: Use hton[sl]() instead of __constant_hton[sl]() where applicable by Arnaldo Carvalho de Melo · 16 years ago
  69. 24b8b44 svcrdma: Fix race between svc_rdma_recvfrom thread and the dto_tasklet by Tom Tucker · 16 years ago
  70. 8d8bb39 dma-mapping: add the device argument to dma_mapping_error() by FUJITA Tomonori · 16 years ago
  71. 8948896 svcrdma: Change WR context get/put to use the kmem cache by Tom Tucker · 16 years ago
  72. bf5927d svcrdma: Create a kmem cache for the WR contexts by Tom Tucker · 16 years ago
  73. 902a94e svcrdma: Add flush_scheduled_work to module exit function by Tom Tucker · 16 years ago
  74. 36ef25e svcrdma: Limit ORD based on client's advertised IRD by Tom Tucker · 16 years ago
  75. 94dba49 svcrdma: Remove unneeded spin locks from __svc_rdma_free by Tom Tucker · 16 years ago
  76. 87295b6 svcrdma: Add dma map count and WARN_ON by Tom Tucker · 16 years ago
  77. e6ab914 svcrdma: Move the DMA unmap logic to the CQ handler by Tom Tucker · 16 years ago
  78. f820c57 svcrdma: Use reply and chunk map for RDMA_READ processing by Tom Tucker · 16 years ago
  79. 34d16e4 svcrdma: Use RPC reply map for RDMA_WRITE processing by Tom Tucker · 16 years ago
  80. ab96ddd svcrdma: Add a type for keeping NFS RPC mapping by Tom Tucker · 16 years ago
  81. a6f911c svcrdma: Verify read-list fits within RPCSVC_MAXPAGES by Tom Tucker · 16 years ago
  82. 008fdbc svcrdma: Change svc_rdma_send_error return type to void by Tom Tucker · 16 years ago
  83. af261af svcrdma: Copy transport address and arm CQ before calling rdma_accept by Tom Tucker · 16 years ago
  84. 69500c4 svcrdma: Set rqstp transport address in rdma_read_complete function by Tom Tucker · 16 years ago
  85. 97a3df3 svcrdma: Use ib verbs version of dma_unmap by Tom Tucker · 16 years ago
  86. 356d0a1 svcrdma: Cleanup queued, but unprocessed I/O in svc_rdma_free by Tom Tucker · 16 years ago
  87. 1711386 svcrdma: Move the QP and cm_id destruction to svc_rdma_free by Tom Tucker · 16 years ago
  88. 0905c0f svcrdma: Add reference for each SQ/RQ WR by Tom Tucker · 16 years ago
  89. 8da91ea svcrdma: Move destroy to kernel thread by Tom Tucker · 16 years ago
  90. 47698e0 svcrdma: Shrink scope of spinlock on RQ CQ by Tom Tucker · 16 years ago
  91. 8740767 svcrdma: Use standard Linux lists for context cache by Tom Tucker · 16 years ago
  92. 02e7452 svcrdma: Simplify RDMA_READ deferral buffer management by Tom Tucker · 16 years ago
  93. 10a38c3 svcrdma: Remove unused READ_DONE context flags bit by Tom Tucker · 16 years ago
  94. d16d400 svcrdma: Return error from rdma_read_xdr so caller knows to free context by Tom Tucker · 16 years ago
  95. 58e8f62 svcrdma: Fix error handling during listening endpoint creation by Tom Tucker · 16 years ago
  96. 5ac461a svcrdma: Free context on post_recv error in send_reply by Tom Tucker · 16 years ago
  97. 05a0826 svcrdma: Free context on ib_post_recv error by Tom Tucker · 16 years ago
  98. 120693d svcrdma: Add put of connection ESTABLISHED reference in rdma_cma_handler by Tom Tucker · 16 years ago
  99. 9d6347a svcrdma: Fix return value in svc_rdma_send by Tom Tucker · 16 years ago
  100. dbcd00e svcrdma: Fix race with dto_tasklet in svc_rdma_send by Tom Tucker · 16 years ago