aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/segment.h
Commit message (Expand)AuthorAgeFilesLines
* f2fs: split discard policyChao Yu2017-12-061-2/+3
* f2fs: speed up gc_urgent mode with SSRJaegeuk Kim2017-10-041-13/+0
* f2fs: wake up discard_thread iff there is a candidateJaegeuk Kim2017-10-041-0/+25
* f2fs: remove unused function overprovision_sectionsYunlong Song2017-10-041-5/+0
* FROMLIST: f2fs: use IPU for cold filesJaegeuk Kim2017-09-081-0/+4
* f2fs: split bio cacheJaegeuk Kim2017-07-211-0/+4
* f2fs: reconstruct code to write a data pageHou Pengyang2017-05-211-5/+1
* f2fs: skip encrypted inode in ASYNC IPU policyHou Pengyang2017-05-211-1/+2
* f2fs: add ioctl to flush data from faster device to cold areaJaegeuk Kim2017-05-211-1/+6
* f2fs: introduce async IPU policyHou Pengyang2017-05-211-1/+11
* f2fs: clean up some macros in terms of GET_SEGNOJaegeuk Kim2017-05-211-14/+20
* f2fs: clean up get_valid_blocks with consistent parameterJaegeuk Kim2017-05-211-4/+4
* f2fs: use segment number for get_valid_blocksJaegeuk Kim2017-05-211-2/+4
* f2fs: guard macro variables with bracesTomohiro Kusumi2017-05-211-38/+38
* f2fs: write small sized IO to hot logJaegeuk Kim2017-05-211-0/+1
* f2fs: start SSR much eariler to avoid FG_GCJaegeuk Kim2017-05-211-1/+1
* f2fs: update the comment of default nr_pages to skippingKinglong Mee2017-04-131-2/+2
* f2fs: add ovp valid_blocks check for bg gc victim to fg_gcHou Pengyang2017-04-131-0/+9
* f2fs: check in-memory sit version bitmapChao Yu2017-04-131-0/+18
* f2fs: check in-memory block bitmapChao Yu2017-04-131-0/+6
* f2fs: support IO alignment for DATA and NODE writesJaegeuk Kim2017-04-131-0/+3
* f2fs: detect wrong layoutJaegeuk Kim2017-04-131-0/+2
* f2fs: use BIO_MAX_PAGES for bio allocationJaegeuk Kim2017-04-131-14/+3
* f2fs: count dirty inodes to flush node pages during checkpointJaegeuk Kim2017-04-131-4/+5
* f2fs: check free_sections for defragmentationJaegeuk Kim2017-04-131-3/+4
* f2fs: not allow to write illegal blkaddrYunlei He2017-04-131-2/+2
* f2fs: add maximum prefree segmentsJaegeuk Kim2017-04-131-0/+1
* f2fs: avoid writing node/metapages during writesJaegeuk Kim2017-04-131-3/+3
* f2fs: introduce mode=lfs mount optionJaegeuk Kim2017-04-131-0/+7
* f2fs: do not skip writing data pagesJaegeuk Kim2017-04-131-3/+1
* f2fs: flush inode metadata when checkpoint is doingJaegeuk Kim2017-04-131-0/+2
* f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim2017-04-131-1/+1
* f2fs: shrink size of struct seg_entryChao Yu2017-04-131-4/+5
* f2fs: split journal cache from curseg cacheChao Yu2017-04-131-0/+2
* f2fs: support revoking atomic written pagesChao Yu2017-04-131-0/+1
* f2fs: fix conflict on page->private usageJaegeuk Kim2017-04-131-1/+1
* f2fs: catch up to v4.4-rc1Jaegeuk Kim2017-04-131-112/+208
* first commitMeizu OpenSource2016-08-151-0/+637