aboutsummaryrefslogtreecommitdiffstats
path: root/fs/locks.c
Commit message (Expand)AuthorAgeFilesLines
* locks: fix error in locks_move_blocks()NeilBrown2019-01-021-1/+1
* locks: Use inode_is_open_for_writeNikolay Borisov2018-12-171-1/+1
* fs/locks: remove unnecessary white space.NeilBrown2018-12-071-21/+12
* fs/locks: merge posix_unblock_lock() and locks_delete_block()NeilBrown2018-12-071-24/+14
* fs/locks: create a tree of dependent requests.NeilBrown2018-12-071-6/+63
* fs/locks: change all *_conflict() functions to return bool.NeilBrown2018-12-071-12/+15
* fs/locks: always delete_block after waiting.NeilBrown2018-12-071-16/+24
* fs/locks: allow a lock request to block other requests.NeilBrown2018-11-301-6/+37
* fs/locks: use properly initialized file_lock when unlocking.NeilBrown2018-11-301-14/+14
* fs/locks: split out __locks_wake_up_blocks().NeilBrown2018-11-301-11/+16
* fs/locks: rename some lists and pointers.NeilBrown2018-11-301-28/+31
* Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-211-13/+7
|\
| * Partially revert "locks: fix file locking on overlayfs"Miklos Szeredi2018-07-181-11/+6
| * Revert "vfs: do get_write_access() on upper layer of overlayfs"Miklos Szeredi2018-07-181-2/+1
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-211-1/+1
|\ \
| * | signal: Use PIDTYPE_TGID to clearly store where file signals will be sentEric W. Biederman2018-07-211-1/+1
| |/
* | Merge tag 'locks-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2018-08-131-9/+11
|\ \ | |/ |/|
| * locks: remove misleading obsolete commentJeff Layton2018-08-081-4/+0
| * locks: add tracepoint in flock codepathJeff Layton2018-08-061-0/+1
| * fs/lock: show locks taken by processes from another pidnsKonstantin Khorenko2018-06-141-5/+3
| * fs/lock: skip lock owner pid translation in case we are in init_pid_nsKonstantin Khorenko2018-06-141-0/+7
* | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-1/+1
|\ \ | |/ |/|
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-1/+1
* | proc: introduce proc_create_seq_privateChristoph Hellwig2018-05-161-14/+2
|/
* treewide: Align function definition open/close bracesJoe Perches2018-03-261-1/+1
* Merge tag 'nfsd-4.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2018-02-081-4/+2
|\
| * nfsd: encode stat->mtime for getattr instead of inode->i_mtimeAmir Goldstein2018-02-081-4/+2
* | Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-1/+1
|/
* locks: restore a warn for leaked locks on closeBenjamin Coddington2017-07-211-0/+22
* fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locksBenjamin Coddington2017-07-161-25/+37
* fs/locks: Use allocation rather than the stack in fcntl_getlk()Benjamin Coddington2017-07-161-20/+26
* fs/locks: pass kernel struct flock to fcntl_getlk/setlkChristoph Hellwig2017-05-271-57/+22
* fs: locks: Fix some troubles at kernel-doc commentsMauro Carvalho Chehab2017-05-271-10/+8
* locks: Set FL_CLOSE when removing flock locks on close()Benjamin Coddington2017-04-211-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* locking, fs/locks: Add missing file_sem locksPeter Zijlstra2016-10-181-0/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\
| * fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-271-1/+1
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-23/+30
|\ \
| * | vfs: do get_write_access() on upper layer of overlayfsMiklos Szeredi2016-09-161-1/+2
| * | locks: fix file locking on overlayfsMiklos Szeredi2016-09-161-22/+28
| |/
* | Merge tag 'locks-v4.9-1' of git://git.samba.org/jlayton/linuxLinus Torvalds2016-10-041-3/+18
|\ \
| * | locks: Filter /proc/locks output on proc pid nsNikolay Borisov2016-08-181-3/+18
| |/
* | fs/locks: Use percpu_down_read_preempt_disable()Peter Zijlstra2016-09-221-12/+12
* | fs/locks: Replace lg_local with a per-cpu spinlockPeter Zijlstra2016-09-221-18/+29
* | fs/locks: Replace lg_global with a percpu-rwsemPeter Zijlstra2016-09-221-0/+21
|/
* locks: use file_inode()Miklos Szeredi2016-07-011-1/+1
* wrappers for ->i_mutex accessAl Viro2016-01-221-3/+3
* Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-121-13/+9
|\
| * locks: new locks_mandatory_area calling conventionChristoph Hellwig2015-12-071-13/+9