Skip to content

Releases: linux-apfs/linux-apfs-rw

v0.3.7

18 Jan 23:21

Choose a tag to compare

v0.3.7 Pre-release
Pre-release

This is a small release that fixes the dkms build, recently broken by
the implementation of version reporting. From now on I will run a dkms
build before each new tag.

The release also lifts the ban on filesystems with half-written backup
superblocks, a problem that some users appear to have encountered
already.

v0.3.6

07 Jan 23:58

Choose a tag to compare

v0.3.6 Pre-release
Pre-release

This release heavily reworks the node defragmentation and split logic to
fix a handful of rarely triggered data corruption bugs. The new version
is easier to understand and hopefully more robust.

Support is added for containers with a size of up to ~6.7 TiB, improving
the previous maximum of ~1.3 TiB. The next release will probably keep
pushing this limit.

Changes are made to the way that subvolume "devices" are reported. Now
we are closer to matching the behaviour of btrfs and userland tools like
Nautilus are far less confused.

The driver version information is now provided by both the on-disk
filesystem metadata and by modinfo. This may be useful for responding to
bugs at some point.

A few small issues with snapshot reporting have been addressed, as well
as an mmap-related warning in recent kernel versions.

Finally, support is added for the 6.7 kernel version (released today),
contributed by Woody Suwalski.

v0.3.5

30 Oct 17:41

Choose a tag to compare

v0.3.5 Pre-release
Pre-release

This release adds support for reading compressed files of arbitrary
on-disk size, which is becoming more and more necessary in recent ipsw
images.

A number of bugs are addressed for systems with little ram, reported by
Gilgamesh via email.

Support is added for the 6.6 kernel version, mainly thanks to Woody
Suwalski. I'm afraid the driver sometimes triggers a warning for recent
kernels, but I didn't manage to fix it in time for the new upstream
release, and it's better to at least get things to build.

v0.3.4

15 Aug 02:57

Choose a tag to compare

v0.3.4 Pre-release
Pre-release

This release fixes the build for the Linux 6.5 release candidate, and it
should also fix a long-standing mmap bug in Linux 5.14 and above, which
resulted in null pointer dereference.

v0.3.3

25 May 02:17

Choose a tag to compare

v0.3.3 Pre-release
Pre-release

This release fixes builds for kernels below 5.3, which have all been
broken for a while. So far development has only been focused on Linux
5.3, and I've relied on reporters to find out about issues on other
versions. From now on I will at least run builds for a range of kernels
before each release, so hopefully this won't happen again.

v0.3.2

16 May 21:08

Choose a tag to compare

v0.3.2 Pre-release
Pre-release

This release improves error messages, which will hopefully make it
easier to communicate with bug reporters. A number of bugs are also
addressed, most importantly a missing check on the node count limit for
the free queues, which could trigger reports of corruption in some rare
cases (no data loss though, as far as I can see).

Support is added for the 6.3 kernel version, courtesy of Woody Suwalski.

I was hoping to wait until encryption was ready before making a release,
but I'm not finding much time for apfs these days so that could take a
while. In the meantime, it's better to get this stuff out the door.

v0.3.1

24 Mar 00:37

Choose a tag to compare

v0.3.1 Pre-release
Pre-release

Snapshots and clones seem to be working properly now, though testing has
been somewhat limited. As far as I know (I could definitely be wrong),
this is the last thing that was needed to fully support writes to
unencrypted volumes, so it's an important change that warrants a new
release. Everything remains experimental, of course.

v0.3.0

31 Jan 02:59

Choose a tag to compare

v0.3.0 Pre-release
Pre-release

Some packagers have requested that the driver gets tagged releases:

#35

So I'll use 0.3.0 at this point, because the dkms file was set to 0.2.

This should not be understood to imply that the driver is in any way
ready. Writes are still very dangerous and a lot of basic features are
completely missing, for example preserving old snapshots.

Read-only support is somewhat more complete, with sealed volumes,
snapshots, and all the missing compression algorithms recently added.
Encryption is still not in the works though.