summaryrefslogtreecommitdiff
path: root/fs/ext4/extents.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-28ext4: skip split extent recovery on corruptionhongao1-3/+13
2026-03-28ext4: fix extents-test.c is not compiled when EXT4_KUNIT_TESTS=MYe Bin1-6/+33
2026-03-28ext4: avoid infinite loops caused by residual dataEdward Adam Davis1-2/+6
2026-03-28ext4: validate p_idx bounds in ext4_ext_correct_indexesTejas Bharambe1-0/+15
2026-03-28ext4: minor fix for ext4_split_extent_zeroout()Ojaswin Mujoo1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-7/+5
2026-01-24et4: allow zeroout when doing written to unwritten splitOjaswin Mujoo1-8/+25
2026-01-24ext4: refactor split and convert extentsOjaswin Mujoo1-165/+112
2026-01-24ext4: refactor zeroout path and handle all casesOjaswin Mujoo1-98/+185
2026-01-24ext4: propagate flags to ext4_convert_unwritten_extents_endio()Ojaswin Mujoo1-6/+3
2026-01-24ext4: propagate flags to convert_initialized_extent()Ojaswin Mujoo1-3/+4
2026-01-24ext4: add extent status cache support to kunit testsOjaswin Mujoo1-2/+0
2026-01-24ext4: kunit tests for extent splitting and conversionOjaswin Mujoo1-2/+21
2026-01-20ext4: remove redundant NULL check after __GFP_NOFAILBaolin Liu1-4/+0
2026-01-20ext4: remove EXT4_GET_BLOCKS_IO_CREATE_EXTZhang Yi1-29/+0
2026-01-20ext4: don't split extent before submitting I/OZhang Yi1-12/+1
2026-01-20ext4: use reserved metadata blocks when splitting extent on endioZhang Yi1-1/+3
2026-01-20ext4: fix memory leak in ext4_ext_shift_extents()Zilin Guan1-1/+2
2026-01-18ext4: replace ext4_es_insert_extent() when caching on-disk extentsZhang Yi1-2/+1
2026-01-18ext4: cleanup zeroout in ext4_split_extent_at()Zhang Yi1-51/+36
2026-01-18ext4: drop extent cache when splitting extent failsZhang Yi1-2/+6
2026-01-18ext4: drop extent cache after doing PARTIAL_VALID1 zerooutZhang Yi1-1/+9
2026-01-18ext4: don't cache extent during splitting extentZhang Yi1-0/+6
2026-01-18ext4: correct the mapping status if the extent has been zeroedZhang Yi1-1/+9
2026-01-18ext4: don't set EXT4_GET_BLOCKS_CONVERT when splitting before submitting I/OZhang Yi1-4/+8
2026-01-18ext4: don't zero the entire extent if EXT4_EXT_DATA_PARTIAL_VALID1Zhang Yi1-1/+12
2026-01-18ext4: subdivide EXT4_EXT_DATA_VALID1Zhang Yi1-6/+12
2025-11-29ext4: add EXT4_LBLK_TO_B macro for logical block to bytes conversionBaokun Li1-1/+1
2025-11-27ext4: correct the comments place for EXT4_EXT_MAY_ZEROOUTYang Erkun1-4/+4
2025-11-27ext4: rename EXT4_GET_BLOCKS_PRE_IOYang Erkun1-8/+8
2025-11-06ext4: make ext4_es_lookup_extent() pass out the extent seq counterZhang Yi1-1/+1
2025-07-31Merge tag 'ext4_for_linus_6.17-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+3
2025-07-14ext4: replace ext4_writepage_trans_blocks()Zhang Yi1-3/+3
2025-06-23ext4: add FALLOC_FL_WRITE_ZEROES supportZhang Yi1-11/+55
2025-05-20ext4: Add a WARN_ON_ONCE for querying LAST_IN_LEAF insteadRitesh Harjani (IBM)1-1/+3
2025-05-20ext4: Unwritten to written conversion requires EXT4_EX_NOCACHERitesh Harjani (IBM)1-1/+1
2025-05-20ext4: Add multi-fsblock atomic write support with bigallocRitesh Harjani (IBM)1-0/+87
2025-05-20ext4: Add support for EXT4_GET_BLOCKS_QUERY_LEAF_BLOCKSRitesh Harjani (IBM)1-0/+12
2025-05-20ext4: remove sbi argument from ext4_chksum()Eric Biggers1-2/+1
2025-05-20ext4: correct the journal credits calculations of allocating blocksZhang Yi1-2/+3
2025-05-20ext4: factor out ext4_get_maxbytes()Zhang Yi1-6/+1
2025-05-20ext4: fix calculation of credits for extent tree modificationJan Kara1-5/+6
2025-05-15ext4: check env when mapping and modifying extentsZhang Yi1-0/+6
2025-05-14ext4: prevent stale extent cache entries caused by concurrent get es_cacheZhang Yi1-0/+2
2025-05-14ext4: prevent stale extent cache entries caused by concurrent fiemapZhang Yi1-6/+11
2025-05-14ext4: prevent stale extent cache entries caused by concurrent I/O writebackZhang Yi1-3/+9
2025-05-14ext4: ext4: unify EXT4_EX_NOCACHE|NOFAIL flags in ext4_ext_remove_space()Zhang Yi1-9/+10
2025-03-21ext4: correct the error handle in ext4_fallocate()Zhang Yi1-1/+1
2025-03-17ext4: remove redundant function ext4_has_metadata_csumEric Biggers1-2/+2
2025-02-10ext4: move out common parts into ext4_fallocate()Zhang Yi1-82/+42