aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
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