aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/recovery.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: check hot_data for roll-forward recoveryJaegeuk Kim2017-10-041-1/+1
* f2fs: let fill_super handle roll-forward errorsJaegeuk Kim2017-10-041-2/+0
* f2fs: support journalled quotaChao Yu2017-10-041-8/+52
* f2fs: enhance on-disk inode structure scalabilityChao Yu2017-10-041-3/+4
* FS: F2FS: Use jiffiesDorimanx2017-09-041-2/+3
* f2fs: avoid dirty node pages in check_only recoveryJaegeuk Kim2017-05-211-3/+5
* f2fs: change recovery policy of xattr node blockChao Yu2017-04-131-5/+3
* f2fs: fix to avoid overflow when left shifting page offsetChao Yu2017-04-131-2/+3
* f2fs: remove unused values in recover_fsync_dataYunlei He2017-04-131-4/+0
* f2fs: do not activate auto_recovery for fallocated i_sizeJaegeuk Kim2017-04-131-3/+8
* f2fs: do not recover i_size if it's validJaegeuk Kim2017-04-131-1/+1
* Revert "f2fs: do not recover from previous remained wrong dnodes"Chao Yu2017-04-131-30/+1
* f2fs: fix wrong i_atime recoveryChao Yu2017-04-131-2/+2
* f2fs: introduce cp_lock to protect updating of ckpt_flagsChao Yu2017-04-131-1/+1
* f2fs: put directory inodes before checkpoint in roll-forward recoveryJaegeuk Kim2017-04-131-1/+3
* f2fs: use crc and cp version to determine roll-forward recoveryJaegeuk Kim2017-04-131-28/+6
* f2fs: avoid ENOMEM during roll-forward recoveryJaegeuk Kim2017-04-131-13/+21
* f2fs: add common iget in add_fsync_inodeJaegeuk Kim2017-04-131-26/+17
* f2fs: add roll-forward recovery process for encrypted dentryShuoran Liu2017-04-131-10/+13
* f2fs: handle error case with f2fs_bug_onJaegeuk Kim2017-04-131-0/+2
* f2fs: fix to report error number of f2fs_find_entryChao Yu2017-04-131-2/+5
* f2fs: introduce mode=lfs mount optionJaegeuk Kim2017-04-131-1/+5
* f2fs: avoid unnecessary updating inode during fsyncJaegeuk Kim2017-04-131-0/+3
* f2fs: remove syncing inode page in all the casesJaegeuk Kim2017-04-131-3/+0
* f2fs: introduce f2fs_i_size_write with mark_inode_dirty_syncJaegeuk Kim2017-04-131-1/+1
* f2fs: adjust other changesJaegeuk Kim2017-04-131-1/+1
* f2fs: avoid ENOSPC fault in the recovery processJaegeuk Kim2017-04-131-0/+4
* f2fs: use percpu_counter for alloc_valid_block_countJaegeuk Kim2017-04-131-2/+3
* f2fs: avoid f2fs_bug_on during recoveryJaegeuk Kim2017-04-131-2/+1
* f2fs: fix inode cache leakChao Yu2017-04-131-25/+31
* f2fs: remove unneeded readahead in find_fsync_dnodesChao Yu2017-04-131-2/+0
* f2fs: factor out fsync inode entry operationsChao Yu2017-04-131-21/+38
* f2fs: set fsync mark only for the last dnodeJaegeuk Kim2017-04-131-6/+3
* f2fs: give -EINVAL for norecovery and rw mountJaegeuk Kim2017-04-131-4/+7
* f2fs: support revoking atomic written pagesChao Yu2017-04-131-1/+1
* f2fs: remove unneeded pointer conversionChao Yu2017-04-131-6/+4
* f2fs: use wait_for_stable_page to avoid contentionJaegeuk Kim2017-04-131-1/+1
* f2fs: report error of do_checkpointChao Yu2017-04-131-1/+1
* f2fs: clean up argument of recover_dataChao Yu2017-04-131-4/+3
* f2fs: do not recover from previous remained wrong dnodesJaegeuk Kim2017-04-131-1/+30
* f2fs: catch up to v4.4-rc1Jaegeuk Kim2017-04-131-158/+359
* first commitMeizu OpenSource2016-08-151-0/+402