platform/upstream/f2fs-tools.git
2018-07-10 Jaegeuk Kimf2fs-tools: release 1.11.0 v1.11.0
2018-06-29 Jaegeuk Kimresize.f2fs: fix wrong nat_bits migration
2018-06-29 Jaegeuk Kimfsck.f2fs: add sanity check nat_bits
2018-05-07 Junling Zhengfsck.f2fs: simplify fsck_chk_quota_node in PREEN_MODE_1
2018-05-07 Sheng Yongfsck.f2fs: reconnect unreachable files to lost+found
2018-05-07 Sheng Yongmkfs.f2fs: create lost+found directory
2018-05-07 Yunlei Hedump.f2fs: fix a wrong report for dump an {d,id,did...
2018-05-07 Chao Yumkfs.f2fs: treat db's data as hot one
2018-05-07 Chao Yumkfs.f2fs: support hot file extension
2018-05-07 Sheng Yongfibmap: include f2fs_fs.h before other header files
2018-05-07 Sheng Yongfsck.f2fs: read nat block if nat entry is invalid
2018-05-07 Sheng Yongfsck.f2fs: integrate sanity_check_inode to __check_inod...
2018-05-07 Sheng Yongmkfs.f2fs: introduce mkfs parameters in f2fs_configuration
2018-05-07 Sheng Yongfsck.f2fs: fix typo
2018-05-07 Sheng Yongf2fs-tools: init f2fs_configuration as 0
2018-05-07 Junling Zhengdump.f2fs: correct the seg type in ssa_dump
2018-05-07 Chao Yumkfs.f2fs: fix to handle endianness in f2fs_write_check...
2018-05-07 Jaegeuk Kimfsck.f2fs: fix to check all the types of current offsets
2018-05-07 Chao Yumkfs.f2fs: expand scalability of nat bitmap
2018-05-07 Yunlei Hefsck.f2fs: reduce mem alloc during read sit block
2018-05-07 Yunlei Hefsck.f2fs: read ahead xattr & direct node blocks
2018-05-07 Chao Yudump.f2fs: support to dump dirent from blkaddr
2018-05-07 Jaegeuk Kimfsck.f2fs: allow -p without value
2018-05-07 Junling Zhengsload.f2fs: fix the missing of bit mask for file type
2018-05-07 Lianjun Huangsload.f2fs: give correct file type
2018-05-07 Jaegeuk Kimfsck.f2fs: fix check order in -p1
2018-05-04 Jaegeuk Kimf2fs-tools: get kernel version via uname(2)
2018-05-04 Jaegeuk Kimmkfs.f2fs: avoid selinux denial for unnecessary sysfs...
2018-04-30 Tao Baolibf2fs: Track AOSP libsparse API change.
2018-04-24 Jaegeuk Kimfsck.f2fs: fix stack overflow when reading out nat...
2018-04-05 Jaegeuk Kimmkfs.f2fs: support fsverity feature
2018-04-05 Iris Changf2fs-tools: use pointer and memory alloaction instead...
2018-04-03 Hyojun Kimf2fs-tools: change to use #pragma pack(push, 1)
2018-04-03 kataolibf2fs,mkfs.f2fs: add wanted_sector_size for wanted_to...
2018-03-28 Jaegeuk Kimresize.f2fs: fix access out-of memory boundary
2018-03-14 Hyojun Kimtools: sg_write_buffer: add sg_write_buffer for FFU
2018-01-30 Jaegeuk Kimf2fs-tools: release 1.10.0 v1.10.0
2018-01-25 Chao Yuf2fs-tools: support inode creation time
2018-01-25 Yunlei Hefsck.f2fs: use mem nat info directly
2018-01-22 Jaegeuk Kimfsck.f2fs: show missing checkpoint flags
2018-01-22 Jaegeuk Kimfsck.f2fs: allow roll-forward for small checkpoint fix
2018-01-11 Sheng Yongdump.f2fs: do not write nat bits when dumping info
2018-01-11 Sheng Yongmkfs.f2fs: set seed for random checkpoint_ver
2018-01-11 Sheng Yongfsck.f2fs: show encoded name when unlinking corrupted...
2018-01-04 Yunlei Hedump.f2fs: Test blkaddr is valid or not in option '-b'
2018-01-03 Yunlei Hefsck.f2fs: Remove unused ckpt_valid_map info
2018-01-03 Jaegeuk Kimfsck.f2fs: add -y for generic fsck
2018-01-03 Gaoxiang (OS)resize.f2fs: fix max_nat_bitmap_size miscalculatation
2017-12-28 Jaegeuk Kimfsck.f2fs: avoid wrong IS_VALID_BLK_ADDR
2017-12-19 Yunlong Songfsck.f2fs: check and fix i_namelen to avoid double...
2017-12-19 Yunlong Songfsck.f2fs: check nid range before use to avoid segmenta...
2017-12-14 Hyojun Kimmkfs.f2fs: Limit pragma pack(1) only for Windows Host
2017-12-05 Hyojun Kimmkfs.f2fs: Windows Android SDK support
2017-12-05 Jaegeuk Kimf2fs-tools: enable sparse_file opeartions
2017-12-01 Jaegeuk Kimsload.f2fs: update build for android
2017-12-01 Jaegeuk Kimf2fs-tools: allow multiple prog names
2017-12-01 Jaegeuk Kimmkfs.f2fs: match uid/gid/projid between root inode...
2017-12-01 Jaegeuk Kimmkfs.f2fs: show debug message for quota data writes
2017-11-30 Jaegeuk Kimf2fs-tools: build tools selectively
2017-11-28 Chao Yulibf2fs: propagate error from f2fs_{finalize,fsync...
2017-11-27 Chao Yuf2fs-tools: adjust feature name
2017-11-27 Chao Yuf2fs: avoid memory leak in f2fs_write_root_inode
2017-11-27 Chao Yufsck.f2fs: fix potential stack overflow issue
2017-11-27 Chao Yudump.f2fs: show extra attr only when feature is enabled
2017-11-16 Jaegeuk Kimf2fs-tools: define WITH_ANDROID if __ANDROID__ is defined
2017-11-15 Jaegeuk Kimf2fs-tools: build binaries in Mac
2017-11-14 Anthony G.... lib/libf2fs.c: include <sys/sysmacros.h>
2017-11-14 Anthony G.... fsck/Makefile.am, mkfs/Makefile.am: fix to `make distch...
2017-11-12 Sheng Yongdump/fsck: introduce print_xattr_entry
2017-11-12 Jaegeuk Kimfsck.f2fs: add an option to preserve quota limits
2017-11-12 Yunlei Hefsck: check inline_dentry i_addr[0] same as inline_data
2017-11-12 Sheng Yongfsck.f2fs: format output message of FIX_MSG
2017-11-12 Sheng Yongf2fs-tools: remove unused list.h
2017-11-12 Sheng Yongfsck.f2fs: introduce sanity_check_inode
2017-11-12 Sheng Yongfsck.f2fs: introduce new option --dry-run
2017-11-12 Sheng Yongdump.f2fs: do not dump encrypted files
2017-11-12 Sheng Yongdump.f2fs: introduce dump_xattr
2017-11-07 Sheng Yongfsck.f2fs: do not fix corrupted nat entries in build_na...
2017-11-07 Sheng Yongfsck.f2fs: do not set fix_on directly
2017-11-07 Jaegeuk Kimf2fs-tools: fix warnings when building in android
2017-11-07 Jaegeuk Kimmkfs.f2fs: set .so to cold files
2017-11-07 Hyojun Kimfsck.f2fs: support quota
2017-11-03 Hyojun Kimmkfs.f2fs: support quota option in mkfs
2017-10-31 Hyojun Kimf2fs-tools: f2fs_read() and f2fs_filesize_update()...
2017-10-31 Hyojun Kimsload.f2fs: fix bugs in f2fs_write_block()
2017-10-30 Chao Yuf2fs-tools: support flexible inline xattr size
2017-10-26 Yunlei Hefsck: introduce generic function f2fs_fsync_device
2017-10-26 Liu Xuemkfs.f2fs: fix wrong end blkaddr
2017-09-21 Jaegeuk Kimf2fs-tools: release 1.9.0 v1.9.0
2017-09-12 Yunlong Songf2fs-tools: move_curseg_info only if check_curseg_offse...
2017-09-12 Yunlong Songf2fs-tools: fix is_set_ckpt_flags for correct bool...
2017-09-12 Yunlong Songf2fs-tools: add cscope files to .gitignore
2017-09-05 Jaegeuk Kimmkfs.f2fs: fix wrong curseg check
2017-08-29 Yunlei Hefsck.f2fs: write back last cp block in the end
2017-08-29 Jaegeuk Kimmkfs.f2fs: fix missing cpu_to_le64 for checkpoint version
2017-07-26 Chao Yuf2fs-tools: support inode checksum
2017-07-26 Piotr Sokołowskif2fs-tools: fix printing block adresses
2017-07-26 Chao Yuf2fs-tools: support project quota
2017-07-26 Chao Yuf2fs-tools: enhance on-disk inode structure scalability
2017-07-21 Jaegeuk Kimf2fs-tools: add atomic_write feature flag
next