summaryrefslogtreecommitdiff
path: root/fs/locks.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-20locks: fix a memory leak bug in __break_lease()Wenwen Wang1-1/+2
2019-07-25locks: Fix procfs output for file leasesPavel Begunkov1-4/+4
2019-07-10Merge tag 'nfsd-5.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-5/+0
2019-07-03locks: Cleanup lm_compare_owner and lm_owner_keyBenjamin Coddington1-5/+0
2019-06-19locks: eliminate false positive conflicts for write leaseAmir Goldstein1-15/+27
2019-06-19locks: Add trace_leases_conflictIra Weiny1-5/+15
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-15Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-6/+6
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-1/+1
2019-04-24locks: move checks from locks_free_lock() to locks_release_private()NeilBrown1-6/+6
2019-04-08fs: mark expected switch fall-throughsGustavo A. R. Silva1-1/+1
2019-03-25locks: wake any locks blocked on request before deadlock checkJeff Layton1-0/+5
2019-02-28locking/percpu-rwsem: Remove preempt_disable variantsPeter Zijlstra1-16/+16
2019-01-02locks: fix error in locks_move_blocks()NeilBrown1-1/+1
2018-12-17locks: Use inode_is_open_for_writeNikolay Borisov1-1/+1
2018-12-07fs/locks: remove unnecessary white space.NeilBrown1-21/+12
2018-12-07fs/locks: merge posix_unblock_lock() and locks_delete_block()NeilBrown1-24/+14
2018-12-07fs/locks: create a tree of dependent requests.NeilBrown1-6/+63
2018-12-07fs/locks: change all *_conflict() functions to return bool.NeilBrown1-12/+15
2018-12-07fs/locks: always delete_block after waiting.NeilBrown1-16/+24
2018-11-30fs/locks: allow a lock request to block other requests.NeilBrown1-6/+37
2018-11-30fs/locks: use properly initialized file_lock when unlocking.NeilBrown1-14/+14
2018-11-30fs/locks: split out __locks_wake_up_blocks().NeilBrown1-11/+16
2018-11-30fs/locks: rename some lists and pointers.NeilBrown1-28/+31
2018-08-21Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-13/+7
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2018-08-13Merge tag 'locks-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds1-9/+11
2018-08-08locks: remove misleading obsolete commentJeff Layton1-4/+0
2018-08-06locks: add tracepoint in flock codepathJeff Layton1-0/+1
2018-07-21signal: Use PIDTYPE_TGID to clearly store where file signals will be sentEric W. Biederman1-1/+1
2018-07-18Partially revert "locks: fix file locking on overlayfs"Miklos Szeredi1-11/+6
2018-07-18Revert "vfs: do get_write_access() on upper layer of overlayfs"Miklos Szeredi1-2/+1
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2018-06-14fs/lock: show locks taken by processes from another pidnsKonstantin Khorenko1-5/+3
2018-06-14fs/lock: skip lock owner pid translation in case we are in init_pid_nsKonstantin Khorenko1-0/+7
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-1/+1
2018-05-16proc: introduce proc_create_seq_privateChristoph Hellwig1-14/+2
2018-03-26treewide: Align function definition open/close bracesJoe Perches1-1/+1
2018-02-08Merge tag 'nfsd-4.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-4/+2
2018-02-08nfsd: encode stat->mtime for getattr instead of inode->i_mtimeAmir Goldstein1-4/+2
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-1/+1
2017-07-21locks: restore a warn for leaked locks on closeBenjamin Coddington1-0/+22
2017-07-16fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locksBenjamin Coddington1-25/+37
2017-07-16fs/locks: Use allocation rather than the stack in fcntl_getlk()Benjamin Coddington1-20/+26
2017-05-27fs/locks: pass kernel struct flock to fcntl_getlk/setlkChristoph Hellwig1-57/+22
2017-05-27fs: locks: Fix some troubles at kernel-doc commentsMauro Carvalho Chehab1-10/+8
2017-04-21locks: Set FL_CLOSE when removing flock locks on close()Benjamin Coddington1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-18locking, fs/locks: Add missing file_sem locksPeter Zijlstra1-0/+6
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1