f2fs-tools: f2fs_io: no memcpy for mmap read
[platform/upstream/f2fs-tools.git] / lib /
2023-06-09 Chao Yuf2fs-tools: fix to call assert() if f2fs_dentry_hash...
2023-05-30 Chao Yuf2fs-tools: fix to le32 type variable correctly
2023-05-18 Jaegeuk Kimf2fs-tools: allocate memory to handle label
2023-04-11 Yonggil Songmkfs.f2fs: Introduce configurable reserved sections
2023-04-04 Jaegeuk Kimmkfs.f2fs: remove indentation
2023-03-08 Jaegeuk Kimf2fs-tools: relax zone size of power of 2
2022-10-10 Chao Yufsck.f2fs: export valid image size
2022-09-08 Bart Van AsscheFix format strings in log messages
2022-07-22 Bart Van AsscheImprove compile-time type checking for f2fs_report_zone()
2022-07-22 Bart Van AsscheFix f2fs_report_zone()
2022-05-26 Jaegeuk KimCheck fallthrough in mount.h for Mac
2022-05-25 Jaegeuk Kimavoid unnecessary function
2022-05-25 Jaegeuk KimRemove unnecessary config.h
2022-05-25 Jaegeuk Kimlibzone: remove duplicate header
2022-05-23 Jaegeuk Kimf2fs-tools: do not use SG_IO in Android
2022-04-26 Jaegeuk Kimf2fs-tools: show segment/section layout correctly
2022-04-26 Jaegeuk Kimf2fs-tools: support zoned device in Android
2022-04-22 Jaegeuk Kimlibf2fs_io: add unused mactor to avoid build failure
2022-04-22 Bart Van AsscheChange #ifdef _WIN32 checks into #ifdef HAVE_.*
2022-04-22 Bart Van Asscheconfigure.ac: Detect the sparse/sparse.h header
2022-04-22 Bart Van AsscheChange the ANDROID_WINDOWS_HOST macro into _WIN32
2022-04-22 Bart Van AsscheSwitch from the u_int to the uint types
2022-04-20 Luis Chamberlainlibf2fs: don't allow mkfs / fsck on non power-of-2...
2022-03-02 Jaegeuk Kimmkfs.f2fs: fix wrong indentation and clean up
2021-09-20 Jaegeuk Kimmkfs.f2fs: wipe other FS magics given -f
2021-08-23 Jaegeuk KimAvoid redefined ALIGN_UP
2021-07-19 Daeho Jeongf2fs-tools: add periodic check in kernel version check
2021-06-23 Jaegeuk Kimfsck|dump.f2fs: add -M to get file map
2021-05-26 Jaegeuk Kimf2fs-tools: support small RO partition
2021-05-20 lijiazif2fs-tools: correct get kernel version logic
2021-04-02 Jaegeuk Kimresize.f2fs: fix wrong ovp calculation
2021-03-02 Junyong Sunlibf2fs: fix memory leak caused by get_rootdev()
2020-12-23 Robin Hsuf2fs-tools:sload.f2fs compression support
2020-08-20 Aravind Rameshf2fs-tools: zns zone-capacity support
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-06-08 Jaegeuk Kimlibf2fs: fix build error on Windows
2020-05-06 Chao Yufsck.f2fs: fix wrong addrs_per_{inode,block}
2020-02-24 Chao Yufsck.f2fs: allow --dry-run to check readonly mounted fs
2020-01-14 Chao Yuf2fs-tools: support data compression
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...
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-10 Shin'ichiro Kawasakilibf2fs_zoned: Introduce f2fs_reset_zone() helper function
2019-12-10 Shin'ichiro Kawasakilibf2fs_zoned: Introduce f2fs_report_zone() helper...
2019-12-10 Shin'ichiro Kawasakilibf2fs_zoned: Introduce f2fs_report_zones() helper...
2019-08-27 Daniel Rosenbergf2fs-tools: Add support for Casefolding
2019-08-20 Surbhi Palandelibf2fs: Throw an error when zone dev info not found
2019-08-20 Chao Yudump.f2fs: allow to dump data on mounted device
2019-08-20 Xue Liuf2fs-tools: calculate inode checksum and writeback
2019-08-20 Shin'ichiro Kawasakif2fs-tools: Fix device zoned model detection
2019-08-20 Damien Le Moalf2fs-tools: Allow using host-aware devices as regular...
2019-08-20 Damien Le Moalf2fs-tools: Fix multi-device format with zoned devices
2019-08-20 Damien Le Moalf2fs-tools: Improve zoned model check
2019-05-21 Chao Yuf2fs-tools: allow unfixed f2fs_checkpoint.checksum_offset
2019-05-21 Chao Yumkfs.f2fs: write fill chunk in sparse file for zeroed...
2019-05-21 Chao Yuf2fs-tools: get rid of unneeded fields in on-disk inode
2019-04-28 Jaegeuk Kimfsck.f2fs: open ro disk if we want to check fs only
2019-04-28 Chao Yufsck.f2fs: fix to repair ro mounted device w/ -f
2019-03-27 Sotirios-Efstathio... lib/libf2fs_io.c: Added a missing free statement.
2019-03-23 Damien Le Moalf2fs-tools: Fix various compilation warnings
2018-11-27 Chao Yufsck.f2fs: allow to fsck readonly image w/ -f option
2018-11-27 Chao Yuf2fs-tools: fix to check return value of {c,m}alloc()
2018-11-22 Jaegeuk Kimlibf2fs: avoid to use static local string for global...
2018-11-21 Jaegeuk Kimf2fs-tools: create sparse file first before stat
2018-11-21 Gao Mingf2fs-tools: add the max chunk size limit in sparse...
2018-11-21 Jaegeuk Kimf2fs-tools: give WITH_KERNEL_VERSION to check kernel...
2018-11-21 Chao Yumkfs.f2fs: support formating large size file in 32...
2018-08-28 Theodore Ts'oadd configure option --with-root-libdir
2018-08-28 Jaegeuk Kimmkfs.f2fs: add root_owner to give uid/gid
2018-08-28 Sheng Yongf2fs-tools: avoid mounting f2fs if tools already open...
2018-08-28 Adam Borowskilibf2fs: read "disk model" from SCSI ioctl the same...
2018-05-07 Sheng Yongf2fs-tools: init f2fs_configuration as 0
2018-05-07 Chao Yumkfs.f2fs: expand scalability of nat bitmap
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-05 Iris Changf2fs-tools: use pointer and memory alloaction instead...
2018-04-03 kataolibf2fs,mkfs.f2fs: add wanted_sector_size for wanted_to...
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-11-28 Chao Yulibf2fs: propagate error from f2fs_{finalize,fsync...
2017-11-15 Jaegeuk Kimf2fs-tools: build binaries in Mac
2017-11-14 Anthony G. Basilelib/libf2fs.c: include <sys/sysmacros.h>
2017-11-12 Jaegeuk Kimfsck.f2fs: add an option to preserve quota limits
2017-11-12 Sheng Yongfsck.f2fs: introduce new option --dry-run
2017-10-30 Chao Yuf2fs-tools: support flexible inline xattr size
2017-10-26 Yunlei Hefsck: introduce generic function f2fs_fsync_device
2017-07-26 Chao Yuf2fs-tools: support inode checksum
2017-07-26 Chao Yuf2fs-tools: enhance on-disk inode structure scalability
2017-06-16 Yang Jinadd sparse support for f2fs
2017-04-28 Chao Yuf2fs-tools: support to set and recognize CP_TRIMMED_FLAG
2017-04-21 Jaegeuk Kimmkfs.f2fs: use noheap by default
2017-03-20 Kinglong Meelibf2fs: avoid overwrite the c.start_sector by non...
2016-11-10 Jaegeuk Kimf2fs-tools: initialize and avoid build warning for...
2016-11-10 Jaegeuk Kimf2fs-tools: support multiple devices
2016-11-02 Jaegeuk Kimlibf2fs: avoid build warning
next