cloud-hypervisor/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
..
bin vhost_user_fs: add a flag to disable extended attributes 2020-03-13 15:20:34 +00:00
main.rs vmm: For --disk error if socket and path is specified 2020-03-13 11:41:52 +00:00