summaryrefslogtreecommitdiff
path: root/fs/lockd/svc.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-11Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-1/+0
2024-01-08SUNRPC: discard sv_refcnt, and svc_get/svc_putNeilBrown1-6/+4
2023-12-28fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados1-1/+0
2023-10-16SUNRPC: change how svc threads are asked to exit.NeilBrown1-3/+2
2023-10-16lockd: hold a reference to nlmsvc_serv while stopping the thread.NeilBrown1-0/+2
2023-08-30SUNRPC: Add enum svc_auth_statusChuck Lever1-1/+1
2023-08-30SUNRPC: remove timeout arg from svc_recv()NeilBrown1-5/+9
2023-08-30SUNRPC: change svc_recv() to return void.NeilBrown1-8/+1
2023-08-30SUNRPC: call svc_process() from svc_recv().NeilBrown1-5/+0
2023-08-30lockd: remove SIGKILL handlingNeilBrown1-24/+0
2023-06-12lockd: drop inappropriate svc_get() from locked_get()NeilBrown1-1/+0
2023-05-17Merge tag 'nfsd-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-1/+1
2023-05-02lockd: define nlm_port_min,max with CONFIG_SYSCTLTom Rix1-1/+1
2023-04-13lockd: simplify two-level sysctl registration for nlm_sysctlsLuis Chamberlain1-19/+1
2023-02-24Merge tag 'sysctl-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-1/+1
2023-02-22sysctl: fix proc_dobool() usabilityOndrej Mosnacek1-1/+1
2023-02-20SUNRPC: Use per-CPU counters to tally server RPC countsChuck Lever1-5/+10
2023-02-20SUNRPC: Refactor RPC server dispatch methodChuck Lever1-2/+2
2023-02-20SUNRPC: Push svcxdr_init_encode() into svc_process_common()Chuck Lever1-1/+0
2023-02-20SUNRPC: Push svcxdr_init_decode() into svc_process_common()Chuck Lever1-1/+0
2022-02-28NFSD: Move svc_serv_ops::svo_function into struct svc_servChuck Lever1-5/+1
2022-02-28NFSD: Remove svc_serv_ops::svo_moduleChuck Lever1-3/+1
2022-02-28SUNRPC: Remove svc_shutdown_net()Chuck Lever1-2/+2
2022-02-28SUNRPC: Rename svc_create_xprt()Chuck Lever1-2/+2
2022-02-28SUNRPC: Remove svo_shutdown methodChuck Lever1-3/+2
2022-02-28SUNRPC: Remove the .svo_enqueue_xprt methodChuck Lever1-1/+0
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2021-12-13lockd: use svc_set_num_threads() for thread start and stopNeilBrown1-50/+8
2021-12-13lockd: rename lockd_create_svc() to lockd_get()NeilBrown1-6/+4
2021-12-13lockd: introduce lockd_put()NeilBrown1-37/+27
2021-12-13lockd: move svc_exit_thread() into the threadNeilBrown1-11/+12
2021-12-13lockd: move lockd_start_svc() call into lockd_create_svc()NeilBrown1-12/+10
2021-12-13lockd: simplify management of network status notifiersNeilBrown1-26/+9
2021-12-13lockd: introduce nlmsvc_servNeilBrown1-16/+20
2021-12-13SUNRPC: stop using ->sv_nrthreads as a refcountNeilBrown1-4/+0
2021-12-13SUNRPC/NFSD: clean up get/put functions.NeilBrown1-5/+1
2021-12-13SUNRPC: change svc_get() to return the svc.NeilBrown1-4/+2
2021-10-13SUNRPC: Replace the "__be32 *p" parameter to .pc_encodeChuck Lever1-2/+1
2021-10-13SUNRPC: Replace the "__be32 *p" parameter to .pc_decodeChuck Lever1-2/+1
2021-09-04Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-0/+2
2021-08-17lockd: change the proc_handler for nsm_use_hostnamesJia He1-1/+1
2021-08-10SUNRPC: Set rq_auth_stat in the pg_authenticate() calloutChuck Lever1-0/+2
2021-07-07lockd: Create a simplified .vs_dispatch method for NLM requestsChuck Lever1-0/+43
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-04-24lockd: Pass the user cred from knfsd when starting the lockd serverTrond Myklebust1-12/+16
2019-04-24SUNRPC: Cache the process user cred in the RPC server listenerTrond Myklebust1-1/+2
2019-04-24SUNRPC: Allow further customisation of RPC program registrationTrond Myklebust1-0/+1
2019-04-24SUNRPC: Add a callback to initialise server requestsTrond Myklebust1-1/+2
2018-03-19lockd: make nlm_ntf_refcnt and nlm_ntf_wq staticColin Ian King1-2/+2
2017-11-28race of lockd inetaddr notifiers vs nlmsvc_rqst changeVasily Averin1-2/+14