aboutsummaryrefslogtreecommitdiff
path: root/include/f2fs_fs.h
AgeCommit message (Expand)Author
2021-06-03Merge remote-tracking branch 'aosp/upstream-master' into aospandroid12-devJaegeuk Kim
2021-03-18Add -P option to preserve file ownerDaniel Abrecht
2020-12-28libzoned: use blk_zone_v2 and blk_zone_report_v2 by defaultJaegeuk Kim
2020-12-23f2fs-tools: fix wrong blk_zone_rep_v2 definitionJaegeuk Kim
2020-12-23f2fs-tools:sload.f2fs compression supportRobin Hsu
2020-12-07Fix ASSERT() macro with '%' in the expressionRobin Hsu
2020-08-20mkfs.f2fs: add -r (fake_seed) flagTheotime Combes
2020-08-20mkfs.f2fs: add -T flagTheotime Combes
2020-08-20f2fs-tools: zns zone-capacity supportAravind Ramesh
2020-07-20mkfs.f2fs: add casefolding and project quota configJaegeuk Kim
2020-07-09mkfs.f2fs: allow setting volume UUID manuallyZoltán Böszörményi
2020-06-08libf2fs: fix build error on WindowsJaegeuk Kim
2020-03-24fsck.f2fs: allow fsck to fix issues with online resize due to SPOSahitya Tummala
2020-01-14f2fs-tools: support data compressionChao Yu
2020-01-14libf2fs_io: Add user-space cacheRobin Hsu
2020-01-14fsck.f2fs: add --{no-}kernel-check to bypass kernel version diff or notJaegeuk Kim
2019-12-19f2fs-tools: reuse same pointer, exit on error without clean-upRobin Hsu
2019-12-09libf2fs_zoned: Introduce f2fs_reset_zone() helper functionShin'ichiro Kawasaki
2019-12-09libf2fs_zoned: Introduce f2fs_report_zone() helper functionShin'ichiro Kawasaki
2019-12-09libf2fs_zoned: Introduce f2fs_report_zones() helper functionShin'ichiro Kawasaki
2019-08-27f2fs-tools: introduce f2fs_ra_meta_pages()Chao Yu
2019-08-27f2fs-tools: Add support for CasefoldingDaniel Rosenberg
2019-08-20sload.f2fs: fix to set temperature during sloadChao Yu
2019-08-20fsck.f2fs: add more sanity check for superblockChao Yu
2019-08-20f2fs-tools: calculate inode checksum and writebackXue Liu
2019-08-20f2fs-tools: Improve zoned model checkDamien Le Moal
2019-05-20f2fs-tools: relocate chksum_offset for large_nat_bitmap featureChao Yu
2019-05-20f2fs-tools: allow unfixed f2fs_checkpoint.checksum_offsetChao Yu
2019-05-20f2fs-tools: get rid of unneeded fields in on-disk inodeChao Yu
2019-05-20f2fs-tools: improve filename printingEric Biggers
2019-04-28fsck.f2fs: fix to repair ro mounted device w/ -fChao Yu
2019-03-27fsck.f2fs: fix to do sanity check with inode.i_inline_xattr_sizeChao Yu
2019-03-23f2fs-tools: Fix various compilation warningsDamien Le Moal
2019-03-01f2fs-tools: add c++ for UNUSEDJaegeuk Kim
2019-01-08fsck.f2fs: check nat_bits separately from bug_onJaegeuk Kim
2018-11-26fsck.f2fs: allow to fsck readonly image w/ -f optionChao Yu
2018-11-21f2fs-tools: show versions if existJaegeuk Kim
2018-11-21fsck.f2fs: don't allocate new blocks on unclean shutdownJaegeuk Kim
2018-11-21fsck.f2fs: detect and recover corrupted quota fileChao Yu
2018-11-21f2fs-tools: introduce sb checksumJunling Zheng
2018-11-21WIP: Add partial shrinking support to f2fsDaniel Rosenberg
2018-11-21fsck.f2fs: support checkpoint=disableJaegeuk Kim
2018-11-21f2fs-tools: rename CHECKSUM_OFFSET to CP_CHKSUM_OFFSETJunling Zheng
2018-08-27fsck.f2fs: supply more check entries for checkpointJunling Zheng
2018-08-27f2fs-tools: fix to reset i_gc_failures offlineChao Yu
2018-08-27mkfs.f2fs: add root_owner to give uid/gidJaegeuk Kim
2018-08-27f2fs-tools: fix compile errors on AOSPJunling Zheng
2018-07-13mkfs.f2fs: factor out feature table from mkfs.f2fsJaegeuk Kim
2018-07-13f2fs-tools: add -g to give default optionsJaegeuk Kim
2018-07-13f2fs-tools: remove duplicated declaration of f2fs_configuration cSheng Yong