summaryrefslogtreecommitdiff
path: root/fs/f2fs/recovery.c
AgeCommit message (Expand)Author
2014-08-02f2fs: avoid skipping recover_inline_xattr after recover_inline_dataChao Yu
2014-07-30f2fs: avoid retrying wrong recovery routine when error was occurredJaegeuk Kim
2014-06-07f2fs: avoid not to call remove_dirty_inodeJaegeuk Kim
2014-05-07f2fs: set errno when f2fs_iget failed in recover_dentryChao Yu
2014-05-07f2fs: introduce help macro ADDRS_PER_PAGE()Chao Yu
2014-05-07f2fs: remove costly dirty_dir_inode operationsJaegeuk Kim
2014-04-02f2fs: use list_for_each_entry{_safe} for simplyfying codeChao Yu
2014-03-20f2fs: call f2fs_wait_on_page_writeback instead of native functionJaegeuk Kim
2014-03-10f2fs: remove the unused ctor argument of f2fs_kmem_cache_create()Gu Zheng
2014-02-27f2fs: use existing macro to clean up some codesChao Yu
2014-02-17f2fs: fix a build warningJaegeuk Kim
2014-02-17f2fs: clean up with a macroJaegeuk Kim
2014-02-17f2fs: fix to recover xattr node blockJaegeuk Kim
2014-01-20f2fs: clean checkpatch warningsChris Fries
2014-01-06f2fs: add inline_data recovery routineJaegeuk Kim
2013-12-26f2fs: introduce F2FS_INODE macro to get f2fs_inodeJaegeuk Kim
2013-12-26f2fs: check filename length in recover_dentryChao Yu
2013-12-23f2fs: add unlikely() macro for compiler more aggressivelyJaegeuk Kim
2013-12-23f2fs: avoid unneeded page release for correct _count of pageChao Yu
2013-12-23f2fs: use inner macro GFP_F2FS_ZERO for simplificationChao Yu
2013-12-23f2fs: refactor bio-related operationsJaegeuk Kim
2013-10-29f2fs: add an option to avoid unnecessary BUG_ONsJaegeuk Kim
2013-10-25f2fs: use bool for booleansHaicheng Li
2013-10-07f2fs: use rw_sem instead of fs_lock(locks mutex)Gu Zheng
2013-09-25f2fs: account for orphan inodes during recoveryRuss W. Knize
2013-09-25f2fs: remove unneeded write checkpoint in recover_fsync_dataChao Yu
2013-08-26f2fs: reserve the xattr space dynamicallyJaegeuk Kim
2013-08-19f2fs: alloc_page() doesn't return an ERR_PTRDan Carpenter
2013-08-09f2fs: introduce cur_cp_version function to reduce code sizeJaegeuk Kim
2013-07-30f2fs: introduce help function F2FS_NODE()Gu Zheng
2013-07-02f2fs: remove the unused argument "sbi" of func destroy_fsync_dnodes()Gu Zheng
2013-07-02f2fs: fix an endian conversion bug detected by sparseJaegeuk Kim
2013-06-07f2fs: fix iget/iput of dir during recoveryJaegeuk Kim
2013-05-28f2fs: fix dentry recovery routineJaegeuk Kim
2013-05-28f2fs: dereferencing an ERR_PTRDan Carpenter
2013-05-28f2fs: fix to handle do_recover_data errorsJaegeuk Kim
2013-05-28f2fs: reuse the locked dnode page and its inodeJaegeuk Kim
2013-05-28f2fs: don't do checkpoint if error is occurredJaegeuk Kim
2013-05-28f2fs: fix to unlock page before exitJaegeuk Kim
2013-05-28f2fs: remove unnecessary kmap/kunmap operationsJaegeuk Kim
2013-05-28f2fs: add debug msgs in the recovery routineJaegeuk Kim
2013-05-28f2fs: fix BUG_ON during f2fs_evict_inode(dir)Jaegeuk Kim
2013-05-28f2fs: fix por_doing variable coverageJaegeuk Kim
2013-05-28f2fs: remove redundant assignmentJaegeuk Kim
2013-05-08f2fs: recover when journal contains deleted filesChris Fries
2013-04-09f2fs: introduce a new global lock schemeJaegeuk Kim
2013-03-27f2fs: fix the recovery flow to handle errors correctlyJaegeuk Kim
2013-03-20f2fs: reduce unncessary locking pages during readJaegeuk Kim
2013-03-18f2fs: introduce readahead mode of node pagesJaegeuk Kim
2013-02-12Merge branch 'f2fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs...Jaegeuk Kim