aboutsummaryrefslogtreecommitdiffstats
path: root/fs/locks.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/mszeredi/vfsLinus Torvalds1-13/+7
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2018-08-13Merge tag 'locks-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus 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/arnd/playgroundLinus 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/viro/vfsLinus Torvalds1-1/+1
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-23/+30
2016-10-04Merge tag 'locks-v4.9-1' of git://git.samba.org/jlayton/linuxLinus Torvalds1-3/+18
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani1-1/+1
2016-09-22fs/locks: Use percpu_down_read_preempt_disable()Peter Zijlstra1-12/+12
2016-09-22fs/locks: Replace lg_local with a per-cpu spinlockPeter Zijlstra1-18/+29
2016-09-22fs/locks: Replace lg_global with a percpu-rwsemPeter Zijlstra1-0/+21
2016-09-16vfs: do get_write_access() on upper layer of overlayfsMiklos Szeredi1-1/+2
2016-09-16locks: fix file locking on overlayfsMiklos Szeredi1-22/+28
2016-08-18locks: Filter /proc/locks output on proc pid nsNikolay Borisov1-3/+18
2016-07-01locks: use file_inode()Miklos Szeredi1-1/+1
2016-01-22wrappers for ->i_mutex accessAl Viro1-3/+3
2016-01-12Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-13/+9
2016-01-08locks: rename __posix_lock_file to posix_lock_inodeJeff Layton1-5/+6