platform/upstream/f2fs-tools.git
2016-11-03 Jaegeuk Kimresize.f2fs: add more information in debug messages
2016-11-02 Liu Xuefsck.f2fs: add SSR-based allocation when free segment...
2016-11-02 Liu Xuefsck.f2fs: rewrite entries info in segment manager
2016-11-02 Jaegeuk Kimlibf2fs: avoid build warning
2016-11-02 Damien Le Moalfsck.f2fs: check BLKZONED feature on mount
2016-11-02 Damien Le Moalmkfs.f2fs: check zoned block devices configuration
2016-11-02 Damien Le Moalmkfs.f2fs: reset sequential zones on device discard
2016-11-02 Damien Le Moalmkfs.f2fs: check options for zoned block devices
2016-11-02 Damien Le Moalf2fs-tools: introduce support for zoned block devices
2016-10-31 Damien Le Moalf2fs-tools: use zoned block device terminology
2016-10-31 Damien Le Moalf2fs-tools: add executable files to .gitignore
2016-10-31 Sheng Yongfsck.f2fs: do not check the first seg in a sec in find_...
2016-10-31 Sheng Yongdump/fsck: convert encrypted file name
2016-10-23 Christian Hessesload.f2fs: allow to build without libselinux
2016-10-18 Jaegeuk Kimmkfs.f2fs: fix the discarding size for block device
2016-10-13 Jaegeuk Kimfsck.f2fs: support restore lost files into ./lost_found/
2016-10-13 Jaegeuk Kimfsck.f2fs: check condition to avoid wrong memory allocation
2016-10-13 Jaegeuk Kimlibf2fs: avoid garbage printout
2016-10-12 Jaegeuk Kimf2fs-tools: clean up and avoid build warning
2016-10-12 Jaegeuk Kimf2fs: avoid AOSP build failure
2016-10-04 Jaegeuk Kimfsck.f2fs: allocate buffer after condition check
2016-10-03 Junling Zhengfsck.f2fs: fix a typo in check_sector_size
2016-10-03 Junling Zhengfsck.f2fs: fix incorrect ERR_MSG in f2fs_do_mount
2016-10-03 Junling Zhengfsck.f2fs: free cp_page_1 in validate_checkpoint
2016-09-28 Tobias Jakobilibf2fs: increase robustness when called on root device
2016-09-24 Yunlei Hefsck: porting avoid unneeded loop in build_sit_entries...
2016-09-23 Jaegeuk Kimf2fs-tools: use shorter config variable name
2016-09-23 Jaegeuk Kimlibf2fs: use dev_read_block and dev_write_block
2016-09-22 Jaegeuk Kimmkfs: get fd for f2fs_trim_device
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
next