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-03-27
ext4: fix use-after-free in update_super_work when racing with umount
Jiayuan Chen
-1
/
+11
2026-03-27
ext4: fix the might_sleep() warnings in kvfree()
Zqiang
-13
/
+5
2026-03-27
ext4: reject mount if bigalloc with s_first_data_block != 0
Helen Koike
-0
/
+7
2026-03-27
ext4: fix extents-test.c is not compiled when EXT4_KUNIT_TESTS=M
Ye Bin
-11
/
+51
2026-03-27
ext4: fix mballoc-test.c is not compiled when EXT4_KUNIT_TESTS=M
Ye Bin
-45
/
+172
2026-03-27
ext4: introduce EXPORT_SYMBOL_FOR_EXT4_TEST() helper
Ye Bin
-0
/
+5
2026-03-27
jbd2: gracefully abort on checkpointing state corruptions
Milos Nikic
-2
/
+13
2026-03-27
ext4: avoid infinite loops caused by residual data
Edward Adam Davis
-2
/
+6
2026-03-27
ext4: validate p_idx bounds in ext4_ext_correct_indexes
Tejas Bharambe
-0
/
+15
2026-03-27
ext4: test if inode's all dirty pages are submitted to disk
Ye Bin
-0
/
+8
2026-03-27
ext4: minor fix for ext4_split_extent_zeroout()
Ojaswin Mujoo
-1
/
+1
2026-03-27
ext4: avoid allocate block from corrupted group in ext4_mb_find_by_goal()
Ye Bin
-1
/
+5
2026-03-27
ext4: kunit: extents-test: lix percpu_counters list corruption
Ritesh Harjani (IBM)
-1
/
+3
2026-03-27
ext4: publish jinode after initialization
Li Chen
-6
/
+13
2026-03-27
ext4: replace BUG_ON with proper error handling in ext4_read_inline_folio
Yuto Ohnuki
-1
/
+9
2026-03-27
ext4: fix fsync(2) for nojournal mode
Jan Kara
-2
/
+14
2026-03-27
ext4: make recently_deleted() properly work with lazy itable initialization
Jan Kara
-0
/
+6
2026-03-27
ext4: fix journal credit check when setting fscrypt context
Simon Weber
-1
/
+8
2026-03-27
ext4: convert inline data to extents when truncate exceeds inline size
Deepanshu Kartikey
-0
/
+12
2026-03-27
ext4: fix stale xarray tags after writeback
Jan Kara
-2
/
+8
2026-03-27
ext4: do not check fast symlink during orphan recovery
Zhang Yi
-11
/
+29
2026-03-27
hfsplus: extract hidden directory search into a helper function
Zilin Guan
-12
/
+32
2026-03-27
hfsplus: fix held lock freed on hfsplus_fill_super()
Zilin Guan
-1
/
+3
2026-03-27
Merge tag 'xfs-fixes-7.0-rc6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
-195
/
+274
2026-03-27
Merge tag 'v7.0-rc5-ksmbd-srv-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
-48
/
+97
2026-03-27
udf: Fix race between file type conversion and writeback
Jan Kara
-18
/
+15
2026-03-27
mpage: Provide variant of mpage_writepages() with own optional folio handler
Jan Kara
-6
/
+24
2026-03-27
ovl: make fsync after metadata copy-up opt-in mount option
Fei Lv
-15
/
+54
2026-03-26
Merge tag 'v7.0-rc5-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
-3
/
+4
2026-03-26
Merge branch 'xfs-7.0-fixes' into for-next
Carlos Maiolino
-20
/
+4
2026-03-26
btrfs: Use trace_call__##name() at guarded tracepoint call sites
Vineeth Pillai (Google)
-4
/
+4
2026-03-26
netfs: Fix the handling of stream->front by removing it
David Howells
-12
/
+7
2026-03-26
proc: rename proc_notify_change to proc_setattr
Christoph Hellwig
-4
/
+4
2026-03-26
proc: rename proc_setattr to proc_nochmod_setattr
Christoph Hellwig
-19
/
+19
2026-03-26
affs: rename affs_notify_change to affs_setattr
Christoph Hellwig
-7
/
+6
2026-03-26
adfs: rename adfs_notify_change to adfs_setattr
Christoph Hellwig
-8
/
+6
2026-03-26
hfs: update comments on hfs_inode_setattr
Christoph Hellwig
-19
/
+2
2026-03-26
fs: Drop i_private_list from address_space
Jan Kara
-2
/
+0
2026-03-26
fs: Drop mapping_metadata_bhs from address space
Jan Kara
-3
/
+0
2026-03-26
ext4: Track metadata bhs in fs-private inode part
Jan Kara
-6
/
+10
2026-03-26
minix: Track metadata bhs in fs-private inode part
Jan Kara
-8
/
+24
2026-03-26
udf: Track metadata bhs in fs-private inode part
Jan Kara
-14
/
+25
2026-03-26
fat: Track metadata bhs in fs-private inode part
Jan Kara
-20
/
+34
2026-03-26
bfs: Track metadata bhs in fs-private inode part
Jan Kara
-6
/
+17
2026-03-26
affs: Track metadata bhs in fs-private inode part
Jan Kara
-28
/
+35
2026-03-26
ext2: Track metadata bhs in fs-private inode part
Jan Kara
-9
/
+15
2026-03-26
fs: Provide functions for handling mapping_metadata_bhs directly
Jan Kara
-59
/
+51
2026-03-26
fs: Switch inode_has_buffers() to take mapping_metadata_bhs
Jan Kara
-8
/
+8
2026-03-26
fs: Make bhs point to mapping_metadata_bhs
Jan Kara
-18
/
+17
2026-03-26
fs: Move metadata bhs tracking to a separate struct
Jan Kara
-73
/
+67
[prev]
[next]