summaryrefslogtreecommitdiffstats
path: root/tools/virtiofsd/fuse_virtio.c
Commit message (Expand)AuthorAgeFilesLines
* virtiofsd: stop all queue threads on exit in virtio_loop()Eryu Guan2020-01-231-0/+13
* virtiofsd: add --thread-pool-size=NUM optionStefan Hajnoczi2020-01-231-2/+3
* virtiofsd: process requests in a thread poolStefan Hajnoczi2020-01-231-158/+201
* virtiofsd: prevent fv_queue_thread() vs virtio_loop() racesStefan Hajnoczi2020-01-231-1/+33
* Virtiofsd: fix memory leak on fuse queueinfoLiu Bo2020-01-231-0/+8
* virtiofsd: Prevent multiply running with same vhost_user_socketMasayoshi Mizuma2020-01-231-1/+48
* virtiofsd: cleanup allocated resource in seLiu Bo2020-01-231-0/+7
* virtiofsd: Kill threads when queues are stoppedDr. David Alan Gilbert2020-01-231-7/+44
* virtiofsd: Pass write iov's all the way throughDr. David Alan Gilbert2020-01-231-6/+73
* virtiofsd: Plumb fuse_bufvec through to do_write_bufDr. David Alan Gilbert2020-01-231-1/+2
* virtiofsd: add --fd=FDNUM fd passing optionStefan Hajnoczi2020-01-231-6/+25
* virtiofsd: Fast path for virtio readDr. David Alan Gilbert2020-01-231-0/+162
* virtiofsd: Keep track of repliesDr. David Alan Gilbert2020-01-231-3/+20
* virtiofsd: Send replies to messagesDr. David Alan Gilbert2020-01-231-4/+103
* virtiofsd: Start reading commands from queueDr. David Alan Gilbert2020-01-231-3/+96
* virtiofsd: Poll kick_fd for queueDr. David Alan Gilbert2020-01-231-1/+39
* virtiofsd: Start queue threadsDr. David Alan Gilbert2020-01-231-0/+89
* virtiofsd: get/set features callbacksDr. David Alan Gilbert2020-01-231-1/+14
* virtiofsd: Add main virtio loopDr. David Alan Gilbert2020-01-231-3/+39
* virtiofsd: Start wiring up vhost-userDr. David Alan Gilbert2020-01-231-1/+86
* virtiofsd: Open vhost connection instead of mountingDr. David Alan Gilbert2020-01-231-0/+79