1. 431af64 xprtrdma: Fix client lock-up after application signal fires by Chuck Lever · 7 years ago
  2. a80d66c xprtrdma: Rename rpcrdma_req::rl_free by Chuck Lever · 7 years ago
  3. 451d26e xprtrdma: Pass only the list of registered MRs to ro_unmap_sync by Chuck Lever · 7 years ago
  4. 4b196dc6 xprtrdma: Pre-mark remotely invalidated MRs by Chuck Lever · 7 years ago
  5. 04d25b7 xprtrdma: On invalidation failure, remove MWs from rl_registered by Chuck Lever · 7 years ago
  6. 92ea011 SUNRPC: Make slot allocation more reliable by Trond Myklebust · 7 years ago
  7. aa8217d sunrpc: mark all struct svc_version instances as const by Christoph Hellwig · 7 years ago
  8. b9c744c sunrpc: mark all struct svc_procinfo instances as const by Christoph Hellwig · 7 years ago
  9. 0becc11 sunrpc: move pc_count out of struct svc_procinfo by Christoph Hellwig · 7 years ago
  10. d16d186 sunrpc: properly type pc_encode callbacks by Christoph Hellwig · 7 years ago
  11. cc6acc2 sunrpc: properly type pc_decode callbacks by Christoph Hellwig · 7 years ago
  12. 1150ded sunrpc: properly type pc_release callbacks by Christoph Hellwig · 7 years ago
  13. 1c8a540 sunrpc: properly type pc_func callbacks by Christoph Hellwig · 7 years ago
  14. 511e936 sunrpc: mark all struct rpc_procinfo instances as const by Christoph Hellwig · 7 years ago
  15. c551858 sunrpc: move p_count out of struct rpc_procinfo by Christoph Hellwig · 7 years ago
  16. c56c620 sunrpc/auth_gss: fix decoder callback prototypes by Christoph Hellwig · 7 years ago
  17. 555966b sunrpc: fix decoder callback prototypes by Christoph Hellwig · 7 years ago
  18. 993328e sunrpc: properly type argument to kxdrdproc_t by Christoph Hellwig · 7 years ago
  19. df17938 sunrpc/auth_gss: nfsd: fix encoder callback prototypes by Christoph Hellwig · 7 years ago
  20. 8be9d07 sunrpc: fix encoder callback prototypes by Christoph Hellwig · 7 years ago
  21. 0aebdc5 sunrpc: properly type argument to kxdreproc_t by Christoph Hellwig · 7 years ago
  22. b20dae7 svcrdma: fix an incorrect check on -E2BIG and -EINVAL by Colin Ian King · 7 years ago
  23. 35a30fc svcrdma: Remove svc_rdma_chunk_ctxt::cc_dir field by Chuck Lever · 7 years ago
  24. 91b022e svcrdma: use offset_in_page() macro by Chuck Lever · 7 years ago
  25. 9450ca8 svcrdma: Clean up after converting svc_rdma_recvfrom to rdma_rw API by Chuck Lever · 7 years ago
  26. 0d956e6 svcrdma: Clean-up svc_rdma_unmap_dma by Chuck Lever · 7 years ago
  27. 463e63d svcrdma: Remove frmr cache by Chuck Lever · 7 years ago
  28. c84dc90 svcrdma: Remove unused Read completion handlers by Chuck Lever · 7 years ago
  29. 71641d9 svcrdma: Properly compute .len and .buflen for received RPC Calls by Chuck Lever · 7 years ago
  30. cafc739 svcrdma: Use generic RDMA R/W API in RPC Call path by Chuck Lever · 7 years ago
  31. 026d958 svcrdma: Add recvfrom helpers to svc_rdma_rw.c by Chuck Lever · 7 years ago
  32. 8c6ae49 sunrpc: Allocate up to RPCSVC_MAXPAGES per svc_rqst by Chuck Lever · 7 years ago
  33. 7ff1396 net, sunrpc: convert gss_upcall_msg.count from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  34. 0fa1047 net, sunrpc: convert gss_cl_ctx.count from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  35. 2d6491a svcrdma: Don't account for Receive queue "starvation" by Chuck Lever · 7 years ago
  36. ca5c76a svcrdma: Improve Reply chunk sanity checking by Chuck Lever · 7 years ago
  37. 3c22f32 svcrdma: Improve Write chunk sanity checking by Chuck Lever · 7 years ago
  38. e77340e svcrdma: Improve Read chunk sanity checking by Chuck Lever · 7 years ago
  39. a80a323 svcrdma: Remove svc_rdma_marshal.c by Chuck Lever · 7 years ago
  40. 107c1d0 svcrdma: Avoid Send Queue overflow by Chuck Lever · 7 years ago
  41. 91a08eae svcrdma: Squelch disconnection messages by Chuck Lever · 7 years ago
  42. 06eb8a5 sunrpc: Disable splice for krb5i by Chuck Lever · 7 years ago
  43. 9a1d168 Merge tag 'v4.12-rc5' into nfsd tree by J. Bruce Fields · 7 years ago
  44. 6ea44ad SUNRPC: ensure correct error is reported by xs_tcp_setup_socket() by NeilBrown · 7 years ago
  45. d2c23c0 xprtrdma: Delete an error message for a failed memory allocation in xprt_rdma_bc_setup() by Markus Elfring · 7 years ago
  46. e967918 sunrpc: mark all struct svc_version instances as const by Christoph Hellwig · 7 years ago
  47. 860bda2 sunrpc: mark all struct svc_procinfo instances as const by Christoph Hellwig · 7 years ago
  48. 7fd38af sunrpc: move pc_count out of struct svc_procinfo by Christoph Hellwig · 7 years ago
  49. 63f8de3 sunrpc: properly type pc_encode callbacks by Christoph Hellwig · 7 years ago
  50. 026fec7 sunrpc: properly type pc_decode callbacks by Christoph Hellwig · 7 years ago
  51. 8537488 sunrpc: properly type pc_release callbacks by Christoph Hellwig · 7 years ago
  52. a6beb73 sunrpc: properly type pc_func callbacks by Christoph Hellwig · 7 years ago
  53. 499b498 sunrpc: mark all struct rpc_procinfo instances as const by Christoph Hellwig · 7 years ago
  54. 1c5876d sunrpc: move p_count out of struct rpc_procinfo by Christoph Hellwig · 7 years ago
  55. 305c624 sunrpc/auth_gss: fix decoder callback prototypes by Christoph Hellwig · 7 years ago
  56. 605d712 sunrpc: fix decoder callback prototypes by Christoph Hellwig · 7 years ago
  57. 73c8dc1 sunrpc: properly type argument to kxdrdproc_t by Christoph Hellwig · 7 years ago
  58. 89daf36 sunrpc/auth_gss: nfsd: fix encoder callback prototypes by Christoph Hellwig · 7 years ago
  59. 7d55f7f sunrpc: fix encoder callback prototypes by Christoph Hellwig · 7 years ago
  60. c512f36 sunrpc: properly type argument to kxdreproc_t by Christoph Hellwig · 7 years ago
  61. c70422f Merge tag 'nfsd-4.12' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 7 years ago
  62. ed6473d NFSv4: Fix callback server shutdown by Trond Myklebust · 7 years ago
  63. 9e0d876 SUNRPC: Refactor svc_set_num_threads() by Trond Myklebust · 7 years ago
  64. 35a2442 Merge tag 'nfs-rdma-4.12-1' of git://git.linux-nfs.org/projects/anna/nfs-rdma by Trond Myklebust · 7 years ago
  65. dadf3e4 svcrdma: Clean out old XDR encoders by Chuck Lever · 8 years ago
  66. 2cf3292 svcrdma: Remove the req_map cache by Chuck Lever · 8 years ago
  67. 68cc463 svcrdma: Remove unused RDMA Write completion handler by Chuck Lever · 8 years ago
  68. ded8d19 svcrdma: Reduce size of sge array in struct svc_rdma_op_ctxt by Chuck Lever · 8 years ago
  69. f5821c7 svcrdma: Clean up RPC-over-RDMA backchannel reply processing by Chuck Lever · 8 years ago
  70. 4757d90 svcrdma: Report Write/Reply chunk overruns by Chuck Lever · 8 years ago
  71. 6b19cc5 svcrdma: Clean up RDMA_ERROR path by Chuck Lever · 8 years ago
  72. 9a6a180 svcrdma: Use rdma_rw API in RPC reply path by Chuck Lever · 8 years ago
  73. f13193f svcrdma: Introduce local rdma_rw API helpers by Chuck Lever · 8 years ago
  74. c238c4c svcrdma: Clean up svc_rdma_get_inv_rkey() by Chuck Lever · 8 years ago
  75. c55ab07 svcrdma: Add helper to save pages under I/O by Chuck Lever · 8 years ago
  76. b623589 svcrdma: Eliminate RPCRDMA_SQ_DEPTH_MULT by Chuck Lever · 8 years ago
  77. 6e6092c svcrdma: Add svc_rdma_map_reply_hdr() by Chuck Lever · 8 years ago
  78. 17f5f7f svcrdma: Move send_wr to svc_rdma_op_ctxt by Chuck Lever · 8 years ago
  79. 2be1fce xprtrdma: Remove rpcrdma_buffer::rb_pool by Chuck Lever · 8 years ago
  80. 7ecce75 sunrpc: Fix xdr_init_decode_pages() documenting comment by Chuck Lever · 8 years ago
  81. 0031e47 xprtrdma: Squelch ENOBUFS warnings by Chuck Lever · 8 years ago
  82. 7d7fa9b xprtrdma: Annotate receive workqueue by Chuck Lever · 8 years ago
  83. 56a6bd1 xprtrdma: Revert commit d0f36c46deea by Chuck Lever · 8 years ago
  84. a9b0e38 xprtrdma: Restore transport after device removal by Chuck Lever · 8 years ago
  85. 1890896 xprtrdma: Refactor rpcrdma_ep_connect by Chuck Lever · 8 years ago
  86. bebd031 xprtrdma: Support unplugging an HCA from under an NFS mount by Chuck Lever · 8 years ago
  87. 91a10c5 xprtrdma: Use same device when mapping or syncing DMA buffers by Chuck Lever · 8 years ago
  88. fff0959 xprtrdma: Refactor rpcrdma_ia_open() by Chuck Lever · 8 years ago
  89. 3384979 xprtrdma: Detect unreachable NFS/RDMA servers more reliably by Chuck Lever · 8 years ago
  90. e2a4f4f sunrpc: Export xprt_force_disconnect() by Chuck Lever · 8 years ago
  91. 9378b27 xprtrdma: Cancel refresh worker during buffer shutdown by Chuck Lever · 8 years ago
  92. 62b2417e sunrpc: don't check for failure from mempool_alloc() by NeilBrown · 8 years ago
  93. 09c8b3d Merge tag 'nfsd-4.11-1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  94. 23abec2 svcrdma: set XPT_CONG_CTRL flag for bc xprt by Chuck Lever · 8 years ago
  95. 8841b5f Merge tag 'nfs-for-4.11-2' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 8 years ago
  96. eed5087 xprtrdma: Squelch kbuild sparse complaint by Chuck Lever · 8 years ago
  97. 5427290 SUNRPC/backchanel: set XPT_CONG_CTRL flag for bc xprt by Kinglong Mee · 8 years ago
  98. 5b825c3 sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> by Ingo Molnar · 8 years ago
  99. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  100. 8f03cf5 Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 8 years ago