| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-23 | SUNRPC: Move the svc_rpcb_cleanup() call sites | Chuck Lever | 1 | -4/+2 |
| 2025-03-10 | sysctl: Fixes nsm_local_state bounds | Nicolas Bouchinet | 1 | -2/+3 |
| 2025-03-10 | lockd: add netlink control interface | Jeff Layton | 1 | -6/+112 |
| 2025-01-28 | treewide: const qualify ctl_tables where applicable | Joel Granados | 1 | -1/+1 |
| 2025-01-06 | sunrpc: remove all connection limit configuration | NeilBrown | 1 | -8/+0 |
| 2024-09-20 | sunrpc: allow svc threads to fail initialisation cleanly | NeilBrown | 1 | -0/+2 |
| 2024-09-01 | lockd: discard nlmsvc_timeout | NeilBrown | 1 | -6/+1 |
| 2024-03-01 | nfsd: stop setting ->pg_stats for unused stats | Josef Bacik | 1 | -3/+0 |
| 2024-01-10 | Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 1 | -1/+0 |
| 2024-01-07 | SUNRPC: discard sv_refcnt, and svc_get/svc_put | NeilBrown | 1 | -6/+4 |
| 2023-12-28 | fs: Remove the now superfluous sentinel elements from ctl_table array | Joel Granados | 1 | -1/+0 |
| 2023-10-16 | SUNRPC: change how svc threads are asked to exit. | NeilBrown | 1 | -3/+2 |
| 2023-10-16 | lockd: hold a reference to nlmsvc_serv while stopping the thread. | NeilBrown | 1 | -0/+2 |
| 2023-08-29 | SUNRPC: Add enum svc_auth_status | Chuck Lever | 1 | -1/+1 |
| 2023-08-29 | SUNRPC: remove timeout arg from svc_recv() | NeilBrown | 1 | -5/+9 |
| 2023-08-29 | SUNRPC: change svc_recv() to return void. | NeilBrown | 1 | -8/+1 |
| 2023-08-29 | SUNRPC: call svc_process() from svc_recv(). | NeilBrown | 1 | -5/+0 |
| 2023-08-29 | lockd: remove SIGKILL handling | NeilBrown | 1 | -24/+0 |
| 2023-06-12 | lockd: drop inappropriate svc_get() from locked_get() | NeilBrown | 1 | -1/+0 |
| 2023-05-17 | Merge tag 'nfsd-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l... | Linus Torvalds | 1 | -1/+1 |
| 2023-05-02 | lockd: define nlm_port_min,max with CONFIG_SYSCTL | Tom Rix | 1 | -1/+1 |
| 2023-04-13 | lockd: simplify two-level sysctl registration for nlm_sysctls | Luis Chamberlain | 1 | -19/+1 |
| 2023-02-23 | Merge tag 'sysctl-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 1 | -1/+1 |
| 2023-02-21 | sysctl: fix proc_dobool() usability | Ondrej Mosnacek | 1 | -1/+1 |
| 2023-02-20 | SUNRPC: Use per-CPU counters to tally server RPC counts | Chuck Lever | 1 | -5/+10 |
| 2023-02-20 | SUNRPC: Refactor RPC server dispatch method | Chuck Lever | 1 | -2/+2 |
| 2023-02-20 | SUNRPC: Push svcxdr_init_encode() into svc_process_common() | Chuck Lever | 1 | -1/+0 |
| 2023-02-20 | SUNRPC: Push svcxdr_init_decode() into svc_process_common() | Chuck Lever | 1 | -1/+0 |
| 2022-02-28 | NFSD: Move svc_serv_ops::svo_function into struct svc_serv | Chuck Lever | 1 | -5/+1 |
| 2022-02-28 | NFSD: Remove svc_serv_ops::svo_module | Chuck Lever | 1 | -3/+1 |
| 2022-02-28 | SUNRPC: Remove svc_shutdown_net() | Chuck Lever | 1 | -2/+2 |
| 2022-02-28 | SUNRPC: Rename svc_create_xprt() | Chuck Lever | 1 | -2/+2 |
| 2022-02-28 | SUNRPC: Remove svo_shutdown method | Chuck Lever | 1 | -3/+2 |
| 2022-02-28 | SUNRPC: Remove the .svo_enqueue_xprt method | Chuck Lever | 1 | -1/+0 |
| 2022-01-17 | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
| 2021-12-13 | lockd: use svc_set_num_threads() for thread start and stop | NeilBrown | 1 | -50/+8 |
| 2021-12-13 | lockd: rename lockd_create_svc() to lockd_get() | NeilBrown | 1 | -6/+4 |
| 2021-12-13 | lockd: introduce lockd_put() | NeilBrown | 1 | -37/+27 |
| 2021-12-13 | lockd: move svc_exit_thread() into the thread | NeilBrown | 1 | -11/+12 |
| 2021-12-13 | lockd: move lockd_start_svc() call into lockd_create_svc() | NeilBrown | 1 | -12/+10 |
| 2021-12-13 | lockd: simplify management of network status notifiers | NeilBrown | 1 | -26/+9 |
| 2021-12-13 | lockd: introduce nlmsvc_serv | NeilBrown | 1 | -16/+20 |
| 2021-12-13 | SUNRPC: stop using ->sv_nrthreads as a refcount | NeilBrown | 1 | -4/+0 |
| 2021-12-13 | SUNRPC/NFSD: clean up get/put functions. | NeilBrown | 1 | -5/+1 |
| 2021-12-13 | SUNRPC: change svc_get() to return the svc. | NeilBrown | 1 | -4/+2 |
| 2021-10-13 | SUNRPC: Replace the "__be32 *p" parameter to .pc_encode | Chuck Lever | 1 | -2/+1 |
| 2021-10-13 | SUNRPC: Replace the "__be32 *p" parameter to .pc_decode | Chuck Lever | 1 | -2/+1 |
| 2021-09-04 | Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 1 | -0/+2 |
| 2021-08-17 | lockd: change the proc_handler for nsm_use_hostnames | Jia He | 1 | -1/+1 |
| 2021-08-10 | SUNRPC: Set rq_auth_stat in the pg_authenticate() callout | Chuck Lever | 1 | -0/+2 |
| 2021-07-06 | lockd: Create a simplified .vs_dispatch method for NLM requests | Chuck Lever | 1 | -0/+43 |
| 2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 1 | -0/+1 |
| 2019-04-24 | lockd: Pass the user cred from knfsd when starting the lockd server | Trond Myklebust | 1 | -12/+16 |
| 2019-04-24 | SUNRPC: Cache the process user cred in the RPC server listener | Trond Myklebust | 1 | -1/+2 |
| 2019-04-24 | SUNRPC: Allow further customisation of RPC program registration | Trond Myklebust | 1 | -0/+1 |
| 2019-04-24 | SUNRPC: Add a callback to initialise server requests | Trond Myklebust | 1 | -1/+2 |
| 2018-03-19 | lockd: make nlm_ntf_refcnt and nlm_ntf_wq static | Colin Ian King | 1 | -2/+2 |
| 2017-11-27 | race of lockd inetaddr notifiers vs nlmsvc_rqst change | Vasily Averin | 1 | -2/+14 |
| 2017-11-27 | lockd: lost rollback of set_grace_period() in lockd_down_net() | Vasily Averin | 1 | -0/+2 |
| 2017-11-27 | lockd: added cleanup checks in exit_net hook | Vasily Averin | 1 | -0/+11 |
| 2017-11-27 | lockd: remove net pointer from messages | Vasily Averin | 1 | -4/+5 |
| 2017-11-18 | Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -11/+9 |
| 2017-11-07 | lockd: double unregister of inetaddr notifiers | Vasily Averin | 1 | -11/+9 |
| 2017-10-31 | treewide: Fix function prototypes for module_param_call() | Kees Cook | 1 | -1/+1 |
| 2017-08-24 | sunrpc: Const-ify struct sv_serv_ops | Chuck Lever | 1 | -1/+1 |
| 2017-05-15 | sunrpc: mark all struct svc_version instances as const | Christoph Hellwig | 1 | -19/+19 |
| 2017-05-15 | sunrpc: move pc_count out of struct svc_procinfo | Christoph Hellwig | 1 | -0/+6 |
| 2017-05-08 | lockd: fix lockd shutdown race | J. Bruce Fields | 1 | -2/+4 |
| 2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -1/+1 |
| 2017-01-31 | lockd: initialize sin6_scope_id in lockd_inet6addr_event() | Scott Mayhew | 1 | -0/+2 |
| 2016-11-18 | netns: make struct pernet_operations::id unsigned int | Alexey Dobriyan | 1 | -1/+1 |
| 2016-06-30 | lockd: unregister notifier blocks if the service fails to come up completely | Scott Mayhew | 1 | -3/+10 |
| 2016-01-07 | lockd: constify nlmsvc_binding structure | Julia Lawall | 1 | -1/+1 |
| 2016-01-07 | lockd: use to_delayed_work | Geliang Tang | 1 | -2/+1 |
| 2015-12-23 | lockd: Register callbacks on the inetaddr_chain and inet6addr_chain | Scott Mayhew | 1 | -2/+72 |
| 2015-10-23 | lockd: get rid of reference-counted NSM RPC clients | Andrey Ryabinin | 1 | -1/+0 |
| 2015-10-12 | lockd: create NSM handles per net namespace | Andrey Ryabinin | 1 | -0/+1 |
| 2015-08-13 | lockd: NLM grace period shouldn't block NFSv4 opens | J. Bruce Fields | 1 | -0/+1 |
| 2015-08-10 | nfsd/sunrpc: turn enqueueing a svc_xprt into a svc_serv operation | Jeff Layton | 1 | -1/+2 |
| 2015-08-10 | nfsd/sunrpc: add a new svc_serv_ops struct and move sv_shutdown into it | Jeff Layton | 1 | -1/+5 |
| 2015-01-05 | LOCKD: Fix a race when initialising nlmsvc_timeout | Trond Myklebust | 1 | -4/+4 |
| 2014-12-09 | sunrpc: require svc_create callers to pass in meaningful shutdown routine | Jeff Layton | 1 | -1/+1 |
| 2014-10-08 | Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -2/+14 |
| 2014-09-17 | lockd: add a /proc/fs/lockd/nlm_end_grace file | Jeff Layton | 1 | -0/+9 |
| 2014-09-17 | lockd: move lockd's grace period handling into its own module | Jeff Layton | 1 | -1/+1 |
| 2014-09-08 | lockd: fix rpcbind crash on lockd startup failure | J. Bruce Fields | 1 | -3/+1 |
| 2014-09-02 | lockd: Do not start the lockd thread before we've set nlmsvc_rqst->rq_task | Trond Myklebust | 1 | -1/+2 |
| 2014-08-17 | lockd: Ensure that lockd_start_svc sets the server rq_task... | Trond Myklebust | 1 | -0/+2 |
| 2014-06-10 | Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -1/+1 |
| 2014-06-06 | lockd: convert use of typedef ctl_table to struct ctl_table | Joe Perches | 1 | -3/+3 |
| 2014-05-06 | lockd: avoid warning when CONFIG_SYSCTL undefined | Kees Cook | 1 | -1/+1 |
| 2014-03-28 | lockd: ensure we tear down any live sockets when socket creation fails during... | Jeff Layton | 1 | -0/+1 |
| 2013-07-03 | drivers: avoid parsing names as kthread_run() format strings | Kees Cook | 1 | -1/+1 |
| 2012-10-13 | Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -15/+2 |
| 2012-10-01 | lockd: per-net NSM client creation and destruction helpers introduced | Stanislav Kinsbursky | 1 | -0/+1 |
| 2012-08-21 | svcrpc: remove handling of unknown errors from svc_recv | J. Bruce Fields | 1 | -15/+2 |
| 2012-07-27 | Lockd: move grace period management from lockd() to per-net functions | Stanislav Kinsbursky | 1 | -6/+3 |
| 2012-07-27 | LockD: pass actual network namespace to grace period management functions | Stanislav Kinsbursky | 1 | -7/+9 |
| 2012-07-27 | LockD: manage grace list per network namespace | Stanislav Kinsbursky | 1 | -0/+1 |
| 2012-07-27 | LockD: make lockd manager allocated per network namespace | Stanislav Kinsbursky | 1 | -8/+10 |
| 2012-07-27 | LockD: manage grace period per network namespace | Stanislav Kinsbursky | 1 | -6/+11 |
| 2012-05-31 | LockD: add debug message to start and stop functions | Stanislav Kinsbursky | 1 | -0/+5 |
| 2012-05-31 | LockD: service start function introduced | Stanislav Kinsbursky | 1 | -25/+42 |
| 2012-05-31 | LockD: move global usage counter manipulation from error path | Stanislav Kinsbursky | 1 | -3/+2 |
| 2012-05-31 | LockD: service creation function introduced | Stanislav Kinsbursky | 1 | -11/+27 |
| 2012-05-31 | LockD: use existing per-net data function on service creation | Stanislav Kinsbursky | 1 | -16/+7 |
| 2012-05-31 | LockD: pass service to per-net up and down functions | Stanislav Kinsbursky | 1 | -7/+5 |
| 2012-05-31 | SUNRPC: move per-net operations from svc_destroy() | Stanislav Kinsbursky | 1 | -12/+15 |
| 2012-05-31 | SUNRPC: new svc_bind() routine introduced | Stanislav Kinsbursky | 1 | -0/+6 |
| 2012-04-11 | Lockd: pass network namespace to creation and destruction routines | Stanislav Kinsbursky | 1 | -4/+3 |
| 2012-03-26 | Merge nfs containerization work from Trond's tree | J. Bruce Fields | 1 | -15/+102 |
| 2012-02-17 | lockd: fix arg parsing for grace_period and timeout. | NeilBrown | 1 | -1/+1 |
| 2012-02-15 | Lockd: shutdown NLM hosts in network namespace context | Stanislav Kinsbursky | 1 | -1/+3 |
| 2012-02-15 | Lockd: per-net up and down routines introduced | Stanislav Kinsbursky | 1 | -2/+45 |
| 2012-02-15 | Lockd: pernet usage counter introduced | Stanislav Kinsbursky | 1 | -3/+42 |
| 2012-02-15 | Lockd: create permanent lockd sockets in current network namespace | Stanislav Kinsbursky | 1 | -10/+13 |
| 2012-01-31 | SUNRPC: search for service transports in network namespace context | Stanislav Kinsbursky | 1 | -1/+1 |
| 2011-08-19 | sunrpc: use better NUMA affinities | Eric Dumazet | 1 | -1/+1 |
| 2010-10-27 | lockd: push lock_flocks down | Arnd Bergmann | 1 | -11/+0 |
| 2010-10-01 | sunrpc: Add net argument to svc_create_xprt | Pavel Emelyanov | 1 | -1/+1 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -1/+0 |
| 2010-01-26 | SUNRPC: Bury "#ifdef IPV6" in svc_create_xprt() | Chuck Lever | 1 | -2/+0 |
| 2009-11-18 | sysctl: Drop & in front of every proc_handler. | Eric W. Biederman | 1 | -6/+6 |
| 2009-11-12 | sysctl fs: Remove dead binary sysctl support | Eric W. Biederman | 1 | -11/+3 |
| 2009-05-06 | lockd: fix list corruption on lockd restart | J. Bruce Fields | 1 | -4/+11 |
| 2009-03-28 | lockd: Start PF_INET6 listener only if IPv6 support is available | Chuck Lever | 1 | -9/+21 |
| 2009-03-28 | NFS: Revert creation of IPv6 listeners for lockd and NFSv4 callbacks | Chuck Lever | 1 | -12/+1 |
| 2009-03-28 | SUNRPC: Remove @family argument from svc_create() and svc_create_pooled() | Chuck Lever | 1 | -1/+1 |
| 2009-03-28 | SUNRPC: Change svc_create_xprt() to take a @family argument | Chuck Lever | 1 | -1/+2 |
| 2009-01-07 | NLM: Clean up flow of control in make_socks() function | Chuck Lever | 1 | -8/+14 |
| 2009-01-07 | NLM: Refactor make_socks() function | Chuck Lever | 1 | -15/+16 |
| 2009-01-06 | lockd: Enable NLM use of AF_INET6 | Chuck Lever | 1 | -1/+12 |
| 2009-01-06 | NSM: Move nsm_use_hostnames to mon.c | Chuck Lever | 1 | -1/+0 |
| 2009-01-06 | NSM: Remove include/linux/lockd/sm_inter.h | Chuck Lever | 1 | -1/+0 |
| 2009-01-06 | lockd: set svc_serv->sv_maxconn to a more reasonable value (try #3) | Jeff Layton | 1 | -0/+8 |
| 2008-12-23 | LOCKD: Make lockd_up() and lockd_down() exported GPL-only | Trond Myklebust | 1 | -3/+3 |
| 2008-11-24 | nfsd: clean up grace period on early exit | J. Bruce Fields | 1 | -0/+1 |
| 2008-10-04 | NLM: Remove "proto" argument from lockd_up() | Chuck Lever | 1 | -2/+1 |
| 2008-10-04 | NLM: Always start both UDP and TCP listeners | Chuck Lever | 1 | -18/+19 |
| 2008-10-03 | nfsd: common grace period control | J. Bruce Fields | 1 | -15/+5 |
| 2008-09-29 | lockd: don't depend on lockd main loop to end grace | J. Bruce Fields | 1 | -11/+13 |
| 2008-09-29 | locks: allow lockd to process blocked locks during grace period | J. Bruce Fields | 1 | -9/+3 |
| 2008-09-29 | SUNRPC: Add address family field to svc_serv data structure | Chuck Lever | 1 | -1/+1 |
| 2008-06-23 | lockd: close potential race with rapid lockd_up/lockd_down cycle | Jeff Layton | 1 | -20/+13 |
| 2008-04-24 | Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 1 | -0/+12 |
| 2008-04-23 | NLM: don't let lockd exit on unexpected svc_recv errors (try #2) | Jeff Layton | 1 | -6/+12 |
| 2008-04-23 | NLM: Convert lockd to use kthreads | Jeff Layton | 1 | -74/+58 |
| 2008-03-19 | NLM: LOCKD fails to load if CONFIG_SYSCTL is not set | Chuck Lever | 1 | -0/+12 |
| 2008-02-21 | Wrap buffers used for rpc debug printks into RPC_IFDEBUG | Pavel Emelyanov | 1 | -1/+1 |
| 2008-02-01 | knfsd: Support adding transports by writing portlist file | Tom Tucker | 1 | -5/+13 |
| 2008-02-01 | svc: Add svc API that queries for a transport instance | Tom Tucker | 1 | -14/+2 |
| 2008-02-01 | svc: Make close transport independent | Tom Tucker | 1 | -3/+3 |
| 2008-02-01 | svc: Change services to use new svc_create_xprt service | Tom Tucker | 1 | -9/+8 |
| 2007-07-17 | knfsd: lockd: nfsd4: use same grace period for lockd and nfsd4 | Marc Eshel | 1 | -7/+20 |
| 2007-07-17 | Freezer: make kernel threads nonfreezable by default | Rafael J. Wysocki | 1 | -0/+2 |
| 2007-07-10 | SUNRPC: Remove redundant calls to rpciod_up()/rpciod_down() | Trond Myklebust | 1 | -6/+0 |
| 2007-02-17 | Replace remaining references to "driverfs" with "sysfs". | Robert P. J. Day | 1 | -1/+1 |
| 2007-02-14 | [PATCH] sysctl: remove insert_at_head from register_sysctl | Eric W. Biederman | 1 | -1/+1 |
| 2007-02-12 | [PATCH] knfsd: SUNRPC: Add a function to format the address in an svc_rqst fo... | Chuck Lever | 1 | -3/+3 |
| 2007-02-12 | [PATCH] knfsd: SUNRPC: allow creating an RPC service without registering with... | Chuck Lever | 1 | -10/+16 |
| 2006-11-06 | [PATCH] sysctl: implement CTL_UNNUMBERED | Eric W. Biederman | 1 | -3/+0 |
| 2006-10-04 | [PATCH] knfsd: export nsm_local_state to user space via sysctl | Olaf Kirch | 1 | -0/+9 |
| 2006-10-04 | [PATCH] knfsd: lockd: optionally use hostnames for identifying peers | Olaf Kirch | 1 | -0/+10 |
| 2006-10-02 | [PATCH] knfsd: Correctly handle error condition from lockd_up | NeilBrown | 1 | -7/+5 |
| 2006-10-02 | [PATCH] knfsd: Move makesock failed warning into make_socks. | NeilBrown | 1 | -10/+8 |
| 2006-10-02 | [PATCH] knfsd: Drop 'serv' option to svc_recv and svc_process | NeilBrown | 1 | -4/+3 |
| 2006-10-02 | [PATCH] knfsd: be more selective in which sockets lockd listens on | NeilBrown | 1 | -7/+40 |
| 2006-10-02 | [PATCH] knfsd: add a callback for when last rpc thread finishes | NeilBrown | 1 | -1/+1 |
| 2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
| 2006-03-26 | [PATCH] sem2mutex: fs/ | Ingo Molnar | 1 | -8/+9 |
| 2006-03-24 | [PATCH] fs: Use ARRAY_SIZE macro | Tobias Klauser | 1 | -1/+1 |
| 2006-01-06 | SUNRPC: Ensure that SIGKILL will always terminate a synchronous RPC call. | Trond Myklebust | 1 | -2/+2 |
| 2005-07-13 | [PATCH] NFS: procfs/sysctl interfaces for lockd do not work on x86_64 | Steve Dickson | 1 | -2/+2 |
| 2005-06-24 | [PATCH] knfsd: lockd: flush signals on shutdown | NeilBrown | 1 | -1/+3 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+519 |