Skip to content

Releases: abbbi/nullfsvfs

Version 0.8

01 Jul 07:56
Compare
Choose a tag to compare

Print version during FS initialization
Minor code changes

Version 0.7

30 Jun 06:52
Compare
Choose a tag to compare

Add .direct_IO to aops via noop_direct_IO: applications can now set O_DIRECT flag during file open on nullfs.
Performance wise it shouldn't matter, but allows easier testing with applications that depend on O_DIRECT.

Version 0.6

16 Jun 06:48
Compare
Choose a tag to compare
  • Add support for O_TMPFILE flag, might be useful for some applications
  • Set MODULE_VERSION
  • Move CI stuff to github actions

Version 0.5

19 May 06:16
Compare
Choose a tag to compare

Add license file.

Version 0.4

18 May 18:33
Compare
Choose a tag to compare

Adds support for kernel versions >= 5.12.x

Version 0.3

29 Dec 21:32
Compare
Choose a tag to compare

New:

Reading file data now behaves like reading from /dev/zero
debian/control now actually makes sense.
Update readme.

Version 0.2

09 Nov 07:36
Compare
Choose a tag to compare

Bugfix for #5

Version 0.1

27 Oct 20:32
2d2a112
Compare
Choose a tag to compare

Version 0.1 with basic functionality.