aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-03-27ocfs2/dlm: validate qr_numregions in dlm_match_regions()Junrui Luo1-0/+8
2026-03-27ocfs2: remove redundant error code assignmentAlexey Velichayshiy1-1/+0
2026-03-27ocfs2: fix possible deadlock between unlink and dio_end_io_writeJoseph Qi1-2/+1
2026-03-27ocfs2: fix deadlock when creating quota fileHeming Zhao2-2/+18
2026-03-27proc: array: drop stale FIXME about RCU in task_sig()Jaime Saguillo Revilla1-1/+1
2026-03-27ext4: always drain queued discard work in ext4_mb_release()Theodore Ts'o1-7/+5
2026-03-27ext4: handle wraparound when searching for blocks for indirect mapped blocksTheodore Ts'o1-0/+2
2026-03-27ext4: skip split extent recovery on corruptionhongao1-3/+13
2026-03-27ext4: fix iloc.bh leak in ext4_fc_replay_inode() error pathsBaokun Li1-5/+8
2026-03-27ext4: fix deadlock on inode reallocationJan Kara1-0/+21
2026-03-27ext4: fix use-after-free in update_super_work when racing with umountJiayuan Chen3-1/+11
2026-03-27ext4: fix the might_sleep() warnings in kvfree()Zqiang2-13/+5
2026-03-27ext4: reject mount if bigalloc with s_first_data_block != 0Helen Koike1-0/+7
2026-03-27ext4: fix extents-test.c is not compiled when EXT4_KUNIT_TESTS=MYe Bin4-11/+51
2026-03-27ext4: fix mballoc-test.c is not compiled when EXT4_KUNIT_TESTS=MYe Bin4-45/+172
2026-03-27ext4: introduce EXPORT_SYMBOL_FOR_EXT4_TEST() helperYe Bin1-0/+5
2026-03-27jbd2: gracefully abort on checkpointing state corruptionsMilos Nikic1-2/+13
2026-03-27ext4: avoid infinite loops caused by residual dataEdward Adam Davis1-2/+6
2026-03-27ext4: validate p_idx bounds in ext4_ext_correct_indexesTejas Bharambe1-0/+15
2026-03-27ext4: test if inode's all dirty pages are submitted to diskYe Bin1-0/+8
2026-03-27ext4: minor fix for ext4_split_extent_zeroout()Ojaswin Mujoo1-1/+1
2026-03-27ext4: avoid allocate block from corrupted group in ext4_mb_find_by_goal()Ye Bin1-1/+5
2026-03-27ext4: kunit: extents-test: lix percpu_counters list corruptionRitesh Harjani (IBM)1-1/+3
2026-03-27ext4: publish jinode after initializationLi Chen2-6/+13
2026-03-27ext4: replace BUG_ON with proper error handling in ext4_read_inline_folioYuto Ohnuki1-1/+9
2026-03-27ext4: fix fsync(2) for nojournal modeJan Kara1-2/+14
2026-03-27ext4: make recently_deleted() properly work with lazy itable initializationJan Kara1-0/+6
2026-03-27ext4: fix journal credit check when setting fscrypt contextSimon Weber1-1/+8
2026-03-27ext4: convert inline data to extents when truncate exceeds inline sizeDeepanshu Kartikey1-0/+12
2026-03-27ext4: fix stale xarray tags after writebackJan Kara1-2/+8
2026-03-27ext4: do not check fast symlink during orphan recoveryZhang Yi1-11/+29
2026-03-27hfsplus: extract hidden directory search into a helper functionZilin Guan1-12/+32
2026-03-27hfsplus: fix held lock freed on hfsplus_fill_super()Zilin Guan1-1/+3
2026-03-27Merge tag 'xfs-fixes-7.0-rc6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds18-195/+274
2026-03-27Merge tag 'v7.0-rc5-ksmbd-srv-fixes' of git://git.samba.org/ksmbdLinus Torvalds2-48/+97
2026-03-27udf: Fix race between file type conversion and writebackJan Kara1-18/+15
2026-03-27mpage: Provide variant of mpage_writepages() with own optional folio handlerJan Kara1-6/+24
2026-03-27ovl: make fsync after metadata copy-up opt-in mount optionFei Lv5-15/+54
2026-03-26Merge tag 'v7.0-rc5-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-3/+4
2026-03-26Merge branch 'xfs-7.0-fixes' into for-nextCarlos Maiolino3-20/+4
2026-03-26btrfs: Use trace_call__##name() at guarded tracepoint call sitesVineeth Pillai (Google)2-4/+4
2026-03-26netfs: Fix the handling of stream->front by removing itDavid Howells7-12/+7
2026-03-26proc: rename proc_notify_change to proc_setattrChristoph Hellwig1-4/+4
2026-03-26proc: rename proc_setattr to proc_nochmod_setattrChristoph Hellwig5-19/+19
2026-03-26affs: rename affs_notify_change to affs_setattrChristoph Hellwig5-7/+6
2026-03-26adfs: rename adfs_notify_change to adfs_setattrChristoph Hellwig4-8/+6
2026-03-26hfs: update comments on hfs_inode_setattrChristoph Hellwig1-19/+2
2026-03-26fs: Drop i_private_list from address_spaceJan Kara1-2/+0
2026-03-26fs: Drop mapping_metadata_bhs from address spaceJan Kara1-3/+0
2026-03-26ext4: Track metadata bhs in fs-private inode partJan Kara5-6/+10