summaryrefslogtreecommitdiff
path: root/fs/ext4/ext4.h
AgeCommit message (Expand)Author
2026-08-20Merge tag 'ext4_for_linus-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-08-17Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds
2026-08-17Merge tag 'vfs-7.3-rc1.sync' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-08-06ext4: teach ext4_meta_trans_blocks() about number of allocated extentsJan Kara
2026-07-31iomap: decouple simple direct I/O reads from iomap_dio_rwChristoph Hellwig
2026-07-30ext4: export converted block count from ext4_convert_unwritten_extents()Zhang Yi
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: track partial-zero outcome per edge in ext4_zero_partial_blocks()Zhang Yi
2026-07-22ext4: introduce ext4_put_ea_inode() for safe deferred iputYun Zhou
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 ABBA deadlock in ext4_xattr_inode_cache_find()Aditya Prakash Srivastava
2026-07-21ext4: avoid RWM atomic in EXT4_MB_GRP_TEST_AND_SET_READBohdan Trach
2026-07-21ext4: reduce max cluster size to match documented 256MB limitBaokun Li
2026-07-20ext4: Further de-generalize the bio postprocessing codeEric Biggers
2026-07-20ext4: Make ext4_bio_write_folio() return voidEric Biggers
2026-06-18Merge tag 'ext4_for_linus-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-06-04ext4; Convert __ext4_read_bh() to bh_submit()Matthew Wilcox (Oracle)
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 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-04-17Merge tag 'ext4_for_linux-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-04-13Merge tag 'vfs-7.1-rc1.bh.metadata' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-04-09ext4: ensure zeroed partial blocks are persisted in SYNC modeZhang Yi
2026-04-09ext4: remove handle parameters from zero partial block functionsZhang Yi
2026-04-09ext4: rename and extend ext4_block_truncate_page()Zhang Yi
2026-04-09ext4: move dcache manipulation out of __ext4_link()NeilBrown
2026-04-09ext4: remove unused i_fc_waitLi Chen
2026-03-27ext4: fix use-after-free in update_super_work when racing with umountJiayuan Chen
2026-03-27ext4: introduce EXPORT_SYMBOL_FOR_EXT4_TEST() helperYe Bin
2026-03-26ext4: Track metadata bhs in fs-private inode partJan Kara
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton
2026-02-12Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds
2026-02-12Merge tag 'ext4_for_linus-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-02-04fsverity: use a hashtable to find the fsverity_infoChristoph Hellwig
2026-02-02ext4: move ->read_folio and ->readahead to readpage.cChristoph Hellwig
2026-01-23ext4: kunit tests for higher level extent manipulation functionsOjaswin Mujoo
2026-01-19ext4: fast commit: make s_fc_lock reclaim-safeLi Chen
2026-01-19ext4: remove EXT4_GET_BLOCKS_IO_CREATE_EXTZhang Yi
2026-01-19ext4: remove useless ext4_iomap_overwrite_opsZhang Yi
2026-01-19ext4: add sysfs attribute err_report_sec to control s_err_report timerBaolin Liu
2026-01-13uapi: promote EFSCORRUPTED and EUCLEAN to errno.hDarrick J. Wong
2025-11-28ext4: add checks for large folio incompatibilities when BS > PSBaokun Li
2025-11-28ext4: add EXT4_LBLK_TO_PG and EXT4_PG_TO_LBLK for block/page conversionBaokun Li
2025-11-28ext4: add EXT4_LBLK_TO_B macro for logical block to bytes conversionBaokun Li