Skip to content

Releases: linux-apfs/linux-apfs-rw

v0.3.20

25 Apr 19:35

Choose a tag to compare

v0.3.20 Pre-release
Pre-release

This quick release adds support for the fsconfig() syscall, otherwise
newer versions of the mount tool won't accept any options.

v0.3.19

10 Apr 22:20

Choose a tag to compare

v0.3.19 Pre-release
Pre-release

This release adds support for the upcoming 7.0 kernel version, with a
patch by Alessio Faina. Aditya Garg also contributes a fix for a build
issue caused by the makefile.

v0.3.18

30 Jan 21:49

Choose a tag to compare

v0.3.18 Pre-release
Pre-release

This release adds support for the upcoming 6.19 kernel version.

v0.3.17

26 Nov 21:33

Choose a tag to compare

v0.3.17 Pre-release
Pre-release

This release adds support for the upcoming 6.18 kernel version.

v0.3.16

27 Sep 16:21

Choose a tag to compare

v0.3.16 Pre-release
Pre-release

This release adds support for the upcoming 6.17 kernel version.

v0.3.15

25 Jul 22:40

Choose a tag to compare

v0.3.15 Pre-release
Pre-release

This release adds support for the upcoming 6.16 kernel version.

v0.3.14

24 May 01:27

Choose a tag to compare

v0.3.14 Pre-release
Pre-release

This release adds support for the upcoming 6.15 kernel version, and for
RHEL 9.6.

A longstanding objtool warning has also been fixed.

v0.3.13

22 Mar 02:19

Choose a tag to compare

v0.3.13 Pre-release
Pre-release

This release adds support for the upcoming 6.14 upstream kernel, and for
a handful of RHEL 9 kernels that have been broken for a while.

Some improvements have been made to ENOSPC behaviour, but the work here
isn't quite finished yet.

Read-only support is added for fusion drives. Writes will probably never
get implemented, though I might reconsider this if people actually ask
for the feature.

Read-only mounts of volumes with so-called "dataless snapshots" are also
tentatively allowed. I have no idea what this is about but there should
be no risk.

Free space as reported by statfs is now much more accurate. A few other
bugs were also fixed, but nothing big enough to deserve notice.

v0.3.12

01 Nov 23:14

Choose a tag to compare

v0.3.12 Pre-release
Pre-release

This release fixes a serious data corruption bug for containers bigger
than ~1.32 TiB, which is immediately triggered by a writable mount. This
goes to show why mounts are still read-only by default.

Another much smaller data loss bug for much bigger containers (~7 TiB)
is also addressed.

Support is added for the 6.12 kernel release candidate. A bit early this
time, so let's hope the build doesn't break again for the final release.

v0.3.11

13 Sep 00:04

Choose a tag to compare

v0.3.11 Pre-release
Pre-release

This release prevents deadlock if a single volume gets mounted and
unmounted at the same time. It also fixes two other (smaller) mount bugs
found while testing this one.

Support is added for the upcoming 6.11 kernel release, with a patch by
Woody Suwalski and a later patch of my own because things broke a second
time.