- 6b044fb lockd: use svc_set_num_threads() for thread start and stop by NeilBrown · 3 years, 2 months ago
- ecd3ad6 lockd: rename lockd_create_svc() to lockd_get() by NeilBrown · 3 years, 2 months ago
- 865b674 lockd: introduce lockd_put() by NeilBrown · 3 years, 2 months ago
- 6a4e252 lockd: move svc_exit_thread() into the thread by NeilBrown · 3 years, 2 months ago
- b73a297 lockd: move lockd_start_svc() call into lockd_create_svc() by NeilBrown · 3 years, 2 months ago
- 5a8a7ff lockd: simplify management of network status notifiers by NeilBrown · 3 years, 2 months ago
- 2840fe8 lockd: introduce nlmsvc_serv by NeilBrown · 3 years, 2 months ago
- ec52361 SUNRPC: stop using ->sv_nrthreads as a refcount by NeilBrown · 3 years, 2 months ago
- 8c62d12 SUNRPC/NFSD: clean up get/put functions. by NeilBrown · 3 years, 2 months ago
- df5e49c SUNRPC: change svc_get() to return the svc. by NeilBrown · 3 years, 2 months ago
- fda4944 SUNRPC: Replace the "__be32 *p" parameter to .pc_encode by Chuck Lever · 3 years, 3 months ago
- 16c6636 SUNRPC: Replace the "__be32 *p" parameter to .pc_decode by Chuck Lever · 3 years, 3 months ago
- 0961f0c Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 3 years, 4 months ago
- d02a3a2 lockd: change the proc_handler for nsm_use_hostnames by Jia He · 3 years, 6 months ago
- 5c2465d SUNRPC: Set rq_auth_stat in the pg_authenticate() callout by Chuck Lever · 3 years, 6 months ago
- a9ad1a8 lockd: Create a simplified .vs_dispatch method for NLM requests by Chuck Lever · 3 years, 8 months ago
- 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
- 40373b1 lockd: Pass the user cred from knfsd when starting the lockd server by Trond Myklebust · 6 years ago
- 4df493a SUNRPC: Cache the process user cred in the RPC server listener by Trond Myklebust · 6 years ago
- 642ee6b SUNRPC: Allow further customisation of RPC program registration by Trond Myklebust · 6 years ago
- 8e5b677 SUNRPC: Add a callback to initialise server requests by Trond Myklebust · 6 years ago
- 554faf2 lockd: make nlm_ntf_refcnt and nlm_ntf_wq static by Colin Ian King · 7 years ago
- 6b18dd1 race of lockd inetaddr notifiers vs nlmsvc_rqst change by Vasily Averin · 7 years ago
- 3a2b19d lockd: lost rollback of set_grace_period() in lockd_down_net() by Vasily Averin · 7 years ago
- a3152f1 lockd: added cleanup checks in exit_net hook by Vasily Averin · 7 years ago
- e919b07 lockd: remove net pointer from messages by Vasily Averin · 7 years ago
- 4dd3c2e Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 7 years ago
- dc3033e lockd: double unregister of inetaddr notifiers by Vasily Averin · 7 years ago
- e4dca7b treewide: Fix function prototypes for module_param_call() by Kees Cook · 7 years ago
- afea565 sunrpc: Const-ify struct sv_serv_ops by Chuck Lever · 7 years ago
- e967918 sunrpc: mark all struct svc_version instances as const by Christoph Hellwig · 8 years ago
- 7fd38af sunrpc: move pc_count out of struct svc_procinfo by Christoph Hellwig · 8 years ago
- efda760 lockd: fix lockd shutdown race by J. Bruce Fields · 8 years ago
- 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
- c01410f lockd: initialize sin6_scope_id in lockd_inet6addr_event() by Scott Mayhew · 8 years ago
- c7d03a0 netns: make struct pernet_operations::id unsigned int by Alexey Dobriyan · 8 years ago
- cb7d224f lockd: unregister notifier blocks if the service fails to come up completely by Scott Mayhew · 9 years ago
- 2a29745 lockd: constify nlmsvc_binding structure by Julia Lawall · 9 years ago
- ea44463 lockd: use to_delayed_work by Geliang Tang · 9 years ago
- 0751ddf lockd: Register callbacks on the inetaddr_chain and inet6addr_chain by Scott Mayhew · 9 years ago
- 0d0f4aa lockd: get rid of reference-counted NSM RPC clients by Andrey Ryabinin · 9 years ago
- 0ad9547 lockd: create NSM handles per net namespace by Andrey Ryabinin · 9 years ago
- c87fb4a lockd: NLM grace period shouldn't block NFSv4 opens by J. Bruce Fields · 9 years ago
- b9e13cd nfsd/sunrpc: turn enqueueing a svc_xprt into a svc_serv operation by Jeff Layton · 10 years ago
- ea126e7 nfsd/sunrpc: add a new svc_serv_ops struct and move sv_shutdown into it by Jeff Layton · 10 years ago
- 06bed7d LOCKD: Fix a race when initialising nlmsvc_timeout by Trond Myklebust · 10 years ago
- 0b5707e sunrpc: require svc_create callers to pass in meaningful shutdown routine by Jeff Layton · 10 years ago
- 6dea073 Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
- d68e3c4 lockd: add a /proc/fs/lockd/nlm_end_grace file by Jeff Layton · 10 years ago
- f779002 lockd: move lockd's grace period handling into its own module by Jeff Layton · 10 years ago
- 7c17705 lockd: fix rpcbind crash on lockd startup failure by J. Bruce Fields · 10 years ago
- d4e8990 lockd: Do not start the lockd thread before we've set nlmsvc_rqst->rq_task by Trond Myklebust · 10 years ago
- d6a7ce4 lockd: Ensure that lockd_start_svc sets the server rq_task... by Trond Myklebust · 10 years ago
- 5b174fd Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
- 7ac9fe5 lockd: convert use of typedef ctl_table to struct ctl_table by Joe Perches · 11 years ago
- 12dd7ec lockd: avoid warning when CONFIG_SYSCTL undefined by Kees Cook · 11 years ago
- 679b033 lockd: ensure we tear down any live sockets when socket creation fails during lockd_up by Jeff Layton · 11 years ago
- f170168 drivers: avoid parsing names as kthread_run() format strings by Kees Cook · 12 years ago
- bd81cce Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
- e9406db lockd: per-net NSM client creation and destruction helpers introduced by Stanislav Kinsbursky · 12 years ago
- 5b444cc svcrpc: remove handling of unknown errors from svc_recv by J. Bruce Fields · 12 years ago
- 5630f7f Lockd: move grace period management from lockd() to per-net functions by Stanislav Kinsbursky · 12 years ago
- 5ccb006 LockD: pass actual network namespace to grace period management functions by Stanislav Kinsbursky · 12 years ago
- db9c455 LockD: manage grace list per network namespace by Stanislav Kinsbursky · 12 years ago
- 08d44a3 LockD: make lockd manager allocated per network namespace by Stanislav Kinsbursky · 12 years ago
- 66547b0 LockD: manage grace period per network namespace by Stanislav Kinsbursky · 12 years ago
- 8dbf28e LockD: add debug message to start and stop functions by Stanislav Kinsbursky · 13 years ago
- 3d1221d LockD: service start function introduced by Stanislav Kinsbursky · 13 years ago
- 7d13ec7 LockD: move global usage counter manipulation from error path by Stanislav Kinsbursky · 13 years ago
- 2445223 LockD: service creation function introduced by Stanislav Kinsbursky · 13 years ago
- dbf9b5d7 LockD: use existing per-net data function on service creation by Stanislav Kinsbursky · 13 years ago
- 4db7769 LockD: pass service to per-net up and down functions by Stanislav Kinsbursky · 13 years ago
- 786185b SUNRPC: move per-net operations from svc_destroy() by Stanislav Kinsbursky · 13 years ago
- 9793f7c SUNRPC: new svc_bind() routine introduced by Stanislav Kinsbursky · 13 years ago
- e3f70ea Lockd: pass network namespace to creation and destruction routines by Stanislav Kinsbursky · 13 years ago
- 1df0064 Merge nfs containerization work from Trond's tree by J. Bruce Fields · 13 years ago
- de5b8e8 lockd: fix arg parsing for grace_period and timeout. by NeilBrown · 13 years ago
- 3b64739 Lockd: shutdown NLM hosts in network namespace context by Stanislav Kinsbursky · 13 years ago
- bb2224d Lockd: per-net up and down routines introduced by Stanislav Kinsbursky · 13 years ago
- a9c5d73 Lockd: pernet usage counter introduced by Stanislav Kinsbursky · 13 years ago
- c228fa2 Lockd: create permanent lockd sockets in current network namespace by Stanislav Kinsbursky · 13 years ago
- 4cb54ca SUNRPC: search for service transports in network namespace context by Stanislav Kinsbursky · 13 years ago
- 11fd165 sunrpc: use better NUMA affinities by Eric Dumazet · 13 years ago
- 763641d lockd: push lock_flocks down by Arnd Bergmann · 14 years ago
- fc5d00b sunrpc: Add net argument to svc_create_xprt by Pavel Emelyanov · 14 years ago
- 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
- d6783b2 SUNRPC: Bury "#ifdef IPV6" in svc_create_xprt() by Chuck Lever · 15 years ago
- 6d45611 sysctl: Drop & in front of every proc_handler. by Eric W. Biederman · 15 years ago
- ab09203 sysctl fs: Remove dead binary sysctl support by Eric W. Biederman · 15 years ago
- 89996df lockd: fix list corruption on lockd restart by J. Bruce Fields · 16 years ago
- eb16e90 lockd: Start PF_INET6 listener only if IPv6 support is available by Chuck Lever · 16 years ago
- 26298ca NFS: Revert creation of IPv6 listeners for lockd and NFSv4 callbacks by Chuck Lever · 16 years ago
- 49a9072 SUNRPC: Remove @family argument from svc_create() and svc_create_pooled() by Chuck Lever · 16 years ago
- 9652ada SUNRPC: Change svc_create_xprt() to take a @family argument by Chuck Lever · 16 years ago
- 0dba7c2 NLM: Clean up flow of control in make_socks() function by Chuck Lever · 16 years ago
- d3fe5ea NLM: Refactor make_socks() function by Chuck Lever · 16 years ago
- b064ec0 lockd: Enable NLM use of AF_INET6 by Chuck Lever · 16 years ago
- b7ba597 NSM: Move nsm_use_hostnames to mon.c by Chuck Lever · 16 years ago
- e6765b8 NSM: Remove include/linux/lockd/sm_inter.h by Chuck Lever · 16 years ago
- c72a476 lockd: set svc_serv->sv_maxconn to a more reasonable value (try #3) by Jeff Layton · 16 years ago