Age | Commit message (Expand) | Author | Files | Lines |
2021-07-09 | virtiofsd: Add missing newline in error message | Hubert Jasudowicz | 1 | -1/+1 |
2021-05-26 | virtiofsd: Set req->reply_sent right after sending reply | Vivek Goyal | 1 | -14/+5 |
2021-05-26 | virtiofsd: Check EOF before short read | Vivek Goyal | 1 | -11/+10 |
2021-05-26 | virtiofsd: Simplify skip byte logic | Vivek Goyal | 1 | -10/+4 |
2021-05-26 | virtiofsd: get rid of in_sg_left variable | Vivek Goyal | 1 | -11/+6 |
2021-05-26 | virtiofsd: Use iov_discard_front() to skip bytes | Vivek Goyal | 1 | -11/+3 |
2021-05-26 | virtiofsd: Get rid of unreachable code in read | Vivek Goyal | 1 | -5/+0 |
2021-05-26 | virtiofsd: Check for EINTR in preadv() and retry | Vivek Goyal | 1 | -0/+3 |
2021-05-13 | virtiofsd: Fix check of chown()'s return value | Greg Kurz | 1 | -2/+2 |
2021-05-06 | virtiofsd/fuse_virtio.c: Changed allocations of locals to GLib | Mahmoud Mandour | 1 | -6/+5 |
2021-05-06 | virtiofsd: Changed allocations of fv_VuDev & its internals to GLib functions | Mahmoud Mandour | 1 | -13/+6 |
2021-05-06 | virtiofsd: Changed allocations of iovec to GLib's functions | Mahmoud Mandour | 1 | -5/+2 |
2021-05-06 | virtiofsd: Don't assume header layout | Dr. David Alan Gilbert | 1 | -21/+73 |
2021-03-15 | virtiofsd: Release vu_dispatch_lock when stopping queue | Greg Kurz | 1 | -0/+6 |
2021-02-16 | virtiofsd: vu_dispatch locking should never fail | Greg Kurz | 1 | -14/+35 |
2020-12-18 | virtiofsd: Use --thread-pool-size=0 to mean no thread pool | Vivek Goyal | 1 | -9/+27 |
2020-12-10 | Clean up includes | Markus Armbruster | 1 | -10/+0 |
2020-12-08 | libvhost-user: make it a meson subproject | Marc-André Lureau | 1 | -1/+1 |
2020-11-02 | tools/virtiofsd: Check vu_init() return value (CID 1435958) | Philippe Mathieu-Daudé | 1 | -2/+5 |
2020-10-23 | libvhost-user: Allow vu_message_read to be replaced | Coiby Xu | 1 | -2/+2 |
2020-10-12 | tools/virtiofsd: add support for --socket-group | Alex Bennée | 1 | -2/+19 |
2020-09-25 | virtiofsd: Used glib "shared" thread pool | Vivek Goyal | 1 | -1/+1 |
2020-08-28 | virtiofsd: probe unshare(CLONE_FS) and print an error | Stefan Hajnoczi | 1 | -0/+16 |
2020-03-03 | virtiofsd: Fix xattr operations | Misono Tomohiro | 1 | -0/+13 |
2020-02-10 | virtiofsd: fv_create_listen_socket error path socket leak | Dr. David Alan Gilbert | 1 | -0/+2 |
2020-01-23 | virtiofsd: stop all queue threads on exit in virtio_loop() | Eryu Guan | 1 | -0/+13 |
2020-01-23 | virtiofsd: add --thread-pool-size=NUM option | Stefan Hajnoczi | 1 | -2/+3 |
2020-01-23 | virtiofsd: process requests in a thread pool | Stefan Hajnoczi | 1 | -158/+201 |
2020-01-23 | virtiofsd: prevent fv_queue_thread() vs virtio_loop() races | Stefan Hajnoczi | 1 | -1/+33 |
2020-01-23 | Virtiofsd: fix memory leak on fuse queueinfo | Liu Bo | 1 | -0/+8 |
2020-01-23 | virtiofsd: Prevent multiply running with same vhost_user_socket | Masayoshi Mizuma | 1 | -1/+48 |
2020-01-23 | virtiofsd: cleanup allocated resource in se | Liu Bo | 1 | -0/+7 |
2020-01-23 | virtiofsd: Kill threads when queues are stopped | Dr. David Alan Gilbert | 1 | -7/+44 |
2020-01-23 | virtiofsd: Pass write iov's all the way through | Dr. David Alan Gilbert | 1 | -6/+73 |
2020-01-23 | virtiofsd: Plumb fuse_bufvec through to do_write_buf | Dr. David Alan Gilbert | 1 | -1/+2 |
2020-01-23 | virtiofsd: add --fd=FDNUM fd passing option | Stefan Hajnoczi | 1 | -6/+25 |
2020-01-23 | virtiofsd: Fast path for virtio read | Dr. David Alan Gilbert | 1 | -0/+162 |
2020-01-23 | virtiofsd: Keep track of replies | Dr. David Alan Gilbert | 1 | -3/+20 |
2020-01-23 | virtiofsd: Send replies to messages | Dr. David Alan Gilbert | 1 | -4/+103 |
2020-01-23 | virtiofsd: Start reading commands from queue | Dr. David Alan Gilbert | 1 | -3/+96 |
2020-01-23 | virtiofsd: Poll kick_fd for queue | Dr. David Alan Gilbert | 1 | -1/+39 |
2020-01-23 | virtiofsd: Start queue threads | Dr. David Alan Gilbert | 1 | -0/+89 |
2020-01-23 | virtiofsd: get/set features callbacks | Dr. David Alan Gilbert | 1 | -1/+14 |
2020-01-23 | virtiofsd: Add main virtio loop | Dr. David Alan Gilbert | 1 | -3/+39 |
2020-01-23 | virtiofsd: Start wiring up vhost-user | Dr. David Alan Gilbert | 1 | -1/+86 |
2020-01-23 | virtiofsd: Open vhost connection instead of mounting | Dr. David Alan Gilbert | 1 | -0/+79 |