summaryrefslogtreecommitdiffstats
path: root/fs/locks.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "memcg: enable accounting for file lock caches"Linus Torvalds2021-09-071-4/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-031-2/+4
|\
| * memcg: enable accounting for file lock cachesVasily Averin2021-09-031-2/+4
* | fs: remove mandatory file locking supportJeff Layton2021-08-231-116/+1
|/
* Merge tag 'nfsd-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2021-05-051-0/+3
|\
| * nfsd: grant read delegations to clients holding writesJ. Bruce Fields2021-04-191-0/+3
* | Merge tag 'locks-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/jlay...Linus Torvalds2021-04-261-10/+56
|\ \ | |/ |/|
| * fs/locks: remove useless assignment in fcntl_getlkTian Tao2021-04-131-1/+0
| * fs/locks: print full locks informationLuo Longjun2021-03-111-9/+56
* | Revert "nfsd4: a client's own opens needn't prevent delegations"J. Bruce Fields2021-03-091-3/+0
|/
* Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-151-6/+8
|\
| * file: Factor files_lookup_fd_locked out of fcheck_filesEric W. Biederman2020-12-101-6/+8
* | locks: fix a typo at a kernel-doc markupMauro Carvalho Chehab2020-10-261-1/+1
* | locks: Fix UBSAN undefined behaviour in flock64_to_posix_lockLuo Meng2020-10-261-1/+1
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-3/+3
* Merge tag 'nfsd-5.9' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds2020-08-091-0/+3
|\
| * nfsd4: a client's own opens needn't prevent delegationsJ. Bruce Fields2020-07-131-0/+3
* | Merge tag 'filelock-v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-08-031-0/+1
|\ \ | |/ |/|
| * locks: add locks_move_blocks in posix_lock_inodeyangerkun2020-06-021-0/+1
* | Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2020-06-111-0/+3
|\ \
| * | nfsd: clients don't need to break their own delegationsJ. Bruce Fields2020-05-081-0/+3
| |/
* | Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-041-2/+2
|\ \
| * | proc: proc_pid_ns takes super_block as an argumentAlexey Gladkov2020-05-191-2/+2
| * | Use proc_pid_ns() to get pid_namespace from the proc superblockAlexey Gladkov2020-04-241-2/+2
| |/
* / docs: filesystems: convert mandatory-locking.txt to ReSTMauro Carvalho Chehab2020-05-051-1/+1
|/
* locks: reinstate locks_delete_block optimizationLinus Torvalds2020-03-181-6/+48
* locks: fix a potential use-after-free problem when wakeup a waiteryangerkun2020-03-061-14/+0
* locks: print unsigned ino in /proc/locksAmir Goldstein2019-12-291-1/+1
* Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-09-271-0/+62
|\
| * nfsd: convert fi_deleg_file and ls_file fields to nfsd_fileJeff Layton2019-08-191-0/+1
| * locks: create a new notifier chain for lease attemptsJeff Layton2019-08-191-0/+61
* | locks: fix a memory leak bug in __break_lease()Wenwen Wang2019-08-201-1/+2
* | locks: Fix procfs output for file leasesPavel Begunkov2019-07-251-4/+4
|/
* Merge tag 'nfsd-5.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-07-101-5/+0
|\
| * locks: Cleanup lm_compare_owner and lm_owner_keyBenjamin Coddington2019-07-031-5/+0
* | locks: eliminate false positive conflicts for write leaseAmir Goldstein2019-06-191-15/+27
* | locks: Add trace_leases_conflictIra Weiny2019-06-191-5/+15
|/
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-05-151-6/+6
|\
| * locks: move checks from locks_free_lock() to locks_release_private()NeilBrown2019-04-241-6/+6
* | Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-05-071-1/+1
|\ \ | |/ |/|
| * fs: mark expected switch fall-throughsGustavo A. R. Silva2019-04-081-1/+1
* | locks: wake any locks blocked on request before deadlock checkJeff Layton2019-03-251-0/+5
|/
* locking/percpu-rwsem: Remove preempt_disable variantsPeter Zijlstra2019-02-281-16/+16
* 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