summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/recovery.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-08f2fs: do some cleanup for f2fs module initYangtao Li1-3/+1
2022-10-04f2fs: support recording errors into superblockChao Yu1-0/+6
2022-10-04f2fs: fix to do sanity check on summary infoChao Yu1-3/+12
2022-10-04f2fs: fix to do sanity check on destination blkaddr during recoveryChao Yu1-0/+8
2022-06-26attr: port attribute changes to new typesChristian Brauner1-4/+4
2022-06-26quota: port quota helpers mount idsChristian Brauner1-1/+1
2022-03-22Merge tag 'f2fs-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds1-5/+30
2022-02-12f2fs: add a way to limit roll forward recovery timeJaegeuk Kim1-0/+4
2022-02-03f2fs: adjust readahead block number during recoveryChao Yu1-3/+24
2022-02-01Merge tag 'unicode-for-next-5.17-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2022-01-24f2fs: move f2fs to use reader-unfair rwsemsTim Murray1-2/+2
2022-01-20unicode: clean up the Kconfig symbol confusionChristoph Hellwig1-2/+2
2022-01-19Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2022-01-15mm: introduce memalloc_retry_wait()NeilBrown1-3/+3
2022-01-04f2fs: do not bother checkpoint by f2fs_get_node_infoJaegeuk Kim1-1/+1
2021-10-29f2fs: support fault injection for dquot_initialize()Chao Yu1-3/+3
2021-09-16f2fs: avoid attaching SB_ACTIVE flag during mountChao Yu1-6/+2
2021-08-17f2fs: support fault injection for f2fs_kmem_cache_alloc()Chao Yu1-1/+2
2021-06-23f2fs: introduce f2fs_casefolded_name slab cacheChao Yu1-1/+5
2021-05-14f2fs: fix to avoid racing on fsync_entry_slab by multi filesystem instancesChao Yu1-9/+14
2021-04-10f2fs: clean up build warningsYi Zhuang1-1/+2
2020-12-02f2fs: change to use rwsem for cp_mutexSahitya Tummala1-2/+2
2020-12-02f2fs: Handle casefolding with EncryptionDaniel Rosenberg1-1/+11
2020-07-08f2fs: fix error path in do_recover_data()Chao Yu1-2/+8
2020-07-07f2fs: split f2fs_allocate_new_segments()Chao Yu1-1/+1
2020-05-11f2fs: rework filename handlingEric Biggers1-10/+41
2020-03-19f2fs: introduce DEFAULT_IO_TIMEOUTChao Yu1-2/+3
2020-03-19f2fs: clean up codes with {f2fs_,}data_blkaddr()Chao Yu1-4/+3
2020-01-15f2fs: Check write pointer consistency of open zonesShin'ichiro Kawasaki1-2/+18
2019-11-07f2fs: support aligned pinned fileJaegeuk Kim1-1/+1
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