aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* f2fs-tools: hack headers to unbreak darwin buildstaging/cm-14.1-cafrebasecm-14.1_prerebasecm-14.1Alexander Martinz2016-11-253-0/+4461
* libf2fs_fmt: Add missing src fileLuca Stefani2016-11-241-0/+2
* f2fs-tools: Update to 1.7.0Luca Stefani2016-11-121-4/+11
* f2fs-tools: release 1.7.0Jaegeuk Kim2016-11-122-5/+5
* 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-124-20/+20
* 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: define DISCARD/SECDISCARD macroJaegeuk Kim2016-11-121-8/+19
* mkfs/fsck: add host-managed smr featureJaegeuk Kim2016-11-123-0/+7
* fsck.f2fs: allow zero link count for orphan inodeJaegeuk Kim2016-11-121-1/+1
* mkfs.f2fs: ZBC device supportJaegeuk Kim2016-11-127-6/+1069
* 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
* script: add simple test scriptJaegeuk Kim2016-11-121-0/+137
* sload.f2fs: support loading files into partition directlyJaegeuk Kim2016-11-1223-17/+2042
* resize.f2fs: support to expand partition sizeJaegeuk Kim2016-11-1212-8/+724
* fibmap: pull in sys/sysmacros.h for major/minorMike Frysinger2016-11-121-0/+1
* 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-125-5/+105
* f2fs-tools: android: release 1.6.1cm-14.0luca0204002016-08-241-1/+1
* f2fs-tools: release 1.6.1Jaegeuk Kim2016-08-242-4/+4
* 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-243-14/+108
* mkfs.f2fs: set segment_count in super block correctlyFan Li2016-08-241-1/+2
* 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-244-58/+77
* 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
* f2fs-tools: redefine MAX_SIT_BITMAP_SIZEJunling Zheng2016-08-241-1/+3
* libf2fs: limit the total size up to 16TJunling Zheng2016-08-241-0/+5
* 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: check /proc/mounts first to detect readonlyJaegeuk Kim2016-08-241-8/+8
* 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