summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2026-07-22ext4: prevent sleeping allocation in NOWAIT write pathBaokun Li1-0/+3
2026-07-22ext4: clear stale xarray tags on folios skipped during writebackGerald Yang1-3/+15
2026-07-22ext4: fix ABBA deadlock in ext4_xattr_inode_cache_find()Aditya Prakash Srivastava3-5/+35
2026-07-21ext4: set EXT4_STATE_NO_EXPAND in ext4_evict_inodeYun Zhou1-0/+1
2026-07-21ext4: skip extra isize expansion during mount to prevent deadlockYun Zhou1-0/+10
2026-07-21ext4: fix out-of-bounds read in ext4_read_inline_dir()Xiang Mei1-1/+10
2026-07-21ext4: remove ext4_end_buffer_io_sync()Matthew Wilcox (Oracle)1-20/+1
2026-07-21ext4: get ext4_group_desc in ext4_mb_prefetch only when necessaryBohdan Trach1-10/+11
2026-07-21ext4: avoid RWM atomic in EXT4_MB_GRP_TEST_AND_SET_READBohdan Trach1-1/+7
2026-07-21ext4: fix circular lock dependency in ext4_ext_migrateYun Zhou1-1/+2
2026-07-21ext4: avoid tail write_begin walk for uptodate foliosJia Zhu1-5/+6
2026-07-21ext4: reject mount if inodes per group is not a multiple of inodes per blockBaokun Li1-1/+2
2026-07-21ext4: reduce max cluster size to match documented 256MB limitBaokun Li1-1/+1
2026-07-21ext4: reject mount if clusters/inodes per group are not 8-alignedBaokun Li1-4/+6
2026-07-20fscrypt: Remove fscrypt_dio_supported()Eric Biggers1-9/+2
2026-07-20ext4: Further de-generalize the bio postprocessing codeEric Biggers3-39/+36
2026-07-20ext4: Make ext4_bio_write_folio() return voidEric Biggers3-28/+12
2026-07-20ext4: Remove fs-layer file contents en/decryption codeEric Biggers4-164/+13
2026-07-20fscrypt: Always use blk-crypto for contents on block-based filesystemsEric Biggers1-0/+1
2026-07-01ext4: drop redundant S_IFDIR from mkdirJori Koolstra1-1/+1
2026-06-29ext4: open via dedicated fs bdev helpersChristian Brauner1-6/+6
2026-06-29ext4: use anonymous devices for KUnit test superblocksChristian Brauner2-14/+4
2026-06-18Merge tag 'ext4_for_linus-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds12-204/+1411
2026-06-15Merge tag 'vfs-7.2-rc1.bh' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds5-23/+24
2026-06-15Merge tag 'vfs-7.2-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-6/+33
2026-06-10ext4: validate donor file superblock early in EXT4_IOC_MOVE_EXTYun Zhou1-0/+3
2026-06-10ext4: fix kernel BUG in ext4_write_inline_data_endAditya Prakash Srivastava1-1/+2
2026-06-10ext4: fix ERR_PTR(0) in ext4_mkdir()Hongling Zeng1-1/+1
2026-06-10ext4: remove mention of PageWritebackMatthew Wilcox (Oracle)1-1/+1
2026-06-04ext4: Convert ext4_commit_super() to bh_submit()Matthew Wilcox (Oracle)1-4/+2
2026-06-04ext4: Convert write_mmp_block_thawed() to bh_submit()Matthew Wilcox (Oracle)1-3/+2
2026-06-04ext4: Convert ext4_fc_submit_bh() to bh_submit()Matthew Wilcox (Oracle)1-3/+5
2026-06-04ext4; Convert __ext4_read_bh() to bh_submit()Matthew Wilcox (Oracle)3-13/+15
2026-06-03ext4: improve str2hashbuf by processing 4-byte chunks and removing function p...Guan-Chun Wu1-22/+42
2026-06-03ext4: add Kunit coverage for directory hash computationGuan-Chun Wu3-1/+572
2026-06-03ext4: fast commit: export snapshot stats in fc_infoLi Chen3-10/+118
2026-06-03ext4: fast commit: add lock_updates tracepointLi Chen2-15/+74
2026-06-03ext4: fast commit: avoid i_data_sem by dropping ext4_map_blocks() in snapshotsLi Chen1-74/+179
2026-06-03ext4: fast commit: avoid self-deadlock in inode snapshottingLi Chen1-49/+75
2026-06-03ext4: fast commit: avoid waiting for FC_COMMITTINGLi Chen2-56/+51
2026-06-03ext4: lockdep: handle i_data_sem subclassing for special inodesLi Chen2-1/+11
2026-06-03ext4: fast commit: snapshot inode state before writing logLi Chen3-52/+352
2026-06-03ext4: fix fast commit wait/wake bit mapping on 64-bitLi Chen2-32/+38
2026-06-03ext4: convert mballoc KUnit test to sget_fc()Christian Brauner1-2/+15
2026-06-03ext4: convert extents KUnit test to sget_fc()Christian Brauner1-4/+18
2026-06-01ext4: Use %pe to print PTR_ERR()Abdellah Ouhbi3-6/+6
2026-06-01ext4: fix LOGFLUSH shutdown ordering to allow ordered-mode data writebackZhang Yi1-3/+9
2026-06-01ext4: replace KUnit tests for memcmp() with KUNIT_ASSERT_MEMEQ()Ryota Sakamoto1-6/+3
2026-05-11fs: add icount_read_once() and stop open-coding ->i_count loadsMateusz Guzik1-2/+2
2026-04-17Merge tag 'ext4_for_linux-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds13-320/+435