1erofs-utils 1.7.1 2 3 * A quick maintenance release includes the following fixes: 4 - fix a build issue of cross-compilation with autoconf (Sandeep Dhavale); 5 - fix an invalid error code in lib/tar.c (Erik Sjölund); 6 - fix corrupted directories with hardlinks. 7 8 -- Gao Xiang <xiang@kernel.org> Fri, 20 Oct 2023 00:00:00 +0800 9 10erofs-utils 1.7 11 12 * This release includes the following updates: 13 - support arbitrary valid block sizes in addition to page size; 14 - (mkfs.erofs) arrange on-disk meta with Breadth-First Traversal instead; 15 - support long xattr name prefixes (Jingbo Xu); 16 - support UUID functionality without libuuid (Norbert Lange); 17 - (mkfs.erofs, experimental) add DEFLATE algorithm support; 18 - (mkfs.erofs, experimental) support building images directly from tarballs; 19 - (dump.erofs) print more superblock fields (Guo Xuenan); 20 - (mkfs.erofs, experimental) introduce preliminary rebuild mode (Jingbo Xu); 21 - various bugfixes and cleanups (Sandeep Dhavale, Guo Xuenan, Yue Hu, 22 Weizhao Ouyang, Kelvin Zhang, Noboru Asai, Yifan Zhao and Li Yiyan); 23 24 -- Gao Xiang <xiang@kernel.org> Thu, 21 Sep 2023 00:00:00 +0800 25 26erofs-utils 1.6 27 28 * This release includes the following updates: 29 - support fragments by using `-Efragments` (Yue Hu); 30 - support compressed data deduplication by using `-Ededupe` (Ziyang Zhang); 31 - (erofsfuse) support extended attributes (Huang Jianan); 32 - (mkfs.erofs) support multiple algorithms in a single image (Gao Xiang); 33 - (mkfs.erofs) support chunk-based sparse files (Gao Xiang); 34 - (mkfs.erofs) add volume-label setting support (Naoto Yamaguchi); 35 - (mkfs.erofs) add uid/gid offsetting support (Naoto Yamaguchi); 36 - (mkfs.erofs) pack files entirely by using `-Eall-fragments` (Gao Xiang); 37 - various bugfixes and cleanups; 38 39 -- Gao Xiang <xiang@kernel.org> Sun, 12 Mar 2023 00:00:00 +0800 40 41erofs-utils 1.5 42 43 * This release includes the following updates: 44 - (fsck.erofs) support filesystem extraction (Igor Ostapenko); 45 - support ztailpacking inline feature for compressed files (Yue Hu); 46 - (dump.erofs) support listing directories; 47 - more liberofs APIs (including iterate APIs) (me, Kelvin Zhang); 48 - use mtime to allow more control over the timestamps (David Anderson); 49 - switch to GPL-2.0+ OR Apache-2.0 dual license for liberofs; 50 - various bugfixes and cleanups; 51 52 -- Gao Xiang <xiang@kernel.org> Mon, 13 Jun 2022 00:00:00 +0800 53 54erofs-utils 1.4 55 56 * This release includes the following updates: 57 - (experimental) introduce preliminary dump.erofs (Wang Qi, Guo Xuenan); 58 - (experimental) introduce preliminary fsck.erofs (Daeho Jeong); 59 - introduce MicroLZMA compression support (thanks to Lasse Collin); 60 - support chunk-based uncompressed files for deduplication; 61 - support multiple devices for multi-blob CAS container images; 62 - (mkfs.erofs, AOSP) add block list support (Yue Hu, David Anderson); 63 - (mkfs.erofs) support per-inode compress pcluster hints (Huang Jianan); 64 - (mkfs.erofs) add "noinline_data" extended option for DAX; 65 - (mkfs.erofs) introduce --quiet option (suggested by nl6720); 66 - complete MacOS build & functionality; 67 - various bugfixes and cleanups; 68 69 -- Gao Xiang <xiang@kernel.org> Mon, 22 Nov 2021 00:00:00 +0800 70 71erofs-utils 1.3 72 73 * This release includes the following updates: 74 - support new big pcluster feature together with Linux 5.13+; 75 - optimize buffer allocation logic (Hu Weiwen); 76 - optimize build performance for large directories (Hu Weiwen); 77 - add support to override uid / gid (Hu Weiwen); 78 - add support to adjust lz4 history window size (Huang Jianan); 79 - add a manual for erofsfuse; 80 - add support to limit max decompressed extent size; 81 - various bugfixes and cleanups; 82 83 -- Gao Xiang <xiang@kernel.org> Tue, 01 Jun 2021 00:00:00 +0800 84 85erofs-utils (1.2.1-1) unstable; urgency=medium 86 87 * A quick maintenance release includes the following updates: 88 - fix reported build issues due to different configurations; 89 - (mkfs.erofs, AOSP) fix sub-directory prefix for canned fs_config; 90 - update some obsoleted email address; 91 92 -- Gao Xiang <xiang@kernel.org> Sun, 10 Jan 2021 00:00:00 +0800 93 94erofs-utils (1.2-1) unstable; urgency=medium 95 96 * This release includes the following features and bugfixes: 97 - (mkfs.erofs) support selinux file contexts; 98 - (mkfs.erofs) support $SOURCE_DATE_EPOCH; 99 - (mkfs.erofs) support a pre-defined UUID; 100 - (mkfs.erofs) fix random padding for reproducable builds; 101 - (mkfs.erofs) several fixes around hard links; 102 - (mkfs.erofs) minor code cleanups; 103 - (mkfs.erofs, AOSP) support Android fs_config; 104 - (experimental, disabled by default) add erofsfuse approach; 105 106 -- Gao Xiang <xiang@kernel.org> Sun, 06 Dec 2020 00:00:00 +0800 107 108erofs-utils (1.1-1) unstable; urgency=low 109 110 * a maintenance release includes the following updates: 111 - (mkfs.erofs) add a manual for mkfs.erofs; 112 - (mkfs.erofs) add superblock checksum support; 113 - (mkfs.erofs) add filesystem UUID support; 114 - (mkfs.erofs) add exclude files support; 115 - (mkfs.erofs) fix compiling issues under specific conditions; 116 - (mkfs.erofs) minor code cleanups; 117 118 -- Gao Xiang <xiang@kernel.org> Tue, 14 Apr 2020 00:00:00 +0800 119 120erofs-utils (1.0-1) unstable; urgency=low 121 122 * first release with the following new features: 123 - (mkfs.erofs) uncompressed file support; 124 - (mkfs.erofs) uncompressed tail-end packing inline data support; 125 - (mkfs.erofs) lz4 / lz4HC compressed file support; 126 - (mkfs.erofs) special file support; 127 - (mkfs.erofs) inline / shared xattrs support; 128 - (mkfs.erofs) Posix ACL support; 129 130 -- Gao Xiang <xiang@kernel.org> Thu, 24 Oct 2019 00:00:00 +0800 131