aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/segment.h
Commit message (Expand)AuthorAgeFilesLines
* f2fs: update the comment of default nr_pages to skippingKinglong Mee2017-04-291-2/+2
* f2fs: add ovp valid_blocks check for bg gc victim to fg_gcHou Pengyang2017-04-291-0/+9
* f2fs: check in-memory sit version bitmapChao Yu2017-04-291-0/+18
* f2fs: check in-memory block bitmapChao Yu2017-04-291-0/+6
* f2fs: support IO alignment for DATA and NODE writesJaegeuk Kim2017-04-291-0/+3
* f2fs: detect wrong layoutJaegeuk Kim2017-04-291-0/+2
* f2fs: use BIO_MAX_PAGES for bio allocationJaegeuk Kim2017-04-291-14/+3
* f2fs: count dirty inodes to flush node pages during checkpointJaegeuk Kim2017-04-291-4/+5
* f2fs: check free_sections for defragmentationJaegeuk Kim2017-04-291-3/+4
* f2fs: not allow to write illegal blkaddrYunlei He2017-04-291-2/+2
* f2fs: add maximum prefree segmentsJaegeuk Kim2017-04-291-0/+1
* f2fs: avoid writing node/metapages during writesJaegeuk Kim2017-04-291-3/+3
* f2fs: introduce mode=lfs mount optionJaegeuk Kim2017-04-291-0/+7
* f2fs: do not skip writing data pagesJaegeuk Kim2017-04-291-3/+1
* f2fs: flush inode metadata when checkpoint is doingJaegeuk Kim2017-04-291-0/+2
* f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim2017-04-291-1/+1
* f2fs: shrink size of struct seg_entryChao Yu2017-04-291-4/+5
* f2fs: split journal cache from curseg cacheChao Yu2017-04-291-0/+2
* f2fs: support revoking atomic written pagesChao Yu2017-04-291-0/+1
* f2fs: fix conflict on page->private usageJaegeuk Kim2017-04-291-1/+1
* f2fs: catch up to v4.4-rc1Jaegeuk Kim2017-04-291-112/+208
* f2fs: modify the number of issued pages to merge IOsJaegeuk Kim2013-04-301-0/+11
* f2fs: fix typo mistakesNamjae Jeon2013-04-091-1/+1
* f2fs: change GC bitmaps to apply the section granularityJaegeuk Kim2013-04-031-1/+9
* f2fs: introduce TOTAL_SECS macroJaegeuk Kim2013-04-031-0/+1
* f2fs: do not use duplicate names in a macroJaegeuk Kim2013-04-031-7/+7
* f2fs: fix overflow when calculating utilization on 32-bitChangman Lee2013-03-081-2/+1
* f2fs: clarify and enhance the f2fs_gc flowJaegeuk Kim2013-02-121-9/+3
* f2fs: optimize the return condition for has_not_enough_free_secsNamjae Jeon2013-02-121-4/+2
* f2fs: make an accessor to get sections for particular block typeNamjae Jeon2013-02-121-7/+2
* f2fs: fix equation of has_not_enough_free_secs()Jaegeuk Kim2012-12-281-1/+14
* f2fs: cleanup the f2fs_bio_alloc routineJaegeuk Kim2012-12-111-0/+3
* f2fs: adjust kernel coding styleJaegeuk Kim2012-12-111-1/+1
* f2fs: add superblock and major in-memory structureJaegeuk Kim2012-12-111-0/+615