summaryrefslogtreecommitdiffstats
path: root/tools/virtiofsd/fuse_virtio.c
Commit message (Expand)AuthorAgeFilesLines
* virtiofsd: Changed allocations of fv_VuDev & its internals to GLib functionsMahmoud Mandour2021-05-061-13/+6Star
* virtiofsd: Changed allocations of iovec to GLib's functionsMahmoud Mandour2021-05-061-5/+2Star
* virtiofsd: Don't assume header layoutDr. David Alan Gilbert2021-05-061-21/+73
* virtiofsd: Release vu_dispatch_lock when stopping queueGreg Kurz2021-03-151-0/+6
* virtiofsd: vu_dispatch locking should never failGreg Kurz2021-02-161-14/+35
* virtiofsd: Use --thread-pool-size=0 to mean no thread poolVivek Goyal2020-12-181-9/+27
* Clean up includesMarkus Armbruster2020-12-101-10/+0Star
* libvhost-user: make it a meson subprojectMarc-André Lureau2020-12-081-1/+1
* tools/virtiofsd: Check vu_init() return value (CID 1435958)Philippe Mathieu-Daudé2020-11-021-2/+5
* libvhost-user: Allow vu_message_read to be replacedCoiby Xu2020-10-231-2/+2
* tools/virtiofsd: add support for --socket-groupAlex Bennée2020-10-121-2/+19
* virtiofsd: Used glib "shared" thread poolVivek Goyal2020-09-251-1/+1
* virtiofsd: probe unshare(CLONE_FS) and print an errorStefan Hajnoczi2020-08-281-0/+16
* virtiofsd: Fix xattr operationsMisono Tomohiro2020-03-031-0/+13
* virtiofsd: fv_create_listen_socket error path socket leakDr. David Alan Gilbert2020-02-101-0/+2
* 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