aboutsummaryrefslogtreecommitdiff
path: root/fs/locks.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-07-25locks: Fix procfs output for file leasesGravatar Pavel Begunkov 1-4/+4
2019-07-10Merge tag 'nfsd-5.3' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-5/+0
2019-07-03locks: Cleanup lm_compare_owner and lm_owner_keyGravatar Benjamin Coddington 1-5/+0
2019-06-19locks: eliminate false positive conflicts for write leaseGravatar Amir Goldstein 1-15/+27
2019-06-19locks: Add trace_leases_conflictGravatar Ira Weiny 1-5/+15
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2019-05-15Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-6/+6
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-1/+1
2019-04-24locks: move checks from locks_free_lock() to locks_release_private()Gravatar NeilBrown 1-6/+6
2019-04-08fs: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-1/+1
2019-03-25locks: wake any locks blocked on request before deadlock checkGravatar Jeff Layton 1-0/+5
2019-02-28locking/percpu-rwsem: Remove preempt_disable variantsGravatar Peter Zijlstra 1-16/+16
2019-01-02locks: fix error in locks_move_blocks()Gravatar NeilBrown 1-1/+1
2018-12-17locks: Use inode_is_open_for_writeGravatar Nikolay Borisov 1-1/+1
2018-12-07fs/locks: remove unnecessary white space.Gravatar NeilBrown 1-21/+12
2018-12-07fs/locks: merge posix_unblock_lock() and locks_delete_block()Gravatar NeilBrown 1-24/+14
2018-12-07fs/locks: create a tree of dependent requests.Gravatar NeilBrown 1-6/+63
2018-12-07fs/locks: change all *_conflict() functions to return bool.Gravatar NeilBrown 1-12/+15
2018-12-07fs/locks: always delete_block after waiting.Gravatar NeilBrown 1-16/+24
2018-11-30fs/locks: allow a lock request to block other requests.Gravatar NeilBrown 1-6/+37
2018-11-30fs/locks: use properly initialized file_lock when unlocking.Gravatar NeilBrown 1-14/+14
2018-11-30fs/locks: split out __locks_wake_up_blocks().Gravatar NeilBrown 1-11/+16
2018-11-30fs/locks: rename some lists and pointers.Gravatar NeilBrown 1-28/+31
2018-08-21Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-13/+7
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2018-08-13Merge tag 'locks-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Gravatar Linus Torvalds 1-9/+11
2018-08-08locks: remove misleading obsolete commentGravatar Jeff Layton 1-4/+0
2018-08-06locks: add tracepoint in flock codepathGravatar Jeff Layton 1-0/+1
2018-07-21signal: Use PIDTYPE_TGID to clearly store where file signals will be sentGravatar Eric W. Biederman 1-1/+1
2018-07-18Partially revert "locks: fix file locking on overlayfs"Gravatar Miklos Szeredi 1-11/+6
2018-07-18Revert "vfs: do get_write_access() on upper layer of overlayfs"Gravatar Miklos Szeredi 1-2/+1
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-1/+1