From d533b6be3a3d602d8ae584edd99c535146293306 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ernesto=20A=2E=20Fern=C3=A1ndez?= Date: Tue, 7 May 2024 22:13:48 -0300 Subject: [PATCH] 0.3.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This release fixes the build for the soon to be released 6.9 kernel. Support is tentatively added for the new 0x80 incompatible volume feature, which appears simple enough so far and isn't causing any problems. A console warning that showed up during compressed file reads on recent kernels is now fixed. Support is improved for tiny filesystems of under 100 MiB, though they remain awkward to test due to fragmentation issues. The behaviour of apfs_modified_by is tweaked to better match the official driver. Free queues should now be much harder to fill up. The most important change here is that files are now deleted across multiple transactions. Signed-off-by: Ernesto A. Fernández --- dkms.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dkms.conf b/dkms.conf index a03f8c9..4e0726b 100644 --- a/dkms.conf +++ b/dkms.conf @@ -1,5 +1,5 @@ PACKAGE_NAME="linux-apfs-rw" -PACKAGE_VERSION="0.3.8" +PACKAGE_VERSION="0.3.9" BUILT_MODULE_NAME[0]="apfs" DEST_MODULE_LOCATION[0]="/extra"