File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22## [ Unreleased]
33
4+ ## [ 0.12.0]
5+ ### Added
6+ - [ 156] ( https://github.com/cloud-hypervisor/fuse-backend-rs/pull/156 ) : Fuse OverlayFs implementation.
7+ - [ 166] ( https://github.com/cloud-hypervisor/fuse-backend-rs/pull/166 ) : Import latest improvement for passthroughfs from virtiofsd project.
8+ - [ 169] ( https://github.com/cloud-hypervisor/fuse-backend-rs/pull/169 ) : Optimize implementation of lookup() for passthroughfs.
9+ - [ 170] ( https://github.com/cloud-hypervisor/fuse-backend-rs/pull/170 ) : abi: unify st_nlink.
10+ - [ 172] ( https://github.com/cloud-hypervisor/fuse-backend-rs/pull/172 ) : ptfs: refine implementation of seal_size_check().
11+ - [ 173] ( https://github.com/cloud-hypervisor/fuse-backend-rs/pull/173 ) : ptfs: use BorrowedFd instead of RawFd when possible.
12+ - [ 174] ( https://github.com/cloud-hypervisor/fuse-backend-rs/pull/174 ) : ptfs: add support for new cache mode Metadata.
13+ - [ 177] ( https://github.com/cloud-hypervisor/fuse-backend-rs/pull/177 ) : fusedev: add clone_fuse_file method to FuseSession.
14+
15+ ### Fixed
16+ - [ 125] ( https://github.com/cloud-hypervisor/fuse-backend-rs/pull/125 ) : fusedev: add fd-passthrough support.
17+ - [ 178] ( https://github.com/cloud-hypervisor/fuse-backend-rs/pull/178 ) : Fix batch forget can't handle too large msg.
18+ - [ 180] ( https://github.com/cloud-hypervisor/fuse-backend-rs/pull/180 ) : fix: fuse-t nobrowse.
19+ - [ 181] ( https://github.com/cloud-hypervisor/fuse-backend-rs/pull/181 ) : Fix CI: xfstests: restrict xfstests version.
20+ - [ 184] ( https://github.com/cloud-hypervisor/fuse-backend-rs/pull/184 ) : bugfix: read/write fd dropped unexpectedly.
21+ - [ 185] ( https://github.com/cloud-hypervisor/fuse-backend-rs/pull/185 ) : fix: fuse t channel read bug in during multiple reads
22+
423## [ 0.11.0]
524### Added
625- [ 144] ( https://github.com/cloud-hypervisor/fuse-backend-rs/pull/144 ) : feat: implement fuse-t feature
Original file line number Diff line number Diff line change 11[package ]
22name = " fuse-backend-rs"
3- version = " 0.11 .0"
3+ version = " 0.12 .0"
44keywords = [" fuse" , " virtio" , " virtio-fs" , " vhost-user-fs" ]
55categories = [" filesystem" , " os::linux-apis" ]
66description = " A rust library for Fuse(filesystem in userspace) servers and virtio-fs devices"
You can’t perform that action at this time.
0 commit comments