Skip to content

Releases: linux-apfs/linux-apfs-rw

v0.3.21

v0.3.21 Pre-release
Pre-release

Choose a tag to compare

@eafer eafer released this 12 Aug 18:51

This release adds support for the upcoming 7.2 kernel version.

v0.3.20

v0.3.20 Pre-release
Pre-release

Choose a tag to compare

@eafer eafer released this 25 Apr 19:35

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

v0.3.19

v0.3.19 Pre-release
Pre-release

Choose a tag to compare

@eafer eafer released this 10 Apr 22:20

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

v0.3.18 Pre-release
Pre-release

Choose a tag to compare

@eafer eafer released this 30 Jan 21:49

This release adds support for the upcoming 6.19 kernel version.

v0.3.17

v0.3.17 Pre-release
Pre-release

Choose a tag to compare

@eafer eafer released this 26 Nov 21:33

This release adds support for the upcoming 6.18 kernel version.

v0.3.16

v0.3.16 Pre-release
Pre-release

Choose a tag to compare

@eafer eafer released this 27 Sep 16:21

This release adds support for the upcoming 6.17 kernel version.

v0.3.15

v0.3.15 Pre-release
Pre-release

Choose a tag to compare

@eafer eafer released this 25 Jul 22:40

This release adds support for the upcoming 6.16 kernel version.

v0.3.14

v0.3.14 Pre-release
Pre-release

Choose a tag to compare

@eafer eafer released this 24 May 01:27

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

v0.3.13 Pre-release
Pre-release

Choose a tag to compare

@eafer eafer released this 22 Mar 02:19

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

v0.3.12 Pre-release
Pre-release

Choose a tag to compare

@eafer eafer released this 01 Nov 23:14

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.