Skip to content

Releases: abbbi/nullfsvfs

Version 0.26

05 Mar 18:45

Choose a tag to compare

Version 0.26

Add umask handling

Full Changelog: v0.25...v0.26

Version 0.25

25 Feb 07:35

Choose a tag to compare

Version 0.25

  • Fix build on kernel versions 7.0-rc1

Full Changelog: v0.24...v0.25

Version 0.24

24 Feb 09:26

Choose a tag to compare

Version 0.24

  • Fix warnings on kernel >= 6.19 (#34)

Full Changelog: v0.23...v0.24

Version 0.23

11 Feb 12:37

Choose a tag to compare

Version 0.23

Rename to nullfsvfs
Linux kernel 7 has merged another filesystem called "nullfs":

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/diff/fs/nullfs.c?id=c84bb79f70c634a95929f21c14340ab2078d7977

remove all references on "nullfs" in the code so we don't name clash in
the future, use nullfsvfs instead.

Full Changelog: v0.22...v0.23

Version 0.22

08 Feb 13:39

Choose a tag to compare

What's Changed

Full Changelog: v0.21...v0.22

Version 0.21

16 Oct 10:19

Choose a tag to compare

What's Changed

  • Add header MODULE_DESCRIPTION to stop modpost warning. by @terraluna977 in #32

Full Changelog: v0.20...v0.21

Version 0.20

13 Oct 12:33

Choose a tag to compare

What's Changed

  • Fix for the 6.18 kernel. The mount_nodev() function has been removed, so a local copy is used. by @terraluna977 in #31

Full Changelog: v0.19...v0.20

Version 0.19

11 Jun 09:01

Choose a tag to compare

Full Changelog: v0.18...v0.19

Version 0.18

02 Apr 06:57
a21815d

Choose a tag to compare

What's Changed

Full Changelog: v0.17...v0.18

Version 0.17

11 Nov 19:32

Choose a tag to compare

What's Changed

Full Changelog: v0.16...v0.17