summaryrefslogtreecommitdiff
path: root/fs/f2fs/checkpoint.c
AgeCommit message (Expand)Author
2019-01-26f2fs: fix invalid memory accessChao Yu
2019-01-26f2fs: fix to do sanity check with cp_pack_start_sumChao Yu
2019-01-26f2fs: fix to do sanity check with block address in main areaChao Yu
2019-01-26f2fs: introduce and spread verify_blkaddrChao Yu
2019-01-26f2fs: clean up with is_valid_blkaddr()Chao Yu
2019-01-26f2fs: check blkaddr more accuratly before issue a bioYunlei He
2019-01-26f2fs: free meta pages if sanity check for ckpt is failedJaegeuk Kim
2019-01-26f2fs: fix to determine start_cp_addr by sbi->cur_cp_packJaegeuk Kim
2019-01-26f2fs: introduce get_checkpoint_version for cleanupTiezhu Yang
2019-01-26f2fs: use crc and cp version to determine roll-forward recoveryJaegeuk Kim
2019-01-26f2fs: fix inode cache leakChao Yu
2019-01-26f2fs: move sanity checking of cp into get_valid_checkpointShawn Lin
2015-10-12f2fs: support lower priority asynchronous readahead in ra_meta_pagesChao Yu
2015-10-12f2fs: don't tag REQ_META for temporary non-meta pagesChao Yu
2015-10-09f2fs: merge meta writes as many possibleJaegeuk Kim
2015-10-09f2fs: introduce a periodic checkpoint flowJaegeuk Kim
2015-10-09f2fs: check end_io for metapages before making next checkpoint blocksJaegeuk Kim
2015-08-24f2fs: use __GFP_NOFAIL to avoid infinite loopJaegeuk Kim
2015-08-20f2fs: do not write any node pages related to orphan inodesJaegeuk Kim
2015-08-14f2fs: handle error of f2fs_iget correctlyChao Yu
2015-08-05f2fs: invalidate temporary meta pageChao Yu
2015-08-05f2fs: freeze filesystem when fail to update meta page due to IO errorChao Yu
2015-08-05f2fs: callers take care of the page from bio errorJaegeuk Kim
2015-08-04f2fs: cleanup write_orphan_inodesChao Yu
2015-08-04f2fs: fix to record dirty page count for symlinkChao Yu
2015-06-01f2fs: introduce update_meta_pageChao Yu
2015-05-28f2fs crypto: add encryption support in read/write pathsJaegeuk Kim
2015-05-28f2fs: issue discard with finally produced len and minlenJaegeuk Kim
2015-05-28f2fs: introduce discard_map for f2fs_trim_fsJaegeuk Kim
2015-05-28f2fs: revmove spin_lock for write_orphan_inodesJaegeuk Kim
2015-05-28f2fs: add sbi and page pointer in f2fs_io_infoJaegeuk Kim
2015-05-07f2fs: use is_valid_blkaddr to verify blkaddr for readabilityChao Yu
2015-04-16f2fs: pass checkpoint reason on roll-forward recoveryJaegeuk Kim
2015-04-10f2fs: cleanup statement about max orphan inodes calcChangman Lee
2015-04-10f2fs: add cond_resched() to sync_dirty_dir_inodes()Sebastian Andrzej Siewior
2015-04-10f2fs: fix max orphan inodes calculationWanpeng Li
2015-04-10f2fs: fix block_ops trace pointWanpeng Li
2015-04-10f2fs: fix the number of orphan inode blocksWanpeng Li
2015-04-10f2fs: introduce macro __cp_payloadWanpeng Li
2015-03-03f2fs: use ->writepage in sync_meta_pagesChao Yu
2015-02-11f2fs: fix sparse warningsJaegeuk Kim
2015-02-11f2fs: introduce macros to convert bytes and blocks in f2fsJaegeuk Kim
2015-02-11f2fs: merge {invalidate,release}page for meta/node/data pagesChao Yu
2015-02-11f2fs: keep PagePrivate during releasepageJaegeuk Kim
2015-02-11f2fs: split UMOUNT and FASTBOOT flagsJaegeuk Kim
2015-02-11f2fs: avoid write_checkpoint if f2fs is mounted readonlyJaegeuk Kim
2015-02-11f2fs: merge flags in struct f2fs_sb_infoChao Yu
2015-02-11f2fs: fix to release count of meta page in ->invalidatepageChao Yu
2015-02-11f2fs: do checkpoint when umount flag is not setJaegeuk Kim
2015-01-09f2fs: reuse inode_entry_slab in gc procedure for using slab more effectivelyChao Yu