summaryrefslogtreecommitdiff
path: root/fs/ext4/extents_status.c
Commit message (Expand)AuthorAgeFilesLines
* mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-06-271-1/+2
* ext4: correct the cache_nr in tracepoint ext4_es_shrink_exitZhang Yi2021-06-221-0/+1
* ext4: remove check for zero nr_to_scan in ext4_es_scan()Zhang Yi2021-06-221-3/+0
* ext4: fast commit recovery pathHarshad Shirwadkar2020-10-211-0/+24
* ext4: remove unnecessary comparisons to boolJason Yan2020-06-031-1/+1
* ext4: use percpu_counters for extent_status cache hits/missesYang Guo2019-08-281-13/+24
* ext4: rework reserved cluster accounting when invalidating pagesEric Whitney2019-08-221-97/+349
* ext4: add new ioctl EXT4_IOC_GET_ES_CACHETheodore Ts'o2019-08-111-0/+10
* ext4: add a new ioctl EXT4_IOC_CLEAR_ES_CACHETheodore Ts'o2019-08-111-0/+28
* ext4: remove redundant assignment to nodeColin Ian King2019-06-201-1/+0
* ext4: use BUG() instead of BUG_ON(1)Arnd Bergmann2019-04-071-2/+2
* ext4: fix reserved cluster accounting at page invalidation timeEric Whitney2018-10-011-0/+90
* ext4: reduce reserved cluster count by number of allocated clustersEric Whitney2018-10-011-0/+175
* ext4: fix reserved cluster accounting at delayed write timeEric Whitney2018-10-011-0/+53
* ext4: add new pending reservation mechanismEric Whitney2018-10-011-0/+187
* ext4: generalize extents status tree search functionsEric Whitney2018-10-011-18/+131
* ext4: remove NULL check before calling kmem_cache_destroy()Sean Fu2018-05-201-2/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* scripts/spelling.txt: add "comsume(r)" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* ext4: remove trailing \n from ext4_warning/ext4_error callsJakub Wilk2016-04-271-1/+1
* ext4: fix setting of referenced bit in ext4_es_lookup_extent()Jan Kara2016-03-091-2/+2
* ext4: move procfs registration code to fs/ext4/sysfs.cTheodore Ts'o2015-09-231-58/+2
* ext4: fix data corruption caused by unwritten and delayed extentsLukas Czerner2015-05-021-0/+8
* ext4: remove unused header filesSheng Yong2015-04-021-2/+0
* ext4: introduce aging to extent status treeJan Kara2014-11-251-5/+17
* ext4: cleanup flag definitions for extent status treeJan Kara2014-11-251-0/+2
* ext4: limit number of scanned extents in status tree shrinkerJan Kara2014-11-251-32/+59
* ext4: move handling of list of shrinkable inodes into extent status codeJan Kara2014-11-251-4/+6
* ext4: change LRU to round-robin in extent status tree shrinkerZheng Liu2014-11-251-127/+97
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-10-201-18/+182
|\
| * ext4: track extent status tree shrinker delay staticticsZheng Liu2014-09-011-10/+176
| * ext4: improve extents status tree trace pointZheng Liu2014-09-011-3/+3
| * ext4: rename ext4_ext_find_extent() to ext4_find_extent()Theodore Ts'o2014-09-011-1/+1
| * ext4: allow a NULL argument to ext4_ext_drop_refs()Theodore Ts'o2014-09-011-4/+2
|/
* ext4: fix a potential deadlock in __ext4_es_shrink()Theodore Ts'o2014-07-121-2/+2
* ext4: use EXT_MAX_BLOCKS in ext4_es_can_be_merged()Lukas Czerner2014-05-121-1/+7
* ext4: rename uninitialized extents to unwrittenLukas Czerner2014-04-201-1/+1
* ext4: fix 64-bit number truncation warningChen Gang2014-04-071-1/+1
* ext4: silence warnings in extent status tree debugging codeEric Whitney2014-02-201-7/+7
* ext4: add ext4_es_store_pblock_status()Theodore Ts'o2014-02-191-8/+6
* fs: convert fs shrinkers to new scan/count APIDave Chinner2013-09-101-9/+24
* ext4: isolate ext4_extents.h fileZheng Liu2013-08-281-18/+2
* ext4: add support for extent pre-cachingTheodore Ts'o2013-08-161-21/+51
* ext4: cache all of an extent tree's leaf block upon readingTheodore Ts'o2013-08-161-1/+36
* ext4: use unsigned int for es_status valuesTheodore Ts'o2013-08-161-3/+3
* ext4: make the extent_status code more robust against ENOMEM failuresTheodore Ts'o2013-07-151-12/+39
* ext4: fix spelling errors and a comment in extent_status treeTheodore Ts'o2013-07-131-12/+10
* ext4: improve extent cache shrink mechanism to avoid to burn CPU timeZheng Liu2013-07-011-20/+55
* ext4: fix fio regressionYan, Zheng2013-05-031-5/+12
* ext4: update extent status tree after an extent is zeroed outZheng Liu2013-03-101-0/+17