aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/extents_status.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-26ext4: make ext4_es_insert_extent() return voidBaokun Li1-3/+3
2023-06-26ext4: make ext4_es_insert_delayed_block() return voidBaokun Li1-2/+2
2023-06-26ext4: make ext4_es_remove_extent() return voidBaokun Li1-2/+2
2020-01-25ext4: fix extent_status trace pointsDmitry Monakhov1-0/+6
2019-08-28ext4: use percpu_counters for extent_status cache hits/missesYang Guo1-2/+2
2019-08-22ext4: rework reserved cluster accounting when invalidating pagesEric Whitney1-2/+0
2019-08-11ext4: add new ioctl EXT4_IOC_GET_ES_CACHETheodore Ts'o1-0/+1
2019-08-11ext4: add a new ioctl EXT4_IOC_CLEAR_ES_CACHETheodore Ts'o1-0/+1
2018-10-01ext4: reduce reserved cluster count by number of allocated clustersEric Whitney1-0/+4
2018-10-01ext4: fix reserved cluster accounting at delayed write timeEric Whitney1-0/+12
2018-10-01ext4: add new pending reservation mechanismEric Whitney1-0/+51
2018-10-01ext4: generalize extents status tree search functionsEric Whitney1-3/+10
2017-12-17ext4: fix up remaining files with SPDX cleanupsTheodore Ts'o1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2015-09-23ext4: move procfs registration code to fs/ext4/sysfs.cTheodore Ts'o1-0/+2
2014-11-25ext4: introduce aging to extent status treeJan Kara1-4/+31
2014-11-25ext4: cleanup flag definitions for extent status treeJan Kara1-32/+26
2014-11-25ext4: move handling of list of shrinkable inodes into extent status codeJan Kara1-2/+0
2014-11-25ext4: change LRU to round-robin in extent status tree shrinkerZheng Liu1-4/+3
2014-09-01ext4: track extent status tree shrinker delay staticticsZheng Liu1-1/+12
2014-02-19ext4: add ext4_es_store_pblock_status()Theodore Ts'o1-0/+9
2013-08-28ext4: isolate ext4_extents.h fileZheng Liu1-1/+0
2013-08-16ext4: cache all of an extent tree's leaf block upon readingTheodore Ts'o1-0/+3
2013-08-16ext4: use unsigned int for es_status valuesTheodore Ts'o1-20/+27
2013-07-01ext4: improve extent cache shrink mechanism to avoid to burn CPU timeZheng Liu1-2/+3
2013-05-03ext4: fix fio regressionYan, Zheng1-1/+2
2013-03-10ext4: update extent status tree after an extent is zeroed outZheng Liu1-0/+3
2013-03-10ext4: add self-testing infrastructure to do a sanity checkDmitry Monakhov1-0/+6
2013-02-27ext4: fix extent status tree regression for file systems > 512GBTheodore Ts'o1-8/+11
2013-02-18ext4: reclaim extents from extent status treeZheng Liu1-0/+5
2013-02-18ext4: lookup block mapping in extent status treeZheng Liu1-0/+2
2013-02-18ext4: rename and improbe ext4_es_find_extent()Zheng Liu1-2/+2
2013-02-18ext4: add physical block and status member into extent status treeZheng Liu1-1/+63
2013-02-18ext4: refine extent status treeZheng Liu1-4/+4
2012-11-08ext4: add operations on extent status treeZheng Liu1-0/+20
2012-11-08ext4: add data structures for the extent status treeZheng Liu1-0/+25