summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
7 daysMerge tag 'ext4_for_linus-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
10 daysMerge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds
10 daysMerge tag 'vfs-7.3-rc1.sync' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
10 daysMerge tag 'vfs-7.3-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
10 daysMerge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
10 daysMerge tag 'vfs-7.3-rc1.lookup' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-08-06ext4: fix estimate extent index blocks in ext4_ext_index_trans_blocks()Jan Kara
2026-08-06ext4: fix transaction overflow during writebackJan Kara
2026-08-06ext4: teach ext4_meta_trans_blocks() about number of allocated extentsJan Kara
2026-08-06ext4: guard against NULL s_group_info in ext4_get_group_infoJunzhe Yu
2026-08-06ext4: fix spurious message about orphan cleanup on RO fsJan Kara
2026-08-06ext4: stop retrying saturated xattr cache entriesMatthias Goergens
2026-08-06ext4: don't enable DAX on new encrypted filesEric Biggers
2026-07-31ext4: convert iomap ops to ->iomap_next()Joanne Koong
2026-07-31iomap: decouple simple direct I/O reads from iomap_dio_rwChristoph Hellwig
2026-07-31Remove excl arg to ->create inode_operationNeilBrown
2026-07-30ext4: protect WRITE_ZEROES written extents with orphan listZhang Yi
2026-07-30ext4: export converted block count from ext4_convert_unwritten_extents()Zhang Yi
2026-07-30ext4: fix incorrect function call when initializing s_resgidJiazi Liu
2026-07-30ext4: validate EA inode i_nlink in ext4_xattr_inode_igetYun Zhou
2026-07-27ext4: Fix data integrity writeout issues in nojournal modeJan Kara
2026-07-27ext4: Allocate mapping_metadata_bhs struct on demandJan Kara
2026-07-22ext4: enable scoped NOFS when starting a handle in nojournal modeTheodore Ts'o
2026-07-22ext4: write back partial-zeroed edges in WRITE_ZEROESZhang Yi
2026-07-22ext4: zero out whole block for clean edges in WRITE_ZEROESZhang Yi
2026-07-22ext4: track partial-zero outcome per edge in ext4_zero_partial_blocks()Zhang Yi
2026-07-22ext4: clarify return semantics of ext4_load_tail_bh()Zhang Yi
2026-07-22ext4: move partial block zeroing earlier in ext4_zero_range()Zhang Yi
2026-07-22ext4: check return value of ext4_get_block() in ext4_load_tail_bh()Zhang Yi
2026-07-22ext4: skip tail block zeroing for inline data filesZhang Yi
2026-07-22ext4: use FGP_WRITEBEGIN for tail block zeroingZhang Yi
2026-07-22ext4: use str_plural() instead of custom macroJoshua Crofts
2026-07-22ext4: remove ea_inode_array mechanism in favor of ext4_put_ea_inode()Yun Zhou
2026-07-22ext4: convert all EA inode iput() calls to ext4_put_ea_inode()Yun Zhou
2026-07-22ext4: introduce ext4_put_ea_inode() for safe deferred iputYun Zhou
2026-07-22ext4: check dir entry fits before reading the hash trailer in ext4_search_dir()Xiang Mei
2026-07-22ext4: fix buffer_head leak in ext4_init_orphan_infoGuanghui Yang
2026-07-22ext4: clear error before retrying inode xattr space fallbackGuanghui Yang
2026-07-22ext4: propagate errors from fast commit range replayGuanghui Yang
2026-07-22ext4: validate readdir offset before accessing direntYao Kai
2026-07-22ext4: cleanup unused CONVERT_INLINE_DATA flagAditya Prakash Srivastava
2026-07-22ext4: use fsdata to track inline data write state and fix raceAditya Prakash Srivastava
2026-07-22ext4: fix NOWAIT semantic violation in DAX extending writesBaokun Li
2026-07-22ext4: use kiocb_modified instead of file_modified in DIO/DAX write pathBaokun Li
2026-07-22ext4: base unaligned DIO lock decision on partial block zeroingBaokun Li
2026-07-22ext4: skip overwrite check for aligned non-extending DIO writesBaokun Li
2026-07-22ext4: drain in-flight DIO before buffered write fallbackBaokun Li
2026-07-22ext4: prevent sleeping allocation in NOWAIT write pathBaokun Li
2026-07-22ext4: clear stale xarray tags on folios skipped during writebackGerald Yang
2026-07-22ext4: fix ABBA deadlock in ext4_xattr_inode_cache_find()Aditya Prakash Srivastava