aboutsummaryrefslogtreecommitdiffstats
path: root/fsck
Commit message (Expand)AuthorAgeFilesLines
* fsck.f2fs: fix missing i_linksJaegeuk Kim2015-11-123-19/+25
* fsck.f2fs: count child directories correctly for i_linksJaegeuk Kim2015-11-121-10/+10
* fsck.f2fs: fix corrupted dentriesJaegeuk Kim2015-11-121-16/+31
* fsck.f2fs: fix summary blockJaegeuk Kim2015-11-121-48/+118
* fsck.f2fs: return summary block pointer and typesJaegeuk Kim2015-11-124-26/+40
* fsck.f2fs: preserve orphan blocksJaegeuk Kim2015-11-121-12/+36
* fsck.f2fs: skip block count fix when i_links is fixedJaegeuk Kim2015-11-121-12/+13
* fsck.f2fs: fix inodes having wrong i_linksJaegeuk Kim2015-11-122-0/+42
* fsck.f2fs: check file typesJaegeuk Kim2015-11-121-0/+28
* fsck.f2fs: remove inconsistent named directoriesJaegeuk Kim2015-11-123-11/+20
* fsck.f2fs: reduce redundant messageJaegeuk Kim2015-11-121-1/+1
* fsck.f2fs: show total sectors consumed by filesystemJaegeuk Kim2015-11-121-0/+6
* fsck.f2fs: show cp_state for fsck.f2fsJaegeuk Kim2015-11-124-17/+26
* f2fs-tools: fix build system to make distcheck correctlyAnthony G. Basile2015-11-121-1/+1
* Add darwin support for building the host toolsKeith Mok2015-10-191-0/+2
* fsck.f2fs: remove corrupted data indices in direct node blocksJaegeuk Kim2015-03-231-1/+11
* fsck.f2fs: support large sector sizeChao Yu2015-03-231-3/+6
* fsck.f2fs: readahead node blocks to speed upJaegeuk Kim2015-03-231-1/+33
* dump.f2fs: show checkpoint flagJaegeuk Kim2015-03-231-0/+20
* fsck.f2fs: fix sit types seamlesslyJaegeuk Kim2015-03-231-9/+5
* dump.f2fs: dump owner of data given block addressJaegeuk Kim2015-03-235-24/+169
* fsck.f2fs: no need to fix SIT type for COLD_DATAJaegeuk Kim2015-03-231-3/+7
* fsck.f2fs: remove unused valueJaegeuk Kim2015-03-231-1/+0
* fsck.f2fs: add a missing 'fixed' during chk_dentries()JP Abgrall2015-03-231-0/+1
* fsck.f2fs: avoid false alarm on SIT type fixJaegeuk Kim2015-03-233-5/+32
* fsck.f2fs: remove unneeded returnJaegeuk Kim2015-03-231-3/+3
* fsck.f2fs: show orphan inodes when fixing partitionJaegeuk Kim2015-03-231-3/+5
* mkfs.f2fs: give a kernel version for initial formatJaegeuk Kim2015-03-231-0/+3
* fsck.f2fs: trigger fsck.f2fs when new change was madeJaegeuk Kim2015-03-231-1/+30
* fsck.f2fs: fix SIT entry typesJaegeuk Kim2015-03-232-10/+38
* fsck.f2fs: actually flag the fixed dentries as fixedJP Abgrall2014-11-071-0/+2
* f2fs: use last_blk for print dentriesJaegeuk Kim2014-11-071-1/+1
* fsck.f2fs: fix DATA_EXIST flag for old partitionJaegeuk Kim2014-11-071-0/+11
* fsck.f2fs: attempt to identify bad dentriesJP Abgrall2014-11-071-3/+23
* fsck.f2fs: show inline status of inodeJaegeuk Kim2014-11-071-0/+1
* fsck.f2fs: fix wrongly allocated 0'th block for inline_dataJaegeuk Kim2014-11-071-2/+11
* fsck.f2fs: fix link count correctlyJaegeuk Kim2014-11-071-0/+1
* fsck.f2fs: fix wrong hash_code made by previous buggy codeJaegeuk Kim2014-11-071-5/+27
* fsck.f2fs: support inline_dentryJaegeuk Kim2014-11-073-41/+89
* fsck.f2fs: fix superblock offsetJaegeuk Kim2014-11-071-1/+6
* fsck.f2fs: fix wrong block addres of nidsJaegeuk Kim2014-11-071-3/+1
* f2fs: rearrange options to remove redundant checkJaegeuk Kim2014-09-083-18/+19
* fsck.f2fs: add auto_fix featureJaegeuk Kim2014-09-082-11/+29
* fsck.f2fs: avoid build warningsJaegeuk Kim2014-09-082-6/+8
* fsck.f2fs: remove list.hJaegeuk Kim2014-09-081-1/+4
* fsck.f2fs: check next block is free or notJaegeuk Kim2014-09-083-27/+65
* fsck.f2fs: fix checkpointJaegeuk Kim2014-09-084-5/+227
* fsck.f2fs: handle correctly segment summary entriesJaegeuk Kim2014-09-082-91/+80
* fsck.f2fs: remove corrupted xattr blockJaegeuk Kim2014-09-082-30/+36
* fsck.f2fs: corrupted orphan inode will be removedJaegeuk Kim2014-09-081-3/+1