summaryrefslogtreecommitdiff
path: root/fs/ext4/ext4.h
AgeCommit message (Expand)AuthorFilesLines
2026-08-20Merge tag 'ext4_for_linus-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-9/+31
2026-08-17Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds1-3/+3
2026-08-17Merge tag 'vfs-7.3-rc1.sync' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+13
2026-08-06ext4: teach ext4_meta_trans_blocks() about number of allocated extentsJan Kara1-1/+1
2026-07-31iomap: decouple simple direct I/O reads from iomap_dio_rwChristoph Hellwig1-0/+3
2026-07-30ext4: export converted block count from ext4_convert_unwritten_extents()Zhang Yi1-1/+2
2026-07-27ext4: Fix data integrity writeout issues in nojournal modeJan Kara1-0/+1
2026-07-27ext4: Allocate mapping_metadata_bhs struct on demandJan Kara1-1/+12
2026-07-22ext4: track partial-zero outcome per edge in ext4_zero_partial_blocks()Zhang Yi1-1/+4
2026-07-22ext4: introduce ext4_put_ea_inode() for safe deferred iputYun Zhou1-1/+12
2026-07-22ext4: cleanup unused CONVERT_INLINE_DATA flagAditya Prakash Srivastava1-3/+2
2026-07-22ext4: use fsdata to track inline data write state and fix raceAditya Prakash Srivastava1-0/+1
2026-07-22ext4: fix ABBA deadlock in ext4_xattr_inode_cache_find()Aditya Prakash Srivastava1-1/+2
2026-07-21ext4: avoid RWM atomic in EXT4_MB_GRP_TEST_AND_SET_READBohdan Trach1-1/+7
2026-07-21ext4: reduce max cluster size to match documented 256MB limitBaokun Li1-1/+1
2026-07-20ext4: Further de-generalize the bio postprocessing codeEric Biggers1-2/+2
2026-07-20ext4: Make ext4_bio_write_folio() return voidEric Biggers1-1/+1
2026-06-18Merge tag 'ext4_for_linus-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+90
2026-06-04ext4; Convert __ext4_read_bh() to bh_submit()Matthew Wilcox (Oracle)1-5/+5
2026-06-03ext4: fast commit: export snapshot stats in fc_infoLi Chen1-0/+31
2026-06-03ext4: fast commit: add lock_updates tracepointLi Chen1-0/+15
2026-06-03ext4: fast commit: avoid waiting for FC_COMMITTINGLi Chen1-0/+1
2026-06-03ext4: lockdep: handle i_data_sem subclassing for special inodesLi Chen1-1/+3
2026-06-03ext4: fast commit: snapshot inode state before writing logLi Chen1-2/+20
2026-06-03ext4: fix fast commit wait/wake bit mapping on 64-bitLi Chen1-0/+20
2026-04-17Merge tag 'ext4_for_linux-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-8/+6
2026-04-13Merge tag 'vfs-7.1-rc1.bh.metadata' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2026-04-09ext4: ensure zeroed partial blocks are persisted in SYNC modeZhang Yi1-1/+1
2026-04-09ext4: remove handle parameters from zero partial block functionsZhang Yi1-4/+3
2026-04-09ext4: rename and extend ext4_block_truncate_page()Zhang Yi1-0/+2
2026-04-09ext4: move dcache manipulation out of __ext4_link()NeilBrown1-2/+3
2026-04-09ext4: remove unused i_fc_waitLi Chen1-4/+0
2026-03-27ext4: fix use-after-free in update_super_work when racing with umountJiayuan Chen1-0/+1
2026-03-27ext4: introduce EXPORT_SYMBOL_FOR_EXT4_TEST() helperYe Bin1-0/+5
2026-03-26ext4: Track metadata bhs in fs-private inode partJan Kara1-0/+1
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton1-2/+2
2026-02-12Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds1-6/+2
2026-02-12Merge tag 'ext4_for_linus-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-11/+23
2026-02-04fsverity: use a hashtable to find the fsverity_infoChristoph Hellwig1-4/+0
2026-02-02ext4: move ->read_folio and ->readahead to readpage.cChristoph Hellwig1-2/+2
2026-01-23ext4: kunit tests for higher level extent manipulation functionsOjaswin Mujoo1-0/+4
2026-01-19ext4: fast commit: make s_fc_lock reclaim-safeLi Chen1-0/+16
2026-01-19ext4: remove EXT4_GET_BLOCKS_IO_CREATE_EXTZhang Yi1-9/+0
2026-01-19ext4: remove useless ext4_iomap_overwrite_opsZhang Yi1-1/+0
2026-01-19ext4: add sysfs attribute err_report_sec to control s_err_report timerBaolin Liu1-1/+3
2026-01-13uapi: promote EFSCORRUPTED and EUCLEAN to errno.hDarrick J. Wong1-3/+0
2025-11-28ext4: add checks for large folio incompatibilities when BS > PSBaokun Li1-1/+3
2025-11-28ext4: add EXT4_LBLK_TO_PG and EXT4_PG_TO_LBLK for block/page conversionBaokun Li1-0/+6
2025-11-28ext4: add EXT4_LBLK_TO_B macro for logical block to bytes conversionBaokun Li1-0/+1