aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/recovery.c
Commit message (Expand)AuthorAge
* 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
* | f2fs: avoid balanc_fs during evict_inodeJaegeuk Kim2013-02-11
* | f2fs: use _safe() version of list_for_eachDan Carpenter2013-01-21
* | f2fs: check return value during recoveryJaegeuk Kim2013-01-03
* | f2fs: remove unneeded INIT_LIST_HEAD at few placesNamjae Jeon2013-01-03
|/
* f2fs: fix fsync_inode list addition logic and avoid invalid access to memoryNamjae Jeon2012-12-27
* f2fs: handle error from f2fs_iget_nowaitNamjae Jeon2012-12-27
* f2fs: adjust kernel coding styleJaegeuk Kim2012-12-10
* f2fs: fix endian conversion bugs reported by sparseJaegeuk Kim2012-12-10
* f2fs: add recovery routines for roll-forwardJaegeuk Kim2012-12-10