summaryrefslogtreecommitdiff
path: root/fs/lockd
AgeCommit message (Expand)Author
2024-04-10lockd: introduce safe async lock opAlexander Aring
2024-04-10lockd: drop inappropriate svc_get() from locked_get()NeilBrown
2024-04-10lockd: fix file selection in nlmsvc_cancel_blockedJeff Layton
2024-04-10lockd: ensure we use the correct file descriptor when unlockingJeff Layton
2024-04-10lockd: set missing fl_flags field when retrieving argsJeff Layton
2024-04-10lockd: use locks_inode_context helperJeff Layton
2024-04-10SUNRPC: Parametrize how much of argsize should be zeroedChuck Lever
2024-04-10lockd: move from strlcpy with unused retval to strscpyWolfram Sang
2024-04-10NLM: Defend against file_lock changes after vfs_test_lock()Benjamin Coddington
2024-04-10NFSD: Move svc_serv_ops::svo_function into struct svc_servChuck Lever
2024-04-10NFSD: Remove svc_serv_ops::svo_moduleChuck Lever
2024-04-10SUNRPC: Remove svc_shutdown_net()Chuck Lever
2024-04-10SUNRPC: Rename svc_create_xprt()Chuck Lever
2024-04-10SUNRPC: Remove svo_shutdown methodChuck Lever
2024-04-10SUNRPC: Remove the .svo_enqueue_xprt methodChuck Lever
2024-04-10nfs: block notification on fs with its own ->lockJ. Bruce Fields
2024-04-10lockd: use svc_set_num_threads() for thread start and stopNeilBrown
2024-04-10lockd: rename lockd_create_svc() to lockd_get()NeilBrown
2024-04-10lockd: introduce lockd_put()NeilBrown
2024-04-10lockd: move svc_exit_thread() into the threadNeilBrown
2024-04-10lockd: move lockd_start_svc() call into lockd_create_svc()NeilBrown
2024-04-10lockd: simplify management of network status notifiersNeilBrown
2024-04-10lockd: introduce nlmsvc_servNeilBrown
2024-04-10SUNRPC: stop using ->sv_nrthreads as a refcountNeilBrown
2024-04-10SUNRPC/NFSD: clean up get/put functions.NeilBrown
2024-04-10SUNRPC: change svc_get() to return the svc.NeilBrown
2024-04-10SUNRPC: Change return value type of .pc_encodeChuck Lever
2024-04-10SUNRPC: Replace the "__be32 *p" parameter to .pc_encodeChuck Lever
2024-04-10SUNRPC: Change return value type of .pc_decodeChuck Lever
2024-04-10SUNRPC: Replace the "__be32 *p" parameter to .pc_decodeChuck Lever
2023-09-19fs: lockd: avoid possible wrong NULL parameterSu Hui
2023-03-30lockd: set file_lock start and end when decoding nlm4 testargsJeff Layton
2022-12-31lockd: set other missing fields when unlocking filesTrond Myklebust
2022-08-17lockd: detect and reject lock arguments that overflowJeff Layton
2022-07-21lockd: fix nlm_close_filesJeff Layton
2022-07-21lockd: set fl_owner when unlocking filesJeff Layton
2022-02-05lockd: fix failure to cleanup client locksJ. Bruce Fields
2022-02-05lockd: fix server crash on reboot of client holding lockJ. Bruce Fields
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
2021-09-04Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2021-08-26lockd: don't attempt blocking locks on nfs reexportsJ. Bruce Fields
2021-08-23Keep read and write fds with each nlm_fileJ. Bruce Fields
2021-08-23lockd: update nlm_lookup_file reexport commentJ. Bruce Fields
2021-08-23nlm: minor refactoringJ. Bruce Fields
2021-08-23nlm: minor nlm_lookup_file argument changeJ. Bruce Fields
2021-08-21lockd: lockd server-side shouldn't set fl_opsJ. Bruce Fields
2021-08-17lockd: change the proc_handler for nsm_use_hostnamesJia He
2021-08-17lockd: Fix invalid lockowner cast after vfs_test_lockBenjamin Coddington
2021-08-10SUNRPC: Set rq_auth_stat in the pg_authenticate() calloutChuck Lever