summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2026-07-22ext4: fix ABBA deadlock in ext4_xattr_inode_cache_find()Aditya Prakash Srivastava
2026-07-21ext4: set EXT4_STATE_NO_EXPAND in ext4_evict_inodeYun Zhou
2026-07-21ext4: skip extra isize expansion during mount to prevent deadlockYun Zhou
2026-07-21ext4: fix out-of-bounds read in ext4_read_inline_dir()Xiang Mei
2026-07-21ext4: remove ext4_end_buffer_io_sync()Matthew Wilcox (Oracle)
2026-07-21ext4: get ext4_group_desc in ext4_mb_prefetch only when necessaryBohdan Trach
2026-07-21ext4: avoid RWM atomic in EXT4_MB_GRP_TEST_AND_SET_READBohdan Trach
2026-07-21ext4: fix circular lock dependency in ext4_ext_migrateYun Zhou
2026-07-21ext4: avoid tail write_begin walk for uptodate foliosJia Zhu
2026-07-21ext4: reject mount if inodes per group is not a multiple of inodes per blockBaokun Li
2026-07-21ext4: reduce max cluster size to match documented 256MB limitBaokun Li
2026-07-21ext4: reject mount if clusters/inodes per group are not 8-alignedBaokun Li
2026-07-20fscrypt: Remove fscrypt_dio_supported()Eric Biggers
2026-07-20ext4: Further de-generalize the bio postprocessing codeEric Biggers
2026-07-20ext4: Make ext4_bio_write_folio() return voidEric Biggers
2026-07-20ext4: Remove fs-layer file contents en/decryption codeEric Biggers
2026-07-20fscrypt: Always use blk-crypto for contents on block-based filesystemsEric Biggers
2026-07-01ext4: drop redundant S_IFDIR from mkdirJori Koolstra
2026-06-29ext4: open via dedicated fs bdev helpersChristian Brauner
2026-06-29ext4: use anonymous devices for KUnit test superblocksChristian Brauner
2026-06-18Merge tag 'ext4_for_linus-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-06-15Merge tag 'vfs-7.2-rc1.bh' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2026-06-15Merge tag 'vfs-7.2-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-06-10ext4: validate donor file superblock early in EXT4_IOC_MOVE_EXTYun Zhou
2026-06-10ext4: fix kernel BUG in ext4_write_inline_data_endAditya Prakash Srivastava
2026-06-10ext4: fix ERR_PTR(0) in ext4_mkdir()Hongling Zeng
2026-06-10ext4: remove mention of PageWritebackMatthew Wilcox (Oracle)
2026-06-04ext4: Convert ext4_commit_super() to bh_submit()Matthew Wilcox (Oracle)
2026-06-04ext4: Convert write_mmp_block_thawed() to bh_submit()Matthew Wilcox (Oracle)
2026-06-04ext4: Convert ext4_fc_submit_bh() to bh_submit()Matthew Wilcox (Oracle)
2026-06-04ext4; Convert __ext4_read_bh() to bh_submit()Matthew Wilcox (Oracle)
2026-06-03ext4: improve str2hashbuf by processing 4-byte chunks and removing function p...Guan-Chun Wu
2026-06-03ext4: add Kunit coverage for directory hash computationGuan-Chun Wu
2026-06-03ext4: fast commit: export snapshot stats in fc_infoLi Chen
2026-06-03ext4: fast commit: add lock_updates tracepointLi Chen
2026-06-03ext4: fast commit: avoid i_data_sem by dropping ext4_map_blocks() in snapshotsLi Chen
2026-06-03ext4: fast commit: avoid self-deadlock in inode snapshottingLi Chen
2026-06-03ext4: fast commit: avoid waiting for FC_COMMITTINGLi Chen
2026-06-03ext4: lockdep: handle i_data_sem subclassing for special inodesLi Chen
2026-06-03ext4: fast commit: snapshot inode state before writing logLi Chen
2026-06-03ext4: fix fast commit wait/wake bit mapping on 64-bitLi Chen
2026-06-03ext4: convert mballoc KUnit test to sget_fc()Christian Brauner
2026-06-03ext4: convert extents KUnit test to sget_fc()Christian Brauner
2026-06-01ext4: Use %pe to print PTR_ERR()Abdellah Ouhbi
2026-06-01ext4: fix LOGFLUSH shutdown ordering to allow ordered-mode data writebackZhang Yi
2026-06-01ext4: replace KUnit tests for memcmp() with KUNIT_ASSERT_MEMEQ()Ryota Sakamoto
2026-05-11fs: add icount_read_once() and stop open-coding ->i_count loadsMateusz Guzik
2026-04-17Merge tag 'ext4_for_linux-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-04-13Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds