aboutsummaryrefslogtreecommitdiff
path: root/tools/virtiofsd/fuse_virtio.c
AgeCommit message (Expand)Author
2020-01-23virtiofsd: stop all queue threads on exit in virtio_loop()Eryu Guan
2020-01-23virtiofsd: add --thread-pool-size=NUM optionStefan Hajnoczi
2020-01-23virtiofsd: process requests in a thread poolStefan Hajnoczi
2020-01-23virtiofsd: prevent fv_queue_thread() vs virtio_loop() racesStefan Hajnoczi
2020-01-23Virtiofsd: fix memory leak on fuse queueinfoLiu Bo
2020-01-23virtiofsd: Prevent multiply running with same vhost_user_socketMasayoshi Mizuma
2020-01-23virtiofsd: cleanup allocated resource in seLiu Bo
2020-01-23virtiofsd: Kill threads when queues are stoppedDr. David Alan Gilbert
2020-01-23virtiofsd: Pass write iov's all the way throughDr. David Alan Gilbert
2020-01-23virtiofsd: Plumb fuse_bufvec through to do_write_bufDr. David Alan Gilbert
2020-01-23virtiofsd: add --fd=FDNUM fd passing optionStefan Hajnoczi
2020-01-23virtiofsd: Fast path for virtio readDr. David Alan Gilbert
2020-01-23virtiofsd: Keep track of repliesDr. David Alan Gilbert
2020-01-23virtiofsd: Send replies to messagesDr. David Alan Gilbert
2020-01-23virtiofsd: Start reading commands from queueDr. David Alan Gilbert
2020-01-23virtiofsd: Poll kick_fd for queueDr. David Alan Gilbert
2020-01-23virtiofsd: Start queue threadsDr. David Alan Gilbert
2020-01-23virtiofsd: get/set features callbacksDr. David Alan Gilbert
2020-01-23virtiofsd: Add main virtio loopDr. David Alan Gilbert
2020-01-23virtiofsd: Start wiring up vhost-userDr. David Alan Gilbert
2020-01-23virtiofsd: Open vhost connection instead of mountingDr. David Alan Gilbert