1. 37902c6 NFSD: Move svc_serv_ops::svo_function into struct svc_serv by Chuck Lever · 3 years, 1 month ago
  2. f49169c NFSD: Remove svc_serv_ops::svo_module by Chuck Lever · 3 years, 1 month ago
  3. c7d7ec8 SUNRPC: Remove svc_shutdown_net() by Chuck Lever · 3 years, 2 months ago
  4. 352ad31 SUNRPC: Rename svc_create_xprt() by Chuck Lever · 3 years, 2 months ago
  5. 87cdd86 SUNRPC: Remove svo_shutdown method by Chuck Lever · 3 years, 2 months ago
  6. a9ff2e9 SUNRPC: Remove the .svo_enqueue_xprt method by Chuck Lever · 3 years, 2 months ago
  7. 35ce8ae Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years, 2 months ago
  8. 6b044fb lockd: use svc_set_num_threads() for thread start and stop by NeilBrown · 3 years, 3 months ago
  9. ecd3ad6 lockd: rename lockd_create_svc() to lockd_get() by NeilBrown · 3 years, 3 months ago
  10. 865b674 lockd: introduce lockd_put() by NeilBrown · 3 years, 3 months ago
  11. 6a4e252 lockd: move svc_exit_thread() into the thread by NeilBrown · 3 years, 3 months ago
  12. b73a297 lockd: move lockd_start_svc() call into lockd_create_svc() by NeilBrown · 3 years, 3 months ago
  13. 5a8a7ff lockd: simplify management of network status notifiers by NeilBrown · 3 years, 3 months ago
  14. 2840fe8 lockd: introduce nlmsvc_serv by NeilBrown · 3 years, 3 months ago
  15. ec52361 SUNRPC: stop using ->sv_nrthreads as a refcount by NeilBrown · 3 years, 3 months ago
  16. 8c62d12 SUNRPC/NFSD: clean up get/put functions. by NeilBrown · 3 years, 3 months ago
  17. df5e49c SUNRPC: change svc_get() to return the svc. by NeilBrown · 3 years, 3 months ago
  18. fda4944 SUNRPC: Replace the "__be32 *p" parameter to .pc_encode by Chuck Lever · 3 years, 5 months ago
  19. 16c6636 SUNRPC: Replace the "__be32 *p" parameter to .pc_decode by Chuck Lever · 3 years, 5 months ago
  20. 0961f0c Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 3 years, 6 months ago
  21. d02a3a2 lockd: change the proc_handler for nsm_use_hostnames by Jia He · 3 years, 7 months ago
  22. 5c2465d SUNRPC: Set rq_auth_stat in the pg_authenticate() callout by Chuck Lever · 3 years, 8 months ago
  23. a9ad1a8 lockd: Create a simplified .vs_dispatch method for NLM requests by Chuck Lever · 3 years, 9 months ago
  24. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  25. 40373b1 lockd: Pass the user cred from knfsd when starting the lockd server by Trond Myklebust · 6 years ago
  26. 4df493a SUNRPC: Cache the process user cred in the RPC server listener by Trond Myklebust · 6 years ago
  27. 642ee6b SUNRPC: Allow further customisation of RPC program registration by Trond Myklebust · 6 years ago
  28. 8e5b677 SUNRPC: Add a callback to initialise server requests by Trond Myklebust · 6 years ago
  29. 554faf2 lockd: make nlm_ntf_refcnt and nlm_ntf_wq static by Colin Ian King · 7 years ago
  30. 6b18dd1 race of lockd inetaddr notifiers vs nlmsvc_rqst change by Vasily Averin · 7 years ago
  31. 3a2b19d lockd: lost rollback of set_grace_period() in lockd_down_net() by Vasily Averin · 7 years ago
  32. a3152f1 lockd: added cleanup checks in exit_net hook by Vasily Averin · 7 years ago
  33. e919b07 lockd: remove net pointer from messages by Vasily Averin · 7 years ago
  34. 4dd3c2e Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 7 years ago
  35. dc3033e lockd: double unregister of inetaddr notifiers by Vasily Averin · 7 years ago
  36. e4dca7b treewide: Fix function prototypes for module_param_call() by Kees Cook · 7 years ago
  37. afea565 sunrpc: Const-ify struct sv_serv_ops by Chuck Lever · 8 years ago
  38. e967918 sunrpc: mark all struct svc_version instances as const by Christoph Hellwig · 8 years ago
  39. 7fd38af sunrpc: move pc_count out of struct svc_procinfo by Christoph Hellwig · 8 years ago
  40. efda760 lockd: fix lockd shutdown race by J. Bruce Fields · 8 years ago
  41. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  42. c01410f lockd: initialize sin6_scope_id in lockd_inet6addr_event() by Scott Mayhew · 8 years ago
  43. c7d03a0 netns: make struct pernet_operations::id unsigned int by Alexey Dobriyan · 8 years ago
  44. cb7d224f lockd: unregister notifier blocks if the service fails to come up completely by Scott Mayhew · 9 years ago
  45. 2a29745 lockd: constify nlmsvc_binding structure by Julia Lawall · 9 years ago
  46. ea44463 lockd: use to_delayed_work by Geliang Tang · 9 years ago
  47. 0751ddf lockd: Register callbacks on the inetaddr_chain and inet6addr_chain by Scott Mayhew · 9 years ago
  48. 0d0f4aa lockd: get rid of reference-counted NSM RPC clients by Andrey Ryabinin · 9 years ago
  49. 0ad9547 lockd: create NSM handles per net namespace by Andrey Ryabinin · 9 years ago
  50. c87fb4a lockd: NLM grace period shouldn't block NFSv4 opens by J. Bruce Fields · 10 years ago
  51. b9e13cd nfsd/sunrpc: turn enqueueing a svc_xprt into a svc_serv operation by Jeff Layton · 10 years ago
  52. ea126e7 nfsd/sunrpc: add a new svc_serv_ops struct and move sv_shutdown into it by Jeff Layton · 10 years ago
  53. 06bed7d LOCKD: Fix a race when initialising nlmsvc_timeout by Trond Myklebust · 10 years ago
  54. 0b5707e sunrpc: require svc_create callers to pass in meaningful shutdown routine by Jeff Layton · 10 years ago
  55. 6dea073 Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  56. d68e3c4 lockd: add a /proc/fs/lockd/nlm_end_grace file by Jeff Layton · 11 years ago
  57. f779002 lockd: move lockd's grace period handling into its own module by Jeff Layton · 11 years ago
  58. 7c17705 lockd: fix rpcbind crash on lockd startup failure by J. Bruce Fields · 11 years ago
  59. d4e8990 lockd: Do not start the lockd thread before we've set nlmsvc_rqst->rq_task by Trond Myklebust · 11 years ago
  60. d6a7ce4 lockd: Ensure that lockd_start_svc sets the server rq_task... by Trond Myklebust · 11 years ago
  61. 5b174fd Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  62. 7ac9fe5 lockd: convert use of typedef ctl_table to struct ctl_table by Joe Perches · 11 years ago
  63. 12dd7ec lockd: avoid warning when CONFIG_SYSCTL undefined by Kees Cook · 11 years ago
  64. 679b033 lockd: ensure we tear down any live sockets when socket creation fails during lockd_up by Jeff Layton · 11 years ago
  65. f170168 drivers: avoid parsing names as kthread_run() format strings by Kees Cook · 12 years ago
  66. bd81cce Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  67. e9406db lockd: per-net NSM client creation and destruction helpers introduced by Stanislav Kinsbursky · 12 years ago
  68. 5b444cc svcrpc: remove handling of unknown errors from svc_recv by J. Bruce Fields · 13 years ago
  69. 5630f7f Lockd: move grace period management from lockd() to per-net functions by Stanislav Kinsbursky · 13 years ago
  70. 5ccb006 LockD: pass actual network namespace to grace period management functions by Stanislav Kinsbursky · 13 years ago
  71. db9c455 LockD: manage grace list per network namespace by Stanislav Kinsbursky · 13 years ago
  72. 08d44a3 LockD: make lockd manager allocated per network namespace by Stanislav Kinsbursky · 13 years ago
  73. 66547b0 LockD: manage grace period per network namespace by Stanislav Kinsbursky · 13 years ago
  74. 8dbf28e LockD: add debug message to start and stop functions by Stanislav Kinsbursky · 13 years ago
  75. 3d1221d LockD: service start function introduced by Stanislav Kinsbursky · 13 years ago
  76. 7d13ec7 LockD: move global usage counter manipulation from error path by Stanislav Kinsbursky · 13 years ago
  77. 2445223 LockD: service creation function introduced by Stanislav Kinsbursky · 13 years ago
  78. dbf9b5d7 LockD: use existing per-net data function on service creation by Stanislav Kinsbursky · 13 years ago
  79. 4db7769 LockD: pass service to per-net up and down functions by Stanislav Kinsbursky · 13 years ago
  80. 786185b SUNRPC: move per-net operations from svc_destroy() by Stanislav Kinsbursky · 13 years ago
  81. 9793f7c SUNRPC: new svc_bind() routine introduced by Stanislav Kinsbursky · 13 years ago
  82. e3f70ea Lockd: pass network namespace to creation and destruction routines by Stanislav Kinsbursky · 13 years ago
  83. 1df0064 Merge nfs containerization work from Trond's tree by J. Bruce Fields · 13 years ago
  84. de5b8e8 lockd: fix arg parsing for grace_period and timeout. by NeilBrown · 13 years ago
  85. 3b64739 Lockd: shutdown NLM hosts in network namespace context by Stanislav Kinsbursky · 13 years ago
  86. bb2224d Lockd: per-net up and down routines introduced by Stanislav Kinsbursky · 13 years ago
  87. a9c5d73 Lockd: pernet usage counter introduced by Stanislav Kinsbursky · 13 years ago
  88. c228fa2 Lockd: create permanent lockd sockets in current network namespace by Stanislav Kinsbursky · 13 years ago
  89. 4cb54ca SUNRPC: search for service transports in network namespace context by Stanislav Kinsbursky · 13 years ago
  90. 11fd165 sunrpc: use better NUMA affinities by Eric Dumazet · 14 years ago
  91. 763641d lockd: push lock_flocks down by Arnd Bergmann · 14 years ago
  92. fc5d00b sunrpc: Add net argument to svc_create_xprt by Pavel Emelyanov · 14 years ago
  93. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  94. d6783b2 SUNRPC: Bury "#ifdef IPV6" in svc_create_xprt() by Chuck Lever · 15 years ago
  95. 6d45611 sysctl: Drop & in front of every proc_handler. by Eric W. Biederman · 15 years ago
  96. ab09203 sysctl fs: Remove dead binary sysctl support by Eric W. Biederman · 15 years ago
  97. 89996df lockd: fix list corruption on lockd restart by J. Bruce Fields · 16 years ago
  98. eb16e90 lockd: Start PF_INET6 listener only if IPv6 support is available by Chuck Lever · 16 years ago
  99. 26298ca NFS: Revert creation of IPv6 listeners for lockd and NFSv4 callbacks by Chuck Lever · 16 years ago
  100. 49a9072 SUNRPC: Remove @family argument from svc_create() and svc_create_pooled() by Chuck Lever · 16 years ago