Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

virtiofsd-1.14.0-1.2 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: virtiofsd Distribution: openSUSE Tumbleweed
Version: 1.14.0 Vendor: openSUSE
Release: 1.2 Build date: Wed Jul 15 10:33:02 2026
Group: Development/Libraries/Rust Build host: reproducible
Size: 2588116 Source RPM: virtiofsd-1.14.0-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://gitlab.com/virtio-fs/virtiofsd
Summary: A vhost-user virtio-fs device backend written in Rust
A vhost-user virtio-fs device backend written in Rust

Provides

Requires

License

Apache-2.0

Changelog

* Wed Jul 15 2026 Dario Faggioli <dfaggioli@suse.com>
  - Update to version 1.14.0:
    * Bump version to v1.14.0
    * passthrough: only clear capabilities on regular files
    * Track the file type on HandleData
    * read_dir: add tests for u64 cookie fallback path
    * read_dir: handle u64 directory cookies that exceed i64::MAX
    * passthrough: add negotiation modes to --security-label
    * passthrough: add negotiation modes to --posix-acl
    * vhost_user: exit gracefully on queue processing errors
    * vhost_user: extract process_message() from queue processing loops
    * deps: bump vhost 0.15->0.16, vhost-user-backend 0.21->0.22
    * passthrough: remove redundant inode lookups in open_inode()
    * server: do not reject oversized readdir requests
    * server: reject malformed extension lengths with a minimal local check
    * passthrough: avoid panic in setxattr on non-UTF-8 names
    * Support multiple supplementary groups
    * Update rust-vmm dependencies
    * seccomp: Don't allow newfstatat syscall on sparc64
    * README: --announce-submounts is enabled by default
    * sandbox: only canonicalize shared_dir for chroot
    * sandbox: fix pivot_root to relative paths
* Thu Mar 12 2026 Dario Faggioli <dfaggioli@suse.com>
  - Add explicit handling of (and checking that is has
    actually been handled) bsc#1257912 (CVE-2026-25727).
    Patch added:
    * update-time-0.3.47.patch
  - Service file cleanup and refactoring
  - Update to version 1.13.3:
    * Bump version to v1.13.3
    * Allow readv() seccomp
    * Allow pwritev() seccomp
    * Extend traits methods to support ReadvFlag
    * Replace preadv64() with preadv2()
    * Update pwritev2() flags
    * Add Intellij IDEA configuration to .gitignore
