Releases: abbbi/nullfsvfs
Releases · abbbi/nullfsvfs
Version 0.9
- Pretends to support posix acl's
- Include example spec file for build on rhel8
Version 0.8
Print version during FS initialization
Minor code changes
Version 0.7
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
- Add support for O_TMPFILE flag, might be useful for some applications
- Set MODULE_VERSION
- Move CI stuff to github actions
Version 0.5
Add license file.
Version 0.4
Adds support for kernel versions >= 5.12.x
Version 0.3
New:
Reading file data now behaves like reading from /dev/zero
debian/control now actually makes sense.
Update readme.
Version 0.2
Bugfix for #5
Version 0.1
Version 0.1 with basic functionality.