aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/segment.h
AgeCommit message (Expand)Author
2014-01-20f2fs: clean checkpatch warningsChris Fries
2013-12-23f2fs: introduce sysfs entry to control in-place-update policyJaegeuk Kim
2013-12-23f2fs: add unlikely() macro for compiler optimizationChao Yu
2013-12-23f2fs: remove the own bi_private allocationJaegeuk Kim
2013-12-23f2fs: correct type of wait in struct bio_privateChao Yu
2013-12-23f2fs: bug fix on bit overflow from 32bits to 64bitsJaegeuk Kim
2013-12-23f2fs: read contiguous sit entry pages by merging for mount performanceChao Yu
2013-12-23f2fs: simplify IS_DATASEG and IS_NODESEG macroChangman Lee
2013-10-30f2fs: check all ones or zeros bitmap with bitops for better mount performanceChao Yu
2013-10-29f2fs: add an option to avoid unnecessary BUG_ONsJaegeuk Kim
2013-10-25f2fs: reclaim prefree segments periodicallyJaegeuk Kim
2013-09-24f2fs: avoid allocating failure in bio_allocChao Yu
2013-09-05f2fs: optimize gc for better performanceJin Xu
2013-09-03f2fs: avoid an overflow during utilization calculationJaegeuk Kim
2013-09-03f2fs: trigger GC when there are prefree segmentsJaegeuk Kim
2013-04-30f2fs: modify the number of issued pages to merge IOsJaegeuk Kim
2013-04-09f2fs: fix typo mistakesNamjae Jeon
2013-04-03f2fs: change GC bitmaps to apply the section granularityJaegeuk Kim
2013-04-03f2fs: introduce TOTAL_SECS macroJaegeuk Kim
2013-04-03f2fs: do not use duplicate names in a macroJaegeuk Kim
2013-03-08f2fs: fix overflow when calculating utilization on 32-bitChangman Lee
2013-02-12f2fs: clarify and enhance the f2fs_gc flowJaegeuk Kim
2013-02-12f2fs: optimize the return condition for has_not_enough_free_secsNamjae Jeon
2013-02-12f2fs: make an accessor to get sections for particular block typeNamjae Jeon
2012-12-28f2fs: fix equation of has_not_enough_free_secs()Jaegeuk Kim
2012-12-11f2fs: cleanup the f2fs_bio_alloc routineJaegeuk Kim
2012-12-11f2fs: adjust kernel coding styleJaegeuk Kim
2012-12-11f2fs: add superblock and major in-memory structureJaegeuk Kim