* Mon Mar 02 2026 Xiaoguang Wang <xiaoguang.wang@suse.com>
  - Update vendor.tar.xz: Fix CVE-2026-25727 (bsc#1257912).
* Mon Aug 25 2025 Caleb Crane <caleb.crane@suse.com>
  - Update to version 1.13.2:
    * Bump version to v1.13.2
    * README.md: expand section on non-privileged running
    * Set guest FD limit based on actual total FD limit
    * Handles: Track guest FD use
    * Inodes: Track guest FD use
    * PassthroughFs: Create GuestFdSemaphore
    * Add GuestFdSemaphore
* Wed Jan 15 2025 ddiss@suse.de
  - Update to version 1.13.0:
    * Bump version to v1.13.0
    * Add and use openat_verbose() where reasonable
    * Revert "openat: Always annotate errors with filename"
    * Add --readonly flag
    * Add PassthroughFsRo as read-only variant
    * Add a note about the required FD state for --fd
* Wed Oct 16 2024 caleb.crane@suse.com
  - Update to version 1.12.0:
    * Bump version to v1.12.0
    * Add file-handles migration mode
    * Serialize mount FD map
    * Deserialize file handles
    * Build mount FD map on deserialization
    * Add MigrationMode::FileHandles
    * PassthroughFsV2
    * Allow deserializing serializable file handles
    * Extract serialized::Inode.deserialize_root_node()
* Thu Oct 03 2024 Caleb Crane <caleb.crane@suse.com>
  - Spec: Add direct dependency on cargo in addition to cargo-packaging.
      This fixes build errors on 15SP7 where the inherited version of Rust
      is too old
* Thu Aug 08 2024 Caleb Crane <caleb.crane@suse.com>
  - Service: Remove deprecated cargo_config and cargo_audit services, both
    are now handled by the cargo_vendor service
  - Add new upstream features for the libvirt/virtiofsd interop config
* Thu Aug 08 2024 Xiaoguang Wang <xiaoguang.wang@suse.com>
  - Fix build failure after update to Rust 1.80 (bsc#1228972)
  - Update to version 1.11.1:
    * Changes since 1.11.0:
    * Add "separate-options" capability
    * Force-call DESTROY on INIT
    * Do not require --shared-dir to print capabilities
    * Enable notification on vring failure
    * Bump version to v1.11.0
    * deps: Update to the latest rust-vmm crates
    * deps: Update to the latest libc
    * Note migration capability
    * README: Document new migration switches
    * Introduce --migration-mode switch
    * Introduce --migration-confirm-paths
    * PassthroughFs::init: Point to NegotiatedOpts
    * Implement device state deserialization
    * Add get_path_by_fd()/printable_fd() functions
    * Implement device state serialization
    * Implement preserialization/premigration
    * Define our serialized device state
    * Introduce serializable file handles
    * Introduce --migration-verify-handles
    * Introduce --migration-on-error switch
    * Allow explicitly invalid inodes and handles
    * Split try_lookup() off of do_lookup()
    * Add ReadDir::new_no_seek()
    * Put open_root_node() into own function
    * Add type for strong inode references
    * Hide InodeStore locking
    * Remove `&Inode` indirection
    * Add device state infrastructure
    * Add ErrorContext, ResultErrorContext traits
    * Add other_io_error() utility function
    * Add support for dirty memory logging
    * opt: Introduce --allow-mmap flag
    * fuse: Enable DIRECT_IO_ALLOW_MMAP with --allow-mmap
    * Add '--shared-dir' as required if '-o' is missing
    * Close the listener in the parent process
    * Check if the socket parent directory exists
    * Check if the shared directory exists
    * deps: Bump syslog version
    * Increase maximum virtqueue size to 32768
    * Allow multiple uid/gid maps
    * Hide clippy warning in readdir
    * Shorten `std::result::Result` where possible
    * Remove redundant Result imports
    * deps: Bump vhost and vhost-user-backend versions
    * Remove virtio-bindings feature
    * Directly write uid/gidmap where possible
    * Fix clippy warning: Complicated `match` condition
    * Fix clippy warning: Skip converting to owned
    * Fix clippy warning: Make use of `.cloned()`
    * Fix new compiler warnings
* Thu Mar 07 2024 Ben Greiner <code@bnavigator.de>
  - Fix libexecdir move: rpm cannot replace a directory with a single
    file on upgrades -- boo#1220592
    * Add pre scriptlet removing the directory on Tumbleweed during
      upgrades
    * Don't own plain %_libexecdir on Tumbleweed
* Wed Feb 28 2024 Caleb Crane <caleb.crane@suse.com>
  - Spec: More tweaks to libexecdir path issues on SLE and Tumbleweed
* Mon Feb 26 2024 Caleb Crane <caleb.crane@suse.com>
  - Spec: We don't want /usr/libexec to be namespaced like it is with /usr/lib (bsc#1220304)
* Thu Feb 22 2024 Caleb Crane <caleb.crane@suse.com>
  - Spec: Adjust libvirt/virtiofsd interop config file to handle differences in
    the definition of libexecdir macro on SLE and Tumbleweed (bsc#1219772)
* Tue Jan 30 2024 caleb.crane@suse.com
  - Fix CVE-2023-50711: vmm-sys-util: out of bounds memory accesses (bsc#1218502, bsc#1218500)
  - Update to version 1.10.1:
    * Bump version to v1.10.1
    * Fix mandatory user namespaces
    * Don't drop supplemental groups in unprivileged user namespace
    * Bump version to v1.10.0
    * Update rust-vmm dependencies (bsc#1218500)
    * Bump version to v1.9.0
  - Spec: switch to using the upstream virtio-fs config file for qemu
  - Spec: switch back to greedy cargo updates of vendored dependencies
* Thu Aug 31 2023 Caleb Crane <caleb.crane@suse.com>
  - Update to upstream version v1.7.2 (jsc#PED-4980)
    - Add supplementary group extension support
    - Prevent EPERM failures with O_NOATIME
    - Fix cache timeouts
    - seccomp: Allow SYS_sched_yield
    - Allow to provide the same argument multiple times
    - Add the -V/--version options
  - Upgrade vendored dependencies
* Fri Jun 02 2023 Caleb Crane <caleb.crane@suse.com>
  - Add qemu config file to ensure qemu is aware of the virtiofsd executable
  - https://www.reddit.com/r/suse/comments/13xmote/vm_with_virtiofs_does_not_start_unable_to_find_a/
* Thu May 25 2023 Caleb Crane <caleb.crane@suse.com>
  - Remove exclusive arch, only disable for 32-bit archs (i586 and armv7l)
  - Add package conflict with the previous implementation of virtiofsd inside
    older versions of the qemu-tools package (qemu-tools < 8)
* Tue May 23 2023 Caleb Crane <caleb.crane@suse.com>
  - Initial release of virtiofsd v1.6.1

Files

/usr/libexec/virtiofsd
/usr/share/doc/packages/virtiofsd
/usr/share/doc/packages/virtiofsd/README.md
/usr/share/qemu
/usr/share/qemu/vhost-user
/usr/share/qemu/vhost-user/50-virtiofsd.json


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Aug 3 00:14:01 2026