summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/gc.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-27f2fs: fix a plint compile warningHou Pengyang1-1/+1
2017-02-27f2fs: avoid bggc->fggc when enough free segments are avaliable after cpHou Pengyang1-8/+9
2017-02-27f2fs: show simple call stack in fault injection messageChao Yu1-1/+3
2017-02-27f2fs: remove unnecessary condition check for write_checkpoint in f2fs_gcYunlong Song1-9/+3
2017-02-24f2fs: node segment is prior to data segment selected victimHou Pengyang1-1/+11
2017-02-23f2fs: add ovp valid_blocks check for bg gc victim to fg_gcHou Pengyang1-2/+20
2017-02-23f2fs: replace __get_victim by dirty_segments in FG_GCYunlei He1-6/+2
2017-02-22f2fs: introduce FI_ATOMIC_COMMITChao Yu1-0/+6
2016-12-14Merge tag 'for-f2fs-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds1-9/+20
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+3
2016-11-25f2fs: don't wait writeback for datas during checkpointChao Yu1-2/+0
2016-11-25f2fs: avoid BG_GC in f2fs_balance_fsJaegeuk Kim1-2/+5
2016-11-23f2fs: return directly if block has been removed from the victimYunlei He1-4/+12
2016-11-23f2fs: give a chance to detach from dirty listChao Yu1-1/+3
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-3/+3
2016-10-12f2fs: fix wrong sum_page pointer in f2fs_gcJaegeuk Kim1-5/+5
2016-09-30f2fs: remove dead variableSheng Yong1-2/+2
2016-09-30f2fs: support checkpoint error injectionChao Yu1-0/+5
2016-09-30f2fs: support configuring fault injection per superblockChao Yu1-1/+1
2016-09-30f2fs: avoid gc in cp_error caseJaegeuk Kim1-1/+2
2016-09-30f2fs: should put_page for summary pageJaegeuk Kim1-2/+2
2016-09-30f2fs: assign return value in f2fs_gcJaegeuk Kim1-3/+7
2016-09-12f2fs: check free_sections for defragmentationJaegeuk Kim1-5/+5
2016-09-07f2fs: do in batch synchronously readahead during GCChao Yu1-10/+23
2016-08-29f2fs: clean up foreground GC flowChao Yu1-11/+8
2016-07-27Merge tag 'for-f2fs-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds1-7/+45
2016-07-22f2fs: get victim segment again after new cpYunlei He1-2/+5
2016-07-20block: get rid of bio_rw and READAChristoph Hellwig1-1/+2
2016-07-15f2fs: use blk_plug in all the possible pathsJaegeuk Kim1-0/+5
2016-07-15f2fs: fix to avoid data update racing between GC and DIOChao Yu1-0/+20
2016-07-08f2fs: fix to redirty page if fail to gc data pageChao Yu1-1/+12
2016-07-08f2fs: fix to detect truncation prior rather than EIO during readChao Yu1-2/+2
2016-06-08f2fs: skip clean segment for gcJaegeuk Kim1-0/+4
2016-06-08f2fs: drop any block pluggingJaegeuk Kim1-5/+0
2016-06-07f2fs: use bio op accessorsMike Christie1-3/+6
2016-06-02f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim1-2/+2
2016-05-07f2fs: introduce f2fs_kmalloc to wrap kmallocJaegeuk Kim1-1/+1
2016-04-27f2fs: move node pages only in victim section during GCChao Yu1-21/+4
2016-04-26f2fs: split sync_node_pages with fsync_node_pagesJaegeuk Kim1-1/+1
2016-02-26f2fs: introduce f2fs_update_data_blkaddr for cleanupChao Yu1-3/+1
2016-02-26f2fs crypto: fix incorrect positioning for GCing encrypted data pageChao Yu1-10/+22
2016-02-22f2fs: trace old block address for CoWed pageChao Yu1-5/+5
2016-02-22f2fs: fix the wrong stat count of calling gcChao Yu1-1/+3
2016-02-22f2fs: remain last victim segment number ascending orderJaegeuk Kim1-2/+6
2016-02-22f2fs: remove unneeded pointer conversionChao Yu1-4/+4
2016-02-22f2fs: avoid unnecessary search while finding victim in gcFan Li1-8/+25
2016-02-22f2fs: use wait_for_stable_page to avoid contentionJaegeuk Kim1-5/+5
2016-02-22f2fs: enhance foreground GCChao Yu1-71/+72
2016-02-22f2fs: fix to overcome inline_data floodsJaegeuk Kim1-0/+7
2016-01-11f2fs: detect idle time depending on user behaviorJaegeuk Kim1-1/+0