summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/shrinker.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: avoid race condition for shrinker countJaegeuk Kim2020-12-031-3/+1
* f2fs: fix inconsistent commentsChao Yu2020-03-101-1/+1
* f2fs: fix sbi->extent_list corruption issueSahitya Tummala2018-12-261-1/+1
* f2fs: add SPDX license identifiersChao Yu2018-09-121-4/+1
* f2fs: clean up symbol namespaceChao Yu2018-05-311-2/+2
* f2fs: obsolete ALLOC_NID_LIST listChao Yu2017-10-101-1/+1
* f2fs: avoid casted negative value as shrink countChao Yu2016-11-231-4/+6
* f2fs: split free nid listChao Yu2016-11-231-2/+2
* f2fs: produce more nids and reduce readahead natsJaegeuk Kim2016-07-061-2/+3
* f2fs: speed up shrinking extent tree entriesJaegeuk Kim2015-12-301-1/+1
* f2fs: use atomic variable for total_extent_treeJaegeuk Kim2015-12-221-1/+2
* f2fs: shrink free_nids entriesChao Yu2015-08-201-0/+14
* f2fs: use extent_cache by defaultJaegeuk Kim2015-08-041-0/+2
* f2fs: shrink extent_cache entriesJaegeuk Kim2015-08-041-1/+13
* f2fs: shrink nat_cache entriesJaegeuk Kim2015-08-041-2/+9
* f2fs: introduce a shrinker for mounted fsJaegeuk Kim2015-08-041-0/+104