index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Lines
2026-01-18
ext4: adjust the debug info in ext4_es_cache_extent()
Zhang Yi
-1
/
+2
2026-01-18
ext4: make ext4_es_cache_extent() support overwrite existing extents
Zhang Yi
-7
/
+43
2026-01-18
ext4: make __es_remove_extent() check extent status
Zhang Yi
-8
/
+41
2026-01-18
ext4: cleanup useless out label in __es_remove_extent()
Zhang Yi
-8
/
+7
2026-01-18
ext4: cleanup zeroout in ext4_split_extent_at()
Zhang Yi
-51
/
+36
2026-01-18
ext4: drop extent cache when splitting extent fails
Zhang Yi
-2
/
+6
2026-01-18
ext4: drop extent cache after doing PARTIAL_VALID1 zeroout
Zhang Yi
-1
/
+9
2026-01-18
ext4: don't cache extent during splitting extent
Zhang Yi
-0
/
+6
2026-01-18
ext4: correct the mapping status if the extent has been zeroed
Zhang Yi
-1
/
+9
2026-01-18
ext4: don't set EXT4_GET_BLOCKS_CONVERT when splitting before submitting I/O
Zhang Yi
-4
/
+8
2026-01-18
ext4: don't zero the entire extent if EXT4_EXT_DATA_PARTIAL_VALID1
Zhang Yi
-1
/
+12
2026-01-18
ext4: subdivide EXT4_EXT_DATA_VALID1
Zhang Yi
-6
/
+12
2026-01-18
ext4: fix iloc.bh leak in ext4_xattr_inode_update_ref
Yang Erkun
-0
/
+1
2026-01-18
ext4: add missing down_write_data_sem in mext_move_extent().
Julian Sun
-0
/
+2
2026-01-17
Merge tag 'for-6.19-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-68
/
+41
2026-01-17
coredump: Use __counted_by_ptr for struct core_name::corename
Kees Cook
-4
/
+4
2026-01-17
f2fs: use folio_end_read
Jaegeuk Kim
-7
/
+3
2026-01-17
f2fs: fix to avoid mapping wrong physical block for swapfile
Chao Yu
-7
/
+7
2026-01-17
f2fs: avoid f2fs_map_blocks() for consecutive holes in readpages
Chao Yu
-6
/
+15
2026-01-17
f2fs: advance index and offset after zeroing in large folio read
Nanzhe Zhao
-3
/
+1
2026-01-17
f2fs: add 'folio_in_bio' to handle readahead folios with no BIO submission
Nanzhe Zhao
-0
/
+7
2026-01-17
f2fs: avoid unnecessary block mapping lookups in f2fs_read_data_large_folio
Yongpeng Yang
-1
/
+1
2026-01-17
f2fs: detect more inconsistent cases in sanity_check_node_footer()
Chao Yu
-3
/
+12
2026-01-17
f2fs: fix to do sanity check on node footer in {read,write}_end_io
Chao Yu
-19
/
+32
2026-01-17
f2fs: fix to do sanity check on node footer in __write_node_folio()
Chao Yu
-1
/
+5
2026-01-17
f2fs: clean up the type parameter in f2fs_sync_meta_pages()
Yangyang Zang
-11
/
+10
2026-01-17
f2fs: support non-4KB block size without packed_ssa feature
Daeho Jeong
-95
/
+121
2026-01-17
f2fs: make FAULT_DISCARD obsolete
Chao Yu
-16
/
+4
2026-01-17
f2fs: fix to avoid UAF in f2fs_write_end_io()
Chao Yu
-3
/
+9
2026-01-16
mount: add OPEN_TREE_NAMESPACE
Christian Brauner
-16
/
+161
2026-01-16
vfs: document d_dispose_if_unused()
Miklos Szeredi
-0
/
+10
2026-01-16
fuse: shrink once after all buckets have been scanned
Miklos Szeredi
-1
/
+1
2026-01-16
fuse: clean up fuse_dentry_tree_work()
Miklos Szeredi
-14
/
+14
2026-01-16
fuse: add need_resched() before unlocking bucket
Miklos Szeredi
-3
/
+5
2026-01-16
fuse: make sure dentry is evicted if stale
Miklos Szeredi
-0
/
+4
2026-01-16
fuse: fix race when disposing stale dentries
Miklos Szeredi
-9
/
+2
2026-01-16
sysfs(2): fs_index() argument is _not_ a pathname
Al Viro
-6
/
+3
2026-01-16
ksmbd: use CLASS(filename_kernel)
Al Viro
-5
/
+2
2026-01-16
user_statfs(): switch to CLASS(filename)
Al Viro
-2
/
+1
2026-01-16
statx: switch to CLASS(filename_maybe_null)
Al Viro
-13
/
+5
2026-01-16
quotactl_block(): switch to CLASS(filename)
Al Viro
-2
/
+1
2026-01-16
chroot(2): switch to CLASS(filename)
Al Viro
-9
/
+4
2026-01-16
move_mount(2): switch to CLASS(filename_maybe_null)
Al Viro
-4
/
+2
2026-01-16
namei.c: switch user pathname imports to CLASS(filename{,_flags})
Al Viro
-15
/
+6
2026-01-16
namei.c: convert getname_kernel() callers to CLASS(filename_kernel)
Al Viro
-26
/
+10
2026-01-16
do_f{chmod,chown,access}at(): use CLASS(filename_uflags)
Al Viro
-6
/
+2
2026-01-16
do_readlinkat(): switch to CLASS(filename_flags)
Al Viro
-6
/
+2
2026-01-16
do_sys_truncate(): switch to CLASS(filename)
Al Viro
-7
/
+5
2026-01-16
do_utimes_path(): switch to CLASS(filename_uflags)
Al Viro
-5
/
+2
2026-01-16
chdir(2): unspaghettify a bit...
Al Viro
-17
/
+10
[prev]
[next]