summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* virtiofsd: Error on bad socket group nameDr. David Alan Gilbert2021-10-251-0/+7
* virtiofsd: Add a helper to stop all queuesVivek Goyal2021-10-251-9/+13
* virtiofsd: Add a helper to send element on virtqueueVivek Goyal2021-10-251-27/+18
* virtiofsd: Remove unused virtio_fs_config definitionVivek Goyal2021-10-251-6/+0
* virtiofsd: xattr mapping add a new type "unsupported"Vivek Goyal2021-10-251-3/+14
* Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-20210916' into stagingPeter Maydell2021-09-192-0/+2
|\
| * virtiofsd: Reverse req_list before processing itSergio Lopez2021-09-161-0/+1
| * tools/virtiofsd: Add fstatfs64 syscall to the seccomp allowlistThomas Huth2021-09-161-0/+1
* | spelling: sytem => systemMichael Tokarev2021-09-151-2/+2
|/
* virtiofsd: Add missing newline in error messageHubert Jasudowicz2021-07-091-1/+1
* virtiofsd: Add an option to enable/disable posix aclsVivek Goyal2021-07-052-1/+115
* virtiofsd: Switch creds, drop FSETID for system.posix_acl_access xattrVivek Goyal2021-07-051-0/+75
* virtiofsd: Add capability to change/restore umaskVivek Goyal2021-07-051-6/+16
* virtiofsd: Add umask to seccom allow listVivek Goyal2021-07-051-0/+1
* virtiofsd: Add support for extended setxattrVivek Goyal2021-07-053-3/+14
* virtiofsd: Fix xattr operations overwriting errnoVivek Goyal2021-07-051-6/+10
* virtiofsd: Fix fuse setxattr() API change issueVivek Goyal2021-07-052-1/+11
* virtiofsd: Don't allow file creation with FUSE_OPENGreg Kurz2021-07-051-0/+6
* virtiofsd: use GDateTime for formatting timestamp for debug messagesDaniel P. Berrangé2021-07-051-21/+4
* Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into stagingPeter Maydell2021-06-042-0/+592
|\
| * ebpf: Added eBPF RSS program.Andrew Melnychenko2021-06-042-0/+592
* | tools/virtiofsd/fuse_opt.c: Replaced a malloc with GLib's g_try_mallocMahmoud Mandour2021-05-261-2/+2
* | tools/virtiofsd/buffer.c: replaced a calloc call with GLib's g_try_new0Mahmoud Mandour2021-05-261-2/+2
* | virtiofsd: Set req->reply_sent right after sending replyVivek Goyal2021-05-261-14/+5
* | virtiofsd: Check EOF before short readVivek Goyal2021-05-261-11/+10
* | virtiofsd: Simplify skip byte logicVivek Goyal2021-05-261-10/+4
* | virtiofsd: get rid of in_sg_left variableVivek Goyal2021-05-261-11/+6
* | virtiofsd: Use iov_discard_front() to skip bytesVivek Goyal2021-05-261-11/+3
* | virtiofsd: Get rid of unreachable code in readVivek Goyal2021-05-261-5/+0
* | virtiofsd: Check for EINTR in preadv() and retryVivek Goyal2021-05-261-0/+3
|/
* virtiofsd: Fix check of chown()'s return valueGreg Kurz2021-05-131-2/+2
* virtiofsd/fuse_virtio.c: Changed allocations of locals to GLibMahmoud Mandour2021-05-061-6/+5
* virtiofsd/passthrough_ll.c: Changed local allocations to GLib functionsMahmoud Mandour2021-05-061-11/+6
* virtiofsd: Changed allocations of fv_VuDev & its internals to GLib functionsMahmoud Mandour2021-05-061-13/+6
* virtiofsd: Changed allocation of lo_map_elems to GLib's functionsMahmoud Mandour2021-05-061-2/+2
* virtiofsd: Changed allocations of fuse_session to GLib's functionsMahmoud Mandour2021-05-061-3/+3
* virtiofsd: Changed allocations of iovec to GLib's functionsMahmoud Mandour2021-05-062-24/+14
* virtiofsd: Changed allocations of fuse_req to GLib functionsMahmoud Mandour2021-05-061-3/+3
* virtiofsd: Don't assume header layoutDr. David Alan Gilbert2021-05-061-21/+73
* virtiofs: Fixup printf argsDr. David Alan Gilbert2021-05-061-10/+11
* virtiofsd: Add help for -o xattr-mappingCarlos Venegas2021-05-061-0/+3
* virtiofsd: Allow use "-o xattrmap" without "-o xattr"Carlos Venegas2021-05-061-0/+1
* virtiofsd: Fix side-effect in assert()Greg Kurz2021-05-061-8/+13
* virtiofsd: Fix security.capability comparisonDr. David Alan Gilbert2021-04-061-1/+2
* tools/virtiofsd: include --socket-group in helpAlex Bennée2021-03-241-0/+1
* virtiofsd: Convert some functions to return boolGreg Kurz2021-03-151-3/+3
* virtiofsd: Don't allow empty paths in lookup_name()Greg Kurz2021-03-151-2/+1
* virtiofsd: Don't allow empty filenamesGreg Kurz2021-03-151-0/+35
* virtiofsd: Add qemu version and copyright infoVivek Goyal2021-03-151-0/+8
* virtiofsd: Release vu_dispatch_lock when stopping queueGreg Kurz2021-03-151-0/+6