summaryrefslogtreecommitdiff
path: root/fs/ext4/extents_status.c
Commit message (Expand)AuthorAge
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* scripts/spelling.txt: add "comsume(r)" pattern and fix typo instancesMasahiro Yamada2017-02-27
* ext4: remove trailing \n from ext4_warning/ext4_error callsJakub Wilk2016-04-27
* ext4: fix setting of referenced bit in ext4_es_lookup_extent()Jan Kara2016-03-09
* ext4: move procfs registration code to fs/ext4/sysfs.cTheodore Ts'o2015-09-23
* ext4: fix data corruption caused by unwritten and delayed extentsLukas Czerner2015-05-02
* ext4: remove unused header filesSheng Yong2015-04-02
* ext4: introduce aging to extent status treeJan Kara2014-11-25
* ext4: cleanup flag definitions for extent status treeJan Kara2014-11-25
* ext4: limit number of scanned extents in status tree shrinkerJan Kara2014-11-25
* ext4: move handling of list of shrinkable inodes into extent status codeJan Kara2014-11-25
* ext4: change LRU to round-robin in extent status tree shrinkerZheng Liu2014-11-25
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-10-20
|\
| * ext4: track extent status tree shrinker delay staticticsZheng Liu2014-09-01
| * ext4: improve extents status tree trace pointZheng Liu2014-09-01
| * ext4: rename ext4_ext_find_extent() to ext4_find_extent()Theodore Ts'o2014-09-01
| * ext4: allow a NULL argument to ext4_ext_drop_refs()Theodore Ts'o2014-09-01
|/
* ext4: fix a potential deadlock in __ext4_es_shrink()Theodore Ts'o2014-07-12
* ext4: use EXT_MAX_BLOCKS in ext4_es_can_be_merged()Lukas Czerner2014-05-12
* ext4: rename uninitialized extents to unwrittenLukas Czerner2014-04-20
* ext4: fix 64-bit number truncation warningChen Gang2014-04-07
* ext4: silence warnings in extent status tree debugging codeEric Whitney2014-02-20
* ext4: add ext4_es_store_pblock_status()Theodore Ts'o2014-02-19
* fs: convert fs shrinkers to new scan/count APIDave Chinner2013-09-10
* ext4: isolate ext4_extents.h fileZheng Liu2013-08-28
* ext4: add support for extent pre-cachingTheodore Ts'o2013-08-16
* ext4: cache all of an extent tree's leaf block upon readingTheodore Ts'o2013-08-16
* ext4: use unsigned int for es_status valuesTheodore Ts'o2013-08-16
* ext4: make the extent_status code more robust against ENOMEM failuresTheodore Ts'o2013-07-15
* ext4: fix spelling errors and a comment in extent_status treeTheodore Ts'o2013-07-13
* ext4: improve extent cache shrink mechanism to avoid to burn CPU timeZheng Liu2013-07-01
* ext4: fix fio regressionYan, Zheng2013-05-03
* ext4: update extent status tree after an extent is zeroed outZheng Liu2013-03-10
* ext4: add self-testing infrastructure to do a sanity checkDmitry Monakhov2013-03-10
* ext4: avoid a potential overflow in ext4_es_can_be_merged()Zheng Liu2013-03-10
* ext4: use percpu counter for extent cache countTheodore Ts'o2013-03-02
* ext4: optimize ext4_es_shrink()Theodore Ts'o2013-02-28
* ext4: no need to remove extent if len is 0 in ext4_es_remove_extent()Eryu Guan2013-02-22
* ext4: reclaim extents from extent status treeZheng Liu2013-02-18
* ext4: adjust some functions for reclaiming extents from extent status treeZheng Liu2013-02-18
* ext4: lookup block mapping in extent status treeZheng Liu2013-02-18
* ext4: rename and improbe ext4_es_find_extent()Zheng Liu2013-02-18
* ext4: add physical block and status member into extent status treeZheng Liu2013-02-18
* ext4: refine extent status treeZheng Liu2013-02-18
* ext4: add some tracepoints in extent status treeZheng Liu2012-11-08
* ext4: add operations on extent status treeZheng Liu2012-11-08