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