summaryrefslogtreecommitdiff
path: root/fs/ext4/extents_status.c
AgeCommit message (Expand)Author
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
2014-09-01ext4: improve extents status tree trace pointZheng Liu
2014-09-01ext4: rename ext4_ext_find_extent() to ext4_find_extent()Theodore Ts'o
2014-09-01ext4: allow a NULL argument to ext4_ext_drop_refs()Theodore Ts'o
2014-07-12ext4: fix a potential deadlock in __ext4_es_shrink()Theodore Ts'o
2014-05-12ext4: use EXT_MAX_BLOCKS in ext4_es_can_be_merged()Lukas Czerner
2014-04-20ext4: rename uninitialized extents to unwrittenLukas Czerner
2014-04-07ext4: fix 64-bit number truncation warningChen Gang
2014-02-20ext4: silence warnings in extent status tree debugging codeEric Whitney
2014-02-19ext4: add ext4_es_store_pblock_status()Theodore Ts'o
2013-09-10fs: convert fs shrinkers to new scan/count APIDave Chinner
2013-08-28ext4: isolate ext4_extents.h fileZheng Liu
2013-08-16ext4: add support for extent pre-cachingTheodore Ts'o
2013-08-16ext4: cache all of an extent tree's leaf block upon readingTheodore Ts'o
2013-08-16ext4: use unsigned int for es_status valuesTheodore Ts'o
2013-07-15ext4: make the extent_status code more robust against ENOMEM failuresTheodore Ts'o
2013-07-13ext4: fix spelling errors and a comment in extent_status treeTheodore Ts'o
2013-07-01ext4: improve extent cache shrink mechanism to avoid to burn CPU timeZheng Liu
2013-05-03ext4: fix fio regressionYan, Zheng
2013-03-10ext4: update extent status tree after an extent is zeroed outZheng Liu
2013-03-10ext4: add self-testing infrastructure to do a sanity checkDmitry Monakhov
2013-03-10ext4: avoid a potential overflow in ext4_es_can_be_merged()Zheng Liu
2013-03-02ext4: use percpu counter for extent cache countTheodore Ts'o
2013-02-28ext4: optimize ext4_es_shrink()Theodore Ts'o
2013-02-22ext4: no need to remove extent if len is 0 in ext4_es_remove_extent()Eryu Guan