aboutsummaryrefslogtreecommitdiffstats
path: root/mkfs
Commit message (Expand)AuthorAgeFilesLines
* mkfs.f2fs: introduce some macros to simplify coding styleChangman Lee2015-05-042-284/+265
* mkfs.f2fs: fix missing endian conversionChangman Lee2015-05-041-3/+3
* mkfs: use compact mode for data summariesChangman Lee2015-05-041-38/+64
* mkfs.f2fs: reclaim free space in case of regular fileChangman Lee2015-05-041-2/+16
* mkfs.f2fs: give a kernel version for initial formatJaegeuk Kim2015-05-041-0/+12
* Merge remote-tracking branch 'aosp/master' into cm-12.0stable/cm-12.0-YNG1TAstable/cm-12.0-YNG1Tstable/cm-12.0-YNG1IEthan Chen2015-01-234-20/+72
|\
| * 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
* | Modifications to reserve space for encrypted filesystem supportqemx132015-01-171-2/+7
|/
* 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
* mkfs: reserve x2 sectionsJaegeuk Kim2013-04-041-2/+2
* build: place mkfs into sbindirJan Engelhardt2012-12-121-1/+1
* build: use pkgconfig to determine libuuid's parametersJan Engelhardt2012-12-121-1/+2
* mkfs: Make HDIO_GETGEO ioctl optionalEzequiel Garcia2012-12-121-5/+4
* Unify version and date managementSven-Göran Bergh2012-12-072-4/+4
* Add version informationJaegeuk Kim2012-11-261-0/+4
* Bug fix: Fix overflow when calculating block addressJaegeuk Kim2012-11-261-16/+13
* Cleanup: sync comments to kernel sourceJaegeuk Kim2012-11-262-116/+125