summaryrefslogtreecommitdiffstats
path: root/fs/locks.c
Commit message (Expand)AuthorAgeFilesLines
* filelock: fix deadlock detection in POSIX lockingJeff Layton2024-02-201-1/+1
* filelock: don't do security checks on nfsd setlease callsJeff Layton2024-02-051-18/+25
* filelock: split leases out of struct file_lockJeff Layton2024-02-051-43/+80
* filelock: convert seqfile handling to use file_lock_coreJeff Layton2024-02-051-36/+36
* filelock: convert locks_translate_pid to take file_lock_coreJeff Layton2024-02-051-10/+10
* filelock: convert locks_insert_lock_ctx and locks_delete_lock_ctxJeff Layton2024-02-051-22/+22
* filelock: convert locks_wake_up_blocks to take a file_lock_core pointerJeff Layton2024-02-051-7/+7
* filelock: make assign_type helper take a file_lock_core pointerJeff Layton2024-02-051-5/+5
* filelock: reorganize locks_delete_block and __locks_insert_blockJeff Layton2024-02-051-20/+22
* filelock: clean up locks_delete_block internalsJeff Layton2024-02-051-7/+8
* filelock: convert fl_blocker to file_lock_coreJeff Layton2024-02-051-8/+8
* filelock: convert __locks_insert_block, conflict and deadlock checks to use f...Jeff Layton2024-02-051-60/+72
* filelock: make __locks_delete_block and __locks_wake_up_blocks take file_lock...Jeff Layton2024-02-051-18/+27
* filelock: convert locks_{insert,delete}_global_blockedJeff Layton2024-02-051-7/+6
* filelock: make locks_{insert,delete}_global_locks take file_lock_core argJeff Layton2024-02-051-9/+9
* filelock: convert posix_owner_key to take file_lock_core argJeff Layton2024-02-051-4/+4
* filelock: make posix_same_owner take file_lock_core pointersJeff Layton2024-02-051-8/+8
* filelock: convert more internal functions to use file_lock_coreJeff Layton2024-02-051-26/+25
* filelock: have fs/locks.c deal with file_lock_core directlyJeff Layton2024-02-051-229/+238
* filelock: split common fields into struct file_lock_coreJeff Layton2024-02-051-0/+1
* filelock: drop the IS_* macrosJeff Layton2024-02-051-17/+15
* filelock: add some new helper functionsJeff Layton2024-02-051-9/+9
* filelock: rename fl_pid variable in lock_get_statusJeff Layton2024-02-021-4/+4
* fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2023-12-281-1/+0
* Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-021-2/+2
|\
| * treewide: mark stuff as __ro_after_initAlexey Dobriyan2023-10-181-2/+2
* | lockd: add doc to enable EXPORT_OP_ASYNC_LOCKAlexander Aring2023-10-161-5/+7
|/
* Merge tag 'nfsd-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2023-08-311-7/+0
|\
| * locks: allow support for write delegationDai Ngo2023-08-291-7/+0
* | Merge tag 'filelock-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2023-08-281-5/+22
|\ \
| * | locks: fix KASAN: use-after-free in trace_event_raw_event_filelock_lockWill Shiu2023-08-241-1/+1
| * | fs/locks: Fix typoJakub Wilk2023-08-241-1/+1
| * | fs/locks: F_UNLCK extension for F_OFD_GETLKStas Sergeev2023-06-271-3/+20
| |/
* / fs: Pass argument to fcntl_setlease as intLuca Vizzarro2023-07-101-10/+10
|/
* filelocks: use mount idmapping for setlease permission checkSeth Forshee2023-03-091-1/+2
* fs/locks: Remove redundant assignment to cmdJiapeng Chong2023-03-091-1/+0
* Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-211-25/+0
|\
| * fs: Remove CONFIG_SRCUPaul E. McKenney2023-02-021-25/+0
* | fs: remove locks_inodeJeff Layton2023-01-111-14/+14
* | filelock: move file locking definitions to separate header fileJeff Layton2023-01-111-0/+1
|/
* Add process name and pid to locks warningAndi Kleen2022-11-301-1/+1
* filelock: add a new locks_inode_context accessor functionJeff Layton2022-11-301-12/+12
* filelock: new helper: vfs_inode_has_locksJeff Layton2022-11-301-0/+23
* filelock: WARN_ON_ONCE when ->fl_file and filp don't matchJeff Layton2022-11-171-0/+3
* locks: Fix dropped call to ->fl_release_private()David Howells2022-08-171-0/+1
* fs/lock: Rearrange ops in flock syscall.Kuniyuki Iwashima2022-07-181-24/+19
* fs/lock: Don't allocate file_lock in flock_make_lock().Kuniyuki Iwashima2022-07-181-31/+15
* fs/lock: add 2 callbacks to lock_manager_operations to resolve conflictDai Ngo2022-05-191-3/+30
* fs/lock: add helper locks_owner_has_blockers to check for blockersDai Ngo2022-05-191-0/+28
* fs: move locking sysctls where they are usedLuis Chamberlain2022-01-221-2/+32