aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/gc.c
AgeCommit message (Expand)Author
2017-07-27f2fs: try to freeze in gc and discard threadsJaegeuk Kim
2017-05-03f2fs: release cp and dnode lock before IPUHou Pengyang
2017-05-02f2fs: lookup extent cache first under IPU scenarioHou Pengyang
2017-04-24f2fs: assign allocation hint for warm/cold dataJaegeuk Kim
2017-04-24f2fs: add ioctl to flush data from faster device to cold areaJaegeuk Kim
2017-04-11f2fs: avoid frequent checkpoint during f2fs_gcJaegeuk Kim
2017-04-10f2fs: clean up some macros in terms of GET_SEGNOJaegeuk Kim
2017-04-10f2fs: clean up get_valid_blocks with consistent parameterJaegeuk Kim
2017-03-29f2fs: relax node version check for victim data in gcJaegeuk Kim
2017-03-29f2fs: allocate node and hot data in the beginning of partitionJaegeuk Kim
2017-03-28f2fs: fix wrong max cost initializationJaegeuk Kim
2017-03-24f2fs: fix recording invalid last_victimChao Yu
2017-02-27f2fs: fix a plint compile warningHou Pengyang
2017-02-27f2fs: avoid bggc->fggc when enough free segments are avaliable after cpHou Pengyang
2017-02-27f2fs: show simple call stack in fault injection messageChao Yu
2017-02-27f2fs: remove unnecessary condition check for write_checkpoint in f2fs_gcYunlong Song
2017-02-24f2fs: node segment is prior to data segment selected victimHou Pengyang
2017-02-23f2fs: add ovp valid_blocks check for bg gc victim to fg_gcHou Pengyang
2017-02-23f2fs: replace __get_victim by dirty_segments in FG_GCYunlei He
2017-02-22f2fs: introduce FI_ATOMIC_COMMITChao Yu
2016-12-14Merge tag 'for-f2fs-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-11-25f2fs: don't wait writeback for datas during checkpointChao Yu
2016-11-25f2fs: avoid BG_GC in f2fs_balance_fsJaegeuk Kim
2016-11-23f2fs: return directly if block has been removed from the victimYunlei He
2016-11-23f2fs: give a chance to detach from dirty listChao Yu
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig
2016-10-12f2fs: fix wrong sum_page pointer in f2fs_gcJaegeuk Kim
2016-09-30f2fs: remove dead variableSheng Yong
2016-09-30f2fs: support checkpoint error injectionChao Yu
2016-09-30f2fs: support configuring fault injection per superblockChao Yu
2016-09-30f2fs: avoid gc in cp_error caseJaegeuk Kim
2016-09-30f2fs: should put_page for summary pageJaegeuk Kim
2016-09-30f2fs: assign return value in f2fs_gcJaegeuk Kim
2016-09-12f2fs: check free_sections for defragmentationJaegeuk Kim
2016-09-07f2fs: do in batch synchronously readahead during GCChao Yu
2016-08-29f2fs: clean up foreground GC flowChao Yu
2016-07-27Merge tag 'for-f2fs-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2016-07-22f2fs: get victim segment again after new cpYunlei He
2016-07-20block: get rid of bio_rw and READAChristoph Hellwig
2016-07-15f2fs: use blk_plug in all the possible pathsJaegeuk Kim
2016-07-15f2fs: fix to avoid data update racing between GC and DIOChao Yu
2016-07-08f2fs: fix to redirty page if fail to gc data pageChao Yu
2016-07-08f2fs: fix to detect truncation prior rather than EIO during readChao Yu
2016-06-08f2fs: skip clean segment for gcJaegeuk Kim
2016-06-08f2fs: drop any block pluggingJaegeuk Kim
2016-06-07f2fs: use bio op accessorsMike Christie
2016-06-02f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim
2016-05-07f2fs: introduce f2fs_kmalloc to wrap kmallocJaegeuk Kim
2016-04-27f2fs: move node pages only in victim section during GCChao Yu