aboutsummaryrefslogtreecommitdiffstats
path: root/fsck
Commit message (Expand)AuthorAgeFilesLines
* fsck: recover symlink with zero i_sizeJaegeuk Kim2016-11-121-0/+13
* fsck.f2fs: clean up duplicated codeXue Liu2016-11-121-48/+8
* f2fs-tools: update the format of output messageSheng Yong2016-11-122-4/+4
* fsck.f2fs: free nat entry cacheSheng Yong2016-11-121-0/+3
* fsck.f2fs: fix typoSheng Yong2016-11-121-2/+2
* fsck.f2fs: correct variable type and nameSheng Yong2016-11-121-4/+3
* f2fs.fsck: fix endianessSheng Yong2016-11-122-5/+5
* dump.f2fs: show inode->i_dir_levelSheng Yong2016-11-121-0/+1
* mkfs/fsck: add host-managed smr featureJaegeuk Kim2016-11-121-0/+3
* fsck.f2fs: allow zero link count for orphan inodeJaegeuk Kim2016-11-121-1/+1
* fsck.f2fs: modify sit dump && add nat dumpYunlei He2016-11-123-18/+134
* fsck.f2fs: check sector size if formatted from a regular fileYunlei He2016-11-121-0/+36
* fsck.f2fs: reset fsck flag if there is no bugJaegeuk Kim2016-11-121-7/+13
* fsck.f2fs: remove duplicated codes in sanity_check_raw_superJunling Zheng2016-11-121-4/+0
* resize.f2fs: replace the overprovision calculation methodYunlei He2016-11-121-2/+7
* sload.f2fs: support loading files into partition directlyJaegeuk Kim2016-11-1213-8/+1958
* resize.f2fs: support to expand partition sizeJaegeuk Kim2016-11-125-3/+649
* fsck.f2fs: check sanity of superblock and fix any misalignmentJaegeuk Kim2016-11-121-2/+101
* fsck.f2fs: nullify the freed ckpt pointerJaegeuk Kim2016-11-121-0/+1
* fsck.f2fs: set fix_on if error is detectedSheng Yong2016-11-121-0/+12
* fsck.f2fs: check ino in nat entry and node footerSheng Yong2016-11-121-0/+8
* fsck.f2fs: cache all nat entries and check each of themSheng Yong2016-11-123-1/+51
* fsck.f2fs: count the number of inodes during building nat_area_bitmapSheng Yong2016-11-123-0/+19
* fsck.f2fs: introduce -p option to check metaSheng Yong2016-11-124-5/+104
* fsck.f2fs: calculate orphan_blkaddr correctlyJunling Zheng2016-08-241-1/+1
* fsck.f2fs: refactor extent info verification flowChao Yu2016-08-243-57/+93
* fsck.f2fs: check dirent positionChao Yu2016-08-242-14/+105
* fsck.f2fs: check nat_entry->ino for all nodesSheng Yong2016-08-241-2/+2
* f2fs-tools: rebase struct f2fs_summary_block with upstreamChao Yu2016-08-242-31/+31
* fsck.f2fs: fix incorrect block_addr of node/metaJunling Zheng2016-08-241-1/+8
* fsck.f2fs: calculate the total size correctlyJunling Zheng2016-08-241-1/+2
* fsck.f2fs: check valid values for dot dentriesLiu Xue2016-08-242-1/+79
* fsck.f2fs: fix corrupted nat entry [0]Sheng Yong2016-08-241-1/+12
* fsck.f2fs: remove corrupted nid entry from indirect/double-indirect nodeSheng Yong2016-08-241-6/+40
* fsck.f2fs: show encrypted filenames matched with kernelJaegeuk Kim2016-08-241-9/+32
* fsck.f2fs: check ino of an inodeSheng Yong2016-08-241-0/+5
* fsck.f2fs: check ino of an used nat entrySheng Yong2016-08-241-0/+5
* fsck.f2fs: avoid fix ssa in some caseYunlei He2016-08-241-9/+25
* fsck.f2fs: nullify raw_super pointerJaegeuk Kim2016-08-241-0/+1
* fsck.f2fs: return 0 for no error was reportedJaegeuk Kim2016-08-241-3/+9
* fsck.f2fs: assign checkpoint pointer correctlyJaegeuk Kim2016-08-241-1/+1
* fsck.f2fs: swap checkpoint crc to CPU endianSheng Yong2016-08-241-2/+2
* f2fs-tools: avoid failure and warnings for android buildJaegeuk Kim2016-08-242-4/+6
* fsck.f2fs: fix double free invalid checkpointSheng Yong2016-08-241-6/+5
* fsck.f2fs: fix losing journal entriesJaegeuk Kim2016-08-241-1/+4
* defrag.f2fs: fix missing SSA updatesJaegeuk Kim2016-08-241-3/+6
* defrag.f2fs: enhance allocation speedJaegeuk Kim2016-08-242-5/+7
* defrag.f2fs: return error if there is no spaceJaegeuk Kim2016-08-241-10/+18
* defrag.f2fs: eliminate unexpected journal entriesJaegeuk Kim2016-08-243-0/+10
* defrag.f2fs: fix not to allocate current segmentJaegeuk Kim2016-08-241-3/+3