1. 5e4d6597 Merge tag 'nfsd-4.17' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 7 years ago
  2. f3aefb6 sunrpc: remove incorrect HMAC request initialization by Eric Biggers · 7 years ago
  3. 38a7031 NFSD: Clean up legacy NFS SYMLINK argument XDR decoders by Chuck Lever · 7 years ago
  4. 8154ef2 NFSD: Clean up legacy NFS WRITE argument XDR decoders by Chuck Lever · 7 years ago
  5. 55f5088 svc: Report xprt dequeue latency by Chuck Lever · 7 years ago
  6. aaba72c sunrpc: Report per-RPC execution stats by Chuck Lever · 7 years ago
  7. 0b9547b sunrpc: Re-purpose trace_svc_process by Chuck Lever · 7 years ago
  8. ece200d sunrpc: Save remote presentation address in svc_xprt for trace events by Chuck Lever · 7 years ago
  9. 41f306d sunrpc: Simplify trace_svc_recv by Chuck Lever · 7 years ago
  10. 7dbb53b sunrpc: Simplify do_enqueue tracing by Chuck Lever · 7 years ago
  11. caa3e106d sunrpc: Move trace_svc_xprt_dequeue() by Chuck Lever · 7 years ago
  12. 989f881 svc: Simplify ->xpo_secure_port by Chuck Lever · 7 years ago
  13. 63a1b15 sunrpc: Remove unneeded pointer dereference by Chuck Lever · 7 years ago
  14. 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
  15. 5e804a6 net: Convert sunrpc_net_ops by Kirill Tkhai · 7 years ago
  16. 855aeba net: Convert rpcsec_gss_net_ops by Kirill Tkhai · 7 years ago
  17. d644406 net: Use octal not symbolic permissions by Joe Perches · 7 years ago
  18. 6f29d07 svcrdma: Clean up rdma_build_arg_xdr by Chuck Lever · 7 years ago
  19. 97cc326 svcrdma: Consult max_qp_init_rd_atom when accepting connections by Chuck Lever · 7 years ago
  20. 0c4398f svcrdma: Use pr_err to report Receive errors by Chuck Lever · 7 years ago
  21. 3b68e6e SUNRPC: cache: ignore timestamp written to 'flush' file. by NeilBrown · 7 years ago
  22. 90a9b14 sunrpc: Fix unaligned access on sparc64 by James Ettle · 7 years ago
  23. 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 7 years ago
  24. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  25. 82f0a41 Merge tag 'nfs-for-4.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 7 years ago
  26. 0afa6b4 SUNRPC: Don't call __UDPX_INC_STATS() from a preemptible context by Trond Myklebust · 7 years ago
  27. f1517df Merge tag 'nfsd-4.16' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 7 years ago
  28. f515f86 fix parallelism for rpc tasks by Olga Kornievskaia · 8 years ago
  29. 175e031 svcrdma: Fix Read chunk round-up by Chuck Lever · 7 years ago
  30. 90ea9f1 Make the xprtiod workqueue unbounded. by Trond Myklebust · 7 years ago
  31. 2275cde SUNRPC: Queue latency-sensitive socket tasks to xprtiod by Trond Myklebust · 7 years ago
  32. 0c8cbcd Merge tag 'nfs-rdma-for-4.16-2' of git://git.linux-nfs.org/projects/anna/linux-nfs by Trond Myklebust · 7 years ago
  33. 9b30889 SUNRPC: Ensure we always close the socket after a connection shuts down by Trond Myklebust · 7 years ago
  34. d0945ca sunrpc: remove dead code in svc_sock_setbufsize by Christoph Hellwig · 7 years ago
  35. e89e8d8f xprtrdma: Fix BUG after a device removal by Chuck Lever · 7 years ago
  36. 1179e2c xprtrdma: Fix calculation of ri_max_send_sges by Chuck Lever · 7 years ago
  37. efd52b5 Merge tag 'nfs-for-4.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 7 years ago
  38. 1ed2d76 Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  39. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  40. 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
  41. 21ead9f SUNRPC: Micro-optimize __rpc_execute by Chuck Lever · 7 years ago
  42. cf08d6f SUNRPC: task_run_action should display tk_callback by Chuck Lever · 7 years ago
  43. 82476d9 SUNRPC: Trace xprt_timer events by Chuck Lever · 7 years ago
  44. 9ab6d89 xprtrdma: Correct some documenting comments by Chuck Lever · 7 years ago
  45. aae2349 xprtrdma: Fix "bytes registered" accounting by Chuck Lever · 7 years ago
  46. ae72467 xprtrdma: Instrument allocation/release of rpcrdma_req/rep objects by Chuck Lever · 7 years ago
  47. 643cf32 xprtrdma: Add trace points to instrument QP and CQ access upcalls by Chuck Lever · 7 years ago
  48. fc1eb80 xprtrdma: Add trace points in the client-side backchannel code paths by Chuck Lever · 7 years ago
  49. b4744e0 xprtrdma: Add trace points for connect events by Chuck Lever · 7 years ago
  50. 1c443eff xprtrdma: Add trace points to instrument MR allocation and recovery by Chuck Lever · 7 years ago
  51. 2937fed xprtrdma: Add trace points to instrument memory invalidation by Chuck Lever · 7 years ago
  52. e11b7c9 xprtrdma: Add trace points in reply decoder path by Chuck Lever · 7 years ago
  53. 58f10ad xprtrdma: Add trace points to instrument memory registration by Chuck Lever · 7 years ago
  54. b4a7f91 xprtrdma: Add trace points in the RPC Reply handler paths by Chuck Lever · 7 years ago
  55. ab03eff xprtrdma: Add trace points in RPC Call transmit paths by Chuck Lever · 7 years ago
  56. e48f083 rpcrdma: infrastructure for static trace points in rpcrdma.ko by Chuck Lever · 7 years ago
  57. 4827250 svcrdma: Post Receives in the Receive completion handler by Chuck Lever · 7 years ago
  58. ec12e47 xprtrdma: Introduce rpcrdma_mw_unmap_and_put by Chuck Lever · 7 years ago
  59. 96cedde xprtrdma: Remove usage of "mw" by Chuck Lever · 7 years ago
  60. ce5b371 xprtrdma: Replace all usage of "frmr" with "frwr" by Chuck Lever · 7 years ago
  61. 30b5416 xprtrdma: Don't clear RPC_BC_PA_IN_USE on pre-allocated rpc_rqst's by Chuck Lever · 7 years ago
  62. cf73daf xprtrdma: Split xprt_rdma_send_request by Chuck Lever · 7 years ago
  63. 6c537f2 xprtrdma: buf_free not called for CB replies by Chuck Lever · 7 years ago
  64. a2b6470 xprtrdma: Move unmap-safe logic to rpcrdma_marshal_req by Chuck Lever · 7 years ago
  65. 20035ed xprtrdma: Support IPv6 in xprt_rdma_set_port by Chuck Lever · 7 years ago
  66. dd229ce xprtrdma: Remove another sockaddr_storage field (cdata::addr) by Chuck Lever · 7 years ago
  67. d461f1f xprtrdma: Initialize the xprt address string array earlier by Chuck Lever · 7 years ago
  68. 1049270 xprtrdma: Remove unused padding variables by Chuck Lever · 7 years ago
  69. 3f0e3ed xprtrdma: Remove ri_reminv_expected by Chuck Lever · 7 years ago
  70. c344161 xprtrdma: Per-mode handling for Remote Invalidation by Chuck Lever · 7 years ago
  71. 42b9f5c xprtrdma: Eliminate unnecessary lock cycle in xprt_rdma_send_request by Chuck Lever · 7 years ago
  72. d698c4a xprtrdma: Fix backchannel allocation of extra rpcrdma_reps by Chuck Lever · 7 years ago
  73. 03ac1a7 xprtrdma: Fix buffer leak after transport set up failure by Chuck Lever · 7 years ago
  74. 0af3442 SUNRPC: Add explicit rescheduling points in the receive path by Trond Myklebust · 7 years ago
  75. 3d18880 SUNRPC: Chunk reading of replies from the server by Trond Myklebust · 7 years ago
  76. 024fbf9 SUNRPC: Remove rpc_protocol() by Chuck Lever · 7 years ago
  77. d025fbf Merge tag 'nfs-for-4.15-3' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  78. 90d91b0 SUNRPC: Fix a race in the receive code path by Trond Myklebust · 7 years ago
  79. ccede75 xprtrdma: Spread reply processing over more CPUs by Chuck Lever · 7 years ago
  80. bdcf0a4 kernel: make groups_sort calling a responsibility group_info allocators by Thiago Rafael Becker · 7 years ago
  81. 1e4ed1b svc_recvfrom(): switch to sock_recvmsg() by Al Viro · 8 years ago
  82. 2db767d Merge tag 'nfs-for-4.15-2' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  83. eb5b46f SUNRPC: Handle ENETDOWN errors by Trond Myklebust · 7 years ago
  84. 4ba161a SUNRPC: Allow connect to return EHOSTUNREACH by Trond Myklebust · 7 years ago
  85. ee24eac SUNRPC: make cache_detail structures const by Bhumika Goyal · 7 years ago
  86. d34971a sunrpc: make the function arg as const by Bhumika Goyal · 7 years ago
  87. ade994f net: annotate ->poll() instances by Al Viro · 8 years ago
  88. 841b86f treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts by Kees Cook · 7 years ago
  89. 4dd3c2e Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 7 years ago
  90. c3e9c04b Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  91. 6c67a3e4a sunrpc: remove net pointer from messages by Vasily Averin · 7 years ago
  92. 4112be7 sunrpc: exit_net cleanup check added by Vasily Averin · 7 years ago
  93. c435da6 sunrpc: Add rpc_request static trace point by Chuck Lever · 7 years ago
  94. b2bfe59 sunrpc: Fix rpc_task_begin trace point by Chuck Lever · 7 years ago
  95. e9d4763 net: sunrpc: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  96. 62b56a6 xprtrdma: Update copyright notices by Chuck Lever · 7 years ago
  97. 1b746c1 xprtrdma: Remove include for linux/prefetch.h by Chuck Lever · 7 years ago
  98. 2232df5 rpcrdma: Remove C structure definitions of XDR data items by Chuck Lever · 7 years ago
  99. a4699f5 xprtrdma: Put Send CQ in IB_POLL_WORKQUEUE mode by Chuck Lever · 7 years ago
  100. 6f0afc2 xprtrdma: Remove atomic send completion counting by Chuck Lever · 7 years ago