1. 9372a40 SUNRPC: Fix priority queue fairness by Trond Myklebust · 6 years ago
  2. dd9f2fb SUNRPC: Clean up initialisation of the struct rpc_rqst by Trond Myklebust · 6 years ago
  3. 2440f3c SUNRPC: Always drop the XPRT_LOCK on XPRT_CLOSE_WAIT by Benjamin Coddington · 6 years ago
  4. 44e7bab sunrpc: use-after-free in svc_process_common() by Vasily Averin · 6 years ago
  5. 53a01c9 Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 6 years ago
  6. 9abdda5 sunrpc: Extract target name into svc_cred by Chuck Lever · 6 years ago
  7. 11b4d66 NFSD: Handle full-length symlinks by Chuck Lever · 6 years ago
  8. 3fd9557 NFSD: Refactor the generic write vector fill helper by Chuck Lever · 6 years ago
  9. 0f90be1 NFSv4 client live hangs after live data migration recovery by Bill Baker · 6 years ago
  10. 016583d sunrpc: Change rpc_print_iostats to rpc_clnt_show_stats and handle rpc_clnt clones by Dave Wysochanski · 6 years ago
  11. 82b98ca net/sunrpc: Make rpc_auth_create_args a const by Sargun Dhillon · 6 years ago
  12. 0725d4e Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 6 years ago
  13. 89e2556 Merge tag 'nfsd-4.18' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 6 years ago
  14. 51cc257 svcrdma: Remove unused svc_rdma_op_ctxt by Chuck Lever · 6 years ago
  15. 99722fe svcrdma: Persistently allocate and DMA-map Send buffers by Chuck Lever · 6 years ago
  16. 986b788 svcrdma: Remove post_send_wr by Chuck Lever · 6 years ago
  17. 25fd86e svcrdma: Don't overrun the SGE array in svc_rdma_send_ctxt by Chuck Lever · 6 years ago
  18. 4201c746 svcrdma: Introduce svc_rdma_send_ctxt by Chuck Lever · 6 years ago
  19. 2326279 svcrdma: Clean up Send SGE accounting by Chuck Lever · 6 years ago
  20. f016f30 svcrdma: Refactor svc_rdma_dma_map_buf by Chuck Lever · 6 years ago
  21. eb5d7a6 svcrdma: Allocate recv_ctxt's on CPU handling Receives by Chuck Lever · 6 years ago
  22. 3316f06 svcrdma: Persistently allocate and DMA-map Receive buffers by Chuck Lever · 6 years ago
  23. 1e5f416 svcrdma: Simplify svc_rdma_recv_ctxt_put by Chuck Lever · 6 years ago
  24. 2c577bf svcrdma: Remove sc_rq_depth by Chuck Lever · 6 years ago
  25. ecf85b2 svcrdma: Introduce svc_rdma_recv_ctxt by Chuck Lever · 6 years ago
  26. bcf3ffd svcrdma: Add proper SPDX tags for NetApp-contributed source by Chuck Lever · 6 years ago
  27. edb41e6 xprtrdma: Make rpc_rqst part of rpcrdma_req by Chuck Lever · 6 years ago
  28. a9cde23 SUNRPC: Add a ->free_slot transport callout by Chuck Lever · 6 years ago
  29. 37ac86c SUNRPC: Initialize rpc_rqst outside of xprt->reserve_lock by Chuck Lever · 6 years ago
  30. a2268cf xprtrdma: Add proper SPDX tags for NetApp-contributed source by Chuck Lever · 6 years ago
  31. 69c45d5 remove rpc_rmdir() by Al Viro · 7 years ago
  32. a1bf4c7 Merge tag 'nfs-for-4.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  33. 37c8876 NFSv4; Clean up XDR encoding of type bitmap4 by Trond Myklebust · 7 years ago
  34. 85e3dd4 SUNRPC: Add a helper for encoding opaque data inline by Trond Myklebust · 7 years ago
  35. 0e779aa SUNRPC: Add helpers for decoding opaque and string types by Trond Myklebust · 7 years ago
  36. ff699ea8 SUNRPC: Make num_reqs a non-atomic integer by Chuck Lever · 7 years ago
  37. ecd465e SUNRPC: Move xprt_update_rtt callsite by Chuck Lever · 7 years ago
  38. fb14ae8 xprtrdma: "Support" call-only RPCs by Chuck Lever · 7 years ago
  39. 38a7031 NFSD: Clean up legacy NFS SYMLINK argument XDR decoders by Chuck Lever · 7 years ago
  40. 8154ef2 NFSD: Clean up legacy NFS WRITE argument XDR decoders by Chuck Lever · 7 years ago
  41. 55f5088 svc: Report xprt dequeue latency by Chuck Lever · 7 years ago
  42. aaba72c sunrpc: Report per-RPC execution stats by Chuck Lever · 7 years ago
  43. ece200d sunrpc: Save remote presentation address in svc_xprt for trace events by Chuck Lever · 7 years ago
  44. 989f881 svc: Simplify ->xpo_secure_port by Chuck Lever · 7 years ago
  45. 97cc326 svcrdma: Consult max_qp_init_rd_atom when accepting connections by Chuck Lever · 7 years ago
  46. 82f0a41 Merge tag 'nfs-for-4.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 7 years ago
  47. f1517df Merge tag 'nfsd-4.16' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 7 years ago
  48. 2275cde SUNRPC: Queue latency-sensitive socket tasks to xprtiod by Trond Myklebust · 7 years ago
  49. 8f39fce Merge tag 'nfs-rdma-for-4.16-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Trond Myklebust · 7 years ago
  50. 4827250 svcrdma: Post Receives in the Receive completion handler by Chuck Lever · 7 years ago
  51. ce5b371 xprtrdma: Replace all usage of "frmr" with "frwr" by Chuck Lever · 7 years ago
  52. 024fbf9 SUNRPC: Remove rpc_protocol() by Chuck Lever · 7 years ago
  53. d34971a sunrpc: make the function arg as const by Bhumika Goyal · 7 years ago
  54. 4dd3c2e Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 7 years ago
  55. c3e9c04 Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  56. 62b56a6 xprtrdma: Update copyright notices by Chuck Lever · 7 years ago
  57. 2232df5 rpcrdma: Remove C structure definitions of XDR data items by Chuck Lever · 7 years ago
  58. 22700f3c SUNRPC: Improve ordering of transport processing by Trond Myklebust · 7 years ago
  59. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  60. 8e7757d Merge tag 'nfs-for-4.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 7 years ago
  61. f9773b2 Merge tag 'nfs-rdma-for-4.14-1' of git://git.linux-nfs.org/projects/anna/linux-nfs into linux-next by Trond Myklebust · 7 years ago
  62. afea565 sunrpc: Const-ify struct sv_serv_ops by Chuck Lever · 7 years ago
  63. 2412e92 sunrpc: Const-ify instances of struct svc_xprt_ops by Chuck Lever · 7 years ago
  64. ce7c252 SUNRPC: Add a separate spinlock to protect the RPC request receive list by Trond Myklebust · 7 years ago
  65. 729749b SUNRPC: Don't hold the transport lock across socket copy operations by Trond Myklebust · 7 years ago
  66. 41c8f70 xprtrdma: Harden backchannel call decoding by Chuck Lever · 7 years ago
  67. d31ae25 sunrpc: Const-ify all instances of struct rpc_xprt_ops by Chuck Lever · 7 years ago
  68. 6240300 Merge tag 'nfsd-4.13' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 7 years ago
  69. 9450ca8 svcrdma: Clean up after converting svc_rdma_recvfrom to rdma_rw API by Chuck Lever · 7 years ago
  70. 463e63d svcrdma: Remove frmr cache by Chuck Lever · 7 years ago
  71. c84dc90 svcrdma: Remove unused Read completion handlers by Chuck Lever · 7 years ago
  72. cafc739 svcrdma: Use generic RDMA R/W API in RPC Call path by Chuck Lever · 7 years ago
  73. 026d958 svcrdma: Add recvfrom helpers to svc_rdma_rw.c by Chuck Lever · 7 years ago
  74. 8c6ae49 sunrpc: Allocate up to RPCSVC_MAXPAGES per svc_rqst by Chuck Lever · 7 years ago
  75. 5518b69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  76. 0fa1047 net, sunrpc: convert gss_cl_ctx.count from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  77. a80a323 svcrdma: Remove svc_rdma_marshal.c by Chuck Lever · 7 years ago
  78. 9a1d168 Merge tag 'v4.12-rc5' into nfsd tree by J. Bruce Fields · 7 years ago
  79. 5dd43ce sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wait_bit.h> by Ingo Molnar · 7 years ago
  80. 9512a16 nfsd: Revert "nfsd: check for oversized NFSv2/v3 arguments" by J. Bruce Fields · 7 years ago
  81. e967918 sunrpc: mark all struct svc_version instances as const by Christoph Hellwig · 7 years ago
  82. 860bda2 sunrpc: mark all struct svc_procinfo instances as const by Christoph Hellwig · 7 years ago
  83. 7fd38af sunrpc: move pc_count out of struct svc_procinfo by Christoph Hellwig · 7 years ago
  84. 35f297e5 sunrpc: remove kxdrproc_t by Christoph Hellwig · 7 years ago
  85. 63f8de3 sunrpc: properly type pc_encode callbacks by Christoph Hellwig · 7 years ago
  86. 026fec7 sunrpc: properly type pc_decode callbacks by Christoph Hellwig · 7 years ago
  87. 8537488 sunrpc: properly type pc_release callbacks by Christoph Hellwig · 7 years ago
  88. a6beb73 sunrpc: properly type pc_func callbacks by Christoph Hellwig · 7 years ago
  89. 499b498 sunrpc: mark all struct rpc_procinfo instances as const by Christoph Hellwig · 7 years ago
  90. 1c5876d sunrpc: move p_count out of struct rpc_procinfo by Christoph Hellwig · 7 years ago
  91. 73c8dc1 sunrpc: properly type argument to kxdrdproc_t by Christoph Hellwig · 7 years ago
  92. c512f36 sunrpc: properly type argument to kxdreproc_t by Christoph Hellwig · 7 years ago
  93. ed6473d NFSv4: Fix callback server shutdown by Trond Myklebust · 7 years ago
  94. dadf3e4 svcrdma: Clean out old XDR encoders by Chuck Lever · 8 years ago
  95. 2cf3292 svcrdma: Remove the req_map cache by Chuck Lever · 8 years ago
  96. 68cc463 svcrdma: Remove unused RDMA Write completion handler by Chuck Lever · 8 years ago
  97. ded8d19 svcrdma: Reduce size of sge array in struct svc_rdma_op_ctxt by Chuck Lever · 8 years ago
  98. f5821c7 svcrdma: Clean up RPC-over-RDMA backchannel reply processing by Chuck Lever · 8 years ago
  99. 6b19cc5 svcrdma: Clean up RDMA_ERROR path by Chuck Lever · 8 years ago
  100. 9a6a180 svcrdma: Use rdma_rw API in RPC reply path by Chuck Lever · 8 years ago