aboutsummaryrefslogtreecommitdiff
path: root/fs/locks.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-09filelocks: use mount idmapping for setlease permission checkGravatar Seth Forshee 1-1/+2
2023-03-09fs/locks: Remove redundant assignment to cmdGravatar Jiapeng Chong 1-1/+0
2023-02-21Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-25/+0
2023-02-02fs: Remove CONFIG_SRCUGravatar Paul E. McKenney 1-25/+0
2023-01-11fs: remove locks_inodeGravatar Jeff Layton 1-14/+14
2023-01-11filelock: move file locking definitions to separate header fileGravatar Jeff Layton 1-0/+1
2022-11-30Add process name and pid to locks warningGravatar Andi Kleen 1-1/+1
2022-11-30filelock: add a new locks_inode_context accessor functionGravatar Jeff Layton 1-12/+12
2022-11-30filelock: new helper: vfs_inode_has_locksGravatar Jeff Layton 1-0/+23
2022-11-17filelock: WARN_ON_ONCE when ->fl_file and filp don't matchGravatar Jeff Layton 1-0/+3
2022-08-17locks: Fix dropped call to ->fl_release_private()Gravatar David Howells 1-0/+1
2022-07-18fs/lock: Rearrange ops in flock syscall.Gravatar Kuniyuki Iwashima 1-24/+19
2022-07-18fs/lock: Don't allocate file_lock in flock_make_lock().Gravatar Kuniyuki Iwashima 1-31/+15
2022-05-19fs/lock: add 2 callbacks to lock_manager_operations to resolve conflictGravatar Dai Ngo 1-3/+30
2022-05-19fs/lock: add helper locks_owner_has_blockers to check for blockersGravatar Dai Ngo 1-0/+28
2022-01-22fs: move locking sysctls where they are usedGravatar Luis Chamberlain 1-2/+32
2021-10-19locks: remove changelog commentsGravatar J. Bruce Fields 1-110/+4
2021-09-10locks: remove LOCK_MAND flock lock supportGravatar Jeff Layton 1-25/+22
2021-09-07Revert "memcg: enable accounting for file lock caches"Gravatar Linus Torvalds 1-4/+2
2021-09-03Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+4
2021-09-03memcg: enable accounting for file lock cachesGravatar Vasily Averin 1-2/+4
2021-08-23fs: remove mandatory file locking supportGravatar Jeff Layton 1-116/+1
2021-05-05Merge tag 'nfsd-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Gravatar Linus Torvalds 1-0/+3
2021-04-26Merge tag 'locks-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/jlay...Gravatar Linus Torvalds 1-10/+56
2021-04-19nfsd: grant read delegations to clients holding writesGravatar J. Bruce Fields 1-0/+3
2021-04-13fs/locks: remove useless assignment in fcntl_getlkGravatar Tian Tao 1-1/+0
2021-03-11fs/locks: print full locks informationGravatar Luo Longjun 1-9/+56
2021-03-09Revert "nfsd4: a client's own opens needn't prevent delegations"Gravatar J. Bruce Fields 1-3/+0
2020-12-15Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-6/+8
2020-12-10file: Factor files_lookup_fd_locked out of fcheck_filesGravatar Eric W. Biederman 1-6/+8
2020-10-26locks: fix a typo at a kernel-doc markupGravatar Mauro Carvalho Chehab 1-1/+1
2020-10-26locks: Fix UBSAN undefined behaviour in flock64_to_posix_lockGravatar Luo Meng 1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-3/+3
2020-08-09Merge tag 'nfsd-5.9' of git://git.linux-nfs.org/projects/cel/cel-2.6Gravatar Linus Torvalds 1-0/+3
2020-08-03Merge tag 'filelock-v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+1
2020-07-13nfsd4: a client's own opens needn't prevent delegationsGravatar J. Bruce Fields 1-0/+3
2020-06-11Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-0/+3
2020-06-04Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Gravatar Linus Torvalds 1-2/+2
2020-06-02locks: add locks_move_blocks in posix_lock_inodeGravatar yangerkun 1-0/+1
2020-05-19proc: proc_pid_ns takes super_block as an argumentGravatar Alexey Gladkov 1-2/+2
2020-05-08nfsd: clients don't need to break their own delegationsGravatar J. Bruce Fields 1-0/+3
2020-05-05docs: filesystems: convert mandatory-locking.txt to ReSTGravatar Mauro Carvalho Chehab 1-1/+1
2020-04-24Use proc_pid_ns() to get pid_namespace from the proc superblockGravatar Alexey Gladkov 1-2/+2
2020-03-18locks: reinstate locks_delete_block optimizationGravatar Linus Torvalds 1-6/+48
2020-03-06locks: fix a potential use-after-free problem when wakeup a waiterGravatar yangerkun 1-14/+0
2019-12-29locks: print unsigned ino in /proc/locksGravatar Amir Goldstein 1-1/+1
2019-09-27Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-0/+62
2019-08-20locks: fix a memory leak bug in __break_lease()Gravatar Wenwen Wang 1-1/+2
2019-08-19nfsd: convert fi_deleg_file and ls_file fields to nfsd_fileGravatar Jeff Layton 1-0/+1
2019-08-19locks: create a new notifier chain for lease attemptsGravatar Jeff Layton 1-0/+61