index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
virtiofsd
/
fuse_virtio.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-01
misc: fix commonly doubled up words
Daniel P. Berrangé
1
-1
/
+1
2022-04-21
util: replace qemu_get_local_state_pathname()
Marc-André Lureau
1
-1
/
+3
2021-10-25
virtiofsd: Error on bad socket group name
Dr. David Alan Gilbert
1
-0
/
+7
2021-10-25
virtiofsd: Add a helper to stop all queues
Vivek Goyal
1
-9
/
+13
2021-10-25
virtiofsd: Add a helper to send element on virtqueue
Vivek Goyal
1
-27
/
+18
2021-10-25
virtiofsd: Remove unused virtio_fs_config definition
Vivek Goyal
1
-6
/
+0
2021-09-16
virtiofsd: Reverse req_list before processing it
Sergio Lopez
1
-0
/
+1
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
[next]