aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/recovery.c
AgeCommit message (Expand)Author
2022-02-01Merge tag 'unicode-for-next-5.17-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-01-20unicode: clean up the Kconfig symbol confusionChristoph Hellwig
2022-01-19Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-01-15mm: introduce memalloc_retry_wait()NeilBrown
2022-01-04f2fs: do not bother checkpoint by f2fs_get_node_infoJaegeuk Kim
2021-10-29f2fs: support fault injection for dquot_initialize()Chao Yu
2021-09-16f2fs: avoid attaching SB_ACTIVE flag during mountChao Yu
2021-08-17f2fs: support fault injection for f2fs_kmem_cache_alloc()Chao Yu
2021-06-23f2fs: introduce f2fs_casefolded_name slab cacheChao Yu
2021-05-14f2fs: fix to avoid racing on fsync_entry_slab by multi filesystem instancesChao Yu
2021-04-10f2fs: clean up build warningsYi Zhuang
2020-12-02f2fs: change to use rwsem for cp_mutexSahitya Tummala
2020-12-02f2fs: Handle casefolding with EncryptionDaniel Rosenberg
2020-07-08f2fs: fix error path in do_recover_data()Chao Yu
2020-07-07f2fs: split f2fs_allocate_new_segments()Chao Yu
2020-05-11f2fs: rework filename handlingEric Biggers
2020-03-19f2fs: introduce DEFAULT_IO_TIMEOUTChao Yu
2020-03-19f2fs: clean up codes with {f2fs_,}data_blkaddr()Chao Yu
2020-01-15f2fs: Check write pointer consistency of open zonesShin'ichiro Kawasaki
2019-11-07f2fs: support aligned pinned fileJaegeuk Kim
2019-07-02f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao Yu
2019-07-02f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()Joe Perches
2019-05-08f2fs: introduce DATA_GENERIC_ENHANCEChao Yu
2019-05-08f2fs: fix to avoid panic in do_recover_data()Chao Yu
2019-05-08f2fs: fix error path of recoveryChao Yu
2018-12-26f2fs: check PageWriteback flag for ordered caseChao Yu
2018-11-26f2fs: clean up f2fs_sb_has_##feature_nameChao Yu
2018-10-22f2fs: fix to keep project quota consistentChao Yu
2018-10-22f2fs: guarantee journalled quota data by checkpointChao Yu
2018-10-22f2fs: cleanup dirty pages if recover failedSheng Yong
2018-10-22f2fs: fix to recover inode->i_flags of inode block during PORChao Yu
2018-09-28f2fs: avoid f2fs_bug_on if f2fs_get_meta_page_nofail got EIOJaegeuk Kim
2018-09-26f2fs: mark inode dirty explicitly in recover_inode()Chao Yu
2018-09-26f2fs: fix to recover inode's i_gc_failures during PORChao Yu
2018-09-26f2fs: fix to recover inode's i_flags during PORChao Yu
2018-09-26f2fs: fix to recover inode's project id during PORChao Yu
2018-09-20f2fs: fix to recover inode's uid/gid during PORChao Yu
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-01f2fs: fix wrong kernel message when recover fsync data on ro fsYunlei He
2018-08-01f2fs: fix to propagate error from __get_meta_page()Chao Yu
2018-08-01f2fs: fix to detect looped node chain correctlyChao Yu
2018-07-27f2fs: introduce and spread verify_blkaddrChao Yu
2018-05-31f2fs: clean up symbol namespaceChao Yu
2018-05-31f2fs: clean up with is_valid_blkaddr()Chao Yu
2018-05-31f2fs: do not check F2FS_INLINE_DOTS in recoverSheng Yong
2018-03-13f2fs: fix to handle looped node chain during recoveryChao Yu
2018-03-13f2fs: don't put dentry page in pagecache into highmemYunlong Song
2018-01-22f2fs: recover some i_inline flagsJaegeuk Kim