aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/gc.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-11f2fs: detect idle time depending on user behaviorJaegeuk Kim1-8/+0
2015-10-09f2fs: support synchronous gc in ioctlChao Yu1-6/+0
2015-08-04f2fs: add new ioctl F2FS_IOC_GARBAGE_COLLECTChao Yu1-0/+6
2015-02-11f2fs: fix sparse warningsJaegeuk Kim1-2/+0
2015-02-11f2fs: clean up {in,de}create_sleep_timeChao Yu1-14/+14
2015-01-09f2fs: reuse inode_entry_slab in gc procedure for using slab more effectivelyChao Yu1-5/+2
2014-12-02f2fs: more fast lookup for gc_inode listChangman Lee1-0/+5
2014-08-19f2fs: fix typoarter971-1/+1
2014-01-08f2fs: add a sysfs entry to control max_victim_searchJaegeuk Kim1-1/+1
2013-09-05f2fs: optimize gc for better performanceJin Xu1-1/+1
2013-08-06f2fs: add sysfs entries to select the gc policyNamjae Jeon1-0/+3
2013-08-06f2fs: add sysfs support for controlling the gc_threadNamjae Jeon1-14/+19
2013-04-26f2fs: avoid frequent background GCJaegeuk Kim1-3/+9
2013-02-12f2fs: clarify and enhance the f2fs_gc flowJaegeuk Kim1-16/+0
2013-02-12f2fs: make an accessor to get sections for particular block typeNamjae Jeon1-6/+2
2013-02-12f2fs: name gc task as per the block deviceNamjae Jeon1-1/+0
2012-12-11f2fs: adjust kernel coding styleJaegeuk Kim1-2/+2
2012-12-11f2fs: add garbage collection functionsJaegeuk Kim1-0/+117