aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/gc.h
AgeCommit message (Expand)AuthorFilesLines
2023-04-10f2fs: Fix system crash due to lack of free space in LFSGravatar Yonggil Song 1-0/+2
2023-03-29f2fs: factor out victim_entry usage from general rb_tree useGravatar Jaegeuk Kim 1-12/+2
2023-01-11f2fs: convert discard_wake and gc_wake to bool typeGravatar Yangtao Li 1-1/+1
2022-07-30f2fs: remove redundant code for gc conditionGravatar duguowei 1-11/+10
2021-03-30f2fs: introduce gc_merge mount optionGravatar Chao Yu 1-0/+6
2020-09-11f2fs: support age threshold based garbage collectionGravatar Chao Yu 1-0/+25
2020-09-10f2fs: support zone capacity less than zone sizeGravatar Aravind Ramesh 1-4/+40
2020-05-08f2fs: Use the correct style for SPDX License IdentifierGravatar Nishad Kamdar 1-1/+1
2018-09-12f2fs: add SPDX license identifiersGravatar Chao Yu 1-4/+1
2018-05-31f2fs: introduce sbi->gc_mode to determine the policyGravatar Jaegeuk Kim 1-2/+0
2018-01-22f2fs: add an ioctl to disable GC for specific fileGravatar Jaegeuk Kim 1-0/+2
2017-08-15f2fs: fix potential overflow when adjusting GC cycleGravatar Chao Yu 1-8/+15
2017-08-15f2fs: introduce gc_urgent mode for background GCGravatar Jaegeuk Kim 1-0/+4
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