summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2026-03-29Merge tag 'vfs-7.0-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-36/+162
2026-03-29Merge tag 'ovl-fixes-7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-16/+58
2026-03-29Merge tag 'ext4_for_linus-7.0-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-114/+449
2026-03-28Merge tag 'for-7.0-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-39/+74
2026-03-27ext4: always drain queued discard work in ext4_mb_release()Theodore Ts'o-7/+5
2026-03-27ext4: handle wraparound when searching for blocks for indirect mapped blocksTheodore Ts'o-0/+2
2026-03-27ext4: skip split extent recovery on corruptionhongao-3/+13
2026-03-27ext4: fix iloc.bh leak in ext4_fc_replay_inode() error pathsBaokun Li-5/+8
2026-03-27ext4: fix deadlock on inode reallocationJan Kara-0/+21
2026-03-27ext4: fix use-after-free in update_super_work when racing with umountJiayuan Chen-1/+11
2026-03-27ext4: fix the might_sleep() warnings in kvfree()Zqiang-13/+5
2026-03-27ext4: reject mount if bigalloc with s_first_data_block != 0Helen Koike-0/+7
2026-03-27ext4: fix extents-test.c is not compiled when EXT4_KUNIT_TESTS=MYe Bin-11/+51
2026-03-27ext4: fix mballoc-test.c is not compiled when EXT4_KUNIT_TESTS=MYe Bin-45/+172
2026-03-27ext4: introduce EXPORT_SYMBOL_FOR_EXT4_TEST() helperYe Bin-0/+5
2026-03-27jbd2: gracefully abort on checkpointing state corruptionsMilos Nikic-2/+13
2026-03-27ext4: avoid infinite loops caused by residual dataEdward Adam Davis-2/+6
2026-03-27ext4: validate p_idx bounds in ext4_ext_correct_indexesTejas Bharambe-0/+15
2026-03-27ext4: test if inode's all dirty pages are submitted to diskYe Bin-0/+8
2026-03-27ext4: minor fix for ext4_split_extent_zeroout()Ojaswin Mujoo-1/+1
2026-03-27ext4: avoid allocate block from corrupted group in ext4_mb_find_by_goal()Ye Bin-1/+5
2026-03-27ext4: kunit: extents-test: lix percpu_counters list corruptionRitesh Harjani (IBM)-1/+3
2026-03-27ext4: publish jinode after initializationLi Chen-6/+13
2026-03-27ext4: replace BUG_ON with proper error handling in ext4_read_inline_folioYuto Ohnuki-1/+9
2026-03-27ext4: fix fsync(2) for nojournal modeJan Kara-2/+14
2026-03-27ext4: make recently_deleted() properly work with lazy itable initializationJan Kara-0/+6
2026-03-27ext4: fix journal credit check when setting fscrypt contextSimon Weber-1/+8
2026-03-27ext4: convert inline data to extents when truncate exceeds inline sizeDeepanshu Kartikey-0/+12
2026-03-27ext4: fix stale xarray tags after writebackJan Kara-2/+8
2026-03-27ext4: do not check fast symlink during orphan recoveryZhang Yi-11/+29
2026-03-27Merge tag 'xfs-fixes-7.0-rc6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds-195/+274
2026-03-27Merge tag 'v7.0-rc5-ksmbd-srv-fixes' of git://git.samba.org/ksmbdLinus Torvalds-48/+97
2026-03-27ovl: make fsync after metadata copy-up opt-in mount optionFei Lv-15/+54
2026-03-26Merge tag 'v7.0-rc5-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-3/+4
2026-03-26netfs: Fix the handling of stream->front by removing itDavid Howells-12/+7
2026-03-26xfs: remove file_path tracepoint dataDarrick J. Wong-19/+4
2026-03-26xfs: don't irele after failing to iget in xfs_attri_recover_workDarrick J. Wong-1/+0
2026-03-25Merge tag 'erofs-for-7.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-21/+48
2026-03-25ksmbd: fix potencial OOB in get_file_all_info() for compound requestsNamjae Jeon-2/+14
2026-03-25erofs: fix .fadvise() for page cache sharingGao Xiang-2/+13
2026-03-25erofs: update the Kconfig descriptionGao Xiang-15/+30
2026-03-24ovl: fix wrong detection of 32bit inode numbersAmir Goldstein-1/+4
2026-03-24iomap: fix lockdep complaint when reads failDarrick J. Wong-1/+50
2026-03-23btrfs: fix lost error when running device stats on multiple devices fsFilipe Manana-2/+3
2026-03-23btrfs: zlib: handle page aligned compressed size correctlyQu Wenruo-1/+3
2026-03-23btrfs: fix leak of kobject name for sub-group space_infoShin'ichiro Kawasaki-1/+1
2026-03-23btrfs: fix zero size inode with non-zero size after log replayFilipe Manana-33/+65
2026-03-23btrfs: fix super block offset in error message in btrfs_validate_super()Mark Harmstone-2/+2
2026-03-23smb/client: ensure smb2_mapping_table rebuild on cmd changesHuiwen He-3/+4
2026-03-23xfs: remove redundant validation in xlog_recover_attri_commit_pass2Long Li-46/+0