summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/gc.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: introduce gc_merge mount optionChao Yu2021-03-301-4/+22
* f2fs: fix to avoid touching checkpointed data in get_victim()Chao Yu2021-03-261-8/+20
* f2fs: do not use AT_SSR mode in FG_GC & high urgent BG_GCWeichao Guo2021-03-251-1/+2
* f2fs: fix panic during f2fs_resize_fs()Chao Yu2021-03-121-0/+13
* f2fs: fix to allow migrating fully valid segmentChao Yu2021-03-121-9/+12
* f2fs: trival cleanup in move_data_block()Chao Yu2021-01-271-5/+3
* f2fs: change to use rwsem for cp_mutexSahitya Tummala2020-12-021-2/+2
* f2fs: clean up kvfreeChao Yu2020-09-141-2/+2
* f2fs: support age threshold based garbage collectionChao Yu2020-09-111-8/+372
* f2fs: inherit mtime of original block during GCChao Yu2020-09-101-2/+2
* f2fs: introduce inmem cursegChao Yu2020-09-101-1/+1
* f2fs: support zone capacity less than zone sizeAravind Ramesh2020-09-101-6/+19
* f2fs: add GC_URGENT_LOW mode in gc_urgentDaeho Jeong2020-07-071-3/+3
* f2fs: fix return value of move_data_block()Chao Yu2020-07-071-1/+3
* f2fs: add f2fs_gc exception handle in f2fs_ioc_gc_rangeQilong Zhang2020-07-071-6/+14
* f2fs: clean up parameter of f2fs_allocate_data_block()Chao Yu2020-07-071-1/+1
* f2fs: add prefix for exported symbolsChao Yu2020-07-071-1/+1
* f2fs: get the right gc victim section when section has several segmentsJack Qiu2020-06-181-17/+24
* f2fs: add compressed/gc data read IO statChao Yu2020-05-111-0/+2
* f2fs: refactor resize_fs to avoid meta updates in progressJaegeuk Kim2020-05-111-49/+68
* f2fs: support read iostatChao Yu2020-04-171-0/+6
* 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