platform/upstream/f2fs-tools.git
2016-09-22 Yunlong Songfsck.f2fs: free node_blk to avoid memory leak
2016-09-22 Yunlong Songmkfs.f2fs: do not need strdup for parse_feature
2016-09-20 Yunlong Songfsck: clear useless "continue" in __chk_dentries
2016-08-05 Jaegeuk Kimlibf2fs: show disk information
2016-07-29 Jaegeuk Kimf2fs-tools: release 1.7.0 v1.7.0
2016-07-15 Jaegeuk Kimfsck: recover symlink with zero i_size
2016-07-15 Xue Liufsck.f2fs: clean up duplicated code
2016-07-15 Sheng Yongf2fs-tools: update the format of output message
2016-07-15 Sheng Yongfsck.f2fs: free nat entry cache
2016-07-15 Sheng Yongfsck.f2fs: fix typo
2016-07-15 Sheng Yongfsck.f2fs: correct variable type and name
2016-07-15 Sheng Yongf2fs.fsck: fix endianess
2016-07-15 Sheng Yongdump.f2fs: show inode->i_dir_level
2016-06-17 Jaegeuk Kimmkfs: define DISCARD/SECDISCARD macro
2016-06-15 Jaegeuk Kimmkfs/fsck: add host-managed smr feature
2016-06-09 Jaegeuk Kimfsck.f2fs: allow zero link count for orphan inode
2016-06-08 Jaegeuk Kimmkfs.f2fs: ZBC device support
2016-06-08 Yunlei Hefsck.f2fs: modify sit dump && add nat dump
2016-05-23 Yunlei Hefsck.f2fs: check sector size if formatted from a regula...
2016-05-04 Jaegeuk Kimfsck.f2fs: reset fsck flag if there is no bug
2016-04-27 Junling Zhengfsck.f2fs: remove duplicated codes in sanity_check_raw_...
2016-04-27 Yunlei Heresize.f2fs: replace the overprovision calculation...
2016-04-19 Jaegeuk Kimscript: add simple test script
2016-04-19 Jaegeuk Kimsload.f2fs: support loading files into partition directly
2016-04-19 Jaegeuk Kimresize.f2fs: support to expand partition size
2016-04-19 Mike Frysingerfibmap: pull in sys/sysmacros.h for major/minor
2016-03-23 Jaegeuk Kimfsck.f2fs: check sanity of superblock and fix any misal...
2016-03-23 Jaegeuk Kimfsck.f2fs: nullify the freed ckpt pointer
2016-03-22 Sheng Yongfsck.f2fs: set fix_on if error is detected
2016-03-22 Sheng Yongfsck.f2fs: check ino in nat entry and node footer
2016-03-22 Sheng Yongfsck.f2fs: cache all nat entries and check each of...
2016-03-22 Sheng Yongfsck.f2fs: count the number of inodes during building...
2016-03-22 Sheng Yongfsck.f2fs: introduce -p option to check meta
2016-03-22 Jaegeuk Kimf2fs-tools: release 1.6.1 v1.6.1
2016-03-17 Junling Zhengfsck.f2fs: calculate orphan_blkaddr correctly
2016-03-16 Chao Yufsck.f2fs: refactor extent info verification flow
2016-03-16 Chao Yufsck.f2fs: check dirent position
2016-03-16 Fan Limkfs.f2fs: set segment_count in super block correctly
2016-03-14 Sheng Yongfsck.f2fs: check nat_entry->ino for all nodes
2016-03-14 Chao Yuf2fs-tools: rebase struct f2fs_summary_block with upstream
2016-03-07 Junling Zhengfsck.f2fs: fix incorrect block_addr of node/meta
2016-02-29 Junling Zhengfsck.f2fs: calculate the total size correctly
2016-02-29 Liu Xuefsck.f2fs: check valid values for dot dentries
2016-02-24 Junling Zhengf2fs-tools: redefine MAX_SIT_BITMAP_SIZE
2016-02-24 Junling Zhenglibf2fs: limit the total size up to 16T
2016-02-24 Sheng Yongfsck.f2fs: fix corrupted nat entry [0]
2016-02-22 Sheng Yongfsck.f2fs: remove corrupted nid entry from indirect...
2016-02-19 Jaegeuk Kimfsck.f2fs: check /proc/mounts first to detect readonly
2016-02-15 Jaegeuk Kimfsck.f2fs: show encrypted filenames matched with kernel
2016-02-02 Sheng Yongfsck.f2fs: check ino of an inode
2016-02-02 Sheng Yongfsck.f2fs: check ino of an used nat entry
2016-02-02 Sheng Yongf2fs-tools: fix endianness of on-disk check_sum in...
2016-02-02 Yunlei Hefsck.f2fs: avoid fix ssa in some case
2016-01-23 Jaegeuk Kimmkfs.f2fs: reset dnode with zeros
2016-01-21 Jaegeuk Kimfsck.f2fs: nullify raw_super pointer
2016-01-15 Jaegeuk Kimfsck.f2fs: return 0 for no error was reported
2016-01-15 Jaegeuk Kimfsck.f2fs: assign checkpoint pointer correctly
2016-01-14 Sheng Yongfsck.f2fs: swap checkpoint crc to CPU endian
2016-01-14 Jaegeuk Kimf2fs-tools: avoid failure and warnings for android...
2016-01-08 Yunlei Hemkfs.f2fs: introduce zone align for main area
2015-12-28 Sheng Yongfsck.f2fs: fix double free invalid checkpoint
2015-12-23 Jaegeuk Kimman: modify mkfs.f2fs man page
2015-12-23 Jaegeuk Kimman: add missing man pages
2015-12-21 Jaegeuk Kimf2fs-tools: release 1.6.0 v1.6.0
2015-12-21 Liu Xuemkfs.f2fs: fix check error when calloc sum_compact...
2015-12-20 Jaegeuk Kimfsck.f2fs: fix losing journal entries
2015-12-19 Jaegeuk Kimdefrag.f2fs: fix missing SSA updates
2015-12-19 Jaegeuk Kimdefrag.f2fs: enhance allocation speed
2015-12-18 Chao Yulibf2fs: fix incorrect type define of declaration
2015-12-17 Jaegeuk Kimdefrag.f2fs: return error if there is no space
2015-12-17 Jaegeuk Kimdefrag.f2fs: eliminate unexpected journal entries
2015-12-16 Jaegeuk Kimdefrag.f2fs: fix not to allocate current segment
2015-12-15 Jaegeuk Kimlib: use u8/u32/u64 for bit operations
2015-12-15 Jaegeuk Kimlib: fix test_bit_le functions
2015-12-15 Jaegeuk Kimmkfs.f2fs: remove extent_cache entry for parent directory
2015-12-15 Jaegeuk Kimmkfs.f2fs: fix storing volume label correctly in utf16
2015-12-14 Liu Xuefsck.f2fs: deal with realloc size and realloc failure
2015-12-14 Jaegeuk KimRevert "fsck.f2fs: deal with realloc failure"
2015-12-14 Chao Yumkfs.f2fs: fix to calculate left space of checkpoint...
2015-12-11 Jaegeuk Kimdefrag.f2fs: introduce defragmentation tool
2015-12-11 Jaegeuk Kimfsck.f2fs: LFS alloc_type must have free segment after...
2015-12-11 Jaegeuk Kimf2fs-tools: export print_raw_sb_info
2015-12-11 Jaegeuk Kimmkfs.f2fs: export get_best_overprovision
2015-12-11 Jaegeuk Kimfsck.f2fs: sanity_check for extent_cache entry
2015-12-11 Jaegeuk Kimlibf2fs: enhance the bit operations
2015-12-09 Jaegeuk Kimf2fs-tools: add library version info
2015-12-09 Kai-Chung Yanmkfs/Makefile.am: add a section to build libf2fs_fmt
2015-12-08 Jaegeuk Kimmkfs.f2fs: show correct partition size
2015-12-03 Jaegeuk Kimfsck.f2fs: use get_{sb|cp} and set_{sb|cp} macros
2015-12-03 Jaegeuk Kimmkfs.f2fs: export get_{sb|cp} and set_{sb|cp}
2015-12-03 Jaegeuk Kimmkfs.f2fs: discard obsolete blocks to avoid roll-forwar...
2015-12-02 Chao Yumkfs.f2fs: skip extension name that is too long
2015-12-02 Sheng Yongmkfs.f2fs: avoid dumplicate extensions
2015-12-02 Liu Xuefsck.f2fs: deal with realloc failure
2015-11-22 Jaegeuk Kimfsck.f2fs: support a readonly filesystem
2015-11-22 Jaegeuk Kimfsck.f2fs: declare static function
2015-11-05 Jaegeuk Kimf2fs-tools: release 1.5.0 v1.5.0
2015-10-23 Jaegeuk Kimfsck.f2fs: support a preen mode
2015-09-25 Jaegeuk Kimmkfs.f2fs: support <1% overprovision ratio
2015-09-24 Jaegeuk Kimfsck.f2fs: check sit types for node or data only
next