index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
filelock: convert locks_wake_up_blocks to take a file_lock_core pointer
Jeff Layton
2024-02-05
1
-7
/
+7
|
*
|
|
|
filelock: make assign_type helper take a file_lock_core pointer
Jeff Layton
2024-02-05
1
-5
/
+5
|
*
|
|
|
filelock: reorganize locks_delete_block and __locks_insert_block
Jeff Layton
2024-02-05
1
-20
/
+22
|
*
|
|
|
filelock: clean up locks_delete_block internals
Jeff Layton
2024-02-05
1
-7
/
+8
|
*
|
|
|
filelock: convert fl_blocker to file_lock_core
Jeff Layton
2024-02-05
1
-8
/
+8
|
*
|
|
|
filelock: convert __locks_insert_block, conflict and deadlock checks to use f...
Jeff Layton
2024-02-05
1
-60
/
+72
|
*
|
|
|
filelock: make __locks_delete_block and __locks_wake_up_blocks take file_lock...
Jeff Layton
2024-02-05
1
-18
/
+27
|
*
|
|
|
filelock: convert locks_{insert,delete}_global_blocked
Jeff Layton
2024-02-05
1
-7
/
+6
|
*
|
|
|
filelock: make locks_{insert,delete}_global_locks take file_lock_core arg
Jeff Layton
2024-02-05
1
-9
/
+9
|
*
|
|
|
filelock: convert posix_owner_key to take file_lock_core arg
Jeff Layton
2024-02-05
1
-4
/
+4
|
*
|
|
|
filelock: make posix_same_owner take file_lock_core pointers
Jeff Layton
2024-02-05
1
-8
/
+8
|
*
|
|
|
filelock: convert more internal functions to use file_lock_core
Jeff Layton
2024-02-05
1
-26
/
+25
|
*
|
|
|
filelock: have fs/locks.c deal with file_lock_core directly
Jeff Layton
2024-02-05
1
-229
/
+238
|
*
|
|
|
filelock: split common fields into struct file_lock_core
Jeff Layton
2024-02-05
22
-4
/
+24
|
*
|
|
|
filelock: drop the IS_* macros
Jeff Layton
2024-02-05
1
-17
/
+15
|
*
|
|
|
smb/server: convert to using new filelock helpers
Jeff Layton
2024-02-05
2
-6
/
+6
|
*
|
|
|
smb/client: convert to using new filelock helpers
Jeff Layton
2024-02-05
1
-6
/
+6
|
*
|
|
|
ocfs2: convert to using new filelock helpers
Jeff Layton
2024-02-05
2
-3
/
+3
|
*
|
|
|
nfsd: convert to using new filelock helpers
Jeff Layton
2024-02-05
1
-16
/
+16
|
*
|
|
|
nfs: convert to using new filelock helpers
Jeff Layton
2024-02-05
6
-21
/
+21
|
*
|
|
|
lockd: convert to using new filelock helpers
Jeff Layton
2024-02-05
2
-13
/
+13
|
*
|
|
|
gfs2: convert to using new filelock helpers
Jeff Layton
2024-02-05
1
-4
/
+4
|
*
|
|
|
dlm: convert to using new filelock helpers
Jeff Layton
2024-02-05
1
-5
/
+5
|
*
|
|
|
ceph: convert to using new filelock helpers
Jeff Layton
2024-02-05
1
-12
/
+12
|
*
|
|
|
afs: convert to using new filelock helpers
Jeff Layton
2024-02-05
1
-13
/
+13
|
*
|
|
|
9p: rename fl_type variable in v9fs_file_do_lock
Jeff Layton
2024-02-05
1
-3
/
+3
|
*
|
|
|
filelock: add some new helper functions
Jeff Layton
2024-02-05
1
-9
/
+9
|
*
|
|
|
filelock: rename fl_pid variable in lock_get_status
Jeff Layton
2024-02-02
1
-4
/
+4
|
|
/
/
/
*
|
|
|
Merge tag 'vfs-6.9.pidfd' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2024-03-11
7
-84
/
+486
|
\
\
\
\
|
*
|
|
|
libfs: improve path_from_stashed()
Christian Brauner
2024-03-01
4
-40
/
+66
|
*
|
|
|
libfs: add stashed_dentry_prune()
Christian Brauner
2024-03-01
4
-28
/
+31
|
*
|
|
|
libfs: improve path_from_stashed() helper
Christian Brauner
2024-03-01
3
-66
/
+73
|
*
|
|
|
pidfs: convert to path_from_stashed() helper
Christian Brauner
2024-03-01
4
-28
/
+56
|
*
|
|
|
nsfs: convert to path_from_stashed() helper
Christian Brauner
2024-03-01
1
-55
/
+18
|
*
|
|
|
libfs: add path_from_stashed()
Christian Brauner
2024-03-01
2
-0
/
+97
|
*
|
|
|
pidfd: add pidfs
Christian Brauner
2024-03-01
2
-3
/
+160
|
*
|
|
|
pidfd: move struct pidfd_fops
Christian Brauner
2024-02-28
2
-1
/
+123
|
*
|
|
|
pidfd: kill the no longer needed do_notify_pidfd() in de_thread()
Oleg Nesterov
2024-02-02
1
-5
/
+0
|
*
|
|
|
pidfd: implement PIDFD_THREAD flag for pidfd_open()
Oleg Nesterov
2024-02-02
1
-1
/
+5
|
|
/
/
/
*
|
|
|
Merge tag 'vfs-6.9.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2024-03-11
12
-331
/
+392
|
\
\
\
\
|
*
\
\
\
Merge tag 'vfs-6.9.rw_hint' of gitolite.kernel.org:pub/scm/linux/kernel/git/v...
Christian Brauner
2024-03-04
8
-28
/
+55
|
|
\
\
\
\
|
|
*
|
|
|
block, fs: Restore the per-bio/request data lifetime fields
Bart Van Assche
2024-02-06
5
-4
/
+13
|
|
*
|
|
|
fs: Propagate write hints to the struct block_device inode
Bart Van Assche
2024-02-06
1
-0
/
+7
|
|
*
|
|
|
fs: Move enum rw_hint into a new header file
Bart Van Assche
2024-02-06
3
-0
/
+3
|
|
*
|
|
|
fs: Split fcntl_rw_hint()
Bart Van Assche
2024-02-06
1
-21
/
+24
|
|
*
|
|
|
fs: Verify write lifetime constants at compile time
Bart Van Assche
2024-02-06
1
-0
/
+7
|
|
*
|
|
|
fs: Fix rw_hint validation
Bart Van Assche
2024-02-06
1
-7
/
+5
|
|
|
/
/
/
|
*
|
|
|
iomap: Add processed for iomap_iter
Kassey Li
2024-02-21
1
-1
/
+4
|
*
|
|
|
iomap: add pos and dirty_len into trace_iomap_writepage_map
Zhang Yi
2024-02-21
2
-2
/
+43
|
*
|
|
|
iomap: pass the length of the dirty region to ->map_blocks
Christoph Hellwig
2024-02-01
4
-4
/
+6
[prev]
[next]