aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-24fsck: porting avoid unneeded loop in build_sit_entries to fsckYunlei He
2016-09-22f2fs-tools: use shorter config variable nameJaegeuk Kim
2016-09-22libf2fs: use dev_read_block and dev_write_blockJaegeuk Kim
2016-09-22mkfs: get fd for f2fs_trim_deviceJaegeuk Kim
2016-09-22fsck.f2fs: free node_blk to avoid memory leakYunlong Song
2016-09-22mkfs.f2fs: do not need strdup for parse_featureYunlong Song
2016-09-20fsck: clear useless "continue" in __chk_dentriesYunlong Song
2016-08-04libf2fs: show disk informationJaegeuk Kim
2016-07-29f2fs-tools: release 1.7.0Jaegeuk Kim
2016-07-15fsck: recover symlink with zero i_sizeJaegeuk Kim
2016-07-15fsck.f2fs: clean up duplicated codeXue Liu
2016-07-15f2fs-tools: update the format of output messageSheng Yong
2016-07-15fsck.f2fs: free nat entry cacheSheng Yong
2016-07-15fsck.f2fs: fix typoSheng Yong
2016-07-15fsck.f2fs: correct variable type and nameSheng Yong
2016-07-15f2fs.fsck: fix endianessSheng Yong
2016-07-15dump.f2fs: show inode->i_dir_levelSheng Yong
2016-06-16mkfs: define DISCARD/SECDISCARD macroJaegeuk Kim
2016-06-15mkfs/fsck: add host-managed smr featureJaegeuk Kim
2016-06-09fsck.f2fs: allow zero link count for orphan inodeJaegeuk Kim
2016-06-08mkfs.f2fs: ZBC device supportJaegeuk Kim
2016-06-08fsck.f2fs: modify sit dump && add nat dumpYunlei He
2016-05-23fsck.f2fs: check sector size if formatted from a regular fileYunlei He
2016-05-03fsck.f2fs: reset fsck flag if there is no bugJaegeuk Kim
2016-04-27fsck.f2fs: remove duplicated codes in sanity_check_raw_superJunling Zheng
2016-04-27resize.f2fs: replace the overprovision calculation methodYunlei He
2016-04-18script: add simple test scriptJaegeuk Kim
2016-04-18sload.f2fs: support loading files into partition directlyJaegeuk Kim
2016-04-18resize.f2fs: support to expand partition sizeJaegeuk Kim
2016-04-18fibmap: pull in sys/sysmacros.h for major/minorMike Frysinger
2016-03-23fsck.f2fs: check sanity of superblock and fix any misalignmentJaegeuk Kim
2016-03-23fsck.f2fs: nullify the freed ckpt pointerJaegeuk Kim
2016-03-22fsck.f2fs: set fix_on if error is detectedSheng Yong
2016-03-22fsck.f2fs: check ino in nat entry and node footerSheng Yong
2016-03-22fsck.f2fs: cache all nat entries and check each of themSheng Yong
2016-03-22fsck.f2fs: count the number of inodes during building nat_area_bitmapSheng Yong
2016-03-22fsck.f2fs: introduce -p option to check metaSheng Yong
2016-03-22f2fs-tools: release 1.6.1Jaegeuk Kim
2016-03-17fsck.f2fs: calculate orphan_blkaddr correctlyJunling Zheng
2016-03-16fsck.f2fs: refactor extent info verification flowChao Yu
2016-03-16fsck.f2fs: check dirent positionChao Yu
2016-03-16mkfs.f2fs: set segment_count in super block correctlyFan Li
2016-03-14fsck.f2fs: check nat_entry->ino for all nodesSheng Yong
2016-03-14f2fs-tools: rebase struct f2fs_summary_block with upstreamChao Yu
2016-03-07fsck.f2fs: fix incorrect block_addr of node/metaJunling Zheng
2016-02-29fsck.f2fs: calculate the total size correctlyJunling Zheng
2016-02-29fsck.f2fs: check valid values for dot dentriesLiu Xue
2016-02-24f2fs-tools: redefine MAX_SIT_BITMAP_SIZEJunling Zheng
2016-02-24libf2fs: limit the total size up to 16TJunling Zheng
2016-02-24fsck.f2fs: fix corrupted nat entry [0]Sheng Yong