summaryrefslogtreecommitdiffstats
path: root/fs/lockd/svc.c
Commit message (Expand)AuthorAgeFilesLines
* nfsd: stop setting ->pg_stats for unused statsJosef Bacik2024-03-011-3/+0
* Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2024-01-101-1/+0
|\
| * fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2023-12-281-1/+0
* | SUNRPC: discard sv_refcnt, and svc_get/svc_putNeilBrown2024-01-071-6/+4
|/
* SUNRPC: change how svc threads are asked to exit.NeilBrown2023-10-161-3/+2
* lockd: hold a reference to nlmsvc_serv while stopping the thread.NeilBrown2023-10-161-0/+2
* SUNRPC: Add enum svc_auth_statusChuck Lever2023-08-291-1/+1
* SUNRPC: remove timeout arg from svc_recv()NeilBrown2023-08-291-5/+9
* SUNRPC: change svc_recv() to return void.NeilBrown2023-08-291-8/+1
* SUNRPC: call svc_process() from svc_recv().NeilBrown2023-08-291-5/+0
* lockd: remove SIGKILL handlingNeilBrown2023-08-291-24/+0
* lockd: drop inappropriate svc_get() from locked_get()NeilBrown2023-06-121-1/+0
* Merge tag 'nfsd-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-05-171-1/+1
|\
| * lockd: define nlm_port_min,max with CONFIG_SYSCTLTom Rix2023-05-021-1/+1
* | lockd: simplify two-level sysctl registration for nlm_sysctlsLuis Chamberlain2023-04-131-19/+1
|/
* Merge tag 'sysctl-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-02-231-1/+1
|\
| * sysctl: fix proc_dobool() usabilityOndrej Mosnacek2023-02-211-1/+1
* | SUNRPC: Use per-CPU counters to tally server RPC countsChuck Lever2023-02-201-5/+10
* | SUNRPC: Refactor RPC server dispatch methodChuck Lever2023-02-201-2/+2
* | SUNRPC: Push svcxdr_init_encode() into svc_process_common()Chuck Lever2023-02-201-1/+0
* | SUNRPC: Push svcxdr_init_decode() into svc_process_common()Chuck Lever2023-02-201-1/+0
|/
* NFSD: Move svc_serv_ops::svo_function into struct svc_servChuck Lever2022-02-281-5/+1
* NFSD: Remove svc_serv_ops::svo_moduleChuck Lever2022-02-281-3/+1
* SUNRPC: Remove svc_shutdown_net()Chuck Lever2022-02-281-2/+2
* SUNRPC: Rename svc_create_xprt()Chuck Lever2022-02-281-2/+2
* SUNRPC: Remove svo_shutdown methodChuck Lever2022-02-281-3/+2
* SUNRPC: Remove the .svo_enqueue_xprt methodChuck Lever2022-02-281-1/+0
* Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-171-1/+1
|\
* | lockd: use svc_set_num_threads() for thread start and stopNeilBrown2021-12-131-50/+8
* | lockd: rename lockd_create_svc() to lockd_get()NeilBrown2021-12-131-6/+4
* | lockd: introduce lockd_put()NeilBrown2021-12-131-37/+27
* | lockd: move svc_exit_thread() into the threadNeilBrown2021-12-131-11/+12
* | lockd: move lockd_start_svc() call into lockd_create_svc()NeilBrown2021-12-131-12/+10
* | lockd: simplify management of network status notifiersNeilBrown2021-12-131-26/+9
* | lockd: introduce nlmsvc_servNeilBrown2021-12-131-16/+20
* | SUNRPC: stop using ->sv_nrthreads as a refcountNeilBrown2021-12-131-4/+0
* | SUNRPC/NFSD: clean up get/put functions.NeilBrown2021-12-131-5/+1
* | SUNRPC: change svc_get() to return the svc.NeilBrown2021-12-131-4/+2
|/
* SUNRPC: Replace the "__be32 *p" parameter to .pc_encodeChuck Lever2021-10-131-2/+1
* SUNRPC: Replace the "__be32 *p" parameter to .pc_decodeChuck Lever2021-10-131-2/+1
* Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2021-09-041-0/+2
|\
| * SUNRPC: Set rq_auth_stat in the pg_authenticate() calloutChuck Lever2021-08-101-0/+2
* | lockd: change the proc_handler for nsm_use_hostnamesJia He2021-08-171-1/+1
|/
* lockd: Create a simplified .vs_dispatch method for NLM requestsChuck Lever2021-07-061-0/+43
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* lockd: Pass the user cred from knfsd when starting the lockd serverTrond Myklebust2019-04-241-12/+16
* SUNRPC: Cache the process user cred in the RPC server listenerTrond Myklebust2019-04-241-1/+2
* SUNRPC: Allow further customisation of RPC program registrationTrond Myklebust2019-04-241-0/+1
* SUNRPC: Add a callback to initialise server requestsTrond Myklebust2019-04-241-1/+2
* lockd: make nlm_ntf_refcnt and nlm_ntf_wq staticColin Ian King2018-03-191-2/+2