aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/gc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-30f2fs: don't trigger data flush in foreground operationChao Yu1-1/+1
2020-03-22f2fs: fix to update f2fs_super_block fields under sb_lockChao Yu1-4/+13
2020-03-22f2fs: Fix mount failure due to SPO after a successful online resize FSSahitya Tummala1-0/+6
2020-03-19f2fs: skip migration only when BG_GC is calledJaegeuk Kim1-1/+1
2020-03-19f2fs: introduce DEFAULT_IO_TIMEOUTChao Yu1-1/+2
2020-03-19f2fs: skip GC when section is fullJaegeuk Kim1-2/+2
2020-03-19f2fs: add migration count iff migration happensJaegeuk Kim1-1/+1
2020-03-19f2fs: clean up bggc mount optionChao Yu1-1/+5
2020-03-19f2fs: clean up lfs/adaptive mount optionChao Yu1-1/+1
2020-03-19f2fs: clean up codes with {f2fs_,}data_blkaddr()Chao Yu1-1/+1
2020-03-10f2fs: fix inconsistent commentsChao Yu1-1/+4
2020-01-23f2fs: Add f2fs stats to sysfsHridya Valsaraju1-1/+1
2020-01-17f2fs: change to use rwsem for gc_mutexChao Yu1-6/+6
2020-01-17f2fs: run fsck when getting bad inode during GCJaegeuk Kim1-1/+3
2019-11-25f2fs: stop GC when the victim becomes fully validJaegeuk Kim1-2/+8
2019-11-19f2fs: show f2fs instance in printk_ratelimitedChao Yu1-1/+1
2019-10-22f2fs: update multi-dev metadata in resize_fsQiuyang Sun1-2/+32
2019-09-09f2fs: Fix indefinite loop in f2fs_gc()Sahitya Tummala1-1/+1
2019-08-23f2fs: Fix indefinite loop in f2fs_gc()Sahitya Tummala1-1/+24
2019-07-26f2fs: fix to read source block before invalidating itJaegeuk Kim1-36/+34
2019-07-02f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao Yu1-3/+3
2019-07-02f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()Joe Perches1-14/+9
2019-07-02f2fs: ioctl for removing a range from F2FSQiuyang Sun1-2/+180
2019-05-23f2fs: allow ssr block allocation during checkpoint=disable periodJaegeuk Kim1-1/+2
2019-05-08f2fs: introduce DATA_GENERIC_ENHANCEChao Yu1-1/+10
2019-05-08f2fs: allow address pointer number of dnode aligning to specified sizeChao Yu1-1/+1
2019-05-08f2fs: fix to avoid deadloop in foreground GCChao Yu1-0/+1
2019-04-05f2fs: Fix use of number of devicesDamien Le Moal1-1/+1
2018-12-26f2fs: check PageWriteback flag for ordered caseChao Yu1-5/+5
2018-12-26f2fs: use kvmalloc, if kmalloc is failedJaegeuk Kim1-2/+2
2018-12-14f2fs: fix to reorder set_page_dirty and wait_on_page_writebackChao Yu1-2/+3
2018-11-26f2fs: adjust trace print in f2fs_get_victim() to cover all pathsSahitya Tummala1-2/+3
2018-11-26f2fs: fix to allow node segment for GC by ioctl pathSahitya Tummala1-2/+1
2018-11-26f2fs: support subsectional garbage collectionChao Yu1-6/+33
2018-11-26f2fs: introduce __is_large_section() for cleanupChao Yu1-2/+2
2018-11-26f2fs: fix count of seg_freed to make sec_freed correctYunlong Song1-3/+4
2018-11-26f2fs: avoid GC causing encrypted file corruptedYunlong Song1-0/+10
2018-10-16f2fs: submit cached bio to avoid endless PageWritebackChao Yu1-21/+50
2018-10-16f2fs: checkpoint disablingDaniel Rosenberg1-2/+7
2018-09-30f2fs: add to account skip count of background GCChao Yu1-3/+11
2018-09-28f2fs: return correct errno in f2fs_gcJaegeuk Kim1-1/+1
2018-09-28f2fs: avoid f2fs_bug_on if f2fs_get_meta_page_nofail got EIOJaegeuk Kim1-0/+12
2018-09-19f2fs: add new idle interval timing for discard and gc pathsSahitya Tummala1-1/+1
2018-09-12f2fs: add SPDX license identifiersChao Yu1-4/+1
2018-08-20f2fs: readahead encrypted block during GCChao Yu1-10/+101
2018-08-20f2fs: avoid fi->i_gc_rwsem[WRITE] lock in f2fs_gcJaegeuk Kim1-6/+20
2018-08-14f2fs: rework fault injection handling to avoid a warningArnd Bergmann1-2/+0
2018-08-01f2fs: fix to propagate error from __get_meta_page()Chao Yu1-3/+13
2018-07-28f2fs: fix to skip GC if type in SSA and SIT is inconsistentChao Yu1-1/+7
2018-06-04f2fs: let sync node IO interrupt async oneChao Yu1-0/+7