aboutsummaryrefslogtreecommitdiffstats
path: root/fs/lockd (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-26SUNRPC: Parametrize how much of argsize should be zeroedChuck Lever2-0/+48
2022-09-26lockd: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-04lockd: detect and reject lock arguments that overflowJeff Layton2-17/+10
2022-07-29NLM: Defend against file_lock changes after vfs_test_lock()Benjamin Coddington3-11/+8
2022-07-11lockd: fix nlm_close_filesJeff Layton1-5/+4
2022-07-11lockd: set fl_owner when unlocking filesJeff Layton1-2/+3
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-02-02Merge tag 'nfsd-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-8/+10
2022-01-27lockd: fix failure to cleanup client locksJ. Bruce Fields1-0/+1
2022-01-18lockd: fix server crash on reboot of client holding lockJ. Bruce Fields1-8/+9
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2022-01-08nfs: block notification on fs with its own ->lockJ. Bruce Fields1-2/+4
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-11-10Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-166/+145
2021-10-20SUNRPC: Trace calls to .rpc_call_doneChuck Lever3-7/+0
2021-10-13SUNRPC: Change return value type of .pc_encodeChuck Lever2-18/+18
2021-10-13SUNRPC: Replace the "__be32 *p" parameter to .pc_encodeChuck Lever3-16/+9
2021-10-13SUNRPC: Change return value type of .pc_decodeChuck Lever2-96/+97
2021-10-13SUNRPC: Replace the "__be32 *p" parameter to .pc_decodeChuck Lever3-36/+21
2021-09-22Merge tag 'nfsd-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-11/+2
2021-09-17NLM: Fix svcxdr_encode_owner()Chuck Lever1-11/+2
2021-09-04Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-0/+2
2021-08-26lockd: don't attempt blocking locks on nfs reexportsJ. Bruce Fields1-3/+10
2021-08-23Keep read and write fds with each nlm_fileJ. Bruce Fields4-39/+96
2021-08-23lockd: update nlm_lookup_file reexport commentJ. Bruce Fields1-2/+3
2021-08-23nlm: minor refactoringJ. Bruce Fields2-10/+10
2021-08-23nlm: minor nlm_lookup_file argument changeJ. Bruce Fields3-9/+11
2021-08-21lockd: lockd server-side shouldn't set fl_opsJ. Bruce Fields1-18/+12
2021-08-17lockd: change the proc_handler for nsm_use_hostnamesJia He1-1/+1
2021-08-17lockd: Fix invalid lockowner cast after vfs_test_lockBenjamin Coddington1-1/+1
2021-08-10SUNRPC: Set rq_auth_stat in the pg_authenticate() calloutChuck Lever1-0/+2
2021-07-06lockd: Update the NLMv4 SHARE results encoder to use struct xdr_streamChuck Lever1-13/+9
2021-07-06lockd: Update the NLMv4 nlm_res results encoder to use struct xdr_streamChuck Lever1-7/+6
2021-07-06lockd: Update the NLMv4 TEST results encoder to use struct xdr_streamChuck Lever1-38/+36
2021-07-06lockd: Update the NLMv4 void results encoder to use struct xdr_streamChuck Lever1-6/+11
2021-07-06lockd: Update the NLMv4 FREE_ALL arguments decoder to use struct xdr_streamChuck Lever1-13/+15