aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/gc.c
Commit message (Expand)AuthorAgeFilesLines
...
* f2fs: support checkpoint error injectionChao Yu2017-04-131-0/+5
* f2fs: support configuring fault injection per superblockChao Yu2017-04-131-1/+1
* f2fs: avoid gc in cp_error caseJaegeuk Kim2017-04-131-1/+2
* f2fs: should put_page for summary pageJaegeuk Kim2017-04-131-2/+2
* f2fs: assign return value in f2fs_gcJaegeuk Kim2017-04-131-3/+7
* f2fs: check free_sections for defragmentationJaegeuk Kim2017-04-131-5/+5
* f2fs: do in batch synchronously readahead during GCChao Yu2017-04-131-10/+23
* f2fs: clean up foreground GC flowChao Yu2017-04-131-11/+8
* f2fs: get victim segment again after new cpYunlei He2017-04-131-2/+5
* f2fs: use blk_plug in all the possible pathsJaegeuk Kim2017-04-131-0/+5
* f2fs: fix to avoid data update racing between GC and DIOChao Yu2017-04-131-0/+20
* f2fs: fix to redirty page if fail to gc data pageChao Yu2017-04-131-1/+12
* f2fs: fix to detect truncation prior rather than EIO during readChao Yu2017-04-131-2/+2
* f2fs: skip clean segment for gcJaegeuk Kim2017-04-131-0/+4
* f2fs: drop any block pluggingJaegeuk Kim2017-04-131-5/+0
* f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim2017-04-131-2/+2
* f2fs: introduce f2fs_kmalloc to wrap kmallocJaegeuk Kim2017-04-131-1/+1
* f2fs: move node pages only in victim section during GCChao Yu2017-04-131-21/+4
* f2fs: split sync_node_pages with fsync_node_pagesJaegeuk Kim2017-04-131-1/+1
* f2fs: introduce f2fs_update_data_blkaddr for cleanupChao Yu2017-04-131-3/+1
* f2fs crypto: fix incorrect positioning for GCing encrypted data pageChao Yu2017-04-131-7/+21
* f2fs: trace old block address for CoWed pageChao Yu2017-04-131-5/+5
* f2fs: fix the wrong stat count of calling gcChao Yu2017-04-131-1/+3
* f2fs: remain last victim segment number ascending orderJaegeuk Kim2017-04-131-2/+6
* f2fs: remove unneeded pointer conversionChao Yu2017-04-131-4/+4
* f2fs: avoid unnecessary search while finding victim in gcFan Li2017-04-131-8/+25
* f2fs: use wait_for_stable_page to avoid contentionJaegeuk Kim2017-04-131-5/+5
* f2fs: enhance foreground GCChao Yu2017-04-131-71/+72
* f2fs: fix to overcome inline_data floodsJaegeuk Kim2017-04-131-0/+7
* f2fs: detect idle time depending on user behaviorJaegeuk Kim2017-04-131-1/+0
* f2fs: let user being aware of IO errorChao Yu2017-04-131-1/+3
* f2fs: use sbi->blocks_per_seg to avoid unnecessary calculationChao Yu2017-04-131-2/+2
* f2fs: catch up to v4.4-rc1Jaegeuk Kim2017-04-131-177/+335
* first commitMeizu OpenSource2016-08-151-0/+729