aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/recovery.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: use list_for_each_entry{_safe} for simplyfying codeChao Yu2015-05-021-4/+2
* f2fs: call f2fs_wait_on_page_writeback instead of native functionJaegeuk Kim2015-05-021-1/+1
* f2fs: remove the unused ctor argument of f2fs_kmem_cache_create()Gu Zheng2015-05-021-1/+1
* f2fs: use existing macro to clean up some codesChao Yu2015-05-021-1/+1
* f2fs: fix a build warningJaegeuk Kim2015-05-021-11/+8
* f2fs: clean up with a macroJaegeuk Kim2015-05-021-2/+1
* f2fs: fix to recover xattr node blockJaegeuk Kim2015-05-021-0/+3
* f2fs: clean checkpatch warningsChris Fries2015-05-021-6/+6
* f2fs: add inline_data recovery routineJaegeuk Kim2015-05-021-2/+6
* f2fs: introduce F2FS_INODE macro to get f2fs_inodeJaegeuk Kim2015-05-021-4/+2
* f2fs: check filename length in recover_dentryChao Yu2015-05-021-0/+6
* f2fs: add unlikely() macro for compiler more aggressivelyJaegeuk Kim2015-05-021-1/+1
* f2fs: avoid unneeded page release for correct _count of pageChao Yu2015-05-021-4/+5
* f2fs: use inner macro GFP_F2FS_ZERO for simplificationChao Yu2015-05-021-1/+1
* f2fs: refactor bio-related operationsJaegeuk Kim2015-05-021-2/+2
* f2fs: add an option to avoid unnecessary BUG_ONsJaegeuk Kim2015-05-021-5/+5
* f2fs: use bool for booleansHaicheng Li2015-05-021-4/+4
* f2fs: use rw_sem instead of fs_lock(locks mutex)Gu Zheng2015-05-021-4/+3
* f2fs: account for orphan inodes during recoveryRuss W. Knize2015-05-021-6/+13
* f2fs: remove unneeded write checkpoint in recover_fsync_dataChao Yu2015-05-021-1/+4
* f2fs: reserve the xattr space dynamicallyJaegeuk Kim2015-05-021-4/+9
* f2fs: alloc_page() doesn't return an ERR_PTRDan Carpenter2015-05-021-3/+3
* f2fs: introduce cur_cp_version function to reduce code sizeJaegeuk Kim2015-05-021-2/+2
* f2fs: introduce help function F2FS_NODE()Gu Zheng2015-05-021-4/+2
* f2fs: remove the unused argument "sbi" of func destroy_fsync_dnodes()Gu Zheng2015-05-021-3/+2
* f2fs: fix an endian conversion bug detected by sparseJaegeuk Kim2015-05-021-2/+2
* f2fs: fix iget/iput of dir during recoveryJaegeuk Kim2015-05-021-0/+1
* f2fs: fix dentry recovery routineJaegeuk Kim2015-05-021-5/+19
* f2fs: dereferencing an ERR_PTRDan Carpenter2015-05-021-1/+2
* f2fs: fix to handle do_recover_data errorsJaegeuk Kim2015-05-021-9/+15
* f2fs: reuse the locked dnode page and its inodeJaegeuk Kim2015-05-021-5/+21
* f2fs: don't do checkpoint if error is occurredJaegeuk Kim2015-05-021-1/+2
* f2fs: fix to unlock page before exitJaegeuk Kim2015-05-021-3/+2
* f2fs: remove unnecessary kmap/kunmap operationsJaegeuk Kim2015-05-021-5/+3
* f2fs: add debug msgs in the recovery routineJaegeuk Kim2015-05-021-19/+25
* f2fs: fix BUG_ON during f2fs_evict_inode(dir)Jaegeuk Kim2015-05-021-5/+9
* f2fs: fix por_doing variable coverageJaegeuk Kim2015-05-021-2/+2
* f2fs: remove redundant assignmentJaegeuk Kim2015-05-021-3/+2
* f2fs: recover when journal contains deleted filesChris Fries2015-05-021-2/+6
* f2fs: introduce a new global lock schemeJaegeuk Kim2015-05-021-1/+7
* f2fs: fix the recovery flow to handle errors correctlyJaegeuk Kim2015-05-021-18/+28
* f2fs: reduce unncessary locking pages during readJaegeuk Kim2015-05-021-12/+19
* f2fs: introduce readahead mode of node pagesJaegeuk Kim2015-05-021-1/+1
* f2fs: clarify and enhance the f2fs_gc flowJaegeuk Kim2015-05-021-1/+1
* f2fs: avoid balanc_fs during evict_inodeJaegeuk Kim2015-05-021-1/+1
* f2fs: get rid of fake on-stack dentriesAl Viro2015-05-021-7/+5
* f2fs: use _safe() version of list_for_eachDan Carpenter2015-05-021-4/+3
* f2fs: check return value during recoveryJaegeuk Kim2015-05-021-1/+1
* f2fs: remove unneeded INIT_LIST_HEAD at few placesNamjae Jeon2015-05-021-1/+0
* f2fs: fix fsync_inode list addition logic and avoid invalid access to memoryNamjae Jeon2015-05-021-3/+4