summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/gc.h
Commit message (Expand)AuthorAgeFilesLines
* f2fs: add SPDX license identifiersChao Yu2018-09-121-4/+1Star
* f2fs: introduce sbi->gc_mode to determine the policyJaegeuk Kim2018-05-311-2/+0Star
* f2fs: add an ioctl to disable GC for specific fileJaegeuk Kim2018-01-221-0/+2
* f2fs: fix potential overflow when adjusting GC cycleChao Yu2017-08-151-8/+15
* f2fs: introduce gc_urgent mode for background GCJaegeuk Kim2017-08-151-0/+4
* f2fs: detect idle time depending on user behaviorJaegeuk Kim2016-01-121-8/+0Star
* f2fs: support synchronous gc in ioctlChao Yu2015-10-101-6/+0Star
* f2fs: add new ioctl F2FS_IOC_GARBAGE_COLLECTChao Yu2015-08-041-0/+6
* f2fs: fix sparse warningsJaegeuk Kim2015-02-121-2/+0Star
* f2fs: clean up {in,de}create_sleep_timeChao Yu2015-02-121-14/+14
* f2fs: reuse inode_entry_slab in gc procedure for using slab more effectivelyChao Yu2015-01-101-5/+2Star
* f2fs: more fast lookup for gc_inode listChangman Lee2014-12-021-0/+5
* f2fs: fix typoarter972014-08-191-1/+1
* f2fs: add a sysfs entry to control max_victim_searchJaegeuk Kim2014-01-081-1/+1
* f2fs: optimize gc for better performanceJin Xu2013-09-051-1/+1
* f2fs: add sysfs entries to select the gc policyNamjae Jeon2013-08-061-0/+3
* f2fs: add sysfs support for controlling the gc_threadNamjae Jeon2013-08-061-14/+19
* f2fs: avoid frequent background GCJaegeuk Kim2013-04-261-3/+9
* f2fs: clarify and enhance the f2fs_gc flowJaegeuk Kim2013-02-111-16/+0Star
* f2fs: make an accessor to get sections for particular block typeNamjae Jeon2013-02-111-6/+2Star
* f2fs: name gc task as per the block deviceNamjae Jeon2013-02-111-1/+0Star
* f2fs: adjust kernel coding styleJaegeuk Kim2012-12-111-2/+2
* f2fs: add garbage collection functionsJaegeuk Kim2012-12-111-0/+117