aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/recovery.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-07f2fs: add roll-forward recovery process for encrypted dentryShuoran Liu1-10/+13
2016-09-07f2fs: support async discardChao Yu1-0/+2
2016-07-20f2fs: handle error case with f2fs_bug_onJaegeuk Kim1-0/+2
2016-07-20f2fs: fix to report error number of f2fs_find_entryChao Yu1-2/+5
2016-06-13f2fs: introduce mode=lfs mount optionJaegeuk Kim1-1/+5
2016-06-02f2fs: avoid unnecessary updating inode during fsyncJaegeuk Kim1-0/+3
2016-06-02f2fs: remove syncing inode page in all the casesJaegeuk Kim1-3/+0
2016-06-02f2fs: introduce f2fs_i_size_write with mark_inode_dirty_syncJaegeuk Kim1-1/+1
2016-05-20f2fs: avoid ENOSPC fault in the recovery processJaegeuk Kim1-0/+4
2016-05-18f2fs: use percpu_counter for alloc_valid_block_countJaegeuk Kim1-2/+3
2016-05-11f2fs: avoid f2fs_bug_on during recoveryJaegeuk Kim1-2/+1
2016-05-07f2fs: fix inode cache leakChao Yu1-25/+31
2016-05-07f2fs: remove unneeded readahead in find_fsync_dnodesChao Yu1-2/+0
2016-05-03f2fs: factor out fsync inode entry operationsChao Yu1-21/+38
2016-04-26f2fs: set fsync mark only for the last dnodeJaegeuk Kim1-6/+3
2016-04-15f2fs: give -EINVAL for norecovery and rw mountJaegeuk Kim1-4/+7
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2016-02-22f2fs: support revoking atomic written pagesChao Yu1-1/+1
2016-02-22f2fs: remove unneeded pointer conversionChao Yu1-6/+4
2016-02-22f2fs: use wait_for_stable_page to avoid contentionJaegeuk Kim1-1/+1
2015-12-30f2fs: report error of do_checkpointChao Yu1-1/+1
2015-12-04f2fs: clean up argument of recover_dataChao Yu1-4/+3
2015-12-04f2fs: do not recover from previous remained wrong dnodesJaegeuk Kim1-1/+30
2015-10-12f2fs: support lower priority asynchronous readahead in ra_meta_pagesChao Yu1-1/+1