1. 2fe81b2 svcrdma: Improve allocation of struct svc_rdma_req_map by Chuck Lever · 9 years ago
  2. cc886c9 svcrdma: Improve allocation of struct svc_rdma_op_ctxt by Chuck Lever · 9 years ago
  3. ced4ac0 svcrdma: Clean up process_context() by Chuck Lever · 9 years ago
  4. 3d61677 svcrdma: Clean up rdma_create_xprt() by Chuck Lever · 9 years ago
  5. cc80fe0 Merge tag 'nfsd-4.5' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 9 years ago
  6. 875fc4f Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  7. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
  8. daaadd2 Merge branch 'bugfixes' by Trond Myklebust · 9 years ago
  9. 3daa020 Revert "svcrdma: Do not send XDR roundup bytes for a write chunk" by J. Bruce Fields · 9 years ago
  10. 13331a5 SUNRPC: Fixup socket wait for memory by Trond Myklebust · 9 years ago
  11. 0b161e6 SUNRPC: Fix a missing break in rpc_anyaddr() by Trond Myklebust · 9 years ago
  12. 8d0ed0c Merge tag 'nfs-rdma-4.5' of git://git.linux-nfs.org/projects/anna/nfs-rdma by Trond Myklebust · 9 years ago
  13. d135891 SUNRPC: drop unused xs_reclassify_socketX() helpers by Stefan Hajnoczi · 9 years ago
  14. c3d4879 sunrpc: Add a function to close temporary transports immediately by Scott Mayhew · 9 years ago
  15. e3e45b1 xprtrdma: Avoid calling ib_query_device by Or Gerlitz · 9 years ago
  16. 26ae9d1 xprtrdma: Revert commit e7104a2a9606 ('xprtrdma: Cap req_cqinit'). by Chuck Lever · 9 years ago
  17. 6879164 xprtrdma: Invalidate in the RPC reply handler by Chuck Lever · 9 years ago
  18. 73eee9b xprtrdma: Add ro_unmap_sync method for all-physical registration by Chuck Lever · 9 years ago
  19. 7c7a539 xprtrdma: Add ro_unmap_sync method for FMR by Chuck Lever · 9 years ago
  20. c9918ff xprtrdma: Add ro_unmap_sync method for FRWR by Chuck Lever · 9 years ago
  21. 32d0cee xprtrdma: Introduce ro_unmap_sync method by Chuck Lever · 9 years ago
  22. 3cf4e16 xprtrdma: Move struct ib_send_wr off the stack by Chuck Lever · 9 years ago
  23. c8bbe0c xprtrdma: Disable RPC/RDMA backchannel debugging messages by Chuck Lever · 9 years ago
  24. ffc4d9b xprtrdma: xprt_rdma_free() must not release backchannel reqs by Chuck Lever · 9 years ago
  25. 9b06688 xprtrdma: Fix additional uses of spin_lock_irqsave(rb_lock) by Chuck Lever · 9 years ago
  26. abfb689 xprtrdma: checking for NULL instead of IS_ERR() by Dan Carpenter · 9 years ago
  27. 38b95bc xprtrdma: clean up some curly braces by Dan Carpenter · 9 years ago
  28. dfd01f0 sched/wait: Fix the signal handling fix by Peter Zijlstra · 9 years ago
  29. 756b9b3 SUNRPC: Fix callback channel by Trond Myklebust · 9 years ago
  30. 071f5d1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  31. 9cd3e07 net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA by Eric Dumazet · 9 years ago
  32. 414ca01 nfsd4: fix gss-proxy 4.1 mounts for some AD principals by J. Bruce Fields · 9 years ago
  33. 6496500c svcrpc: move some initialization to common code by J. Bruce Fields · 9 years ago
  34. 38b7631 nfs4: limit callback decoding to received bytes by Benjamin Coddington · 9 years ago
  35. 6f18dc8 svcrdma: Do not send XDR roundup bytes for a write chunk by Chuck Lever · 9 years ago
  36. 31c1feb Merge tag 'nfsd-4.4' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 9 years ago
  37. 0442f14 svcrpc: document lack of some memory barriers by J. Bruce Fields · 9 years ago
  38. ea833f5 SUNRPC: drop stale comment in svc_setup_socket() by Stefan Hajnoczi · 9 years ago
  39. e6604ecb Merge tag 'nfs-for-4.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  40. ab9f2fa Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  41. 941c3ff Sunrpc: Supports hexadecimal number for sysctl files of sunrpc debug by Kinglong Mee · 9 years ago
  42. 7fc5613 SUNRPC: fix variable type by Andrzej Hajda · 9 years ago
  43. ac3c860 Merge tag 'nfs-rdma-4.4-2' of git://git.linux-nfs.org/projects/anna/nfs-rdma by Trond Myklebust · 9 years ago
  44. 7656677 NFS: Enable client side NFSv4.1 backchannel to use other transports by Chuck Lever · 9 years ago
  45. 0f2e3bd SUNRPC: Remove the TCP-only restriction in bc_svc_process() by Chuck Lever · 9 years ago
  46. 9468431 svcrdma: Add backward direction service for RPC/RDMA transport by Chuck Lever · 9 years ago
  47. 63cae47 xprtrdma: Handle incoming backward direction RPC calls by Chuck Lever · 9 years ago
  48. 83128a6 xprtrdma: Add support for sending backward direction RPC replies by Chuck Lever · 9 years ago
  49. 124fa17 xprtrdma: Pre-allocate Work Requests for backchannel by Chuck Lever · 9 years ago
  50. f531a5d xprtrdma: Pre-allocate backward rpc_rqst and send/receive buffers by Chuck Lever · 9 years ago
  51. 42e5c3e SUNRPC: Abstract backchannel operations by Chuck Lever · 9 years ago
  52. a5b027e xprtrdma: Saving IRQs no longer needed for rb_lock by Chuck Lever · 9 years ago
  53. 2da9ab3 xprtrdma: Remove reply tasklet by Chuck Lever · 9 years ago
  54. fe97b47 xprtrdma: Use workqueue to process RPC/RDMA replies by Chuck Lever · 9 years ago
  55. 1e465fd xprtrdma: Replace send and receive arrays by Chuck Lever · 9 years ago
  56. b0e178a xprtrdma: Refactor reply handler error handling by Chuck Lever · 9 years ago
  57. 4220a07 xprtrdma: Prevent loss of completion signals by Chuck Lever · 9 years ago
  58. 7b3d770 xprtrdma: Re-arm after missed events by Chuck Lever · 9 years ago
  59. a045178 xprtrdma: Enable swap-on-NFS/RDMA by Chuck Lever · 9 years ago
  60. 8610586 xprtrdma: don't log warnings for flushed completions by Steve Wise · 9 years ago
  61. 412a15c svcrdma: Port to new memory registration API by Sagi Grimberg · 9 years ago
  62. 4143f34 xprtrdma: Port to new memory registration API by Sagi Grimberg · 9 years ago
  63. 63e8790 Merge branch 'wr-cleanup' into k.o/for-4.4 by Doug Ledford · 9 years ago
  64. eb14ab3 Merge branch 'wr-cleanup' of git://git.infradead.org/users/hch/rdma into wr-cleanup by Doug Ledford · 9 years ago
  65. fa20105 IB/cma: Add support for network namespaces by Guy Shapiro · 9 years ago
  66. 7786203 sunrpc/cache: make cache flushing more reliable. by Neil Brown · 9 years ago
  67. cc6a7aa sunrpc: avoid warning in gss_key_timeout by Arnd Bergmann · 9 years ago
  68. 226453d SUNRPC: Use MSG_SENDPAGE_NOTLAST when calling sendpage() by Trond Myklebust · 9 years ago
  69. fc81a06 Merge branch 'k.o/for-4.3-v1' into k.o/for-4.4 by Doug Ledford · 9 years ago
  70. 58bd6e0 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  71. 5b5f145 Merge tag 'nfsd-4.3-2' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 9 years ago
  72. 3be7f32 svcrdma: Fix NFS server crash triggered by 1MB NFS WRITE by Chuck Lever · 9 years ago
  73. 38aa0a5 Merge tag 'nfsd-4.3-1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 9 years ago
  74. 31303d6 SUNRPC: Use MSG_SENDPAGE_NOTLAST in xs_send_pagedata() by Trond Myklebust · 9 years ago
  75. a264809 SUNRPC: Move AF_LOCAL receive data path into a workqueue context by Trond Myklebust · 9 years ago
  76. f9b2ee7 SUNRPC: Move UDP receive data path into a workqueue context by Trond Myklebust · 9 years ago
  77. edc1b01 SUNRPC: Move TCP receive data path into a workqueue context by Trond Myklebust · 9 years ago
  78. 66d7a56 SUNRPC: Refactor TCP receive by Trond Myklebust · 9 years ago
  79. e622f2f IB: split struct ib_send_wr by Christoph Hellwig · 9 years ago
  80. f022fa8 xprtrdma: Don't require LOCAL_DMA_LKEY support for fastreg by Sagi Grimberg · 9 years ago
  81. 8dbb095 Merge tag 'nfs-rdma-for-4.3-2' of git://git.linux-nfs.org/projects/anna/nfs-rdma by Trond Myklebust · 9 years ago
  82. 46c8217 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  83. c91aed9 svcrdma: handle rdma read with a non-zero initial page offset by Steve Wise · 9 years ago
  84. 72c0217 xprtrdma: disconnect and flush cqs before freeing buffers by Steve Wise · 9 years ago
  85. 101688f Merge tag 'nfs-for-4.3-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  86. bb6c96d xprtrdma: Replace global lkey with lkey local to PD by Chuck Lever · 9 years ago
  87. ac5be6b userfaultfd: revert "userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_key" by Andrea Arcangeli · 9 years ago
  88. 4b0ab51 SUNRPC: xs_sock_mark_closed() does not need to trigger socket autoclose by Trond Myklebust · 9 years ago
  89. 79234c3 SUNRPC: Lock the transport layer on shutdown by Trond Myklebust · 9 years ago
  90. 0fdea1e SUNRPC: Ensure that we wait for connections to complete before retrying by Trond Myklebust · 9 years ago
  91. 17a9618 SUNRPC: drop null test before destroy functions by Julia Lawall · 9 years ago
  92. 03c78827 SUNRPC: Fix races between socket connection and destroy code by Trond Myklebust · 9 years ago
  93. 26d2177 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  94. 4e4adb2 Merge tag 'nfs-for-4.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  95. 1744771 Merge tag 'nfsd-4.3' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 9 years ago
  96. 5136015 userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_key by Andrea Arcangeli · 9 years ago
  97. 7dd7864 IB/core: Make ib_dealloc_pd return void by Jason Gunthorpe · 9 years ago
  98. 9ac0750 svcrdma: limit FRMR page list lengths to device max by Steve Wise · 9 years ago
  99. 0410e38 xprtrdma, svcrdma: Convert to ib_alloc_mr by Sagi Grimberg · 9 years ago
  100. 0993920 SUNRPC: Prevent SYN+SYNACK+RST storms by Trond Myklebust · 9 years ago