summaryrefslogtreecommitdiff
path: root/fs/lockd/svcsubs.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-10lockd: fix swapped arguments in nlmsvc_match_ip()Oscar Ou1-1/+1
2026-08-10lockd, nfsd: RCU-protect nlmsvc_ops dispatchJeff Layton1-7/+45
2026-08-03lockd: pin next file across nlm_inspect_file lock-dropMichael Bommarito1-23/+30
2026-06-09lockd: Avoid hashing uninitialized bytes in nlm4svc_lookup_file()Chuck Lever1-2/+1
2026-06-09lockd: Plug nlm_file refcount leak on cached nlm_do_fopen() failureChuck Lever1-0/+2
2026-06-09lockd: Plug nlm_file leak when nlm_do_fopen() failsChuck Lever1-1/+1
2026-06-09lockd: Rename struct nlm_lock to lockd_lockChuck Lever1-1/+1
2026-05-26Merge tag 'nfsd-7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-10/+21
2026-05-21lockd: fix TEST handling when not all permissions are available.NeilBrown1-10/+21
2026-04-20Merge tag 'nfsd-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-8/+24
2026-03-29lockd: Relocate include/linux/lockd/lockd.hChuck Lever1-1/+1
2026-03-29lockd: Move share.h from include/linux/lockd/ to fs/lockd/Chuck Lever1-1/+2
2026-03-29lockd: Have nlm_fopen() return errno valuesChuck Lever1-6/+21
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2024-02-05lockd: adapt to breakup of struct file_lockJeff Layton1-10/+10
2024-02-05lockd: convert to using new filelock helpersJeff Layton1-3/+3
2022-12-12Merge tag 'nfsd-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-7/+10
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-07-11lockd: fix nlm_close_filesJeff Layton1-5/+4
2022-07-11lockd: set fl_owner when unlocking filesJeff Layton1-2/+3
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
2021-08-23Keep read and write fds with each nlm_fileJ. Bruce Fields1-31/+71
2021-08-23lockd: update nlm_lookup_file reexport commentJ. Bruce Fields1-2/+3
2021-08-23nlm: minor refactoringJ. Bruce Fields1-2/+2
2021-08-23nlm: minor nlm_lookup_file argument changeJ. Bruce Fields1-7/+8
2019-07-03lockd: Convert NLM service fl_owner to nlm_lockownerBenjamin Coddington1-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2018-08-09nfsd: fix leaked file lock with nfs exported overlayfsAmir Goldstein1-2/+2
2017-11-27lockd: remove net pointer from messagesVasily Averin1-1/+1
2015-04-21nfsd: eliminate NFSD_DEBUGMark Salter1-1/+1
2015-01-16locks: add a dedicated spinlock to protect i_flctx listsJeff Layton1-6/+6
2015-01-16locks: convert posix locks to file_lock_contextJeff Layton1-7/+13
2014-11-19lockd: get rid of ->f_path.dentry->d_sbAl Viro1-1/+1
2014-05-06nfsd: move <linux/nfsd/export.h> to fs/nfsdChristoph Hellwig1-1/+0
2014-05-06nfsd: remove <linux/nfsd/nfsfh.h>Christoph Hellwig1-1/+1
2013-06-29locks: protect most of the file_lock handling with i_lockJeff Layton1-6/+6
2013-02-28Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-4/+3
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-05sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Jeff Layton1-1/+1
2012-07-27LockD: mark host per network namespace on garbage collectStanislav Kinsbursky1-6/+13
2012-01-06vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro1-1/+1
2010-10-27lockd: push lock_flocks downArnd Bergmann1-1/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-08-21sunrpc: add routine for comparing addressesJeff Layton1-1/+1
2009-01-06NSM: Remove include/linux/lockd/sm_inter.hChuck Lever1-1/+0