summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/recovery.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: unify the error handling of f2fs_is_valid_blkaddrZhiguo Niu2024-03-121-4/+0
* f2fs: fix to check return value __allocate_new_segmentZhiguo Niu2024-03-041-1/+1
* f2fs: fix write pointers all the timeJaegeuk Kim2024-02-291-8/+7
* f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SECJaegeuk Kim2024-02-271-1/+1
* f2fs: fix to avoid potential panic during recoveryChao Yu2024-02-051-17/+16
* f2fs: fix write pointers on zoned device after roll forwardJaegeuk Kim2023-12-041-0/+2
* f2fs: fix to check return value of f2fs_reserve_new_block()Chao Yu2023-11-171-6/+17
* f2fs: convert to new timestamp accessorsJeff Layton2023-10-181-4/+4
* Merge tag 'f2fs-for-6-6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-09-021-0/+1
|\
| * f2fs: fix to account cp stats correctlyChao Yu2023-08-141-0/+1
* | f2fs: convert to ctime accessor functionsJeff Layton2023-07-241-2/+2
|/
* f2fs: remove redundant assignment to variable errColin Ian King2023-06-261-3/+1
* f2fs: Detect looped node chain efficientlyChunhai Guo2023-06-121-20/+51
* f2fs: fix to recover quota data correctlyChao Yu2023-04-121-16/+1
* fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner2023-01-191-2/+2
* quota: port to mnt_idmapChristian Brauner2023-01-191-1/+1
* f2fs: do some cleanup for f2fs module initYangtao Li2022-12-081-3/+1
* f2fs: support recording errors into superblockChao Yu2022-10-041-0/+6
* f2fs: fix to do sanity check on summary infoChao Yu2022-10-041-3/+12
* f2fs: fix to do sanity check on destination blkaddr during recoveryChao Yu2022-10-041-0/+8
* attr: port attribute changes to new typesChristian Brauner2022-06-261-4/+4
* quota: port quota helpers mount idsChristian Brauner2022-06-261-1/+1
* Merge tag 'f2fs-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2022-03-221-5/+30
|\
| * f2fs: add a way to limit roll forward recovery timeJaegeuk Kim2022-02-121-0/+4
| * f2fs: adjust readahead block number during recoveryChao Yu2022-02-031-3/+24
| * f2fs: move f2fs to use reader-unfair rwsemsTim Murray2022-01-241-2/+2
* | Merge tag 'unicode-for-next-5.17-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-02-011-2/+2
|\ \ | |/ |/|
| * unicode: clean up the Kconfig symbol confusionChristoph Hellwig2022-01-201-2/+2
* | Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-191-1/+1
|\ \ | |/ |/|
| * f2fs: do not bother checkpoint by f2fs_get_node_infoJaegeuk Kim2022-01-041-1/+1
* | mm: introduce memalloc_retry_wait()NeilBrown2022-01-151-3/+3
|/
* f2fs: support fault injection for dquot_initialize()Chao Yu2021-10-291-3/+3
* f2fs: avoid attaching SB_ACTIVE flag during mountChao Yu2021-09-161-6/+2
* f2fs: support fault injection for f2fs_kmem_cache_alloc()Chao Yu2021-08-171-1/+2
* f2fs: introduce f2fs_casefolded_name slab cacheChao Yu2021-06-231-1/+5
* f2fs: fix to avoid racing on fsync_entry_slab by multi filesystem instancesChao Yu2021-05-141-9/+14
* f2fs: clean up build warningsYi Zhuang2021-04-101-1/+2
* f2fs: change to use rwsem for cp_mutexSahitya Tummala2020-12-021-2/+2
* f2fs: Handle casefolding with EncryptionDaniel Rosenberg2020-12-021-1/+11
* f2fs: fix error path in do_recover_data()Chao Yu2020-07-081-2/+8
* f2fs: split f2fs_allocate_new_segments()Chao Yu2020-07-071-1/+1
* f2fs: rework filename handlingEric Biggers2020-05-111-10/+41
* f2fs: introduce DEFAULT_IO_TIMEOUTChao Yu2020-03-191-2/+3
* f2fs: clean up codes with {f2fs_,}data_blkaddr()Chao Yu2020-03-191-4/+3
* f2fs: Check write pointer consistency of open zonesShin'ichiro Kawasaki2020-01-151-2/+18
* f2fs: support aligned pinned fileJaegeuk Kim2019-11-071-1/+1
* f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao Yu2019-07-021-3/+3
* f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()Joe Perches2019-07-021-22/+15
* f2fs: introduce DATA_GENERIC_ENHANCEChao Yu2019-05-081-0/+12
* f2fs: fix to avoid panic in do_recover_data()Chao Yu2019-05-081-1/+9