1. b9c744c sunrpc: mark all struct svc_procinfo instances as const by Christoph Hellwig · 8 years ago
  2. 0becc11 sunrpc: move pc_count out of struct svc_procinfo by Christoph Hellwig · 8 years ago
  3. 408b3d4 sunrpc: remove kxdrproc_t by Christoph Hellwig · 8 years ago
  4. d16d186 sunrpc: properly type pc_encode callbacks by Christoph Hellwig · 8 years ago
  5. cc6acc2 sunrpc: properly type pc_decode callbacks by Christoph Hellwig · 8 years ago
  6. 1150ded sunrpc: properly type pc_release callbacks by Christoph Hellwig · 8 years ago
  7. 1c8a540 sunrpc: properly type pc_func callbacks by Christoph Hellwig · 8 years ago
  8. 511e936 sunrpc: mark all struct rpc_procinfo instances as const by Christoph Hellwig · 8 years ago
  9. c551858 sunrpc: move p_count out of struct rpc_procinfo by Christoph Hellwig · 8 years ago
  10. 993328e sunrpc: properly type argument to kxdrdproc_t by Christoph Hellwig · 8 years ago
  11. 0aebdc5 sunrpc: properly type argument to kxdreproc_t by Christoph Hellwig · 8 years ago
  12. 9512a16 nfsd: Revert "nfsd: check for oversized NFSv2/v3 arguments" by J. Bruce Fields · 8 years ago
  13. ed6473d NFSv4: Fix callback server shutdown by Trond Myklebust · 8 years ago
  14. dadf3e4 svcrdma: Clean out old XDR encoders by Chuck Lever · 8 years ago
  15. 2cf3292 svcrdma: Remove the req_map cache by Chuck Lever · 8 years ago
  16. 68cc463 svcrdma: Remove unused RDMA Write completion handler by Chuck Lever · 8 years ago
  17. ded8d19 svcrdma: Reduce size of sge array in struct svc_rdma_op_ctxt by Chuck Lever · 8 years ago
  18. f5821c7 svcrdma: Clean up RPC-over-RDMA backchannel reply processing by Chuck Lever · 8 years ago
  19. 6b19cc5 svcrdma: Clean up RDMA_ERROR path by Chuck Lever · 8 years ago
  20. 9a6a180 svcrdma: Use rdma_rw API in RPC reply path by Chuck Lever · 8 years ago
  21. f13193f svcrdma: Introduce local rdma_rw API helpers by Chuck Lever · 8 years ago
  22. b623589 svcrdma: Eliminate RPCRDMA_SQ_DEPTH_MULT by Chuck Lever · 8 years ago
  23. 6e6092c svcrdma: Add svc_rdma_map_reply_hdr() by Chuck Lever · 8 years ago
  24. 17f5f7f svcrdma: Move send_wr to svc_rdma_op_ctxt by Chuck Lever · 8 years ago
  25. 51f5677 nfsd: check for oversized NFSv2/v3 arguments by J. Bruce Fields · 8 years ago
  26. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 9 years ago
  27. 8f03cf5 Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 8 years ago
  28. 8313064c Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  29. 5283b03 nfs/nfsd/sunrpc: enforce transport requirements for NFSv4 by Jeff Layton · 8 years ago
  30. 362142b2 sunrpc: flag transports as having congestion control by Jeff Layton · 8 years ago
  31. 05a45a2 sunrpc: turn bitfield flags in svc_version into bools by Jeff Layton · 8 years ago
  32. 5c741d4 SUNRPC: Add a helper function xdr_stream_decode_string_dup() by Trond Myklebust · 8 years ago
  33. 0ae060c SUNRPC: Add generic helpers for xdr_stream encode/decode by Trond Myklebust · 8 years ago
  34. 42e1b14 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  35. 26ae102 NFSv4: Set the connection timeout to match the lease period by Trond Myklebust · 9 years ago
  36. 7196dbb SUNRPC: Allow changing of the TCP timeout parameters on the fly by Trond Myklebust · 9 years ago
  37. d23bb11 SUNRPC: Remove unused function rpc_get_timeout() by Trond Myklebust · 9 years ago
  38. af4926e sunrpc: remove dead codes of cr_magic in rpc_cred by Kinglong Mee · 9 years ago
  39. 5786461 sunrpc: rename NFS_NGROUPS to UNX_NGROUPS for auth unix by Kinglong Mee · 9 years ago
  40. 863d7d9 sunrpc/nfs: cleanup procfs/pipefs entry in cache_detail by Kinglong Mee · 9 years ago
  41. d6fc882 SUNRPC/Cache: Always treat the invalid cache as unexpired by Kinglong Mee · 9 years ago
  42. a3ab867 svcrdma: Combine list fields in struct svc_rdma_op_ctxt by Chuck Lever · 9 years ago
  43. aba7d14 svcrdma: Remove unused sc_dto_q field by Chuck Lever · 9 years ago
  44. 98fc21d svcrdma: Clean up RPC-over-RDMA Reply header encoder by Chuck Lever · 9 years ago
  45. cbaf580 svcrdma: Another sendto chunk list parsing update by Chuck Lever · 9 years ago
  46. 2b477c0 svcrpc: free contexts immediately on PROC_DESTROY by Neil Brown · 9 years ago
  47. ddeaa63 sunrpc & nfs: Add and use dprintk_cont macros by Joe Perches · 9 years ago
  48. c929ea0 SUNRPC: cleanup ida information when removing sunrpc module by Kinglong Mee · 9 years ago
  49. 2c935bc locking/atomic, kref: Add kref_read() by Peter Zijlstra · 9 years ago
  50. 546125d sunrpc: don't call sleeping functions from the notifier block callbacks by Scott Mayhew · 9 years ago
  51. 759b265 Merge tag 'nfsd-4.10' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 9 years ago
  52. 96a58f9 svcrdma: Remove svc_rdma_op_ctxt::wc_status by Chuck Lever · 9 years ago
  53. dd6fd21 svcrdma: Remove DMA map accounting by Chuck Lever · 9 years ago
  54. e4eb42c svcrdma: Remove BH-disabled spin locking in svc_rdma_send() by Chuck Lever · 9 years ago
  55. 5fdca65 svcrdma: Renovate sendto chunk list parsing by Chuck Lever · 9 years ago
  56. ea08e39 sunrpc: svc_age_temp_xprts_now should not call setsockopt non-tcp transports by Scott Mayhew · 9 years ago
  57. c4a8616 Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 9 years ago
  58. e856a23 sunrpc: add hash_cred() function to rpc_authops struct by Frank Sorenson · 9 years ago
  59. 25d55296 svcrdma: support Remote Invalidation by Chuck Lever · 9 years ago
  60. 5d48709 rpcrdma: RDMA/CM private message data structure by Chuck Lever · 9 years ago
  61. cace564 svcrdma: Tail iovec leaves an orphaned DMA mapping by Chuck Lever · 9 years ago
  62. 44829d0 xprtrdma: Support larger inline thresholds by Chuck Lever · 9 years ago
  63. 87cfb9a xprtrdma: Client-side support for rpcrdma_connect_private by Chuck Lever · 9 years ago
  64. ff06bd1 rpcrdma: RDMA/CM private message data structure by Chuck Lever · 9 years ago
  65. 5a6d1db SUNRPC: Add a transport-specific private field in rpc_rqst by Chuck Lever · 9 years ago
  66. 6877894 SUNRPC: Separate buffer pointers for RPC Call and Reply messages by Chuck Lever · 9 years ago
  67. 3435c74 SUNRPC: Generalize the RPC buffer release API by Chuck Lever · 9 years ago
  68. 5fe6eaa SUNRPC: Generalize the RPC buffer allocation API by Chuck Lever · 9 years ago
  69. b9c5bc0 SUNRPC: Refactor rpc_xdr_buf_init() by Chuck Lever · 9 years ago
  70. fda0ab4 SUNRPC: rpc_clnt_add_xprt setup function for NFS layer by Andy Adamson · 9 years ago
  71. 39e5d2d SUNRPC search xprt switch for sockaddr by Andy Adamson · 9 years ago
  72. dd69171 SUNRPC rpc_clnt_xprt_switch_add_xprt by Andy Adamson · 9 years ago
  73. 3b58a8a SUNRPC rpc_clnt_xprt_switch_put by Andy Adamson · 9 years ago
  74. 9909170 Merge tag 'nfs-for-4.8-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  75. 8d48032 NFSv4: Cap the transport reconnection timer at 1/2 lease period by Trond Myklebust · 9 years ago
  76. 3851f1c SUNRPC: Limit the reconnect backoff timer to the max RPC message timeout by Trond Myklebust · 9 years ago
  77. a71e360 Merge tag 'nfsd-4.8' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 9 years ago
  78. 7f155c7 Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  79. 554828e Merge branch 'salted-string-hash' by Linus Torvalds · 9 years ago
  80. 1592c4d Merge branch 'nfs-rdma' by Trond Myklebust · 9 years ago
  81. 7f94ed2 Merge branch 'sunrpc' by Trond Myklebust · 9 years ago
  82. ce52914e sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flags by Scott Mayhew · 9 years ago
  83. f4a4906 SUNRPC: Remove unused callback xpo_adjust_wspace() by Trond Myklebust · 9 years ago
  84. ff3ac5c SUNRPC: Add a server side per-connection limit by Trond Myklebust · 9 years ago
  85. d8d2913 sunrpc: remove 'inuse' flag from struct cache_detail. by NeilBrown · 9 years ago
  86. 65b8017 xprtrdma: No direct data placement with krb5i and krb5p by Chuck Lever · 9 years ago
  87. 39a9bea rpc: share one xps between all backchannels by J. Bruce Fields · 9 years ago
  88. d50039e nfsd4/rpc: move backchannel create logic into rpc code by J. Bruce Fields · 9 years ago
  89. f1dc237 SUNRPC: Reduce latency when send queue is congested by Trond Myklebust · 9 years ago
  90. 40a5f1b SUNRPC: RPC transport queue must be low latency by Trond Myklebust · 9 years ago
  91. 42d42a5 SUNRPC: Small optimisation of client receive by Trond Myklebust · 9 years ago
  92. 8387ff2 vfs: make the string hashes salt the hash by Linus Torvalds · 9 years ago
  93. 7e0fb73 Merge branch 'hash' of git://ftp.sciencehorizons.net/linux by Linus Torvalds · 9 years ago
  94. 917ea16 <linux/sunrpc/svcauth.h>: Define hash_str() in terms of hashlen_string() by George Spelvin · 9 years ago
  95. ea8ea73 Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 9 years ago
  96. 9a8f6b5 SUNRPC: Ensure get_rpccred() and put_rpccred() can take NULL arguments by Trond Myklebust · 9 years ago
  97. 29c5542 xprtrdma: Bound the inline threshold values by Chuck Lever · 9 years ago
  98. 6b26cc8 sunrpc: Advertise maximum backchannel payload size by Chuck Lever · 9 years ago
  99. 4b9c7f9 sunrpc: Update RPCBIND_MAXNETIDLEN by Chuck Lever · 9 years ago
  100. d9e4084 svcrdma: Generalize svc_rdma_xdr_decode_req() by Chuck Lever · 9 years ago