aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/gc.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-09f2fs: Fix indefinite loop in f2fs_gc()Gravatar Sahitya Tummala 1-1/+1
2019-08-23f2fs: Fix indefinite loop in f2fs_gc()Gravatar Sahitya Tummala 1-1/+24
2019-07-26f2fs: fix to read source block before invalidating itGravatar Jaegeuk Kim 1-36/+34
2019-07-02f2fs: use generic EFSBADCRC/EFSCORRUPTEDGravatar Chao Yu 1-3/+3
2019-07-02f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()Gravatar Joe Perches 1-14/+9
2019-07-02f2fs: ioctl for removing a range from F2FSGravatar Qiuyang Sun 1-2/+180
2019-05-23f2fs: allow ssr block allocation during checkpoint=disable periodGravatar Jaegeuk Kim 1-1/+2
2019-05-08f2fs: introduce DATA_GENERIC_ENHANCEGravatar Chao Yu 1-1/+10
2019-05-08f2fs: allow address pointer number of dnode aligning to specified sizeGravatar Chao Yu 1-1/+1
2019-05-08f2fs: fix to avoid deadloop in foreground GCGravatar Chao Yu 1-0/+1
2019-04-05f2fs: Fix use of number of devicesGravatar Damien Le Moal 1-1/+1
2018-12-26f2fs: check PageWriteback flag for ordered caseGravatar Chao Yu 1-5/+5
2018-12-26f2fs: use kvmalloc, if kmalloc is failedGravatar Jaegeuk Kim 1-2/+2
2018-12-14f2fs: fix to reorder set_page_dirty and wait_on_page_writebackGravatar Chao Yu 1-2/+3
2018-11-26f2fs: adjust trace print in f2fs_get_victim() to cover all pathsGravatar Sahitya Tummala 1-2/+3
2018-11-26f2fs: fix to allow node segment for GC by ioctl pathGravatar Sahitya Tummala 1-2/+1
2018-11-26f2fs: support subsectional garbage collectionGravatar Chao Yu 1-6/+33
2018-11-26f2fs: introduce __is_large_section() for cleanupGravatar Chao Yu 1-2/+2
2018-11-26f2fs: fix count of seg_freed to make sec_freed correctGravatar Yunlong Song 1-3/+4
2018-11-26f2fs: avoid GC causing encrypted file corruptedGravatar Yunlong Song 1-0/+10
2018-10-16f2fs: submit cached bio to avoid endless PageWritebackGravatar Chao Yu 1-21/+50
2018-10-16f2fs: checkpoint disablingGravatar Daniel Rosenberg 1-2/+7
2018-09-30f2fs: add to account skip count of background GCGravatar Chao Yu 1-3/+11
2018-09-28f2fs: return correct errno in f2fs_gcGravatar Jaegeuk Kim 1-1/+1
2018-09-28f2fs: avoid f2fs_bug_on if f2fs_get_meta_page_nofail got EIOGravatar Jaegeuk Kim 1-0/+12
2018-09-19f2fs: add new idle interval timing for discard and gc pathsGravatar Sahitya Tummala 1-1/+1
2018-09-12f2fs: add SPDX license identifiersGravatar Chao Yu 1-4/+1
2018-08-20f2fs: readahead encrypted block during GCGravatar Chao Yu 1-10/+101
2018-08-20f2fs: avoid fi->i_gc_rwsem[WRITE] lock in f2fs_gcGravatar Jaegeuk Kim 1-6/+20
2018-08-14f2fs: rework fault injection handling to avoid a warningGravatar Arnd Bergmann 1-2/+0
2018-08-01f2fs: fix to propagate error from __get_meta_page()Gravatar Chao Yu 1-3/+13
2018-07-28f2fs: fix to skip GC if type in SSA and SIT is inconsistentGravatar Chao Yu 1-1/+7
2018-06-04f2fs: let sync node IO interrupt async oneGravatar Chao Yu 1-0/+7
2018-05-31f2fs: clean up symbol namespaceGravatar Chao Yu 1-32/+32
2018-05-31f2fs: fix to let caller retry allocating block addressGravatar Chao Yu 1-2/+3
2018-05-31f2fs: fix error path of move_data_pageGravatar Chao Yu 1-3/+8
2018-05-31f2fs: avoid stucking GC due to atomic writeGravatar Chao Yu 1-4/+23
2018-05-31f2fs: introduce sbi->gc_mode to determine the policyGravatar Jaegeuk Kim 1-16/+12
2018-05-31f2fs: keep migration IO order in LFS modeGravatar Chao Yu 1-0/+6
2018-05-31Revert "f2fs: add ovp valid_blocks check for bg gc victim to fg_gc"Gravatar Chao Yu 1-16/+0
2018-05-31f2fs: rename dio_rwsem to i_gc_rwsemGravatar Chao Yu 1-7/+7
2018-05-02f2fs: clear PageError on writepageGravatar Jaegeuk Kim 1-0/+1
2018-05-02f2fs: refactor read path to allow multiple postprocessing stepsGravatar Eric Biggers 1-3/+3
2018-04-11xarray: add the xa_lock to the radix_tree_rootGravatar Matthew Wilcox 1-1/+1
2018-03-13f2fs: do gc in greedy mode for whole range if gc_urgent mode is setGravatar Jaegeuk Kim 1-2/+9
2018-03-13f2fs: don't stop GC if GC is contendedGravatar Jaegeuk Kim 1-3/+4
2018-03-13f2fs: fix heap mode to reset it backGravatar Yunlong Song 1-2/+3
2018-01-22f2fs: avoid hungtask when GC encrypted block if io_bits is setGravatar Sheng Yong 1-1/+6
2018-01-22f2fs: add an ioctl to disable GC for specific fileGravatar Jaegeuk Kim 1-0/+11
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 1-1/+1