summaryrefslogtreecommitdiff
path: root/fs/lockd
AgeCommit message (Expand)Author
2023-02-23Merge tag 'sysctl-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-02-22Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2023-02-21sysctl: fix proc_dobool() usabilityOndrej Mosnacek
2023-02-20SUNRPC: Use per-CPU counters to tally server RPC countsChuck Lever
2023-02-20SUNRPC: Refactor RPC server dispatch methodChuck Lever
2023-02-20SUNRPC: Push svcxdr_init_encode() into svc_process_common()Chuck Lever
2023-02-20SUNRPC: Push svcxdr_init_decode() into svc_process_common()Chuck Lever
2023-01-11fs: remove locks_inodeJeff Layton
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton
2022-12-12Merge tag 'nfsd-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2022-12-10lockd: fix file selection in nlmsvc_cancel_blockedJeff Layton
2022-12-10lockd: ensure we use the correct file descriptor when unlockingJeff Layton
2022-12-10lockd: set missing fl_flags field when retrieving argsJeff Layton
2022-12-10lockd: set other missing fields when unlocking filesTrond Myklebust
2022-11-30lockd: use locks_inode_context helperJeff Layton
2022-09-26SUNRPC: Parametrize how much of argsize should be zeroedChuck Lever
2022-09-26lockd: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-04lockd: detect and reject lock arguments that overflowJeff Layton
2022-07-29NLM: Defend against file_lock changes after vfs_test_lock()Benjamin Coddington
2022-07-11lockd: fix nlm_close_filesJeff Layton
2022-07-11lockd: set fl_owner when unlocking filesJeff Layton
2022-02-28NFSD: Move svc_serv_ops::svo_function into struct svc_servChuck Lever
2022-02-28NFSD: Remove svc_serv_ops::svo_moduleChuck Lever
2022-02-28SUNRPC: Remove svc_shutdown_net()Chuck Lever
2022-02-28SUNRPC: Rename svc_create_xprt()Chuck Lever
2022-02-28SUNRPC: Remove svo_shutdown methodChuck Lever
2022-02-28SUNRPC: Remove the .svo_enqueue_xprt methodChuck Lever
2022-02-02Merge tag 'nfsd-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2022-01-27lockd: fix failure to cleanup client locksJ. Bruce Fields
2022-01-18lockd: fix server crash on reboot of client holding lockJ. Bruce Fields
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-08nfs: block notification on fs with its own ->lockJ. Bruce Fields
2021-12-13lockd: use svc_set_num_threads() for thread start and stopNeilBrown
2021-12-13lockd: rename lockd_create_svc() to lockd_get()NeilBrown
2021-12-13lockd: introduce lockd_put()NeilBrown
2021-12-13lockd: move svc_exit_thread() into the threadNeilBrown
2021-12-13lockd: move lockd_start_svc() call into lockd_create_svc()NeilBrown
2021-12-13lockd: simplify management of network status notifiersNeilBrown
2021-12-13lockd: introduce nlmsvc_servNeilBrown
2021-12-13SUNRPC: stop using ->sv_nrthreads as a refcountNeilBrown
2021-12-13SUNRPC/NFSD: clean up get/put functions.NeilBrown
2021-12-13SUNRPC: change svc_get() to return the svc.NeilBrown
2021-11-10Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2021-10-20SUNRPC: Trace calls to .rpc_call_doneChuck Lever
2021-10-13SUNRPC: Change return value type of .pc_encodeChuck Lever
2021-10-13SUNRPC: Replace the "__be32 *p" parameter to .pc_encodeChuck Lever
2021-10-13SUNRPC: Change return value type of .pc_decodeChuck Lever
2021-10-13SUNRPC: Replace the "__be32 *p" parameter to .pc_decodeChuck Lever
2021-09-22Merge tag 'nfsd-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2021-09-17NLM: Fix svcxdr_encode_owner()Chuck Lever