aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/lockd (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-04-29Merge tag 'nfsd-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds7-49/+188
2023-04-26lockd: add some client-side tracepointsJeff Layton5-2/+131
2023-04-26lockd: server should unlock lock if client rejects the grantJeff Layton1-4/+17
2023-04-26lockd: fix races in client GRANTED_MSG wait logicJeff Layton2-31/+39
2023-04-26lockd: move struct nlm_wait to lockd.hJeff Layton1-12/+0
2023-04-26lockd: purge resources held on behalf of nlm clients when shutting downJeff Layton1-0/+1
2023-04-13lockd: simplify two-level sysctl registration for nlm_sysctlsLuis Chamberlain1-19/+1
2023-03-14lockd: set file_lock start and end when decoding nlm4 testargsJeff Layton2-9/+13
2023-02-23Merge tag 'sysctl-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linuxLinus Torvalds1-1/+1
2023-02-22Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-9/+12
2023-02-21sysctl: 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
2023-01-11fs: remove locks_inodeJeff Layton2-2/+2
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton2-0/+2
2022-12-12Merge tag 'nfsd-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds4-14/+22
2022-12-10lockd: fix file selection in nlmsvc_cancel_blockedJeff Layton1-3/+4
2022-12-10lockd: ensure we use the correct file descriptor when unlockingJeff Layton1-4/+6
2022-12-10lockd: set missing fl_flags field when retrieving argsJeff Layton2-0/+2
2022-12-10lockd: set other missing fields when unlocking filesTrond Myklebust1-7/+10
2022-11-30lockd: use locks_inode_context helperJeff Layton1-2/+2
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