summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/checkpoint.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-08f2fs: don't return vmalloc() memory from f2fs_kmalloc()Eric Biggers1-2/+2
2020-05-18f2fs: flush dirty meta pages when flushing themJaegeuk Kim1-0/+3
2020-05-11f2fs: refactor resize_fs to avoid meta updates in progressJaegeuk Kim1-2/+4
2020-05-11f2fs: Avoid double lock for cp_rwsem during checkpointSayali Lokhande1-0/+5
2020-05-11f2fs: remove blk_plugging in block_operationsJaegeuk Kim1-8/+3
2020-04-17f2fs: support read iostatChao Yu1-0/+5
2020-04-17f2fs: fix to handle error path of f2fs_ra_meta_pages()Chao Yu1-2/+3
2020-03-22f2fs: Add a new CP flag to help fsck fix resize SPO issuesSahitya Tummala1-2/+6
2020-03-19f2fs: introduce DEFAULT_IO_TIMEOUTChao Yu1-1/+1
2020-03-10f2fs: fix inconsistent commentsChao Yu1-14/+4
2020-02-27f2fs: fix the panic in do_checkpoint()Sahitya Tummala1-9/+7
2020-01-15f2fs: don't keep META_MAPPING pages used for moving verity file blocksEric Biggers1-3/+3
2019-11-19f2fs: show f2fs instance in printk_ratelimitedChao Yu1-1/+1
2019-07-02f2fs: add a rw_sem to cover quota flag changesJaegeuk Kim1-22/+19
2019-07-02f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao Yu1-3/+9
2019-07-02f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()Joe Perches1-20/+14
2019-07-02f2fs: ioctl for removing a range from F2FSQiuyang Sun1-1/+2
2019-05-23f2fs: fix to check layout on last valid checkpoint parkChao Yu1-11/+0
2019-05-23f2fs: link f2fs quota ops for sysfileJaegeuk Kim1-4/+2
2019-05-08f2fs: fix to avoid potential race on sbi->unusable_block_count access/updateChao Yu1-0/+4
2019-05-08f2fs: introduce DATA_GENERIC_ENHANCEChao Yu1-6/+37
2019-05-08f2fs: fix to be aware of readonly device in write_checkpoint()Chao Yu1-4/+3
2019-05-08f2fs: fix to skip recovery on readonly deviceChao Yu1-0/+6
2019-05-08f2fs: relocate chksum_offset for large_nat_bitmap featureChao Yu1-0/+11
2019-05-08f2fs: allow unfixed f2fs_checkpoint.checksum_offsetChao Yu1-6/+21
2019-05-08f2fs: fix wrong __is_meta_io() macroChao Yu1-2/+2
2019-04-05f2fs: fix potential recursive call when enabling data_flushChao Yu1-4/+2
2019-03-12f2fs: fix to add refcount once page is tagged PG_privateChao Yu1-2/+2
2019-03-05f2fs: don't clear CP_QUOTA_NEED_FSCK_FLAGJaegeuk Kim1-2/+4
2019-02-15f2fs: sync filesystem after roll-forward recoveryJaegeuk Kim1-2/+3
2019-02-15f2fs: add quick mode of checkpoint=disable for QAJaegeuk Kim1-0/+5
2018-12-26f2fs: check PageWriteback flag for ordered caseChao Yu1-5/+3
2018-12-26f2fs: clean up checkpoint flowChao Yu1-13/+5
2018-12-26f2fs: use kvmalloc, if kmalloc is failedJaegeuk Kim1-1/+1
2018-12-14f2fs: fix to reorder set_page_dirty and wait_on_page_writebackChao Yu1-3/+4
2018-11-26f2fs: clean up f2fs_sb_has_##feature_nameChao Yu1-1/+1
2018-10-22f2fs: guarantee journalled quota data by checkpointChao Yu1-4/+58
2018-10-16f2fs: checkpoint disablingDaniel Rosenberg1-0/+12
2018-09-30Revert: "f2fs: check last page index in cached bio to decide submission"Chao Yu1-2/+1
2018-09-28f2fs: avoid f2fs_bug_on if f2fs_get_meta_page_nofail got EIOJaegeuk Kim1-5/+5
2018-09-12f2fs: add SPDX license identifiersChao Yu1-4/+1
2018-09-11f2fs: fix to flush all dirty inodes recovered in readonly fsChao Yu1-0/+2
2018-08-14f2fs: rework fault injection handling to avoid a warningArnd Bergmann1-2/+1
2018-08-13f2fs: support fault_type mount optionChao Yu1-1/+1
2018-08-10f2fs: fix invalid memory accessChao Yu1-5/+6
2018-08-10f2fs: fix to avoid broken of dnode block listChao Yu1-3/+5
2018-08-10f2fs: fix to do sanity check with cp_pack_start_sumChao Yu1-4/+4
2018-08-01f2fs: don't keep meta pages used for block migrationChao Yu1-0/+8
2018-08-01f2fs: quota: fix incorrect commentsSheng Yong1-1/+4
2018-08-01f2fs: fix to propagate error from __get_meta_page()Chao Yu1-14/+41