summaryrefslogtreecommitdiff
path: root/fs/f2fs/recovery.c
AgeCommit message (Expand)Author
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
2013-02-12f2fs: clarify and enhance the f2fs_gc flowJaegeuk Kim
2013-02-12f2fs: avoid balanc_fs during evict_inodeJaegeuk Kim
2013-02-08f2fs: get rid of fake on-stack dentriesAl Viro
2013-01-22f2fs: use _safe() version of list_for_eachDan Carpenter
2013-01-04f2fs: check return value during recoveryJaegeuk Kim
2013-01-04f2fs: remove unneeded INIT_LIST_HEAD at few placesNamjae Jeon
2012-12-28f2fs: fix fsync_inode list addition logic and avoid invalid access to memoryNamjae Jeon
2012-12-28f2fs: handle error from f2fs_iget_nowaitNamjae Jeon
2012-12-11f2fs: adjust kernel coding styleJaegeuk Kim
2012-12-11f2fs: fix endian conversion bugs reported by sparseJaegeuk Kim
2012-12-11f2fs: add recovery routines for roll-forwardJaegeuk Kim