summaryrefslogtreecommitdiff
path: root/fs/f2fs/checkpoint.c
AgeCommit message (Expand)Author
2020-11-05f2fs: handle errors of f2fs_get_meta_page_nofailJaegeuk Kim
2020-11-05f2fs: fix to check segment boundary during SIT page readaheadChao Yu
2020-11-05f2fs: add trace exit in exception pathZhang Qilong
2020-06-24f2fs: don't return vmalloc() memory from f2fs_kmalloc()Eric Biggers
2020-04-23f2fs: Add a new CP flag to help fsck fix resize SPO issuesSahitya Tummala
2020-04-23f2fs: fix the panic in do_checkpoint()Sahitya Tummala
2019-07-02f2fs: add a rw_sem to cover quota flag changesJaegeuk Kim
2019-07-02f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao Yu
2019-07-02f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()Joe Perches
2019-07-02f2fs: ioctl for removing a range from F2FSQiuyang Sun
2019-05-23f2fs: fix to check layout on last valid checkpoint parkChao Yu
2019-05-23f2fs: link f2fs quota ops for sysfileJaegeuk Kim
2019-05-08f2fs: fix to avoid potential race on sbi->unusable_block_count access/updateChao Yu
2019-05-08f2fs: introduce DATA_GENERIC_ENHANCEChao Yu
2019-05-08f2fs: fix to be aware of readonly device in write_checkpoint()Chao Yu
2019-05-08f2fs: fix to skip recovery on readonly deviceChao Yu
2019-05-08f2fs: relocate chksum_offset for large_nat_bitmap featureChao Yu
2019-05-08f2fs: allow unfixed f2fs_checkpoint.checksum_offsetChao Yu
2019-05-08f2fs: fix wrong __is_meta_io() macroChao Yu
2019-04-05f2fs: fix potential recursive call when enabling data_flushChao Yu
2019-03-12f2fs: fix to add refcount once page is tagged PG_privateChao Yu
2019-03-05f2fs: don't clear CP_QUOTA_NEED_FSCK_FLAGJaegeuk Kim
2019-02-15f2fs: sync filesystem after roll-forward recoveryJaegeuk Kim
2019-02-15f2fs: add quick mode of checkpoint=disable for QAJaegeuk Kim
2018-12-26f2fs: check PageWriteback flag for ordered caseChao Yu
2018-12-26f2fs: clean up checkpoint flowChao Yu
2018-12-26f2fs: use kvmalloc, if kmalloc is failedJaegeuk Kim
2018-12-14f2fs: fix to reorder set_page_dirty and wait_on_page_writebackChao Yu
2018-11-26f2fs: clean up f2fs_sb_has_##feature_nameChao Yu
2018-10-22f2fs: guarantee journalled quota data by checkpointChao Yu
2018-10-16f2fs: checkpoint disablingDaniel Rosenberg
2018-09-30Revert: "f2fs: check last page index in cached bio to decide submission"Chao Yu
2018-09-28f2fs: avoid f2fs_bug_on if f2fs_get_meta_page_nofail got EIOJaegeuk Kim
2018-09-12f2fs: add SPDX license identifiersChao Yu
2018-09-11f2fs: fix to flush all dirty inodes recovered in readonly fsChao Yu
2018-08-14f2fs: rework fault injection handling to avoid a warningArnd Bergmann
2018-08-13f2fs: support fault_type mount optionChao Yu
2018-08-10f2fs: fix invalid memory accessChao Yu
2018-08-10f2fs: fix to avoid broken of dnode block listChao Yu
2018-08-10f2fs: fix to do sanity check with cp_pack_start_sumChao Yu
2018-08-01f2fs: don't keep meta pages used for block migrationChao Yu
2018-08-01f2fs: quota: fix incorrect commentsSheng Yong
2018-08-01f2fs: fix to propagate error from __get_meta_page()Chao Yu
2018-08-01f2fs: fix to do sanity check with block address in main areaChao Yu
2018-07-27f2fs: introduce and spread verify_blkaddrChao Yu
2018-07-27f2fs: fix a hungtask problem caused by congestion_waitYunlei He
2018-07-27f2fs: don't acquire orphan ino during recoveryChao Yu
2018-07-27f2fs: indicate shutdown f2fs to allow unmount successfullyJaegeuk Kim
2018-07-27f2fs: keep meta pages in cp_error stateJaegeuk Kim
2018-06-12treewide: Use array_size() in f2fs_kzalloc()Kees Cook