aboutsummaryrefslogtreecommitdiffstats
path: root/mkfs
Commit message (Expand)AuthorAgeFilesLines
* mkfs.f2fs: 512 UTF-16 characters for labelJaegeuk Kim2015-11-121-2/+2
* mkfs.f2fs: add quite mode, -qJaegeuk Kim2015-11-121-15/+27
* mkfs.f2fs: show bytes for total_sectorsJaegeuk Kim2015-11-121-2/+3
* configure: add check for fallocateGustavo Zacarias2015-11-121-1/+1
* f2fs-tools: fix build system to make distcheck correctlyAnthony G. Basile2015-11-121-1/+1
* Fix f2fs_trim_device multiple definitionsKeith Mok2015-10-191-1/+1
* mkfs.f2fs: trim using BLKSECDISCARDKeith Mok2015-10-191-10/+13
* Modifications to reserve space for encrypted filesystem supportqemx132015-10-191-2/+7
* mkfs.f2fs: avoid memory leak in mkfsChao Yu2015-03-231-16/+30
* mkfs.f2fs: support large sector sizeChao Yu2015-03-232-7/+7
* mkfs.f2fs: introduce some macros to simplify coding styleChangman Lee2015-03-232-284/+265
* mkfs.f2fs: fix missing endian conversionChangman Lee2015-03-231-3/+3
* mkfs: use compact mode for data summariesChangman Lee2015-03-231-38/+64
* mkfs.f2fs: reclaim free space in case of regular fileChangman Lee2015-03-231-2/+16
* mkfs.f2fs: give a kernel version for initial formatJaegeuk Kim2015-03-231-0/+12
* mkfs.f2fs: avoid build warningJaegeuk Kim2014-11-071-1/+2
* mkfs.f2fs: remove build warningJaegeuk Kim2014-09-081-1/+1
* mkfs.f2fs: fix name conflict for BLKDISCARDSankalp Bose2014-09-082-2/+6
* mkfs.f2fs: large volume supportChangman Lee2014-09-081-16/+63
* mkfs: set BLKDISCARD by defaultJaegeuk Kim2014-06-132-2/+6
* libf2fs, fsck, mkfs: call f2fs_finalize_device before exitJaegeuk Kim2014-06-134-17/+2
* mkfs: support passing in the number of sectors to useJP Abgrall2014-06-121-3/+10
* f2fs: fix to remove the test code that should not be mergedJaegeuk Kim2014-06-051-2/+2
* f2fs-tools: announce dual licenses with GPL and LGPL v2Jaegeuk Kim2014-06-054-12/+4
* Cleanup various build warnings (signed vs unsigned, unused vars,...)JP Abgrall2014-05-143-22/+3
* format: add support for dev_fill() and extra dev_*() debugging.JP Abgrall2014-04-071-2/+19
* split up mkfs format into main and just the format code.JP Abgrall2014-04-074-107/+135
* mkfs: fix wrong extension countDongho Sim2014-04-011-3/+3
* mkfs: support large directoryJaegeuk Kim2014-02-271-0/+1
* mkfs, fsck: change the results for readabilityJaegeuk Kim2014-02-061-2/+1
* mkfs: fix the wrong nat bitmap sizeJaegeuk Kim2014-01-281-1/+1
* f2fs-tools: resolve build warningsJaegeuk Kim2014-01-202-2/+3
* mkfs: write the cp page 2 of the checkpoint pack 2 during formatJP Abgrall2014-01-131-0/+7
* mkfs: completely abstract the dev IO during formatJP Abgrall2014-01-134-37/+81
* mkfs: remove stale node blocksJaegeuk Kim2013-11-111-1/+6
* mkfs: add two file extensions for androidJaegeuk Kim2013-10-171-0/+2
* f2fs-tools: discard is default but not set in configChangman Lee2013-09-031-0/+1
* libf2fs: check more conditions on mounted filesystemJaegeuk Kim2013-08-021-1/+1
* mkfs: add apk extension to indicate cold filesJaegeuk Kim2013-07-161-0/+1
* mkfs: fix the total_zones calculation in f2fs_prepare_super_blockWang Sheng-Hui2013-07-021-3/+2
* mkfs: fix to store __le32 for checkpoint flagsJaegeuk Kim2013-07-021-1/+1
* lib, mkfs: fix endian conversion for crc calculationJaegeuk Kim2013-07-021-11/+8
* mkfs: fix bug in endianness at f2fs_update_nat_rootOded Gabbay2013-07-021-6/+6
* mkfs: add option to disable trim at formatChangman Lee2013-04-041-1/+9
* mkfs: handle labels longer than 16 charactersMike Fleetwood2013-04-041-2/+2
* build: revert "Compile static by default"Jaegeuk Kim2013-04-041-1/+0
* build: compile static by defaultJaegeuk Kim2013-04-041-0/+1
* build: clean up the base functionsJaegeuk Kim2013-04-041-20/+17
* build: make several base functions as a libraryJaegeuk Kim2013-04-042-558/+264
* build: move f2fs_format.h to ../include/f2fs_fs.hJaegeuk Kim2013-04-043-449/+3