summaryrefslogtreecommitdiff
path: root/fs/f2fs/segment.h
AgeCommit message (Expand)Author
2019-06-22f2fs: fix to do sanity check on valid block count of segmentChao Yu
2018-12-08f2fs: fix to do sanity check with block address in main areaChao Yu
2018-12-08f2fs: introduce and spread verify_blkaddrChao Yu
2018-12-08f2fs: clean up with is_valid_blkaddr()Chao Yu
2018-12-08f2fs: check blkaddr more accuratly before issue a bioYunlei He
2018-12-08f2fs: return error during fill_superJaegeuk Kim
2018-12-08f2fs: detect wrong layoutJaegeuk Kim
2018-09-19f2fs: do not set free of current sectionYunlong Song
2017-03-12f2fs: add ovp valid_blocks check for bg gc victim to fg_gcHou Pengyang
2016-09-12f2fs: check free_sections for defragmentationJaegeuk Kim
2016-08-24f2fs: not allow to write illegal blkaddrYunlei He
2016-07-15f2fs: add maximum prefree segmentsJaegeuk Kim
2016-07-06f2fs: avoid writing node/metapages during writesJaegeuk Kim
2016-06-13f2fs: introduce mode=lfs mount optionJaegeuk Kim
2016-06-02f2fs: do not skip writing data pagesJaegeuk Kim
2016-06-02f2fs: flush inode metadata when checkpoint is doingJaegeuk Kim
2016-06-02f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim
2016-05-07f2fs: shrink size of struct seg_entryChao Yu
2016-02-22f2fs: split journal cache from curseg cacheChao Yu
2016-02-22f2fs: support revoking atomic written pagesChao Yu
2016-02-22f2fs: fix conflict on page->private usageJaegeuk Kim
2015-10-12Revert "f2fs: do not skip dentry block writes"Jaegeuk Kim
2015-10-09f2fs: introduce background_gc=sync mount optionJaegeuk Kim
2015-10-09f2fs: do not skip dentry block writesJaegeuk Kim
2015-08-14f2fs: avoid a build warningJaegeuk Kim
2015-08-11f2fs: remove inmem radix treeChao Yu
2015-08-05f2fs: unify f2fs_bug_on when check blocks and segmentLiu Xue
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo
2015-06-02writeback: move bandwidth related fields from backing_dev_info into bdi_write...Tejun Heo
2015-05-28f2fs: introduce discard_map for f2fs_trim_fsJaegeuk Kim
2015-04-10f2fs: reduce searching region of segmap when set free sectionWanpeng Li
2015-02-11f2fs: use spinlock for segmap_lock instead of rwlockChao Yu
2015-02-11f2fs: avoid variable length arrayJaegeuk Kim
2015-02-11f2fs: merge flags in struct f2fs_sb_infoChao Yu
2014-11-10f2fs: do not skip any writes under memory pressureJaegeuk Kim
2014-11-03f2fs: introduce f2fs_change_bit to simplify the change bit logicGu Zheng
2014-10-06f2fs: support atomic writesJaegeuk Kim
2014-09-30f2fs: potential shift wrapping buf in f2fs_trim_fs()Dan Carpenter
2014-09-30f2fs: check the use of macros on block counts and addressesJaegeuk Kim
2014-09-23f2fs: use more free segments until SSR is activatedJaegeuk Kim
2014-09-23f2fs: change the ipu_policy option to enable combinationsJaegeuk Kim
2014-09-23f2fs: support large sector sizeChao Yu
2014-09-23f2fs: use MAX_BIO_BLOCKS(sbi)Jaegeuk Kim
2014-09-23f2fs: use meta_inode cache to improve roll-forward speedJaegeuk Kim
2014-09-16f2fs: give an option to enable in-place-updates during fsync to usersJaegeuk Kim
2014-09-09f2fs: refactor flush_sit_entries codes for reducing SIT writesChao Yu
2014-09-09f2fs: remove unneeded sit_i in macro SIT_BLOCK_OFFSET/START_SEGNOChao Yu
2014-09-09f2fs: add BUG cases to initiate fsck.f2fsJaegeuk Kim
2014-09-03f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SBJaegeuk Kim