aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-03-08f2fs_io: support get_advise commandChao Yu2-0/+47
2024-02-21f2fs_io: add write_advice commandKonstantin Vyshetsky2-28/+90
2024-02-21f2fs_io: override setxattr value for system.adviseKonstantin Vyshetsky1-2/+12
2024-02-15f2fs_io: add lseek command to execute lseek()Daeho Jeong1-0/+47
2023-10-19f2fs_io: add list/set/removexattr commandJaegeuk Kim1-0/+107
2023-10-03f2fs_io: add fadvise supportJaegeuk Kim1-0/+42
2023-08-25f2fs-tools: convert to lseek() and kill lseek64Waldemar Brodkorb6-25/+2
2023-08-21f2fs_io: add do_clearflags to clear nocompress/compress flagQi Han1-0/+37
2023-08-17f2fs-tools: f2fs_io: no memcpy for mmap readJaegeuk Kim1-14/+16
2023-07-17f2fs_io: fix build warningJaegeuk Kim1-1/+1
2023-06-19f2fs_io: expend fallocate commandYangtao Li1-6/+33
2023-06-07f2fs_io: support gc_range commandChao Yu1-0/+35
2023-05-30f2fs_io: Fix integer multiplication overflow error in fiemapzangyangyang11-2/+2
2023-05-17f2fs-tools: add noatime for quota fileChao Yu1-0/+4
2023-05-17f2fs_io: support move_range commandYangtao Li1-0/+36
2023-04-14f2fs_io: support precache_extents commandYangtao Li1-0/+23
2023-04-14f2fs_io: support checkpoint commandChao Yu1-0/+25
2023-02-07f2fs_io: support AES_256_HCTR2Jaegeuk Kim1-10/+11
2023-02-07f2fs_io: Fix out of tree buildsKhem Raj1-1/+1
2023-02-07f2fs-tools: Remove deprecated f2fstatJaegeuk Kim2-313/+1
2022-11-23Remove sg_write_bufferBart Van Assche29-16186/+1
2022-10-26f2fs-tools: support F2FS_IOC_START_ATOMIC_REPLACEDaeho Jeong2-9/+23
2022-07-30f2fs_io: support triggering filesystem GC via ioctlChao Yu1-0/+28
2022-06-24f2fs-tools: fix cannot get bdev informationBen Chang1-1/+1
2022-06-24f2fs_io: add dsync option for writeJaegeuk Kim1-1/+4
2022-06-24tools: fix file too large causing overflowDylan Chang1-4/+4
2022-05-25Remove unnecessary config.hJaegeuk Kim3-3/+1
2022-05-21f2fs-tools: move android_config before defining themJaegeuk Kim1-2/+2
2022-05-19f2fscrypt: adjust config file firstJaegeuk Kim1-1/+3
2022-04-26mkfs.f2fs: check uuid libraryJaegeuk Kim1-2/+2
2022-04-22Fix PowerPC format string warningsBart Van Assche1-0/+3
2022-04-22Annotate switch/case fallthroughBart Van Assche1-0/+1
2022-04-22tools/f2fs_io: Fix the type of 'ret'Bart Van Assche1-1/+9
2022-04-22tools/f2fscrypt.c: Fix build without uuid/uuid.h header fileBart Van Assche1-0/+6
2022-04-22Fix the MinGW buildBart Van Assche4-7/+15
2022-04-22Remove unnecessary __attribute__((packed)) annotationsBart Van Assche1-2/+2
2022-04-22Verify structure sizes at compile timeBart Van Assche1-0/+4
2022-04-22Switch from the u_int to the uint typesBart Van Assche1-4/+4
2022-04-22configure.ac: Enable cross-compilationBart Van Assche1-1/+1
2022-02-02f2fs-tools: add atomic write related options to f2fs_io write commandDaeho Jeong1-8/+45
2021-08-23f2fs-tools: change fiemap print out formatDaeho Jeong1-19/+33
2021-08-23f2fs_io: add rename w/ fsync optionJaegeuk Kim1-0/+36
2021-07-22f2fs-tools: make fiemap command in accordance with uapiDaeho Jeong1-4/+5
2021-05-26f2fs_io: add to show immutable bitJaegeuk Kim1-2/+12
2021-05-10f2fs_io: split definition check for crypto ioctlJaegeuk Kim1-2/+6
2021-04-22f2fs_io: Add get file name encryption modeRobin Hsu2-0/+99
2020-12-10f2fs_io: add compress/decompress commandsDaeho Jeong2-0/+48
2020-12-07f2fs-tools: fix a few spelling errors in f2fs-toolsVictor Westerhuis2-2/+2
2020-12-07f2fs_io: add get/set compression optionDaeho Jeong2-0/+70
2020-12-07f2fs_io: add erase optionOcean Chen1-1/+52
2020-12-07f2fs_io: change fibmap to fiemapDaeho Jeong3-22/+39
2020-08-20f2fs_io: measure performance of write()Jaegeuk Kim1-1/+29
2020-08-20f2fs_io: add OSYNC optionJaegeuk Kim1-0/+3
2020-08-04f2fs_io: open file in read only mode for pinning fileDaeho Jeong1-1/+1
2020-07-20f2fs_io: add mmap read operationJaegeuk Kim1-1/+18
2020-06-18lib: use ${libuuid_LIBS} instead of -luuid everywhereRolf Eike Beer1-1/+1
2020-06-18lib: fix include path for uuid.hRolf Eike Beer1-1/+1
2020-05-27f2fs_io: add randreadDaeho Jeong1-0/+64
2020-05-06f2fs_io: show more flagsJaegeuk Kim2-0/+40
2020-05-06f2fs_io: don't give garbage data in upper 32bitsJaegeuk Kim1-2/+2
2020-05-01f2fs_io: add fsyncJaegeuk Kim1-0/+25
2020-03-18f2fs_io: support compress blocks ioctlsChao Yu2-0/+84
2020-01-14f2fs_io: add set_fsverityJaegeuk Kim2-0/+30
2020-01-14sg_write_buffer: fix sg_write_buffer build outside the source dirSantiago Hormazabal1-1/+1
2019-12-18f2fs_io: accept fallocate to have bigger sizeJaegeuk Kim1-1/+1
2019-10-22tools/fibmap: fix build errorJaegeuk Kim1-1/+0
2019-10-07f2fs_io: add copy commandEric Biggers1-0/+108
2019-10-07f2fs_io: add helper functions for handling errorsEric Biggers1-134/+121
2019-08-27f2fs_io: add get/setflagsJaegeuk Kim2-0/+112
2019-08-27f2fs_io: support defrag_fileChao Yu1-0/+40
2019-08-27f2fs-tools: Add support for CasefoldingDaniel Rosenberg1-0/+1
2019-08-20f2fs_io: add fallocateJaegeuk Kim1-0/+45
2019-08-20f2fs_io: fix wrong buffered/dio optionJaegeuk Kim1-4/+4
2019-03-26f2fs_io: exit if system(3) is failedJaegeuk Kim1-4/+8
2019-03-23f2fs-tools: Fix various compilation warningsDamien Le Moal1-1/+1
2019-03-01f2fs-tools: add c++ for UNUSEDJaegeuk Kim1-0/+2
2019-03-01f2fscrypt: avoid to fail android buildJaegeuk Kim2-4/+6
2019-03-01f2fs-tools: fix build breakageJaegeuk Kim1-8/+9
2019-02-19f2fs_io: add gc_urgentJaegeuk Kim1-0/+35
2019-02-11f2fs_io: add fiemapJaegeuk Kim1-0/+61
2019-02-11f2fs_io: add readJaegeuk Kim1-0/+86
2019-02-11f2fs_io: add writeJaegeuk Kim1-0/+88
2019-01-08f2fs_io: add pin_file control commandJaegeuk Kim2-0/+64
2019-01-03tools: add f2fs_ioJaegeuk Kim5-1/+304
2018-12-28parse.f2fs: fix parsing of f2fs_trace_iosSahitya Tummala1-0/+2
2018-05-07fibmap: include f2fs_fs.h before other header filesSheng Yong1-1/+1
2018-03-14tools: sg_write_buffer: add sg_write_buffer for FFUHyojun Kim29-0/+16187
2017-11-14f2fs-tools: build binaries in MacJaegeuk Kim3-8/+72
2017-03-16f2fscrypt: add a tool for encryption management in the f2fs filesystemKinglong Mee4-1/+1345
2016-04-18fibmap: pull in sys/sysmacros.h for major/minorMike Frysinger1-0/+1
2015-03-03f2fstat: fix option parsingMichael Lass1-1/+1
2015-01-23fibmap.f2fs: fix the wrong stat infoChao Yu1-3/+7
2014-12-19parse.f2fs: add a tool to parse IO traces made by runtime f2fsJaegeuk Kim2-1/+324
2014-09-18f2fstat: enhance readability of outputJaegeuk Kim1-12/+71
2014-05-26fibmap: need linux/fs.h for FIBMAPJaegeuk Kim1-1/+1
2014-05-15Cleanup various build warnings (signed vs unsigned, unused vars,...)JP Abgrall1-1/+1
2014-03-04fibmap.f2fs: compile fix for musl libcNatanael Copa1-0/+1
2014-02-14f2fstat: add nat caches and free nidsChangman Lee1-4/+5
2014-02-14f2fstat: show cp count calling f2fsChangman Lee1-5/+6
2014-02-07f2fstat: add memory information used by f2fsChangman Lee1-25/+44
2014-02-03f2fstat: add option to select partition to see statusChangman Lee1-4/+21
2014-01-16fibmap.f2fs: add bdev informationChangman Lee1-1/+43
2014-01-16f2fs-tools: move fsck/fibmap.f2fs to tools/Changman Lee2-2/+120
2014-01-14f2fs-tools: add f2fstat to print f2fs's status in secChangman Lee2-0/+221