aboutsummaryrefslogtreecommitdiff
path: root/tools/virtiofsd/fuse_virtio.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-15virtiofsd: Release vu_dispatch_lock when stopping queueGreg Kurz1-0/+6
2021-02-16virtiofsd: vu_dispatch locking should never failGreg Kurz1-14/+35
2020-12-18virtiofsd: Use --thread-pool-size=0 to mean no thread poolVivek Goyal1-9/+27
2020-12-10Clean up includesMarkus Armbruster1-10/+0
2020-12-08libvhost-user: make it a meson subprojectMarc-André Lureau1-1/+1
2020-11-02tools/virtiofsd: Check vu_init() return value (CID 1435958)Philippe Mathieu-Daudé1-2/+5
2020-10-23libvhost-user: Allow vu_message_read to be replacedCoiby Xu1-2/+2
2020-10-12tools/virtiofsd: add support for --socket-groupAlex Bennée1-2/+19
2020-09-25virtiofsd: Used glib "shared" thread poolVivek Goyal1-1/+1
2020-08-28virtiofsd: probe unshare(CLONE_FS) and print an errorStefan Hajnoczi1-0/+16
2020-03-03virtiofsd: Fix xattr operationsMisono Tomohiro1-0/+13
2020-02-10virtiofsd: fv_create_listen_socket error path socket leakDr. David Alan Gilbert1-0/+2
2020-01-23virtiofsd: stop all queue threads on exit in virtio_loop()Eryu Guan1-0/+13
2020-01-23virtiofsd: add --thread-pool-size=NUM optionStefan Hajnoczi1-2/+3
2020-01-23virtiofsd: process requests in a thread poolStefan Hajnoczi1-158/+201
2020-01-23virtiofsd: prevent fv_queue_thread() vs virtio_loop() racesStefan Hajnoczi1-1/+33
2020-01-23Virtiofsd: fix memory leak on fuse queueinfoLiu Bo1-0/+8
2020-01-23virtiofsd: Prevent multiply running with same vhost_user_socketMasayoshi Mizuma1-1/+48
2020-01-23virtiofsd: cleanup allocated resource in seLiu Bo1-0/+7
2020-01-23virtiofsd: Kill threads when queues are stoppedDr. David Alan Gilbert1-7/+44
2020-01-23virtiofsd: Pass write iov's all the way throughDr. David Alan Gilbert1-6/+73
2020-01-23virtiofsd: Plumb fuse_bufvec through to do_write_bufDr. David Alan Gilbert1-1/+2
2020-01-23virtiofsd: add --fd=FDNUM fd passing optionStefan Hajnoczi1-6/+25
2020-01-23virtiofsd: Fast path for virtio readDr. David Alan Gilbert1-0/+162
2020-01-23virtiofsd: Keep track of repliesDr. David Alan Gilbert1-3/+20
2020-01-23virtiofsd: Send replies to messagesDr. David Alan Gilbert1-4/+103
2020-01-23virtiofsd: Start reading commands from queueDr. David Alan Gilbert1-3/+96
2020-01-23virtiofsd: Poll kick_fd for queueDr. David Alan Gilbert1-1/+39
2020-01-23virtiofsd: Start queue threadsDr. David Alan Gilbert1-0/+89
2020-01-23virtiofsd: get/set features callbacksDr. David Alan Gilbert1-1/+14
2020-01-23virtiofsd: Add main virtio loopDr. David Alan Gilbert1-3/+39
2020-01-23virtiofsd: Start wiring up vhost-userDr. David Alan Gilbert1-1/+86
2020-01-23virtiofsd: Open vhost connection instead of mountingDr. David Alan Gilbert1-0/+79