index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
virtiofsd
/
fuse_virtio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
misc: fix commonly doubled up words
Daniel P. Berrangé
2022-08-01
1
-1
/
+1
*
util: replace qemu_get_local_state_pathname()
Marc-André Lureau
2022-04-21
1
-1
/
+3
*
virtiofsd: Error on bad socket group name
Dr. David Alan Gilbert
2021-10-25
1
-0
/
+7
*
virtiofsd: Add a helper to stop all queues
Vivek Goyal
2021-10-25
1
-9
/
+13
*
virtiofsd: Add a helper to send element on virtqueue
Vivek Goyal
2021-10-25
1
-27
/
+18
*
virtiofsd: Remove unused virtio_fs_config definition
Vivek Goyal
2021-10-25
1
-6
/
+0
*
virtiofsd: Reverse req_list before processing it
Sergio Lopez
2021-09-16
1
-0
/
+1
*
virtiofsd: Add missing newline in error message
Hubert Jasudowicz
2021-07-09
1
-1
/
+1
*
virtiofsd: Set req->reply_sent right after sending reply
Vivek Goyal
2021-05-26
1
-14
/
+5
*
virtiofsd: Check EOF before short read
Vivek Goyal
2021-05-26
1
-11
/
+10
*
virtiofsd: Simplify skip byte logic
Vivek Goyal
2021-05-26
1
-10
/
+4
*
virtiofsd: get rid of in_sg_left variable
Vivek Goyal
2021-05-26
1
-11
/
+6
*
virtiofsd: Use iov_discard_front() to skip bytes
Vivek Goyal
2021-05-26
1
-11
/
+3
*
virtiofsd: Get rid of unreachable code in read
Vivek Goyal
2021-05-26
1
-5
/
+0
*
virtiofsd: Check for EINTR in preadv() and retry
Vivek Goyal
2021-05-26
1
-0
/
+3
*
virtiofsd: Fix check of chown()'s return value
Greg Kurz
2021-05-13
1
-2
/
+2
*
virtiofsd/fuse_virtio.c: Changed allocations of locals to GLib
Mahmoud Mandour
2021-05-06
1
-6
/
+5
*
virtiofsd: Changed allocations of fv_VuDev & its internals to GLib functions
Mahmoud Mandour
2021-05-06
1
-13
/
+6
*
virtiofsd: Changed allocations of iovec to GLib's functions
Mahmoud Mandour
2021-05-06
1
-5
/
+2
*
virtiofsd: Don't assume header layout
Dr. David Alan Gilbert
2021-05-06
1
-21
/
+73
*
virtiofsd: Release vu_dispatch_lock when stopping queue
Greg Kurz
2021-03-15
1
-0
/
+6
*
virtiofsd: vu_dispatch locking should never fail
Greg Kurz
2021-02-16
1
-14
/
+35
*
virtiofsd: Use --thread-pool-size=0 to mean no thread pool
Vivek Goyal
2020-12-18
1
-9
/
+27
*
Clean up includes
Markus Armbruster
2020-12-10
1
-10
/
+0
*
libvhost-user: make it a meson subproject
Marc-André Lureau
2020-12-08
1
-1
/
+1
*
tools/virtiofsd: Check vu_init() return value (CID 1435958)
Philippe Mathieu-Daudé
2020-11-02
1
-2
/
+5
*
libvhost-user: Allow vu_message_read to be replaced
Coiby Xu
2020-10-23
1
-2
/
+2
*
tools/virtiofsd: add support for --socket-group
Alex Bennée
2020-10-12
1
-2
/
+19
*
virtiofsd: Used glib "shared" thread pool
Vivek Goyal
2020-09-25
1
-1
/
+1
*
virtiofsd: probe unshare(CLONE_FS) and print an error
Stefan Hajnoczi
2020-08-28
1
-0
/
+16
*
virtiofsd: Fix xattr operations
Misono Tomohiro
2020-03-03
1
-0
/
+13
*
virtiofsd: fv_create_listen_socket error path socket leak
Dr. David Alan Gilbert
2020-02-10
1
-0
/
+2
*
virtiofsd: stop all queue threads on exit in virtio_loop()
Eryu Guan
2020-01-23
1
-0
/
+13
*
virtiofsd: add --thread-pool-size=NUM option
Stefan Hajnoczi
2020-01-23
1
-2
/
+3
*
virtiofsd: process requests in a thread pool
Stefan Hajnoczi
2020-01-23
1
-158
/
+201
*
virtiofsd: prevent fv_queue_thread() vs virtio_loop() races
Stefan Hajnoczi
2020-01-23
1
-1
/
+33
*
Virtiofsd: fix memory leak on fuse queueinfo
Liu Bo
2020-01-23
1
-0
/
+8
*
virtiofsd: Prevent multiply running with same vhost_user_socket
Masayoshi Mizuma
2020-01-23
1
-1
/
+48
*
virtiofsd: cleanup allocated resource in se
Liu Bo
2020-01-23
1
-0
/
+7
*
virtiofsd: Kill threads when queues are stopped
Dr. David Alan Gilbert
2020-01-23
1
-7
/
+44
*
virtiofsd: Pass write iov's all the way through
Dr. David Alan Gilbert
2020-01-23
1
-6
/
+73
*
virtiofsd: Plumb fuse_bufvec through to do_write_buf
Dr. David Alan Gilbert
2020-01-23
1
-1
/
+2
*
virtiofsd: add --fd=FDNUM fd passing option
Stefan Hajnoczi
2020-01-23
1
-6
/
+25
*
virtiofsd: Fast path for virtio read
Dr. David Alan Gilbert
2020-01-23
1
-0
/
+162
*
virtiofsd: Keep track of replies
Dr. David Alan Gilbert
2020-01-23
1
-3
/
+20
*
virtiofsd: Send replies to messages
Dr. David Alan Gilbert
2020-01-23
1
-4
/
+103
*
virtiofsd: Start reading commands from queue
Dr. David Alan Gilbert
2020-01-23
1
-3
/
+96
*
virtiofsd: Poll kick_fd for queue
Dr. David Alan Gilbert
2020-01-23
1
-1
/
+39
*
virtiofsd: Start queue threads
Dr. David Alan Gilbert
2020-01-23
1
-0
/
+89
*
virtiofsd: get/set features callbacks
Dr. David Alan Gilbert
2020-01-23
1
-1
/
+14
[next]