aboutsummaryrefslogtreecommitdiff
path: root/tools/virtiofsd/fuse_virtio.c
AgeCommit message (Expand)AuthorFilesLines
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