index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
virtiofsd
/
fuse_virtio.c
Age
Commit message (
Expand
)
Author
2021-10-25
virtiofsd: Error on bad socket group name
Dr. David Alan Gilbert
2021-10-25
virtiofsd: Add a helper to stop all queues
Vivek Goyal
2021-10-25
virtiofsd: Add a helper to send element on virtqueue
Vivek Goyal
2021-10-25
virtiofsd: Remove unused virtio_fs_config definition
Vivek Goyal
2021-09-16
virtiofsd: Reverse req_list before processing it
Sergio Lopez
2021-07-09
virtiofsd: Add missing newline in error message
Hubert Jasudowicz
2021-05-26
virtiofsd: Set req->reply_sent right after sending reply
Vivek Goyal
2021-05-26
virtiofsd: Check EOF before short read
Vivek Goyal
2021-05-26
virtiofsd: Simplify skip byte logic
Vivek Goyal
2021-05-26
virtiofsd: get rid of in_sg_left variable
Vivek Goyal
2021-05-26
virtiofsd: Use iov_discard_front() to skip bytes
Vivek Goyal
2021-05-26
virtiofsd: Get rid of unreachable code in read
Vivek Goyal
2021-05-26
virtiofsd: Check for EINTR in preadv() and retry
Vivek Goyal
2021-05-13
virtiofsd: Fix check of chown()'s return value
Greg Kurz
2021-05-06
virtiofsd/fuse_virtio.c: Changed allocations of locals to GLib
Mahmoud Mandour
2021-05-06
virtiofsd: Changed allocations of fv_VuDev & its internals to GLib functions
Mahmoud Mandour
2021-05-06
virtiofsd: Changed allocations of iovec to GLib's functions
Mahmoud Mandour
2021-05-06
virtiofsd: Don't assume header layout
Dr. David Alan Gilbert
2021-03-15
virtiofsd: Release vu_dispatch_lock when stopping queue
Greg Kurz
2021-02-16
virtiofsd: vu_dispatch locking should never fail
Greg Kurz
2020-12-18
virtiofsd: Use --thread-pool-size=0 to mean no thread pool
Vivek Goyal
2020-12-10
Clean up includes
Markus Armbruster
2020-12-08
libvhost-user: make it a meson subproject
Marc-André Lureau
2020-11-02
tools/virtiofsd: Check vu_init() return value (CID 1435958)
Philippe Mathieu-Daudé
2020-10-23
libvhost-user: Allow vu_message_read to be replaced
Coiby Xu
2020-10-12
tools/virtiofsd: add support for --socket-group
Alex Bennée
2020-09-25
virtiofsd: Used glib "shared" thread pool
Vivek Goyal
2020-08-28
virtiofsd: probe unshare(CLONE_FS) and print an error
Stefan Hajnoczi
2020-03-03
virtiofsd: Fix xattr operations
Misono Tomohiro
2020-02-10
virtiofsd: fv_create_listen_socket error path socket leak
Dr. David Alan Gilbert
2020-01-23
virtiofsd: stop all queue threads on exit in virtio_loop()
Eryu Guan
2020-01-23
virtiofsd: add --thread-pool-size=NUM option
Stefan Hajnoczi
2020-01-23
virtiofsd: process requests in a thread pool
Stefan Hajnoczi
2020-01-23
virtiofsd: prevent fv_queue_thread() vs virtio_loop() races
Stefan Hajnoczi
2020-01-23
Virtiofsd: fix memory leak on fuse queueinfo
Liu Bo
2020-01-23
virtiofsd: Prevent multiply running with same vhost_user_socket
Masayoshi Mizuma
2020-01-23
virtiofsd: cleanup allocated resource in se
Liu Bo
2020-01-23
virtiofsd: Kill threads when queues are stopped
Dr. David Alan Gilbert
2020-01-23
virtiofsd: Pass write iov's all the way through
Dr. David Alan Gilbert
2020-01-23
virtiofsd: Plumb fuse_bufvec through to do_write_buf
Dr. David Alan Gilbert
2020-01-23
virtiofsd: add --fd=FDNUM fd passing option
Stefan Hajnoczi
2020-01-23
virtiofsd: Fast path for virtio read
Dr. David Alan Gilbert
2020-01-23
virtiofsd: Keep track of replies
Dr. David Alan Gilbert
2020-01-23
virtiofsd: Send replies to messages
Dr. David Alan Gilbert
2020-01-23
virtiofsd: Start reading commands from queue
Dr. David Alan Gilbert
2020-01-23
virtiofsd: Poll kick_fd for queue
Dr. David Alan Gilbert
2020-01-23
virtiofsd: Start queue threads
Dr. David Alan Gilbert
2020-01-23
virtiofsd: get/set features callbacks
Dr. David Alan Gilbert
2020-01-23
virtiofsd: Add main virtio loop
Dr. David Alan Gilbert
2020-01-23
virtiofsd: Start wiring up vhost-user
Dr. David Alan Gilbert
[next]