aboutsummaryrefslogtreecommitdiffstats
path: root/fsck
Commit message (Expand)AuthorAgeFilesLines
* fsck.f2fs: calculate orphan_blkaddr correctlyJunling Zheng2016-04-041-1/+1
* fsck.f2fs: refactor extent info verification flowChao Yu2016-04-043-57/+93
* fsck.f2fs: check dirent positionChao Yu2016-04-042-14/+105
* fsck.f2fs: check nat_entry->ino for all nodesSheng Yong2016-04-041-2/+2
* f2fs-tools: rebase struct f2fs_summary_block with upstreamChao Yu2016-04-042-31/+31
* fsck.f2fs: fix incorrect block_addr of node/metaJunling Zheng2016-04-041-1/+8
* fsck.f2fs: calculate the total size correctlyJunling Zheng2016-04-041-1/+2
* fsck.f2fs: check valid values for dot dentriesLiu Xue2016-04-042-1/+79
* fsck.f2fs: fix corrupted nat entry [0]Sheng Yong2016-04-041-1/+12
* fsck.f2fs: remove corrupted nid entry from indirect/double-indirect nodeSheng Yong2016-04-041-6/+40
* fsck.f2fs: show encrypted filenames matched with kernelJaegeuk Kim2016-04-041-9/+32
* fsck.f2fs: check ino of an inodeSheng Yong2016-04-041-0/+5
* fsck.f2fs: check ino of an used nat entrySheng Yong2016-04-041-0/+5
* fsck.f2fs: avoid fix ssa in some caseYunlei He2016-04-041-9/+25
* fsck.f2fs: nullify raw_super pointerJaegeuk Kim2016-04-041-0/+1
* fsck.f2fs: return 0 for no error was reportedJaegeuk Kim2016-01-191-3/+9
* fsck.f2fs: assign checkpoint pointer correctlyJaegeuk Kim2016-01-191-1/+1
* fsck.f2fs: swap checkpoint crc to CPU endianSheng Yong2016-01-191-2/+2
* f2fs-tools: avoid failure and warnings for android buildJaegeuk Kim2016-01-192-4/+6
* fsck.f2fs: fix double free invalid checkpointSheng Yong2016-01-191-6/+5
* fsck.f2fs: fix losing journal entriesJaegeuk Kim2016-01-191-1/+4
* defrag.f2fs: fix missing SSA updatesJaegeuk Kim2016-01-191-3/+6
* defrag.f2fs: enhance allocation speedJaegeuk Kim2016-01-192-5/+7
* defrag.f2fs: return error if there is no spaceJaegeuk Kim2016-01-191-10/+18
* defrag.f2fs: eliminate unexpected journal entriesJaegeuk Kim2016-01-193-0/+10
* defrag.f2fs: fix not to allocate current segmentJaegeuk Kim2016-01-191-3/+3
* lib: use u8/u32/u64 for bit operationsJaegeuk Kim2016-01-191-4/+2
* lib: fix test_bit_le functionsJaegeuk Kim2016-01-191-6/+6
* mkfs.f2fs: fix storing volume label correctly in utf16Jaegeuk Kim2016-01-191-0/+11
* fsck.f2fs: deal with realloc size and realloc failureLiu Xue2016-01-191-0/+3
* Revert "fsck.f2fs: deal with realloc failure"Jaegeuk Kim2016-01-191-4/+1
* defrag.f2fs: introduce defragmentation toolJaegeuk Kim2016-01-196-9/+531
* fsck.f2fs: LFS alloc_type must have free segment after blkoffJaegeuk Kim2016-01-194-1/+131
* f2fs-tools: export print_raw_sb_infoJaegeuk Kim2016-01-192-4/+4
* fsck.f2fs: sanity_check for extent_cache entryJaegeuk Kim2016-01-193-24/+82
* libf2fs: enhance the bit operationsJaegeuk Kim2016-01-191-6/+6
* fsck.f2fs: use get_{sb|cp} and set_{sb|cp} macrosJaegeuk Kim2016-01-192-131/+116
* fsck.f2fs: deal with realloc failureLiu Xue2016-01-191-1/+4
* fsck.f2fs: support a readonly filesystemJaegeuk Kim2016-01-192-10/+20
* fsck.f2fs: declare static functionJaegeuk Kim2016-01-191-1/+1
* fsck.f2fs: support a preen modeJaegeuk Kim2015-11-121-1/+3
* fsck.f2fs: check sit types for node or data onlyJaegeuk Kim2015-11-121-12/+10
* fsck.f2fs: add segment type in sit_dumpYunlei He2015-11-121-1/+1
* fsck.f2fs: drop extent_info to avoid potential wrong accessJaegeuk Kim2015-11-121-0/+2
* fsck.f2fs: select to update the latest valid summaryJaegeuk Kim2015-11-121-0/+44
* fsck.f2fs: add hash conversion for encrypted dentriesJaegeuk Kim2015-11-122-27/+71
* fsck.f2fs: avoid build warningJaegeuk Kim2015-11-121-1/+1
* dump.f2fs: show i_advise field in inodeJaegeuk Kim2015-11-121-0/+1
* fsck.f2fs: show superblock features and encryption infoJaegeuk Kim2015-11-121-0/+18
* fsck.f2fs: show ckeckpoint version infoJaegeuk Kim2015-11-121-1/+7