nullfsvfs

a virtual black hole file system that behaves like /dev/null

GPL-3.0 License

Stars
288

Bot releases are hidden (Show)

nullfsvfs - Version 0.17 Latest Release

Published by abbbi 11 months ago

What's Changed

Full Changelog: https://github.com/abbbi/nullfsvfs/compare/v0.16...v0.17

nullfsvfs - Version 0.16

Published by abbbi about 1 year ago

What's Changed

Full Changelog: https://github.com/abbbi/nullfsvfs/compare/v0.15...v0.16

nullfsvfs - Version 0.15

Published by abbbi over 1 year ago

What's Changed

Full Changelog: https://github.com/abbbi/nullfsvfs/compare/v0.14...v0.15

nullfsvfs - Version 0.14

Published by abbbi almost 2 years ago

What's Changed

Full Changelog: https://github.com/abbbi/nullfsvfs/compare/v0.13...v0.14

nullfsvfs - Version 0.13

Published by abbbi almost 2 years ago

What's Changed

Full Changelog: https://github.com/abbbi/nullfsvfs/compare/0.12.1...v0.13

nullfsvfs - Version 0.12.1

Published by abbbi almost 3 years ago

Fix possible build error due to $(PWD) in Makefile, use $(shell pwd) instead.

Full Changelog: https://github.com/abbbi/nullfsvfs/compare/0.10...0.12.1

nullfsvfs - Version 0.12

Published by abbbi about 3 years ago

  • Fixes build on SLES15 based kernels. Tested on: SLES12, SLES15, RHEL7/Centos7 and newer.
nullfsvfs - Version 0.11

Published by abbbi about 3 years ago

  • Fix build on Distributions with older linux kernels such as RHEL7 or Centos7
nullfsvfs - Version 0.10

Published by abbbi about 3 years ago

  • Adds support for kernel versions >= 5.14
nullfsvfs - Version 0.9

Published by abbbi about 3 years ago

  • Pretends to support posix acl's
  • Include example spec file for build on rhel8
nullfsvfs - Version 0.8

Published by abbbi over 3 years ago

Print version during FS initialization
Minor code changes

nullfsvfs - Version 0.7

Published by abbbi over 3 years ago

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.

nullfsvfs - Version 0.6

Published by abbbi over 3 years ago

  • Add support for O_TMPFILE flag, might be useful for some applications
  • Set MODULE_VERSION
  • Move CI stuff to github actions
nullfsvfs - Version 0.5

Published by abbbi over 3 years ago

Add license file.

nullfsvfs - Version 0.4

Published by abbbi over 3 years ago

Adds support for kernel versions >= 5.12.x

nullfsvfs - Version 0.3

Published by abbbi almost 4 years ago

New:

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

nullfsvfs - Version 0.2

Published by abbbi almost 4 years ago

Bugfix for #5

nullfsvfs - Version 0.1

Published by abbbi almost 4 years ago

Version 0.1 with basic functionality.