summaryrefslogtreecommitdiff
path: root/tools/virtiofsd/fuse_virtio.c
AgeCommit message (Expand)Author
2022-08-01misc: fix commonly doubled up wordsDaniel P. Berrangé
2022-04-21util: replace qemu_get_local_state_pathname()Marc-André Lureau
2021-10-25virtiofsd: Error on bad socket group nameDr. David Alan Gilbert
2021-10-25virtiofsd: Add a helper to stop all queuesVivek Goyal
2021-10-25virtiofsd: Add a helper to send element on virtqueueVivek Goyal
2021-10-25virtiofsd: Remove unused virtio_fs_config definitionVivek Goyal
2021-09-16virtiofsd: Reverse req_list before processing itSergio Lopez
2021-07-09virtiofsd: Add missing newline in error messageHubert Jasudowicz
2021-05-26virtiofsd: Set req->reply_sent right after sending replyVivek Goyal
2021-05-26virtiofsd: Check EOF before short readVivek Goyal
2021-05-26virtiofsd: Simplify skip byte logicVivek Goyal
2021-05-26virtiofsd: get rid of in_sg_left variableVivek Goyal
2021-05-26virtiofsd: Use iov_discard_front() to skip bytesVivek Goyal
2021-05-26virtiofsd: Get rid of unreachable code in readVivek Goyal
2021-05-26virtiofsd: Check for EINTR in preadv() and retryVivek Goyal
2021-05-13virtiofsd: Fix check of chown()'s return valueGreg Kurz
2021-05-06virtiofsd/fuse_virtio.c: Changed allocations of locals to GLibMahmoud Mandour
2021-05-06virtiofsd: Changed allocations of fv_VuDev & its internals to GLib functionsMahmoud Mandour
2021-05-06virtiofsd: Changed allocations of iovec to GLib's functionsMahmoud Mandour
2021-05-06virtiofsd: Don't assume header layoutDr. David Alan Gilbert
2021-03-15virtiofsd: Release vu_dispatch_lock when stopping queueGreg Kurz
2021-02-16virtiofsd: vu_dispatch locking should never failGreg Kurz
2020-12-18virtiofsd: Use --thread-pool-size=0 to mean no thread poolVivek Goyal
2020-12-10Clean up includesMarkus Armbruster
2020-12-08libvhost-user: make it a meson subprojectMarc-André Lureau
2020-11-02tools/virtiofsd: Check vu_init() return value (CID 1435958)Philippe Mathieu-Daudé
2020-10-23libvhost-user: Allow vu_message_read to be replacedCoiby Xu
2020-10-12tools/virtiofsd: add support for --socket-groupAlex Bennée
2020-09-25virtiofsd: Used glib "shared" thread poolVivek Goyal
2020-08-28virtiofsd: probe unshare(CLONE_FS) and print an errorStefan Hajnoczi
2020-03-03virtiofsd: Fix xattr operationsMisono Tomohiro
2020-02-10virtiofsd: fv_create_listen_socket error path socket leakDr. David Alan Gilbert
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