cloud-hypervisor/vhost_user_fs/src
Sergio Lopez 07cc73bddc vhost_user_fs: add a flag to disable extended attributes
Extended attributes (xattr) support has a huge impact on write
performance. The reason for this is that, if enabled, FUSE sends a
setxattr request after each write operation, and due to the inode
locking inside the kernel during said request, the ability to execute
the operations in parallel becomes heavily limited.

Signed-off-by: Sergio Lopez <slp@redhat.com>
2020-03-13 15:20:34 +00:00
..
descriptor_utils.rs vhost_user_fs: Add support for indirect descriptors 2020-02-25 11:12:50 +00:00
file_traits.rs vhost_user_fs: Add file traits to handle writing volatile memory 2019-11-22 22:17:47 +01:00
filesystem.rs vhost_user_fs: add fs cache request operations 2020-02-19 07:52:50 +00:00
fs_cache_req_handler.rs vhost_user_fs: add fs cache request operations 2020-02-19 07:52:50 +00:00
fuse.rs vhost_user_fs: add necessary structs for map/unmap requests 2020-02-19 07:52:50 +00:00
lib.rs vhost_user_fs: add fs cache request operations 2020-02-19 07:52:50 +00:00
multikey.rs vhost_user_fs: Add multikey module 2019-11-22 22:17:47 +01:00
passthrough.rs vhost_user_fs: add a flag to disable extended attributes 2020-03-13 15:20:34 +00:00
server.rs vhost_user_fs: add fs cache request operations 2020-02-19 07:52:50 +00:00