aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* fsck.f2fs: check ino of an used nat entrySheng Yong2016-08-241-0/+5
* f2fs-tools: fix endianness of on-disk check_sum in summary_footerSheng Yong2016-08-241-1/+1
* fsck.f2fs: avoid fix ssa in some caseYunlei He2016-08-241-9/+25
* mkfs.f2fs: reset dnode with zerosJaegeuk Kim2016-08-241-2/+1
* fsck.f2fs: nullify raw_super pointerJaegeuk Kim2016-08-241-0/+1
* f2fs-utils: Fix Android host utilsSteve Kondik2016-08-242-3/+16
* Slight ifndef changeGreg Wallace2016-08-241-2/+2
* Fix readonly for androidGreg Wallace2016-08-241-1/+22
* 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-244-10/+17
* mkfs.f2fs: introduce zone align for main areaYunlei He2016-08-241-10/+10
* fsck.f2fs: fix double free invalid checkpointSheng Yong2016-08-241-6/+5
* man: modify mkfs.f2fs man pageJaegeuk Kim2016-08-241-1/+3
* man: add missing man pagesJaegeuk Kim2016-08-245-2/+214
* Update android versionGreg Wallace2016-08-241-1/+1
* f2fs-tools: release 1.6.0Jaegeuk Kim2016-08-241-2/+2
* mkfs.f2fs: fix check error when calloc sum_compact failureLiu Xue2016-08-241-1/+1
* 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
* libf2fs: fix incorrect type define of declarationChao Yu2016-08-241-2/+2
* 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
* lib: use u8/u32/u64 for bit operationsJaegeuk Kim2016-08-243-22/+15
* lib: fix test_bit_le functionsJaegeuk Kim2016-08-244-26/+21
* mkfs.f2fs: remove extent_cache entry for parent directoryJaegeuk Kim2016-08-241-2/+2
* mkfs.f2fs: fix storing volume label correctly in utf16Jaegeuk Kim2016-08-244-13/+186
* fsck.f2fs: deal with realloc size and realloc failureLiu Xue2016-08-241-0/+3
* Revert "fsck.f2fs: deal with realloc failure"Jaegeuk Kim2016-08-241-4/+1