aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/recovery.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-02f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao Yu1-3/+3
2019-07-02f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()Joe Perches1-22/+15
2019-05-08f2fs: introduce DATA_GENERIC_ENHANCEChao Yu1-0/+12
2019-05-08f2fs: fix to avoid panic in do_recover_data()Chao Yu1-1/+9
2019-05-08f2fs: fix error path of recoveryChao Yu1-4/+11
2018-12-26f2fs: check PageWriteback flag for ordered caseChao Yu1-1/+1
2018-11-26f2fs: clean up f2fs_sb_has_##feature_nameChao Yu1-1/+1
2018-10-22f2fs: fix to keep project quota consistentChao Yu1-2/+10
2018-10-22f2fs: guarantee journalled quota data by checkpointChao Yu1-3/+40
2018-10-22f2fs: cleanup dirty pages if recover failedSheng Yong1-11/+21
2018-10-22f2fs: fix to recover inode->i_flags of inode block during PORChao Yu1-0/+1
2018-09-28f2fs: avoid f2fs_bug_on if f2fs_get_meta_page_nofail got EIOJaegeuk Kim1-0/+2
2018-09-26f2fs: mark inode dirty explicitly in recover_inode()Chao Yu1-0/+2
2018-09-26f2fs: fix to recover inode's i_gc_failures during PORChao Yu1-0/+2
2018-09-26f2fs: fix to recover inode's i_flags during PORChao Yu1-0/+1
2018-09-26f2fs: fix to recover inode's project id during PORChao Yu1-0/+13
2018-09-20f2fs: fix to recover inode's uid/gid during PORChao Yu1-0/+2
2018-09-12f2fs: add SPDX license identifiersChao Yu1-4/+1
2018-09-11f2fs: fix to flush all dirty inodes recovered in readonly fsChao Yu1-5/+9
2018-08-14f2fs: rework fault injection handling to avoid a warningArnd Bergmann1-3/+2
2018-08-01f2fs: fix wrong kernel message when recover fsync data on ro fsYunlei He1-1/+2
2018-08-01f2fs: fix to propagate error from __get_meta_page()Chao Yu1-1/+12
2018-08-01f2fs: fix to detect looped node chain correctlyChao Yu1-2/+2
2018-07-27f2fs: introduce and spread verify_blkaddrChao Yu1-3/+3
2018-05-31f2fs: clean up symbol namespaceChao Yu1-31/+32
2018-05-31f2fs: clean up with is_valid_blkaddr()Chao Yu1-3/+3
2018-05-31f2fs: do not check F2FS_INLINE_DOTS in recoverSheng Yong1-2/+0
2018-03-13f2fs: fix to handle looped node chain during recoveryChao Yu1-0/+14
2018-03-13f2fs: don't put dentry page in pagecache into highmemYunlong Song1-6/+5
2018-01-22f2fs: recover some i_inline flagsJaegeuk Kim1-2/+19
2018-01-02f2fs: remove unused parameterSheng Yong1-3/+3
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-5/+5
2017-11-05f2fs: support quota sys filesJaegeuk Kim1-2/+6
2017-08-21f2fs: check hot_data for roll-forward recoveryJaegeuk Kim1-1/+1
2017-08-21f2fs: let fill_super handle roll-forward errorsJaegeuk Kim1-2/+0
2017-08-21f2fs: support journalled quotaChao Yu1-8/+64
2017-07-31f2fs: enhance on-disk inode structure scalabilityChao Yu1-3/+4
2017-04-18f2fs: avoid dirty node pages in check_only recoveryJaegeuk Kim1-3/+5
2017-02-23f2fs: change recovery policy of xattr node blockChao Yu1-5/+3
2017-02-22f2fs: fix to avoid overflow when left shifting page offsetChao Yu1-2/+3
2017-01-29f2fs: remove unused values in recover_fsync_dataYunlei He1-4/+0
2016-11-29f2fs: do not activate auto_recovery for fallocated i_sizeJaegeuk Kim1-3/+8
2016-11-25f2fs: do not recover i_size if it's validJaegeuk Kim1-1/+1
2016-11-23Revert "f2fs: do not recover from previous remained wrong dnodes"Chao Yu1-30/+1
2016-11-23f2fs: fix wrong i_atime recoveryChao Yu1-2/+2
2016-09-30f2fs: introduce cp_lock to protect updating of ckpt_flagsChao Yu1-1/+1
2016-09-30f2fs: put directory inodes before checkpoint in roll-forward recoveryJaegeuk Kim1-1/+3
2016-09-30f2fs: use crc and cp version to determine roll-forward recoveryJaegeuk Kim1-30/+6
2016-09-13f2fs: avoid ENOMEM during roll-forward recoveryJaegeuk Kim1-13/+21
2016-09-12f2fs: add common iget in add_fsync_inodeJaegeuk Kim1-26/+17