summaryrefslogtreecommitdiff
path: root/fs/ext4/extents_status.c
AgeCommit message (Expand)Author
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-10-05ext4: make sure allocate pending entry not failZhang Yi
2023-10-05ext4: correct the start block of counting reserved clustersZhang Yi
2023-10-04ext4: dynamically allocate the ext4-es shrinkerQi Zheng
2023-08-27ext4: fix slab-use-after-free in ext4_es_insert_extent()Baokun Li
2023-06-26ext4: make ext4_es_insert_extent() return voidBaokun Li
2023-06-26ext4: make ext4_es_insert_delayed_block() return voidBaokun Li
2023-06-26ext4: make ext4_es_remove_extent() return voidBaokun Li
2023-06-26ext4: using nofail preallocation in ext4_es_insert_extent()Baokun Li
2023-06-26ext4: using nofail preallocation in ext4_es_insert_delayed_block()Baokun Li
2023-06-26ext4: using nofail preallocation in ext4_es_remove_extent()Baokun Li
2023-06-26ext4: use pre-allocated es in __es_remove_extent()Baokun Li
2023-06-26ext4: use pre-allocated es in __es_insert_extent()Baokun Li
2023-06-26ext4: factor out __es_alloc_extent() and __es_free_extent()Baokun Li
2023-06-26ext4: add a new helper to check if es must be keptBaokun Li
2023-05-13ext4: fix data races when using cached status extentsJan Kara
2022-12-09ext4: fix reserved cluster accounting in __es_remove_extent()Ye Bin
2022-12-08ext4: replace kmem_cache_create with KMEM_CACHEJunChao Sun
2022-09-30ext4: factor out ext4_free_ext_path()Ye Bin
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin
2021-06-22ext4: correct the cache_nr in tracepoint ext4_es_shrink_exitZhang Yi
2021-06-22ext4: remove check for zero nr_to_scan in ext4_es_scan()Zhang Yi
2020-10-21ext4: fast commit recovery pathHarshad Shirwadkar
2020-06-03ext4: remove unnecessary comparisons to boolJason Yan
2019-08-28ext4: use percpu_counters for extent_status cache hits/missesYang Guo
2019-08-22ext4: rework reserved cluster accounting when invalidating pagesEric Whitney
2019-08-11ext4: add new ioctl EXT4_IOC_GET_ES_CACHETheodore Ts'o
2019-08-11ext4: add a new ioctl EXT4_IOC_CLEAR_ES_CACHETheodore Ts'o
2019-06-20ext4: remove redundant assignment to nodeColin Ian King
2019-04-07ext4: use BUG() instead of BUG_ON(1)Arnd Bergmann
2018-10-01ext4: fix reserved cluster accounting at page invalidation timeEric Whitney
2018-10-01ext4: reduce reserved cluster count by number of allocated clustersEric Whitney
2018-10-01ext4: fix reserved cluster accounting at delayed write timeEric Whitney
2018-10-01ext4: add new pending reservation mechanismEric Whitney
2018-10-01ext4: generalize extents status tree search functionsEric Whitney
2018-05-20ext4: remove NULL check before calling kmem_cache_destroy()Sean Fu
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-02-27scripts/spelling.txt: add "comsume(r)" pattern and fix typo instancesMasahiro Yamada
2016-04-27ext4: remove trailing \n from ext4_warning/ext4_error callsJakub Wilk
2016-03-09ext4: fix setting of referenced bit in ext4_es_lookup_extent()Jan Kara
2015-09-23ext4: move procfs registration code to fs/ext4/sysfs.cTheodore Ts'o
2015-05-02ext4: fix data corruption caused by unwritten and delayed extentsLukas Czerner
2015-04-02ext4: remove unused header filesSheng Yong
2014-11-25ext4: introduce aging to extent status treeJan Kara
2014-11-25ext4: cleanup flag definitions for extent status treeJan Kara
2014-11-25ext4: limit number of scanned extents in status tree shrinkerJan Kara
2014-11-25ext4: move handling of list of shrinkable inodes into extent status codeJan Kara
2014-11-25ext4: change LRU to round-robin in extent status tree shrinkerZheng Liu
2014-10-20Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2014-09-01ext4: track extent status tree shrinker delay staticticsZheng Liu