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