aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/recovery.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-26f2fs: reserve the xattr space dynamicallyJaegeuk Kim1-4/+9
2013-08-19f2fs: alloc_page() doesn't return an ERR_PTRDan Carpenter1-3/+3
2013-08-09f2fs: introduce cur_cp_version function to reduce code sizeJaegeuk Kim1-2/+2
2013-07-30f2fs: introduce help function F2FS_NODE()Gu Zheng1-4/+2
2013-07-02f2fs: remove the unused argument "sbi" of func destroy_fsync_dnodes()Gu Zheng1-3/+2
2013-07-02f2fs: fix an endian conversion bug detected by sparseJaegeuk Kim1-2/+2
2013-06-07f2fs: fix iget/iput of dir during recoveryJaegeuk Kim1-0/+1
2013-05-28f2fs: fix dentry recovery routineJaegeuk Kim1-5/+19
2013-05-28f2fs: dereferencing an ERR_PTRDan Carpenter1-1/+2
2013-05-28f2fs: fix to handle do_recover_data errorsJaegeuk Kim1-9/+15
2013-05-28f2fs: reuse the locked dnode page and its inodeJaegeuk Kim1-5/+21
2013-05-28f2fs: don't do checkpoint if error is occurredJaegeuk Kim1-1/+2
2013-05-28f2fs: fix to unlock page before exitJaegeuk Kim1-3/+2
2013-05-28f2fs: remove unnecessary kmap/kunmap operationsJaegeuk Kim1-5/+3
2013-05-28f2fs: add debug msgs in the recovery routineJaegeuk Kim1-19/+25
2013-05-28f2fs: fix BUG_ON during f2fs_evict_inode(dir)Jaegeuk Kim1-5/+9
2013-05-28f2fs: fix por_doing variable coverageJaegeuk Kim1-2/+2
2013-05-28f2fs: remove redundant assignmentJaegeuk Kim1-3/+2
2013-05-08f2fs: recover when journal contains deleted filesChris Fries1-2/+6
2013-04-09f2fs: introduce a new global lock schemeJaegeuk Kim1-1/+7
2013-03-27f2fs: fix the recovery flow to handle errors correctlyJaegeuk Kim1-18/+28
2013-03-20f2fs: reduce unncessary locking pages during readJaegeuk Kim1-12/+19
2013-03-18f2fs: introduce readahead mode of node pagesJaegeuk Kim1-1/+1
2013-02-12Merge branch 'f2fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into devJaegeuk Kim1-7/+5
2013-02-12f2fs: clarify and enhance the f2fs_gc flowJaegeuk Kim1-1/+1
2013-02-12f2fs: avoid balanc_fs during evict_inodeJaegeuk Kim1-1/+1
2013-02-08f2fs: get rid of fake on-stack dentriesAl Viro1-7/+5
2013-01-22f2fs: use _safe() version of list_for_eachDan Carpenter1-4/+3
2013-01-04f2fs: check return value during recoveryJaegeuk Kim1-1/+1
2013-01-04f2fs: remove unneeded INIT_LIST_HEAD at few placesNamjae Jeon1-1/+0
2012-12-28f2fs: fix fsync_inode list addition logic and avoid invalid access to memoryNamjae Jeon1-3/+4
2012-12-28f2fs: handle error from f2fs_iget_nowaitNamjae Jeon1-0/+3
2012-12-11f2fs: adjust kernel coding styleJaegeuk Kim1-1/+1
2012-12-11f2fs: fix endian conversion bugs reported by sparseJaegeuk Kim1-1/+1
2012-12-11f2fs: add recovery routines for roll-forwardJaegeuk Kim1-0/+375