index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
locks.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-15
filelock: add an inode_lease_ignore_mask helper
Jeff Layton
1
-0
/
+32
2026-05-15
filelock: add a tracepoint to start of break_lease()
Jeff Layton
1
-0
/
+2
2026-05-15
filelock: add support for ignoring deleg breaks for dir change events
Jeff Layton
1
-25
/
+57
2026-05-15
filelock: pass current blocking lease to trace_break_lease_block() rather tha...
Jeff Layton
1
-2
/
+2
2026-04-20
Merge tag 'nfsd-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
1
-5
/
+21
2026-03-29
NFSD: Enforce timeout on layout recall and integrate lease manager fencing
Dai Ngo
1
-5
/
+21
2026-03-06
treewide: change inode->i_ino from unsigned long to u64
Jeff Layton
1
-3
/
+3
2026-02-12
Merge tag 'nfsd-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
1
-3
/
+14
2026-02-09
Merge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+12
2026-01-26
locks: ensure vfs_test_lock() never returns FILE_LOCK_DEFERRED
NeilBrown
1
-3
/
+14
2026-01-12
filelock: default to returning -EINVAL when ->setlease operation is NULL
Jeff Layton
1
-2
/
+1
2026-01-09
Merge tag 'vfs-6.19-rc5.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...
Linus Torvalds
1
-58
/
+61
2025-12-30
Merge tag 'nfsd-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
1
-2
/
+10
2025-12-24
lockd: fix vfs_test_lock() calls
NeilBrown
1
-2
/
+10
2025-12-15
filelock: allow lease_managers to dictate what qualifies as a conflict
Jeff Layton
1
-48
/
+42
2025-12-15
filelock: add lease_dispose_list() helper
Jeff Layton
1
-10
/
+19
2025-12-15
fs: track the inode having file locks with a flag in ->i_opflags
Mateusz Guzik
1
-2
/
+12
2025-11-28
filelock: __fcntl_getlease: fix kernel-doc warnings
Randy Dunlap
1
-1
/
+2
2025-11-12
vfs: expose delegation support to userland
Jeff Layton
1
-5
/
+40
2025-11-12
filelock: lift the ban on directory leases in generic_setlease
Jeff Layton
1
-2
/
+10
2025-11-12
filelock: push the S_ISREG check down to ->setlease handlers
Jeff Layton
1
-2
/
+3
2025-11-12
filelock: rework the __break_lease API to use flags
Jeff Layton
1
-11
/
+18
2025-11-12
filelock: make lease_alloc() take a flags argument
Jeff Layton
1
-7
/
+6
2025-08-11
locks: Remove the last reference to EXPORT_OP_ASYNC_LOCK.
Thiago Becker
1
-2
/
+2
2025-06-23
docs/vfs: update references to i_mutex to i_rwsem
Junxuan Liao
1
-1
/
+1
2025-06-10
filelock: add new locks_wake_up_waiter() helper
Jeff Layton
1
-1
/
+1
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
1
-1
/
+1
2024-11-03
fdget(), more trivial conversions
Al Viro
1
-10
/
+5
2024-09-23
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-7
/
+7
2024-08-28
file: reclaim 24 bytes from f_owner
Christian Brauner
1
-1
/
+5
2024-08-12
introduce fd_file(), convert all accessors to it.
Al Viro
1
-7
/
+7
2024-08-12
filelock: fix name of file_lease slab cache
Omar Sandoval
1
-1
/
+1
2024-07-24
filelock: Fix fcntl/close race recovery compat path
Jann Horn
1
-5
/
+4
2024-07-11
Merge tag 'vfs-6.10-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2024-07-05
filelock: fix potential use-after-free in posix_lock_inode
Jeff Layton
1
-1
/
+1
2024-07-02
filelock: Remove locks reliably when fcntl/close race is detected
Jann Horn
1
-5
/
+4
2024-02-20
filelock: fix deadlock detection in POSIX locking
Jeff Layton
1
-1
/
+1
2024-02-05
filelock: don't do security checks on nfsd setlease calls
Jeff Layton
1
-18
/
+25
2024-02-05
filelock: split leases out of struct file_lock
Jeff Layton
1
-43
/
+80
2024-02-05
filelock: convert seqfile handling to use file_lock_core
Jeff Layton
1
-36
/
+36
2024-02-05
filelock: convert locks_translate_pid to take file_lock_core
Jeff Layton
1
-10
/
+10
2024-02-05
filelock: convert locks_insert_lock_ctx and locks_delete_lock_ctx
Jeff Layton
1
-22
/
+22
2024-02-05
filelock: convert locks_wake_up_blocks to take a file_lock_core pointer
Jeff Layton
1
-7
/
+7
2024-02-05
filelock: make assign_type helper take a file_lock_core pointer
Jeff Layton
1
-5
/
+5
2024-02-05
filelock: reorganize locks_delete_block and __locks_insert_block
Jeff Layton
1
-20
/
+22
2024-02-05
filelock: clean up locks_delete_block internals
Jeff Layton
1
-7
/
+8
2024-02-05
filelock: convert fl_blocker to file_lock_core
Jeff Layton
1
-8
/
+8
2024-02-05
filelock: convert __locks_insert_block, conflict and deadlock checks to use f...
Jeff Layton
1
-60
/
+72
2024-02-05
filelock: make __locks_delete_block and __locks_wake_up_blocks take file_lock...
Jeff Layton
1
-18
/
+27
2024-02-05
filelock: convert locks_{insert,delete}_global_blocked
Jeff Layton
1
-7
/
+6
[next]