platform/upstream/f2fs-tools.git
2020-11-16 Junghoon Kimpackaging: Add spec file for F2FS utilities 66/247666/3 accepted/tizen_6.0_unified tizen_6.0 accepted/tizen/6.0/unified/20210521.130007 accepted/tizen/unified/20201117.231434 submit/tizen/20201117.010534 submit/tizen_6.0/20210521.015900
2020-08-24 Jaegeuk Kimf2fs-tools: release 1.14.0 v1.14.0
2020-08-20 Theotime Combesmkfs.f2fs: add -r (fake_seed) flag
2020-08-20 Theotime Combesmkfs.f2fs: add -T flag
2020-08-20 Daeho Jeongsload.f2fs: handle root mount point properly when setti...
2020-08-20 Aravind Rameshf2fs-tools: zns zone-capacity support
2020-08-20 Jaegeuk Kimf2fs_io: measure performance of write()
2020-08-20 Jaegeuk Kimf2fs_io: add OSYNC option
2020-08-18 Chao Yufsck.f2fs: correct return value
2020-08-05 Daeho Jeongf2fs_io: open file in read only mode for pinning file
2020-07-21 Jaegeuk Kimmkfs.f2fs: add casefolding and project quota config
2020-07-21 Jaegeuk Kimmkfs.f2fs: should initialize sparse file in Windows
2020-07-21 Jaegeuk Kimf2fs_io: add mmap read operation
2020-07-16 Theotime Combesfsck.f2fs: avoid randomness in sum_blk
2020-07-15 Jaegeuk Kimdump.f2fs: check block address first before reading...
2020-07-15 Jaegeuk Kimsload.f2fs: fix missing fsck_init
2020-07-10 Zoltán Böszörményimkfs.f2fs: allow setting volume UUID manually
2020-07-10 Robin Hsufsck.f2fs: Split build_segment_manager() to speed up...
2020-07-07 Jaegeuk Kimdump.f2fs: dump symlink contents in lost_found
2020-06-29 Robin Hsufsck.f2fs: Fix slow fsck in auto-fix mode
2020-06-23 Robin Hsufsck: prevent buffer overrun in quota code
2020-06-18 Wuyun Zhaof2fs-tools: set cold flag for non-dir node
2020-06-18 Rolf Eike Beerlib: pass all needed include paths to libf2fs
2020-06-18 Rolf Eike Beerlib: use ${libuuid_LIBS} instead of -luuid everywhere
2020-06-18 Rolf Eike Beerlib: fix include path for blkid.h
2020-06-18 Rolf Eike Beerlib: fix include path for uuid.h
2020-06-08 Jaegeuk Kimlibf2fs: fix build error on Windows
2020-05-30 Eric Biggersfsck.f2fs: fix dirent position check for encrypted...
2020-05-27 Daeho Jeongf2fs_io: add randread
2020-05-06 Chao Yufsck.f2fs: fix to avoid overflow during print_inode_info()
2020-05-06 Chao Yufsck.f2fs: fix to check validation of i_xattr_nid
2020-05-06 Chao Yufsck.f2fs: fix to check validation of block address
2020-05-06 Érico Nogueiramkfs.f2fs: update manual and help message
2020-05-06 Chao Yufsck.f2fs: fix wrong addrs_per_{inode,block}
2020-05-06 Chao Yudump.f2fs: fix to print all blkaddr in .i_addr
2020-05-06 Theodore Ts'oman: add missing man page for f2fs_io
2020-05-06 Jaegeuk Kimf2fs_io: show more flags
2020-05-06 Jaegeuk Kimf2fs_io: don't give garbage data in upper 32bits
2020-05-02 Jaegeuk Kimf2fs_io: add fsync
2020-04-15 Jaegeuk Kimfsck.f2fs: quick fix of CLOCK_BOOTTIME in mac
2020-03-24 Sahitya Tummalafsck.f2fs: allow fsck to fix issues with online resize...
2020-03-24 Chao Yufsck.f2fs: account COMPRESS_ADDR as reserved blocks...
2020-03-19 Chao Yuf2fs_io: support compress blocks ioctls
2020-03-19 Wei Wangfsck.f2fs: report real wall time
2020-03-19 Tom CherryInclude private/fs_config.h directly when needed
2020-03-09 Daniel Rosenbergf2fs-tools: Casefolded Encryption support
2020-02-24 Chao Yufsck.f2fs: allow --dry-run to check readonly mounted fs
2020-01-14 xiongping1resize.f2fs: add option for large_nat_bitmap feature
2020-01-14 Chao Yudump.f2fs: print more info of inode layout
2020-01-14 Chao Yuf2fs-tools: support data compression
2020-01-14 Robin Hsufsck.f2fs: Enable user-space cache
2020-01-14 Robin Hsulibf2fs_io: Add user-space cache
2020-01-14 Jaegeuk Kimf2fs-tools: handle /sys is not mounted
2020-01-14 Jaegeuk Kimfsck.f2fs: add --{no-}kernel-check to bypass kernel...
2020-01-14 Jaegeuk Kimf2fs_io: add set_fsverity
2020-01-14 Ingo Prochaskafsck.f2fs: fix typo
2020-01-14 Santiago Hormazabalsg_write_buffer: fix sg_write_buffer build outside...
2019-12-19 Robin Hsuf2fs-tools: reuse same pointer, exit on error without...
2019-12-19 Jaegeuk Kimf2fs-tools: avoid unused parameter build errors
2019-12-18 Jaegeuk Kimf2fs_io: accept fallocate to have bigger size
2019-12-10 Jaegeuk Kimfsck.f2fs: do not access nat etnries in ckpt before...
2019-12-10 Shin'ichiro... fsck: Check write pointer consistency of non-open zones
2019-12-10 Shin'ichiro... fsck: Check write pointer consistency of open zones
2019-12-10 Shin'ichiro... fsck: Check fsync data always for zoned block devices
2019-12-10 Shin'ichiro... fsck: Introduce move_one_curseg_info() function
2019-12-10 Shin'ichiro... fsck: Find free zones instead of blocks to assign to...
2019-12-10 Shin'ichiro... libf2fs_zoned: Introduce f2fs_reset_zone() helper function
2019-12-10 Shin'ichiro... libf2fs_zoned: Introduce f2fs_report_zone() helper...
2019-12-10 Shin'ichiro... libf2fs_zoned: Introduce f2fs_report_zones() helper...
2019-12-10 Qiuyang Sunfsck.f2fs: check total_segments from devices in raw_super
2019-12-10 Fabrice Fontainemkfs/Makefile.am: fix build without blkid
2019-10-22 Jaegeuk Kimtools/fibmap: fix build error
2019-10-07 Eric Biggersf2fs_io: add copy command
2019-10-07 Eric Biggersf2fs_io: add helper functions for handling errors
2019-09-25 Jaegeuk Kimf2fs-tools: release 1.13.0 v1.13.0
2019-08-27 Chao Yuf2fs-tools: fix to skip block allocation for fsynced...
2019-08-27 Chao Yuf2fs-tools: add missing newline symbol in log
2019-08-27 Chao Yuf2fs-tools: fix stat update in sload/fsck
2019-08-27 Lihong Koufsck.f2fs: fix the bug in reserve_new_block
2019-08-27 Chao Yufsck.f2fs: fix symlink correctly
2019-08-27 Chao Yufsck.f2fs: fix to show removed x_nid correctly
2019-08-27 Chao Yufsck.f2fs: fix to check c.fix_on before repair
2019-08-27 Jaegeuk Kimf2fs_io: add get/setflags
2019-08-27 Chao Yufsck.f2fs: fix to propagate error of write_dquots()
2019-08-27 Chao Yuf2fs-tools: advise to mount unclean image to replay...
2019-08-27 Chao Yufsck.f2fs: fix to set large section type during allocation
2019-08-27 Chao Yudump.f2fs: introduce start_bidx_of_node() for cleanup
2019-08-27 Chao Yuf2fs-tools: introduce f2fs_ra_meta_pages()
2019-08-27 Chao Yufsck.f2fs: introduce current_sit_addr() for cleanup
2019-08-27 Chao Yuf2fs-tools: allocate memory in batch in build_sit_info()
2019-08-27 Chao Yuf2fs-tools: fix to avoid memory leak of sit_i->sentries
2019-08-27 Chao Yuf2fs-tools: fix potential deadloop
2019-08-27 Chao Yuf2fs_io: support defrag_file
2019-08-27 Daniel Rosenbergf2fs-tools: Add support for Casefolding
2019-08-27 Chao Yufsck.f2fs: fix to recover out-of-border inline size
2019-08-27 Jaegeuk Kimmkfs.f2fs: check zeros in first 16MB for Android
2019-08-20 Chao Yusload.f2fs: fix error path of build_directory
2019-08-20 Chao Yusload.f2fs: fix memory leak of dentry.link
2019-08-20 Xiaojun Wangsload.f2fs: fix memory leak in build_directory
2019-08-20 Surbhi Palandelibf2fs: Throw an error when zone dev info not found
next