summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/recovery.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: report error of do_checkpointChao Yu2015-12-301-1/+1
* f2fs: clean up argument of recover_dataChao Yu2015-12-041-4/+3Star
* f2fs: do not recover from previous remained wrong dnodesJaegeuk Kim2015-12-041-1/+30
* f2fs: support lower priority asynchronous readahead in ra_meta_pagesChao Yu2015-10-121-1/+1
* f2fs: don't tag REQ_META for temporary non-meta pagesChao Yu2015-10-121-2/+2
* f2fs: remove unneeded f2fs_{,un}lock_op in do_recover_data()Chao Yu2015-10-101-6/+1Star
* f2fs: fix overflow of size calculationChao Yu2015-10-101-1/+1
* f2fs: do not write any node pages related to orphan inodesJaegeuk Kim2015-08-201-3/+1Star
* f2fs: recover invalid/reserved block address for fsynced fileChao Yu2015-08-061-4/+24
* f2fs: invalidate temporary meta pageChao Yu2015-08-051-1/+10
* f2fs: hide common code in f2fs_replace_blockChao Yu2015-06-021-7/+2Star
* f2fs crypto: add filename encryption for roll-forward recoveryJaegeuk Kim2015-05-291-1/+12
* f2fs: introduce f2fs_replace_block() for reuseChao Yu2015-05-291-1/+1
* f2fs: use is_valid_blkaddr to verify blkaddr for readabilityChao Yu2015-05-071-3/+3
* f2fs: pass checkpoint reason on roll-forward recoveryJaegeuk Kim2015-04-161-1/+1
* f2fs: do not recover wrong data indexJaegeuk Kim2015-04-111-1/+3
* f2fs: do not increase link count during recoveryJaegeuk Kim2015-04-111-8/+3Star
* f2fs: add F2FS_INLINE_DOTS to recover missing dot dentriesJaegeuk Kim2015-04-111-1/+1
* f2fs: fix mismatching lock and unlock pages for roll-forward recoveryJaegeuk Kim2015-04-111-17/+31
* f2fs: split set_data_blkaddr from f2fs_update_extent_cacheChao Yu2015-04-111-0/+1
* f2fs: avoid wrong error during recoveryJaegeuk Kim2015-03-031-1/+3
* f2fs: remove obsolete codeJaegeuk Kim2015-03-031-2/+0Star
* f2fs: introduce universal lookup/update interface for extent cacheChao Yu2015-03-031-1/+1
* f2fs: merge flags in struct f2fs_sb_infoChao Yu2015-02-121-2/+2
* f2fs: leave comment for code readabilityJaegeuk Kim2015-02-121-0/+4
* f2fs: clean up to remove parameterJaegeuk Kim2015-01-101-1/+2
* f2fs: avoid to ra unneeded blocks in recover flowChao Yu2014-12-081-2/+8
* f2fs: introduce f2fs_dentry_kunmap to clean upJaegeuk Kim2014-11-241-2/+1Star
* f2fs: enable inline dir handlingChao Yu2014-11-041-1/+2
* f2fs: export dir operations for inline dirChao Yu2014-11-041-1/+1
* f2fs: check the use of macros on block counts and addressesJaegeuk Kim2014-10-011-5/+3Star
* f2fs: introduce cp_control structureJaegeuk Kim2014-10-011-1/+4
* f2fs: remove redundant operation during roll-forward recoveryJaegeuk Kim2014-09-231-24/+19Star
* f2fs: fix roll-forward missing scenariosJaegeuk Kim2014-09-231-11/+60
* f2fs: use meta_inode cache to improve roll-forward speedJaegeuk Kim2014-09-231-33/+23Star
* f2fs: fix double lock for inode page during roll-foward recoveryJaegeuk Kim2014-09-161-7/+21
* f2fs: need fsck.f2fs when f2fs_bug_on is triggeredJaegeuk Kim2014-09-091-4/+4
* f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SBJaegeuk Kim2014-09-041-1/+1
* f2fs: remove rewrite_node_pageJaegeuk Kim2014-08-211-2/+0Star
* f2fs: prevent checkpoint during roll-forwardJaegeuk Kim2014-08-211-0/+8
* f2fs: avoid bug_on when error is occurredJaegeuk Kim2014-08-191-1/+2
* f2fs: fix to recover inline_xattr/data and blocksJaegeuk Kim2014-08-191-4/+9
* f2fs: clear FI_INC_LINK during the recoveryJaegeuk Kim2014-08-191-1/+3
* f2fs: avoid skipping recover_inline_xattr after recover_inline_dataChao Yu2014-08-021-0/+2
* f2fs: avoid retrying wrong recovery routine when error was occurredJaegeuk Kim2014-07-301-1/+19
* f2fs: avoid not to call remove_dirty_inodeJaegeuk Kim2014-06-061-8/+13
* f2fs: set errno when f2fs_iget failed in recover_dentryChao Yu2014-05-071-1/+2
* f2fs: introduce help macro ADDRS_PER_PAGE()Chao Yu2014-05-071-4/+1Star
* f2fs: remove costly dirty_dir_inode operationsJaegeuk Kim2014-05-071-8/+10
* f2fs: use list_for_each_entry{_safe} for simplyfying codeChao Yu2014-04-021-4/+2Star