aboutsummaryrefslogtreecommitdiffstats
path: root/fsck/main.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: rearrange options to remove redundant checkJaegeuk Kim2014-09-081-8/+9
* fsck.f2fs: add auto_fix featureJaegeuk Kim2014-09-081-10/+16
* fsck.f2fs: handle error casesJaegeuk Kim2014-09-081-29/+11
* fsck.f2fs: retry to fix corrupted imageJaegeuk Kim2014-09-081-50/+91
* libf2fs, fsck, mkfs: call f2fs_finalize_device before exitJaegeuk Kim2014-06-131-0/+3
* Cleanup various build warnings (signed vs unsigned, unused vars,...)JP Abgrall2014-05-141-1/+1
* libf2fs: check more conditions on mounted filesystemJaegeuk Kim2013-08-021-1/+1
* f2fs-tools: add option to display directory treeChangman Lee2013-07-301-1/+4
* f2fs-tools: use either hex or decimal optionsChangman Lee2013-07-301-2/+8
* dump: dump inode information from blkaddrChangman Lee2013-07-181-2/+18
* f2fs-tools: add fsck.f2fs and dump.f2fsChangman Lee2013-07-041-0/+183