aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/extents_status.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-20ext4: remove redundant assignment to nodeColin Ian King1-1/+0
2019-04-07ext4: use BUG() instead of BUG_ON(1)Arnd Bergmann1-2/+2
2018-10-01ext4: fix reserved cluster accounting at page invalidation timeEric Whitney1-0/+90
2018-10-01ext4: reduce reserved cluster count by number of allocated clustersEric Whitney1-0/+175
2018-10-01ext4: fix reserved cluster accounting at delayed write timeEric Whitney1-0/+53
2018-10-01ext4: add new pending reservation mechanismEric Whitney1-0/+187
2018-10-01ext4: generalize extents status tree search functionsEric Whitney1-18/+131
2018-05-20ext4: remove NULL check before calling kmem_cache_destroy()Sean Fu1-2/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-02-27scripts/spelling.txt: add "comsume(r)" pattern and fix typo instancesMasahiro Yamada1-1/+1
2016-04-27ext4: remove trailing \n from ext4_warning/ext4_error callsJakub Wilk1-1/+1
2016-03-09ext4: fix setting of referenced bit in ext4_es_lookup_extent()Jan Kara1-2/+2
2015-09-23ext4: move procfs registration code to fs/ext4/sysfs.cTheodore Ts'o1-58/+2
2015-05-02ext4: fix data corruption caused by unwritten and delayed extentsLukas Czerner1-0/+8
2015-04-02ext4: remove unused header filesSheng Yong1-2/+0
2014-11-25ext4: introduce aging to extent status treeJan Kara1-5/+17
2014-11-25ext4: cleanup flag definitions for extent status treeJan Kara1-0/+2
2014-11-25ext4: limit number of scanned extents in status tree shrinkerJan Kara1-32/+59
2014-11-25ext4: move handling of list of shrinkable inodes into extent status codeJan Kara1-4/+6
2014-11-25ext4: change LRU to round-robin in extent status tree shrinkerZheng Liu1-127/+97
2014-10-20Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-18/+182
2014-09-01ext4: track extent status tree shrinker delay staticticsZheng Liu1-10/+176
2014-09-01ext4: improve extents status tree trace pointZheng Liu1-3/+3
2014-09-01ext4: rename ext4_ext_find_extent() to ext4_find_extent()Theodore Ts'o1-1/+1
2014-09-01ext4: allow a NULL argument to ext4_ext_drop_refs()Theodore Ts'o1-4/+2
2014-07-12ext4: fix a potential deadlock in __ext4_es_shrink()Theodore Ts'o1-2/+2
2014-05-12ext4: use EXT_MAX_BLOCKS in ext4_es_can_be_merged()Lukas Czerner1-1/+7
2014-04-20ext4: rename uninitialized extents to unwrittenLukas Czerner1-1/+1
2014-04-07ext4: fix 64-bit number truncation warningChen Gang1-1/+1
2014-02-20ext4: silence warnings in extent status tree debugging codeEric Whitney1-7/+7
2014-02-19ext4: add ext4_es_store_pblock_status()Theodore Ts'o1-8/+6
2013-09-10fs: convert fs shrinkers to new scan/count APIDave Chinner1-9/+24
2013-08-28ext4: isolate ext4_extents.h fileZheng Liu1-18/+2
2013-08-16ext4: add support for extent pre-cachingTheodore Ts'o1-21/+51
2013-08-16ext4: cache all of an extent tree's leaf block upon readingTheodore Ts'o1-1/+36
2013-08-16ext4: use unsigned int for es_status valuesTheodore Ts'o1-3/+3
2013-07-15ext4: make the extent_status code more robust against ENOMEM failuresTheodore Ts'o1-12/+39
2013-07-13ext4: fix spelling errors and a comment in extent_status treeTheodore Ts'o1-12/+10
2013-07-01ext4: improve extent cache shrink mechanism to avoid to burn CPU timeZheng Liu1-20/+55
2013-05-03ext4: fix fio regressionYan, Zheng1-5/+12
2013-03-10ext4: update extent status tree after an extent is zeroed outZheng Liu1-0/+17
2013-03-10ext4: add self-testing infrastructure to do a sanity checkDmitry Monakhov1-0/+175
2013-03-10ext4: avoid a potential overflow in ext4_es_can_be_merged()Zheng Liu1-5/+15
2013-03-02ext4: use percpu counter for extent cache countTheodore Ts'o1-4/+4
2013-02-28ext4: optimize ext4_es_shrink()Theodore Ts'o1-26/+13
2013-02-22ext4: no need to remove extent if len is 0 in ext4_es_remove_extent()Eryu Guan1-0/+6
2013-02-18ext4: reclaim extents from extent status treeZheng Liu1-0/+156
2013-02-18ext4: adjust some functions for reclaiming extents from extent status treeZheng Liu1-26/+24
2013-02-18ext4: lookup block mapping in extent status treeZheng Liu1-0/+60
2013-02-18ext4: rename and improbe ext4_es_find_extent()Zheng Liu1-20/+20
2013-02-18ext4: add physical block and status member into extent status treeZheng Liu1-12/+55
2013-02-18ext4: refine extent status treeZheng Liu1-141/+181
2012-11-08ext4: add some tracepoints in extent status treeZheng Liu1-0/+8
2012-11-08ext4: add operations on extent status treeZheng Liu1-0/+492