aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/extents_status.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-23ext4: add extent status cache support to kunit testsOjaswin Mujoo1-5/+0
2026-01-23ext4: kunit tests for higher level extent manipulation functionsOjaswin Mujoo1-0/+3
2026-01-23ext4: kunit tests for extent splitting and conversionOjaswin Mujoo1-0/+3
2026-01-18ext4: drop the TODO comment in ext4_es_insert_extent()Zhang Yi1-5/+2
2026-01-18ext4: adjust the debug info in ext4_es_cache_extent()Zhang Yi1-1/+2
2026-01-18ext4: make ext4_es_cache_extent() support overwrite existing extentsZhang Yi1-7/+43
2026-01-18ext4: make __es_remove_extent() check extent statusZhang Yi1-8/+41
2026-01-18ext4: cleanup useless out label in __es_remove_extent()Zhang Yi1-8/+7
2025-11-06ext4: make ext4_es_lookup_extent() pass out the extent seq counterZhang Yi1-2/+4
2025-11-06ext4: introduce seq counter for the extent status entryZhang Yi1-4/+21
2025-05-15ext4: clairfy the rules for modifying extentsZhang Yi1-2/+33
2025-03-13ext4: Remove a redundant return statementJulian Sun1-1/+0
2024-11-12ext4: don't pass full mapping flags to ext4_es_insert_extent()Zhang Yi1-4/+4
2024-09-02ext4: drop all delonly descriptionsZhang Yi1-34/+32
2024-09-02ext4: drop ext4_es_is_delonly()Zhang Yi1-9/+9
2024-09-02ext4: drop ext4_es_delayed_clu()Zhang Yi1-88/+0
2024-09-02ext4: update delalloc data reserve spcae in ext4_es_insert_extent()Zhang Yi1-1/+24
2024-09-02ext4: passing block allocation information to ext4_es_insert_extent()Zhang Yi1-3/+3
2024-09-02ext4: let __revise_pending() return newly inserted pendingsZhang Yi1-10/+18
2024-09-02ext4: don't set EXTENT_STATUS_DELAYED on allocated blocksZhang Yi1-8/+1
2024-06-27ext4: make ext4_es_insert_delayed_block() insert multi-blocksZhang Yi1-21/+49
2024-06-27ext4: fix infinite loop when replaying fast_commitLuis Henriques (SUSE)1-0/+2
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-10/+13
2023-10-05ext4: make sure allocate pending entry not failZhang Yi1-34/+89
2023-10-05ext4: correct the start block of counting reserved clustersZhang Yi1-2/+2
2023-10-04ext4: dynamically allocate the ext4-es shrinkerQi Zheng1-10/+13
2023-08-27ext4: fix slab-use-after-free in ext4_es_insert_extent()Baokun Li1-14/+30
2023-06-26ext4: make ext4_es_insert_extent() return voidBaokun Li1-8/+6
2023-06-26ext4: make ext4_es_insert_delayed_block() return voidBaokun Li1-6/+4
2023-06-26ext4: make ext4_es_remove_extent() return voidBaokun Li1-6/+6
2023-06-26ext4: using nofail preallocation in ext4_es_insert_extent()Baokun Li1-12/+26
2023-06-26ext4: using nofail preallocation in ext4_es_insert_delayed_block()Baokun Li1-11/+22
2023-06-26ext4: using nofail preallocation in ext4_es_remove_extent()Baokun Li1-2/+11
2023-06-26ext4: use pre-allocated es in __es_remove_extent()Baokun Li1-13/+13
2023-06-26ext4: use pre-allocated es in __es_insert_extent()Baokun Li1-7/+12
2023-06-26ext4: factor out __es_alloc_extent() and __es_free_extent()Baokun Li1-11/+19
2023-06-26ext4: add a new helper to check if es must be keptBaokun Li1-13/+21
2023-05-13ext4: fix data races when using cached status extentsJan Kara1-17/+13
2022-12-09ext4: fix reserved cluster accounting in __es_remove_extent()Ye Bin1-1/+2
2022-12-08ext4: replace kmem_cache_create with KMEM_CACHEJunChao Sun1-6/+2
2022-09-30ext4: factor out ext4_free_ext_path()Ye Bin1-2/+1
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin1-1/+2
2021-06-22ext4: correct the cache_nr in tracepoint ext4_es_shrink_exitZhang Yi1-0/+1
2021-06-22ext4: remove check for zero nr_to_scan in ext4_es_scan()Zhang Yi1-3/+0
2020-10-21ext4: fast commit recovery pathHarshad Shirwadkar1-0/+24
2020-06-03ext4: remove unnecessary comparisons to boolJason Yan1-1/+1
2019-08-28ext4: use percpu_counters for extent_status cache hits/missesYang Guo1-13/+24
2019-08-22ext4: rework reserved cluster accounting when invalidating pagesEric Whitney1-97/+349
2019-08-11ext4: add new ioctl EXT4_IOC_GET_ES_CACHETheodore Ts'o1-0/+10
2019-08-11ext4: add a new ioctl EXT4_IOC_CLEAR_ES_CACHETheodore Ts'o1-0/+28