Skip to content

Releases: cloud-hypervisor/fuse-backend-rs

v0.8.0

24 Apr 07:13
Compare
Choose a tag to compare
v0.8.0 release

v0.4.0

29 Mar 11:12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

08 Feb 03:51
Compare
Choose a tag to compare

Added

  • Optionally enable MAX_PAGES feature
  • Allow customizing the default FUSE features before creating a new vfs structure
  • Support more FUSE server APIs

Changed

The FUSE server has no default FUSE feature set now. The default feature set is only defined in VfsOptions. Non VFS users have to define the default FUSE feature set in the init() method.

v0.2.0: cargo: prepare for 0.2.0 release

30 Dec 09:24
Compare
Choose a tag to compare

[v0.2.0]

Added

  • Enhance passthrough to reduce active fds by using file handle
  • implement Fromfusedev::Error for std::io::Error
  • Use vhost crate from crates.io
  • Introduce readlinkat_proc_file helper
  • Update vm-memory to 0.7.0
  • Add @eryugey to CODEOWNERS file

Fixed

  • Validate path components
  • Prevent ".." escape in do_lookup in passthroughfs
  • Prevent opening of special file in passthroughfs
  • Fix compile error in vfs async test
  • Record real root inode's ino of file system backends in vfs

Deprecated

Prepare for releasing v0.1.2

04 Aug 09:20
Compare
Choose a tag to compare
  • support KILLPRIV_v2
  • enhance vfs to support DAX window map/unmap operations

Refine crate README

13 Feb 09:15
Compare
Choose a tag to compare

refine crate documentations:

  1. add README to Cargo.toml
  2. refine README.md

First release of fuse-backend-rs crate

11 Feb 14:00
Compare
Choose a tag to compare

This is the first release!