aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/segment.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-05f2fs: optimize gc for better performanceJin Xu1-0/+1
2013-09-03f2fs: avoid an overflow during utilization calculationJaegeuk Kim1-1/+1
2013-09-03f2fs: trigger GC when there are prefree segmentsJaegeuk Kim1-1/+2
2013-04-30f2fs: modify the number of issued pages to merge IOsJaegeuk Kim1-0/+11
2013-04-09f2fs: fix typo mistakesNamjae Jeon1-1/+1
2013-04-03f2fs: change GC bitmaps to apply the section granularityJaegeuk Kim1-1/+9
2013-04-03f2fs: introduce TOTAL_SECS macroJaegeuk Kim1-0/+1
2013-04-03f2fs: do not use duplicate names in a macroJaegeuk Kim1-7/+7
2013-03-08f2fs: fix overflow when calculating utilization on 32-bitChangman Lee1-2/+1
2013-02-12f2fs: clarify and enhance the f2fs_gc flowJaegeuk Kim1-9/+3
2013-02-12f2fs: optimize the return condition for has_not_enough_free_secsNamjae Jeon1-4/+2
2013-02-12f2fs: make an accessor to get sections for particular block typeNamjae Jeon1-7/+2
2012-12-28f2fs: fix equation of has_not_enough_free_secs()Jaegeuk Kim1-1/+14
2012-12-11f2fs: cleanup the f2fs_bio_alloc routineJaegeuk Kim1-0/+3
2012-12-11f2fs: adjust kernel coding styleJaegeuk Kim1-1/+1
2012-12-11f2fs: add superblock and major in-memory structureJaegeuk Kim1-0/+615