summaryrefslogtreecommitdiff
path: root/fs/locks.c
Commit message (Expand)AuthorAgeFilesLines
* filelocks: use mount idmapping for setlease permission checkSeth Forshee2023-03-091-1/+2
* fs/locks: Remove redundant assignment to cmdJiapeng Chong2023-03-091-1/+0
* Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-211-25/+0
|\
| * fs: Remove CONFIG_SRCUPaul E. McKenney2023-02-021-25/+0
* | fs: remove locks_inodeJeff Layton2023-01-111-14/+14
* | filelock: move file locking definitions to separate header fileJeff Layton2023-01-111-0/+1
|/
* Add process name and pid to locks warningAndi Kleen2022-11-301-1/+1
* filelock: add a new locks_inode_context accessor functionJeff Layton2022-11-301-12/+12
* filelock: new helper: vfs_inode_has_locksJeff Layton2022-11-301-0/+23
* filelock: WARN_ON_ONCE when ->fl_file and filp don't matchJeff Layton2022-11-171-0/+3
* locks: Fix dropped call to ->fl_release_private()David Howells2022-08-171-0/+1
* fs/lock: Rearrange ops in flock syscall.Kuniyuki Iwashima2022-07-181-24/+19
* fs/lock: Don't allocate file_lock in flock_make_lock().Kuniyuki Iwashima2022-07-181-31/+15
* fs/lock: add 2 callbacks to lock_manager_operations to resolve conflictDai Ngo2022-05-191-3/+30
* fs/lock: add helper locks_owner_has_blockers to check for blockersDai Ngo2022-05-191-0/+28
* fs: move locking sysctls where they are usedLuis Chamberlain2022-01-221-2/+32
* locks: remove changelog commentsJ. Bruce Fields2021-10-191-110/+4
* locks: remove LOCK_MAND flock lock supportJeff Layton2021-09-101-25/+22
* Revert "memcg: enable accounting for file lock caches"Linus Torvalds2021-09-071-4/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-031-2/+4
|\
| * memcg: enable accounting for file lock cachesVasily Averin2021-09-031-2/+4
* | fs: remove mandatory file locking supportJeff Layton2021-08-231-116/+1
|/
* Merge tag 'nfsd-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2021-05-051-0/+3
|\
| * nfsd: grant read delegations to clients holding writesJ. Bruce Fields2021-04-191-0/+3
* | Merge tag 'locks-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/jlay...Linus Torvalds2021-04-261-10/+56
|\ \ | |/ |/|
| * fs/locks: remove useless assignment in fcntl_getlkTian Tao2021-04-131-1/+0
| * fs/locks: print full locks informationLuo Longjun2021-03-111-9/+56
* | Revert "nfsd4: a client's own opens needn't prevent delegations"J. Bruce Fields2021-03-091-3/+0
|/
* Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-151-6/+8
|\
| * file: Factor files_lookup_fd_locked out of fcheck_filesEric W. Biederman2020-12-101-6/+8
* | locks: fix a typo at a kernel-doc markupMauro Carvalho Chehab2020-10-261-1/+1
* | locks: Fix UBSAN undefined behaviour in flock64_to_posix_lockLuo Meng2020-10-261-1/+1
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-3/+3
* Merge tag 'nfsd-5.9' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds2020-08-091-0/+3
|\
| * nfsd4: a client's own opens needn't prevent delegationsJ. Bruce Fields2020-07-131-0/+3
* | Merge tag 'filelock-v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-08-031-0/+1
|\ \ | |/ |/|
| * locks: add locks_move_blocks in posix_lock_inodeyangerkun2020-06-021-0/+1
* | Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2020-06-111-0/+3
|\ \
| * | nfsd: clients don't need to break their own delegationsJ. Bruce Fields2020-05-081-0/+3
| |/
* | Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-041-2/+2
|\ \
| * | proc: proc_pid_ns takes super_block as an argumentAlexey Gladkov2020-05-191-2/+2
| * | Use proc_pid_ns() to get pid_namespace from the proc superblockAlexey Gladkov2020-04-241-2/+2
| |/
* | docs: filesystems: convert mandatory-locking.txt to ReSTMauro Carvalho Chehab2020-05-051-1/+1
|/
* locks: reinstate locks_delete_block optimizationLinus Torvalds2020-03-181-6/+48
* locks: fix a potential use-after-free problem when wakeup a waiteryangerkun2020-03-061-14/+0
* locks: print unsigned ino in /proc/locksAmir Goldstein2019-12-291-1/+1
* Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-09-271-0/+62
|\
| * nfsd: convert fi_deleg_file and ls_file fields to nfsd_fileJeff Layton2019-08-191-0/+1
| * locks: create a new notifier chain for lease attemptsJeff Layton2019-08-191-0/+61
* | locks: fix a memory leak bug in __break_lease()Wenwen Wang2019-08-201-1/+2