aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/checkpoint.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-07f2fs: use spin_{,un}lock_irq{save,restore}Gravatar Chao Yu 1-5/+6
2017-07-07f2fs: skip ->writepages for {mete,node}_inode during recoveryGravatar Chao Yu 1-0/+3
2017-05-23f2fs: introduce io_list for serialize data/node IOsGravatar Chao Yu 1-0/+1
2017-05-23f2fs: remove unnecessary read cases in merged IO flowGravatar Jaegeuk Kim 1-7/+7
2017-05-23f2fs: use f2fs_submit_page_bio for ra_meta_pagesGravatar Jaegeuk Kim 1-3/+1
2017-05-03f2fs: introduce CP_TRIMMED_FLAG to avoid unneeded discardGravatar Chao Yu 1-0/+3
2017-05-03f2fs: allow cpc->reason to indicate more than one reasonGravatar Chao Yu 1-7/+7
2017-04-12f2fs: give time to flush dirty pages for checkpointGravatar Jaegeuk Kim 1-0/+3
2017-04-05f2fs: remove the redundant variable definitionGravatar Kaixu Xia 1-1/+0
2017-03-25f2fs: allow write page cache when writting cpGravatar Yunlei He 1-12/+28
2017-03-24f2fs: don't track volatile file in dirty inode listGravatar Chao Yu 1-1/+3
2017-03-21f2fs: sanity check of crc_offset from raw checkpointGravatar Kinglong Mee 1-1/+1
2017-03-21f2fs: skip writeback meta pages if cp_mutex acquire failedGravatar Yunlei He 1-3/+4
2017-03-21f2fs: show more precise message on orphan recovery failureGravatar Jaegeuk Kim 1-1/+1
2017-03-21f2fs: le32_to_cpu for ckpt->cp_pack_total_block_countGravatar Kinglong Mee 1-1/+2
2017-02-27f2fs: new helper cur_cp_crc() getting crc in f2fs_checkpointGravatar Kinglong Mee 1-2/+1
2017-02-27f2fs: show simple call stack in fault injection messageGravatar Chao Yu 1-0/+1
2017-02-27f2fs: add bitmaps for empty or full NAT blocksGravatar Jaegeuk Kim 1-1/+27
2017-02-23f2fs: remove build_free_nids() during checkpointGravatar Jaegeuk Kim 1-2/+0
2017-02-23f2fs: check last page index in cached bio to decide submissionGravatar Jaegeuk Kim 1-1/+2
2017-02-22f2fs: clean up with list_{first, last}_entryGravatar Chao Yu 1-2/+2
2017-02-22f2fs: return fs_trim if there is no candidateGravatar Jaegeuk Kim 1-0/+5
2017-02-22f2fs: avoid needless checkpoint in f2fs_trim_fsGravatar Jaegeuk Kim 1-8/+9
2017-01-29f2fs: relax async discard commands moreGravatar Jaegeuk Kim 1-5/+2
2016-12-14Merge tag 'for-f2fs-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Gravatar Linus Torvalds 1-9/+25
2016-12-07f2fs: free meta pages if sanity check for ckpt is failedGravatar Jaegeuk Kim 1-1/+4
2016-11-28f2fs: fix to determine start_cp_addr by sbi->cur_cp_packGravatar Jaegeuk Kim 1-1/+7
2016-11-25f2fs: don't wait writeback for datas during checkpointGravatar Chao Yu 1-1/+1
2016-11-23f2fs: make clean inodes when flushing inode pageGravatar Jaegeuk Kim 1-1/+5
2016-11-23f2fs: use BIO_MAX_PAGES for bio allocationGravatar Jaegeuk Kim 1-1/+1
2016-11-23f2fs: don't interrupt free nids building during nid allocationGravatar Chao Yu 1-1/+1
2016-11-23f2fs: fix to release discard entries during checkpointGravatar Chao Yu 1-3/+6
2016-11-01block,fs: use REQ_* flags directlyGravatar Christoph Hellwig 1-2/+2
2016-09-30f2fs: introduce update_ckpt_flags to clean upGravatar Jaegeuk Kim 1-23/+33
2016-09-30f2fs: introduce get_checkpoint_version for cleanupGravatar Tiezhu Yang 1-28/+38
2016-09-30f2fs: remove redundant io plugGravatar Chao Yu 1-3/+0
2016-09-30f2fs: support configuring fault injection per superblockGravatar Chao Yu 1-1/+1
2016-09-30f2fs: handle errors during recover_orphan_inodesGravatar Jaegeuk Kim 1-10/+17
2016-09-30f2fs: add customized migrate_page callbackGravatar Weichao Guo 1-0/+3
2016-09-30f2fs: introduce cp_lock to protect updating of ckpt_flagsGravatar Chao Yu 1-13/+18
2016-09-30f2fs: use crc and cp version to determine roll-forward recoveryGravatar Jaegeuk Kim 1-18/+3
2016-09-15f2fs: handle error in recover_orphan_inodeGravatar Jaegeuk Kim 1-1/+18
2016-09-07f2fs: fix to set superblock dirty correctlyGravatar Chao Yu 1-0/+10
2016-09-07f2fs: fix lost xattrs of directoriesGravatar Jaegeuk Kim 1-0/+1
2016-09-07f2fs: support async discardGravatar Chao Yu 1-0/+3
2016-08-29f2fs: skip new checkpoint when doing fstrim without fs changeGravatar Yunlei He 1-0/+11
2016-07-27Merge tag 'for-f2fs-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Gravatar Linus Torvalds 1-20/+60
2016-07-20block: get rid of bio_rw and READAGravatar Christoph Hellwig 1-1/+1
2016-07-15f2fs: use blk_plug in all the possible pathsGravatar Jaegeuk Kim 1-0/+7
2016-07-08f2fs: call SetPageUptodate if neededGravatar Jaegeuk Kim 1-2/+4