aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/segment.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-10f2fs: reduce searching region of segmap when set free sectionWanpeng Li1-1/+2
2015-02-11f2fs: use spinlock for segmap_lock instead of rwlockChao Yu1-9/+9
2015-02-11f2fs: avoid variable length arrayJaegeuk Kim1-0/+1
2015-02-11f2fs: merge flags in struct f2fs_sb_infoChao Yu1-5/+5
2014-11-10f2fs: do not skip any writes under memory pressureJaegeuk Kim1-0/+3
2014-11-03f2fs: introduce f2fs_change_bit to simplify the change bit logicGu Zheng1-4/+1
2014-10-06f2fs: support atomic writesJaegeuk Kim1-1/+6
2014-09-30f2fs: potential shift wrapping buf in f2fs_trim_fs()Dan Carpenter1-1/+1
2014-09-30f2fs: check the use of macros on block counts and addressesJaegeuk Kim1-34/+25
2014-09-23f2fs: use more free segments until SSR is activatedJaegeuk Kim1-2/+4
2014-09-23f2fs: change the ipu_policy option to enable combinationsJaegeuk Kim1-23/+16
2014-09-23f2fs: support large sector sizeChao Yu1-5/+5
2014-09-23f2fs: use MAX_BIO_BLOCKS(sbi)Jaegeuk Kim1-4/+4
2014-09-23f2fs: use meta_inode cache to improve roll-forward speedJaegeuk Kim1-2/+3
2014-09-16f2fs: give an option to enable in-place-updates during fsync to usersJaegeuk Kim1-4/+10
2014-09-09f2fs: refactor flush_sit_entries codes for reducing SIT writesChao Yu1-0/+6
2014-09-09f2fs: remove unneeded sit_i in macro SIT_BLOCK_OFFSET/START_SEGNOChao Yu1-5/+5
2014-09-09f2fs: add BUG cases to initiate fsck.f2fsJaegeuk Kim1-3/+35
2014-09-03f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SBJaegeuk Kim1-1/+1
2014-08-19f2fs: fix typoarter971-1/+1
2014-07-30f2fs: enable in-place-update for fdatasyncJaegeuk Kim1-0/+4
2014-07-15f2fs: reduce searching region of segmap when free sectionChao Yu1-2/+2
2014-03-20f2fs: change reclaim rate in percentageJaegeuk Kim1-1/+1
2014-03-18f2fs: introduce nr_pages_to_write for segment alignmentJaegeuk Kim1-0/+24
2014-03-18f2fs: avoid small data writes by skipping writepagesJaegeuk Kim1-0/+19
2014-02-24f2fs: implement a lock-free stat_showJaegeuk Kim1-24/+3
2014-02-17f2fs: clean up with a macroJaegeuk Kim1-0/+3
2014-01-20f2fs: clean checkpatch warningsChris Fries1-6/+7
2013-12-23f2fs: introduce sysfs entry to control in-place-update policyJaegeuk Kim1-6/+38
2013-12-23f2fs: add unlikely() macro for compiler optimizationChao Yu1-1/+1
2013-12-23f2fs: remove the own bi_private allocationJaegeuk Kim1-7/+0
2013-12-23f2fs: correct type of wait in struct bio_privateChao Yu1-1/+1
2013-12-23f2fs: bug fix on bit overflow from 32bits to 64bitsJaegeuk Kim1-2/+2
2013-12-23f2fs: read contiguous sit entry pages by merging for mount performanceChao Yu1-0/+2
2013-12-23f2fs: simplify IS_DATASEG and IS_NODESEG macroChangman Lee1-7/+2
2013-10-30f2fs: check all ones or zeros bitmap with bitops for better mount performanceChao Yu1-4/+15
2013-10-29f2fs: add an option to avoid unnecessary BUG_ONsJaegeuk Kim1-4/+6
2013-10-25f2fs: reclaim prefree segments periodicallyJaegeuk Kim1-0/+7
2013-09-24f2fs: avoid allocating failure in bio_allocChao Yu1-0/+2
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