aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/gc.h
AgeCommit message (Expand)AuthorFilesLines
2016-01-11f2fs: detect idle time depending on user behaviorGravatar Jaegeuk Kim 1-8/+0
2015-10-09f2fs: support synchronous gc in ioctlGravatar Chao Yu 1-6/+0
2015-08-04f2fs: add new ioctl F2FS_IOC_GARBAGE_COLLECTGravatar Chao Yu 1-0/+6
2015-02-11f2fs: fix sparse warningsGravatar Jaegeuk Kim 1-2/+0
2015-02-11f2fs: clean up {in,de}create_sleep_timeGravatar Chao Yu 1-14/+14
2015-01-09f2fs: reuse inode_entry_slab in gc procedure for using slab more effectivelyGravatar Chao Yu 1-5/+2
2014-12-02f2fs: more fast lookup for gc_inode listGravatar Changman Lee 1-0/+5
2014-08-19f2fs: fix typoGravatar arter97 1-1/+1
2014-01-08f2fs: add a sysfs entry to control max_victim_searchGravatar Jaegeuk Kim 1-1/+1
2013-09-05f2fs: optimize gc for better performanceGravatar Jin Xu 1-1/+1
2013-08-06f2fs: add sysfs entries to select the gc policyGravatar Namjae Jeon 1-0/+3
2013-08-06f2fs: add sysfs support for controlling the gc_threadGravatar Namjae Jeon 1-14/+19
2013-04-26f2fs: avoid frequent background GCGravatar Jaegeuk Kim 1-3/+9
2013-02-12f2fs: clarify and enhance the f2fs_gc flowGravatar Jaegeuk Kim 1-16/+0
2013-02-12f2fs: make an accessor to get sections for particular block typeGravatar Namjae Jeon 1-6/+2
2013-02-12f2fs: name gc task as per the block deviceGravatar Namjae Jeon 1-1/+0
2012-12-11f2fs: adjust kernel coding styleGravatar Jaegeuk Kim 1-2/+2
2012-12-11f2fs: add garbage collection functionsGravatar Jaegeuk Kim 1-0/+117