Skip to content

Commit 695455b

Browse files
committed
0.3.10
Transactions are now committed regularly, so it should no longer be strictly necessary to unmount the filesystem cleanly for writes to take effect. It's still recommended, of course. The release also fixes two bugs. One was a big performance regression from 0.3.9, seen when deleting large numbers of files. The other was that mounts would go read-only if two snapshots were attempted with the same name. Support is added for the new 6.10 kernel version, with a patch by Woody Suwalski. Signed-off-by: Ernesto A. Fernández <[email protected]>
1 parent 071cdac commit 695455b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dkms.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PACKAGE_NAME="linux-apfs-rw"
2-
PACKAGE_VERSION="0.3.9"
2+
PACKAGE_VERSION="0.3.10"
33

44
BUILT_MODULE_NAME[0]="apfs"
55
DEST_MODULE_LOCATION[0]="/extra"

0 commit comments

Comments
 (0)