aboutsummaryrefslogtreecommitdiffstats
path: root/mkfs
AgeCommit message (Expand)AuthorFilesLines
2023-09-20erofs-utils: mkfs: support tgz streams for tarerofsGao Xiang1-5/+29
2023-09-20erofs-utils: lib: introduce diskbufGao Xiang1-0/+10
2023-09-15erofs-utils: mkfs: support flatdev for multi-blob imagesJingbo Xu1-4/+23
2023-09-14erofs-utils: mkfs: add `--ovlfs-strip` optionJingbo Xu1-0/+8
2023-09-14erofs-utils: mkfs: introduce rebuild modeJingbo Xu1-51/+169
2023-09-14erofs-utils: lib: add erofs_rebuild_load_tree() helperJingbo Xu1-1/+1
2023-09-12erofs-utils: mkfs: print filesystem summaries after successGao Xiang1-6/+21
2023-09-12erofs-utils: mkfs: error out if an extended option is unknownYifan Zhao1-36/+16
2023-09-12erofs-utils: mkfs: add ^{inline_data,ztailpacking,dedupe} optionsGao Xiang1-3/+10
2023-09-05erofs-utils: mkfs: don't warn dedupe and fragments features anymoreGao Xiang1-3/+0
2023-09-01erofs-utils: lib: support importing xattrs from tarerofsGao Xiang1-1/+3
2023-08-31erofs-utils: Set mkfs default blocksize based on current platformSandeep Dhavale1-1/+1
2023-08-31erofs-utils: Relax the hardchecks on the blocksizeSandeep Dhavale1-5/+6
2023-08-31erofs-utils: mkfs: enable xattr name filter feature by defaultGao Xiang1-2/+17
2023-08-31erofs-utils: mkfs,dump: introduce xattr name filter featureJingbo Xu1-0/+7
2023-08-17erofs-utils: support long xattr name prefixes for erofsfuseJingbo Xu1-1/+2
2023-08-11erofs-utils: mkfs: fix double write of long xattr name prefixesJingbo Xu1-3/+0
2023-08-09erofs-utils: lib: add a way to request supported algorithmsGao Xiang1-3/+5
2023-08-02erofs-utils: generate preallocated extents for tarerofsGao Xiang1-15/+26
2023-07-27erofs-utils: lib: initialize i_nlink to 2 in erofs_init_empty_dir()Jingbo Xu1-1/+1
2023-07-27erofs-utils: lib: avoid global sbi dependencies (take 1)Jingbo Xu1-31/+31
2023-07-20erofs-utils: introduce tarerofsGao Xiang1-36/+98
2023-07-20erofs-utils: mkfs: add libdeflate compressor supportGao Xiang1-1/+1
2023-07-10erofs-utils: Provide identical functionality without libuuidNorbert Lange2-21/+8
2023-06-07erofs-utils: sync up erofs_fs.hGao Xiang1-1/+1
2023-06-01erofs-utils: support detecting maximum block sizeGao Xiang1-2/+2
2023-05-31erofs-utils: mkfs: fix the endianness of erofs_super_blockJingbo Xu1-3/+3
2023-05-10erofs-utils: fix `-Ededupe` crash without fragments enabledGao Xiang1-1/+2
2023-04-20erofs-utils: build xattrs upon extra long name prefixesJingbo Xu1-2/+22
2023-04-20erofs-utils: lib: export packedfile APIsJingbo Xu1-3/+11
2023-04-09erofs-utils: mkfs: drop dead code in -z parsingAhelenia ZiemiaƄska1-5/+0
2023-04-07erofs-utils: get rid of erofs_buf_write_bhopsGao Xiang1-3/+5
2023-03-28erofs-utils: mkfs: fix EOD read when calculate sb checksumGao Xiang1-1/+1
2023-03-24erofs-utils: separate directory data from file dataGao Xiang1-0/+7
2023-03-19erofs-utils: rearrange on-disk metadataGao Xiang1-1/+1
2023-03-15erofs-utils: support arbitrary block sizesGao Xiang1-4/+23
2023-03-15erofs-utils: drop hard-coded block sizeGao Xiang1-15/+14
2023-03-15erofs-utils: add per-sb block sizeGao Xiang1-0/+1
2023-03-15erofs-utils: mkfs: validate chunk/pcluster sizes in the endGao Xiang1-12/+32
2023-03-11erofs-utils: add missing help for multiple algorithmsGao Xiang1-1/+2
2023-03-01erofs-utils: add `-Eall-fragments` optionGao Xiang1-0/+6
2023-03-01erofs-utils: don't warn ztailpacking feature anymoreYue Hu1-2/+0
2023-02-23erofs-utils: support randomizing algorithms in debugging modeGao Xiang1-0/+5
2023-02-23erofs-utils: support multiple algorithms in a single imageGao Xiang1-12/+31
2022-12-15erofs-utils: replace [l]stat64 by equivalent [l]statKhem Raj1-2/+2
2022-10-19erofs-utils: use chunk-based data deduplication if compression is offGao Xiang1-15/+20
2022-10-08erofs-utils: mkfs: Add volume-label setting supportNaoto Yamaguchi1-1/+14
2022-10-05erofs-utils: mkfs: introduce global compressed data deduplicationZiyang Zhang1-0/+19
2022-10-05erofs-utils: mkfs: support fragmentsYue Hu1-6/+52
2022-09-07erofs-utils: don't warn `chunked_file' feature anymoreGao Xiang1-2/+0
2022-08-14erofs-utils: mkfs: improvement for unprivileged container supportNaoto Yamaguchi1-0/+20
2022-07-08erofs-utils: Make --mount-point option generally availableKelvin Zhang1-3/+3
2022-06-12erofs-utils: mkfs: introduce `--preserve-mtime'Gao Xiang1-0/+6
2022-05-17erofs-utils: mkfs: show per-file progressGao Xiang1-1/+6
2022-04-21erofs-utils: add --disable-werrorFabrice Fontaine1-1/+1
2022-03-21erofs-utils: mkfs: use extended inodes when ctime is setDavid Anderson1-0/+5
2022-03-19erofs-utils: mkfs: use mtime instead of ctimeDavid Anderson1-1/+2
2022-03-03erofs-utils: fix some style problemsHuang Jianan1-1/+1
2022-02-09erofs-utils: Print program name and version to stdoutPeter Collingbourne1-1/+1
2022-01-30erofs-utils: add missing errors and normalize errors to lower-caseIgor Ostapenko1-14/+16
2022-01-20erofs-utils: fsck: add --extract=X support to extract to path XIgor Ostapenko1-1/+1
2022-01-14erofs-utils: mkfs: support tail-packing inline compressed dataYue Hu1-0/+8
2021-12-02erofs-utils: make liberofs more C++ friendlyKelvin Zhang1-0/+1
2021-11-18erofs-utils: mkfs: enable block map chunk formatGao Xiang1-0/+20
2021-11-16erofs-utils: mkfs: add extra blob device supportGao Xiang1-1/+18
2021-11-16erofs-utils: add extra device I/O interfaceGao Xiang1-1/+1
2021-11-09erofs-utils: introduce fsck.erofsDaeho Jeong1-14/+1
2021-10-30erofs-utils: mkfs: add LZMA algorithm supportGao Xiang1-1/+0
2021-10-30erofs-utils: add liblzma dependencyGao Xiang1-1/+2
2021-10-22erofs-utils: mkfs: introduce --quiet optionGao Xiang1-5/+17
2021-09-28erofs-utils: mkfs: fill filesystem inode countGao Xiang1-1/+1
2021-09-27erofs-utils: mkfs: rearrange argumentsGao Xiang1-6/+6
2021-09-24erofs-utils: mkfs: support chunk-based uncompressed filesGao Xiang1-0/+38
2021-09-15erofs-utils: support per-inode compress pclusterHuang Jianan1-2/+17
2021-09-03erofs-utils: fix general style problemHuang Jianan1-1/+1
2021-09-03erofs-utils: clean up file headers & footersHuang Jianan2-4/+0
2021-08-25AOSP: erofs-utils: increase val for AOSP-specific long optionsHuang Jianan1-8/+8
2021-07-06erofs-utils: add "noinline_data" extended optionGao Xiang1-0/+6
2021-06-25AOSP: erofs-utils: add block list supportYue Hu1-0/+14
2021-05-31erofs-utils: support limit max decompressed extent sizeGao Xiang1-0/+11
2021-05-22erofs-utils: support randomizing pclusterblks in debugging modeGao Xiang1-18/+32
2021-04-16erofs-utils: add -C# for the maximum size of pclustersGao Xiang1-1/+13
2021-04-16erofs-utils: introduce ondisk compression cfgsGao Xiang1-2/+6
2021-04-16erofs-utils: support adjust lz4 history window sizeHuang Jianan1-0/+1
2021-04-11erofs-utils: add cmd argument to override uid/gidHu Weiwen1-0/+23
2021-02-07erofs-utils: get rid of `end' argument from erofs_mapbh()Hu Weiwen1-1/+1
2020-12-13erofs-utils: mkfs: fix uuid.h locationGao Xiang1-1/+1
2020-11-01mkfs: add option to use a pre-defined UUIDGao Xiang1-1/+12
2020-11-01mkfs: introduce erofs_mkfs_default_options()Gao Xiang1-9/+12
2020-11-01erofs-utils: support $SOURCE_DATE_EPOCHGao Xiang1-0/+34
2020-11-01erofs-utils: fix build error without lz4 libraryGao Xiang1-1/+1
2020-10-12AOSP: erofs-utils: update usage due to fs_configGao Xiang1-9/+15
2020-10-10AOSP: erofs-utils: add fs_config supportGao Xiang1-1/+28
2020-06-08erofs-utils: enhance static linking for lz4 1.8.xGao Xiang1-1/+1
2020-06-08erofs-utils: support selinux file contextsGao Xiang2-3/+16
2020-02-21erofs-utils: introduce exclude dirs and filesLi Guifu1-7/+29
2020-01-02erofs-utils: wrap up sb feature operationsGao Xiang1-4/+3
2019-11-14erofs-utils: support 128-bit filesystem UUIDGao Xiang2-1/+22
2019-11-08erofs-utils: support calculating checksum of superblockPratik Shinde1-0/+69
2019-10-23erofs-utils: simplify prints in usage()Gao Xiang1-9/+9
2019-10-23erofs-utils: list available compressors for help commandGao Xiang1-0/+15
2019-10-23erofs-utils: introduce long parameter optionLi Guifu1-1/+13
2019-10-15erofs-utils: introduce shared xattr supportLi Guifu1-2/+10
2019-10-15erofs-utils: introduce inline xattr supporthtyuxe+dhbrei4sq0df8@grr.la1-1/+11
2019-10-13erofs-utils: fix old kernel compatibility for non-lz4 compressionGao Xiang1-0/+3
2019-10-12erofs-utils: fix error handler notes when parameter missLi Guifu1-1/+1
2019-10-12erofs-utils: introduce fixed UNIX timestampLi Guifu1-2/+14
2019-10-07erofs-utils: complete extended inode supportGao Xiang1-6/+20
2019-09-18erofs-utils: keep up with in-kernel ondisk format namingGao Xiang1-2/+3
2019-09-17erofs-utils: resize image to the correct sizeGao Xiang1-3/+8
2019-08-26erofs-utils: fix up "-E legacy-compress"Gao Xiang1-1/+1
2019-08-17erofs-utils: fail the image creation when source path is not a directory filePratik Shinde1-0/+12
2019-08-04erofs-utils: code for handling incorrect debug levelPratik Shinde1-11/+6
2019-08-03erofs-utils: Add missing error code handlingPratik Shinde1-1/+7
2019-08-03erofs-utils: introduce extented options settingGao Xiang1-1/+52
2019-08-03erofs-utils: support decompress in-placeGao Xiang1-0/+1
2019-08-03erofs-utils: introduce compression for regular filesGao Xiang1-1/+28
2019-08-03erofs-utils: introduce mkfs supportLi Guifu2-0/+188