File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+ ## [ Unreleased]
3
+
4
+ ## [ 0.10.0]
5
+
6
+ ### Added
7
+ - [ #96 ] ( https://github.com/cloud-hypervisor/fuse-backend-rs/pull/96 ) : async_runtime: add probe of io_uring support
8
+ - [ #88 ] ( https://github.com/cloud-hypervisor/fuse-backend-rs/pull/88 ) : add ability to disallow operations that could change file size
9
+
10
+ ### Fixed
11
+ - [ #98 ] ( https://github.com/cloud-hypervisor/fuse-backend-rs/pull/98 ) : vfs: fix incorrect st_ino in entry.attr
12
+ - [ #93 ] ( https://github.com/cloud-hypervisor/fuse-backend-rs/pull/93 ) : fix BIG_WRITES doesn't work
13
+
14
+ ### Removed
15
+ - [ #96 ] ( https://github.com/cloud-hypervisor/fuse-backend-rs/pull/96 ) : async_runtime: remove thread_local of Runtime
16
+ - [ #96 ] ( https://github.com/cloud-hypervisor/fuse-backend-rs/pull/96 ) : remove temporarily tokio-uring module
17
+
18
+ ### Changed
19
+ - [ #97 ] ( https://github.com/cloud-hypervisor/fuse-backend-rs/pull/97 ) : log: print some variables in hexadecimal
20
+ - [ #96 ] ( https://github.com/cloud-hypervisor/fuse-backend-rs/pull/96 ) : async_runtime: improved async file implement
21
+ - [ #95 ] ( https://github.com/cloud-hypervisor/fuse-backend-rs/pull/95 ) : open file with O_APPEND cleared when writeback is enabled
22
+ - [ #90 ] ( https://github.com/cloud-hypervisor/fuse-backend-rs/pull/90 ) : open file for reading if writeback cache is enabled
23
+
24
+ ### Upgraded
25
+ - virtio-queue from 0.4 to 0.6
26
+ - vhost from 0.4 to 0.5
2
27
3
28
## [ 0.9.6]
4
29
- Fix no_opendir option handling
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " fuse-backend-rs"
3
- version = " 0.9.6 "
3
+ version = " 0.10.0 "
4
4
keywords = [" fuse" , " virtio" , " virtio-fs" , " vhost-user-fs" ]
5
5
categories = [" filesystem" , " os::linux-apis" ]
6
6
description = " 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