summaryrefslogtreecommitdiffstats
path: root/fs/locks.c
AgeCommit message (Expand)Author
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-15Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2019-04-24locks: move checks from locks_free_lock() to locks_release_private()NeilBrown
2019-04-08fs: mark expected switch fall-throughsGustavo A. R. Silva
2019-03-25locks: wake any locks blocked on request before deadlock checkJeff Layton
2019-02-28locking/percpu-rwsem: Remove preempt_disable variantsPeter Zijlstra
2019-01-02locks: fix error in locks_move_blocks()NeilBrown
2018-12-17locks: Use inode_is_open_for_writeNikolay Borisov
2018-12-07fs/locks: remove unnecessary white space.NeilBrown
2018-12-07fs/locks: merge posix_unblock_lock() and locks_delete_block()NeilBrown
2018-12-07fs/locks: create a tree of dependent requests.NeilBrown
2018-12-07fs/locks: change all *_conflict() functions to return bool.NeilBrown
2018-12-07fs/locks: always delete_block after waiting.NeilBrown
2018-11-30fs/locks: allow a lock request to block other requests.NeilBrown
2018-11-30fs/locks: use properly initialized file_lock when unlocking.NeilBrown
2018-11-30fs/locks: split out __locks_wake_up_blocks().NeilBrown
2018-11-30fs/locks: rename some lists and pointers.NeilBrown
2018-08-21Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-08-13Merge tag 'locks-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds
2018-08-08locks: remove misleading obsolete commentJeff Layton
2018-08-06locks: add tracepoint in flock codepathJeff Layton
2018-07-21signal: Use PIDTYPE_TGID to clearly store where file signals will be sentEric W. Biederman
2018-07-18Partially revert "locks: fix file locking on overlayfs"Miklos Szeredi
2018-07-18Revert "vfs: do get_write_access() on upper layer of overlayfs"Miklos Szeredi
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-14fs/lock: show locks taken by processes from another pidnsKonstantin Khorenko
2018-06-14fs/lock: skip lock owner pid translation in case we are in init_pid_nsKonstantin Khorenko
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-05-16proc: introduce proc_create_seq_privateChristoph Hellwig
2018-03-26treewide: Align function definition open/close bracesJoe Perches
2018-02-08Merge tag 'nfsd-4.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2018-02-08nfsd: encode stat->mtime for getattr instead of inode->i_mtimeAmir Goldstein
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-07-21locks: restore a warn for leaked locks on closeBenjamin Coddington
2017-07-16fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locksBenjamin Coddington
2017-07-16fs/locks: Use allocation rather than the stack in fcntl_getlk()Benjamin Coddington
2017-05-27fs/locks: pass kernel struct flock to fcntl_getlk/setlkChristoph Hellwig
2017-05-27fs: locks: Fix some troubles at kernel-doc commentsMauro Carvalho Chehab
2017-04-21locks: Set FL_CLOSE when removing flock locks on close()Benjamin Coddington
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-10-18locking, fs/locks: Add missing file_sem locksPeter Zijlstra
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-04Merge tag 'locks-v4.9-1' of git://git.samba.org/jlayton/linuxLinus Torvalds
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani
2016-09-22fs/locks: Use percpu_down_read_preempt_disable()Peter Zijlstra
2016-09-22fs/locks: Replace lg_local with a per-cpu spinlockPeter Zijlstra
2016-09-22fs/locks: Replace lg_global with a percpu-rwsemPeter Zijlstra