aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/f2fs/segment.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+3
2017-05-08fs: f2fs: use ktime_get_real_seconds for sit_info timesDeepa Dinamani1-2/+3
2017-05-02f2fs: reconstruct code to write a data pageHou Pengyang1-5/+1
2017-04-24f2fs: skip encrypted inode in ASYNC IPU policyHou Pengyang1-1/+2
2017-04-24f2fs: add ioctl to flush data from faster device to cold areaJaegeuk Kim1-1/+6
2017-04-19f2fs: introduce async IPU policyHou Pengyang1-1/+11
2017-04-10f2fs: clean up some macros in terms of GET_SEGNOJaegeuk Kim1-14/+20
2017-04-10f2fs: clean up get_valid_blocks with consistent parameterJaegeuk Kim1-4/+4
2017-04-10f2fs: use segment number for get_valid_blocksJaegeuk Kim1-2/+4
2017-04-10f2fs: guard macro variables with bracesTomohiro Kusumi1-38/+38
2017-04-05f2fs: write small sized IO to hot logJaegeuk Kim1-0/+1
2017-03-29f2fs: start SSR much eariler to avoid FG_GCJaegeuk Kim1-1/+1
2017-02-27f2fs: update the comment of default nr_pages to skippingKinglong Mee1-2/+2
2017-02-23f2fs: add ovp valid_blocks check for bg gc victim to fg_gcHou Pengyang1-0/+9
2017-02-22f2fs: check in-memory sit version bitmapChao Yu1-0/+18
2017-02-22f2fs: check in-memory block bitmapChao Yu1-0/+6
2017-01-29f2fs: support IO alignment for DATA and NODE writesJaegeuk Kim1-0/+3
2016-12-07f2fs: detect wrong layoutJaegeuk Kim1-0/+2
2016-11-23f2fs: use BIO_MAX_PAGES for bio allocationJaegeuk Kim1-14/+3
2016-11-23f2fs: count dirty inodes to flush node pages during checkpointJaegeuk Kim1-4/+5
2016-09-12f2fs: check free_sections for defragmentationJaegeuk Kim1-3/+4
2016-08-24f2fs: not allow to write illegal blkaddrYunlei He1-2/+2
2016-07-15f2fs: add maximum prefree segmentsJaegeuk Kim1-0/+1
2016-07-06f2fs: avoid writing node/metapages during writesJaegeuk Kim1-3/+3
2016-06-13f2fs: introduce mode=lfs mount optionJaegeuk Kim1-0/+7
2016-06-02f2fs: do not skip writing data pagesJaegeuk Kim1-3/+1
2016-06-02f2fs: flush inode metadata when checkpoint is doingJaegeuk Kim1-0/+2
2016-06-02f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim1-1/+1
2016-05-07f2fs: shrink size of struct seg_entryChao Yu1-4/+5
2016-02-22f2fs: split journal cache from curseg cacheChao Yu1-0/+2
2016-02-22f2fs: support revoking atomic written pagesChao Yu1-0/+1
2016-02-22f2fs: fix conflict on page->private usageJaegeuk Kim1-1/+1
2015-10-12Revert "f2fs: do not skip dentry block writes"Jaegeuk Kim1-1/+3
2015-10-09f2fs: introduce background_gc=sync mount optionJaegeuk Kim1-1/+3
2015-10-09f2fs: do not skip dentry block writesJaegeuk Kim1-3/+1
2015-08-14f2fs: avoid a build warningJaegeuk Kim1-5/+4
2015-08-11f2fs: remove inmem radix treeChao Yu1-0/+9
2015-08-05f2fs: unify f2fs_bug_on when check blocks and segmentLiu Xue1-37/+8
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo1-0/+1
2015-06-02writeback: move bandwidth related fields from backing_dev_info into bdi_writebackTejun Heo1-1/+1
2015-05-28f2fs: introduce discard_map for f2fs_trim_fsJaegeuk Kim1-0/+1
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