summaryrefslogtreecommitdiff
path: root/fs/f2fs/checkpoint.c
AgeCommit message (Expand)Author
2017-05-03f2fs: introduce CP_TRIMMED_FLAG to avoid unneeded discardChao Yu
2017-05-03f2fs: allow cpc->reason to indicate more than one reasonChao Yu
2017-04-12f2fs: give time to flush dirty pages for checkpointJaegeuk Kim
2017-04-05f2fs: remove the redundant variable definitionKaixu Xia
2017-03-25f2fs: allow write page cache when writting cpYunlei He
2017-03-24f2fs: don't track volatile file in dirty inode listChao Yu
2017-03-21f2fs: sanity check of crc_offset from raw checkpointKinglong Mee
2017-03-21f2fs: skip writeback meta pages if cp_mutex acquire failedYunlei He
2017-03-21f2fs: show more precise message on orphan recovery failureJaegeuk Kim
2017-03-21f2fs: le32_to_cpu for ckpt->cp_pack_total_block_countKinglong Mee
2017-02-27f2fs: new helper cur_cp_crc() getting crc in f2fs_checkpointKinglong Mee
2017-02-27f2fs: show simple call stack in fault injection messageChao Yu
2017-02-27f2fs: add bitmaps for empty or full NAT blocksJaegeuk Kim
2017-02-23f2fs: remove build_free_nids() during checkpointJaegeuk Kim
2017-02-23f2fs: check last page index in cached bio to decide submissionJaegeuk Kim
2017-02-22f2fs: clean up with list_{first, last}_entryChao Yu
2017-02-22f2fs: return fs_trim if there is no candidateJaegeuk Kim
2017-02-22f2fs: avoid needless checkpoint in f2fs_trim_fsJaegeuk Kim
2017-01-29f2fs: relax async discard commands moreJaegeuk Kim
2016-12-14Merge tag 'for-f2fs-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2016-12-07f2fs: free meta pages if sanity check for ckpt is failedJaegeuk Kim
2016-11-28f2fs: fix to determine start_cp_addr by sbi->cur_cp_packJaegeuk Kim
2016-11-25f2fs: don't wait writeback for datas during checkpointChao Yu
2016-11-23f2fs: make clean inodes when flushing inode pageJaegeuk Kim
2016-11-23f2fs: use BIO_MAX_PAGES for bio allocationJaegeuk Kim
2016-11-23f2fs: don't interrupt free nids building during nid allocationChao Yu
2016-11-23f2fs: fix to release discard entries during checkpointChao Yu
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig
2016-09-30f2fs: introduce update_ckpt_flags to clean upJaegeuk Kim
2016-09-30f2fs: introduce get_checkpoint_version for cleanupTiezhu Yang
2016-09-30f2fs: remove redundant io plugChao Yu
2016-09-30f2fs: support configuring fault injection per superblockChao Yu
2016-09-30f2fs: handle errors during recover_orphan_inodesJaegeuk Kim
2016-09-30f2fs: add customized migrate_page callbackWeichao Guo
2016-09-30f2fs: introduce cp_lock to protect updating of ckpt_flagsChao Yu
2016-09-30f2fs: use crc and cp version to determine roll-forward recoveryJaegeuk Kim
2016-09-15f2fs: handle error in recover_orphan_inodeJaegeuk Kim
2016-09-07f2fs: fix to set superblock dirty correctlyChao Yu
2016-09-07f2fs: fix lost xattrs of directoriesJaegeuk Kim
2016-09-07f2fs: support async discardChao Yu
2016-08-29f2fs: skip new checkpoint when doing fstrim without fs changeYunlei He
2016-07-27Merge tag 'for-f2fs-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2016-07-20block: get rid of bio_rw and READAChristoph Hellwig
2016-07-15f2fs: use blk_plug in all the possible pathsJaegeuk Kim
2016-07-08f2fs: call SetPageUptodate if neededJaegeuk Kim
2016-07-08f2fs: introduce f2fs_set_page_dirty_nobufferJaegeuk Kim
2016-07-06f2fs: produce more nids and reduce readahead natsJaegeuk Kim
2016-07-06f2fs: call update_inode_page for orphan inodesJaegeuk Kim
2016-06-13f2fs: introduce mode=lfs mount optionJaegeuk Kim
2016-06-08f2fs: drop any block pluggingJaegeuk Kim