aboutsummaryrefslogtreecommitdiffstats
path: root/fs/locks.c
Commit message (Expand)AuthorAge
* Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-09-27
|\
| * nfsd: convert fi_deleg_file and ls_file fields to nfsd_fileJeff Layton2019-08-19
| * locks: create a new notifier chain for lease attemptsJeff Layton2019-08-19
* | locks: fix a memory leak bug in __break_lease()Wenwen Wang2019-08-20
* | locks: Fix procfs output for file leasesPavel Begunkov2019-07-25
|/
* Merge tag 'nfsd-5.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-07-11
|\
| * locks: Cleanup lm_compare_owner and lm_owner_keyBenjamin Coddington2019-07-03
* | locks: eliminate false positive conflicts for write leaseAmir Goldstein2019-06-19
* | locks: Add trace_leases_conflictIra Weiny2019-06-19
|/
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-21
* Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-05-15
|\
| * locks: move checks from locks_free_lock() to locks_release_private()NeilBrown2019-04-24
* | Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-05-07
|\ \ | |/ |/|
| * fs: mark expected switch fall-throughsGustavo A. R. Silva2019-04-08
* | locks: wake any locks blocked on request before deadlock checkJeff Layton2019-03-25
|/
* locking/percpu-rwsem: Remove preempt_disable variantsPeter Zijlstra2019-02-28
* locks: fix error in locks_move_blocks()NeilBrown2019-01-02
* locks: Use inode_is_open_for_writeNikolay Borisov2018-12-17
* fs/locks: remove unnecessary white space.NeilBrown2018-12-07
* fs/locks: merge posix_unblock_lock() and locks_delete_block()NeilBrown2018-12-07
* fs/locks: create a tree of dependent requests.NeilBrown2018-12-07
* fs/locks: change all *_conflict() functions to return bool.NeilBrown2018-12-07
* fs/locks: always delete_block after waiting.NeilBrown2018-12-07
* fs/locks: allow a lock request to block other requests.NeilBrown2018-11-30
* fs/locks: use properly initialized file_lock when unlocking.NeilBrown2018-11-30
* fs/locks: split out __locks_wake_up_blocks().NeilBrown2018-11-30
* fs/locks: rename some lists and pointers.NeilBrown2018-11-30
* Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-21
|\
| * Partially revert "locks: fix file locking on overlayfs"Miklos Szeredi2018-07-18
| * Revert "vfs: do get_write_access() on upper layer of overlayfs"Miklos Szeredi2018-07-18
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-21
|\ \
| * | signal: Use PIDTYPE_TGID to clearly store where file signals will be sentEric W. Biederman2018-07-21
| |/
* | Merge tag 'locks-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2018-08-14
|\ \ | |/ |/|
| * locks: remove misleading obsolete commentJeff Layton2018-08-08
| * locks: add tracepoint in flock codepathJeff Layton2018-08-06
| * fs/lock: show locks taken by processes from another pidnsKonstantin Khorenko2018-06-14
| * fs/lock: skip lock owner pid translation in case we are in init_pid_nsKonstantin Khorenko2018-06-14
* | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-14
|\ \ | |/ |/|
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-05
* | proc: introduce proc_create_seq_privateChristoph Hellwig2018-05-16
|/
* treewide: Align function definition open/close bracesJoe Perches2018-03-26
* Merge tag 'nfsd-4.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2018-02-08
|\
| * nfsd: encode stat->mtime for getattr instead of inode->i_mtimeAmir Goldstein2018-02-08
* | Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-27
|/
* locks: restore a warn for leaked locks on closeBenjamin Coddington2017-07-21
* fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locksBenjamin Coddington2017-07-16
* fs/locks: Use allocation rather than the stack in fcntl_getlk()Benjamin Coddington2017-07-16
* fs/locks: pass kernel struct flock to fcntl_getlk/setlkChristoph Hellwig2017-05-27
* fs: locks: Fix some troubles at kernel-doc commentsMauro Carvalho Chehab2017-05-27
* locks: Set FL_CLOSE when removing flock locks on close()Benjamin Coddington2017-04-21