summaryrefslogtreecommitdiffstats
path: root/fs/ext4/extents_status.h
Commit message (Expand)AuthorAgeFilesLines
* ext4: reduce reserved cluster count by number of allocated clustersEric Whitney2018-10-011-0/+4
* ext4: fix reserved cluster accounting at delayed write timeEric Whitney2018-10-011-0/+12
* ext4: add new pending reservation mechanismEric Whitney2018-10-011-0/+51
* ext4: generalize extents status tree search functionsEric Whitney2018-10-011-3/+10
* ext4: fix up remaining files with SPDX cleanupsTheodore Ts'o2017-12-181-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* ext4: move procfs registration code to fs/ext4/sysfs.cTheodore Ts'o2015-09-231-0/+2
* ext4: introduce aging to extent status treeJan Kara2014-11-251-4/+31
* ext4: cleanup flag definitions for extent status treeJan Kara2014-11-251-32/+26Star
* ext4: move handling of list of shrinkable inodes into extent status codeJan Kara2014-11-251-2/+0Star
* ext4: change LRU to round-robin in extent status tree shrinkerZheng Liu2014-11-251-4/+3Star
* ext4: track extent status tree shrinker delay staticticsZheng Liu2014-09-021-1/+12
* ext4: add ext4_es_store_pblock_status()Theodore Ts'o2014-02-201-0/+9
* ext4: isolate ext4_extents.h fileZheng Liu2013-08-281-1/+0Star
* ext4: cache all of an extent tree's leaf block upon readingTheodore Ts'o2013-08-171-0/+3
* ext4: use unsigned int for es_status valuesTheodore Ts'o2013-08-171-20/+27
* ext4: improve extent cache shrink mechanism to avoid to burn CPU timeZheng Liu2013-07-011-2/+3
* ext4: fix fio regressionYan, Zheng2013-05-031-1/+2
* ext4: update extent status tree after an extent is zeroed outZheng Liu2013-03-111-0/+3
* ext4: add self-testing infrastructure to do a sanity checkDmitry Monakhov2013-03-111-0/+6
* ext4: fix extent status tree regression for file systems > 512GBTheodore Ts'o2013-02-271-8/+11
* ext4: reclaim extents from extent status treeZheng Liu2013-02-181-0/+5
* ext4: lookup block mapping in extent status treeZheng Liu2013-02-181-0/+2
* ext4: rename and improbe ext4_es_find_extent()Zheng Liu2013-02-181-2/+2
* ext4: add physical block and status member into extent status treeZheng Liu2013-02-181-1/+63
* ext4: refine extent status treeZheng Liu2013-02-181-4/+4
* ext4: add operations on extent status treeZheng Liu2012-11-091-0/+20
* ext4: add data structures for the extent status treeZheng Liu2012-11-081-0/+25