aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* libf2fs: limit the total size up to 16TJunling Zheng2016-04-041-0/+5
* fsck.f2fs: check /proc/mounts first to detect readonlyJaegeuk Kim2016-04-041-8/+8
* Fix readonly for androidGreg Wallace2016-01-191-1/+22
* f2fs-tools: avoid failure and warnings for android buildJaegeuk Kim2016-01-191-6/+7
* lib: use u8/u32/u64 for bit operationsJaegeuk Kim2016-01-191-11/+8
* lib: fix test_bit_le functionsJaegeuk Kim2016-01-191-16/+10
* mkfs.f2fs: fix storing volume label correctly in utf16Jaegeuk Kim2016-01-191-9/+168
* libf2fs: enhance the bit operationsJaegeuk Kim2016-01-191-58/+46
* f2fs-tools: add library version infoJaegeuk Kim2016-01-191-0/+1
* mkfs.f2fs: show correct partition sizeJaegeuk Kim2016-01-191-1/+2
* fsck.f2fs: support a readonly filesystemJaegeuk Kim2016-01-191-6/+11
* mkfs.f2fs: don't need to limit MIN_VOLUME SIZEJaegeuk Kim2015-11-121-7/+0
* mkfs.f2fs: set overprovision size more preciselyJaegeuk Kim2015-11-121-2/+2
* mkfs.f2fs: show bytes for total_sectorsJaegeuk Kim2015-11-121-2/+2
* Add darwin support for building the host toolsKeith Mok2015-10-192-3/+14
* Modifications to reserve space for encrypted filesystem supportqemx132015-10-191-1/+37
* mkfs.f2fs: support large sector sizeChao Yu2015-03-231-9/+5
* fsck.f2fs: readahead node blocks to speed upJaegeuk Kim2015-03-231-0/+14
* mkfs.f2fs: introduce some macros to simplify coding styleChangman Lee2015-03-231-0/+1
* fsck.f2fs: trigger fsck.f2fs when new change was madeJaegeuk Kim2015-03-232-0/+25
* mkfs.f2fs: possible endianes bug in mkfs.f2fs roll-forward speedjoerg jungermann2014-11-071-2/+14
* fsck.f2fs: fix inode block inconsistencyJaegeuk Kim2014-09-081-0/+5
* f2fs_dentry_hash: avoid casting unsigned char to singed charJaegeuk Kim2014-09-081-19/+12
* dump.f2fs: support dump_file from imageJaegeuk Kim2014-09-081-0/+9
* libf2fs: move the finalize_device() into the io lib.JP Abgrall2014-06-132-12/+13
* libf2fs, fsck, mkfs: call f2fs_finalize_device before exitJaegeuk Kim2014-06-131-0/+12
* mkfs: support passing in the number of sectors to useJP Abgrall2014-06-121-0/+7
* fsck.f2fs: large volume supportChangman Lee2014-06-121-2/+2
* f2fs-tools: announce dual licenses with GPL and LGPL v2Jaegeuk Kim2014-06-052-6/+2
* Cleanup various build warnings (signed vs unsigned, unused vars,...)JP Abgrall2014-05-142-3/+1
* format: add support for dev_fill() and extra dev_*() debugging.JP Abgrall2014-04-071-0/+12
* further split up lib2fs so that it does not do any IO directly.JP Abgrall2014-04-073-33/+61
* f2fs-tools: discard is default but not set in configChangman Lee2013-09-031-0/+1
* fsck, lib: support inline xattrJaegeuk Kim2013-08-201-0/+7
* libf2fs: check more conditions on mounted filesystemJaegeuk Kim2013-08-021-16/+44
* f2fs-tools: add option to display directory treeChangman Lee2013-07-301-0/+70
* libf2fs: add an error message for a mounted deviceJaegeuk Kim2013-07-301-0/+1
* f2fs-tools: add fsck.f2fs and dump.f2fsChangman Lee2013-07-041-2/+157
* mkfs: handle labels longer than 16 charactersMike Fleetwood2013-04-041-2/+1
* mkfs: default to blank labelMike Fleetwood2013-04-041-6/+1
* mkfs: fix to avoid format of device when already mountedNamjae Jeon2013-04-041-2/+7
* build: clean up the base functionsJaegeuk Kim2013-04-041-10/+25
* build: make several base functions as a libraryJaegeuk Kim2013-04-042-0/+254