aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2021-09-19Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-2021...Peter Maydell
2021-09-16virtiofsd: Reverse req_list before processing itSergio Lopez
2021-09-16tools/virtiofsd: Add fstatfs64 syscall to the seccomp allowlistThomas Huth
2021-09-15spelling: sytem => systemMichael Tokarev
2021-07-09virtiofsd: Add missing newline in error messageHubert Jasudowicz
2021-07-05virtiofsd: Add an option to enable/disable posix aclsVivek Goyal
2021-07-05virtiofsd: Switch creds, drop FSETID for system.posix_acl_access xattrVivek Goyal
2021-07-05virtiofsd: Add capability to change/restore umaskVivek Goyal
2021-07-05virtiofsd: Add umask to seccom allow listVivek Goyal
2021-07-05virtiofsd: Add support for extended setxattrVivek Goyal
2021-07-05virtiofsd: Fix xattr operations overwriting errnoVivek Goyal
2021-07-05virtiofsd: Fix fuse setxattr() API change issueVivek Goyal
2021-07-05virtiofsd: Don't allow file creation with FUSE_OPENGreg Kurz
2021-07-05virtiofsd: use GDateTime for formatting timestamp for debug messagesDaniel P. Berrangé
2021-06-04Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2021-06-04ebpf: Added eBPF RSS program.Andrew Melnychenko
2021-05-26tools/virtiofsd/fuse_opt.c: Replaced a malloc with GLib's g_try_mallocMahmoud Mandour
2021-05-26tools/virtiofsd/buffer.c: replaced a calloc call with GLib's g_try_new0Mahmoud Mandour
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/passthrough_ll.c: Changed local allocations to GLib functionsMahmoud Mandour
2021-05-06virtiofsd: Changed allocations of fv_VuDev & its internals to GLib functionsMahmoud Mandour
2021-05-06virtiofsd: Changed allocation of lo_map_elems to GLib's functionsMahmoud Mandour
2021-05-06virtiofsd: Changed allocations of fuse_session to GLib's functionsMahmoud Mandour
2021-05-06virtiofsd: Changed allocations of iovec to GLib's functionsMahmoud Mandour
2021-05-06virtiofsd: Changed allocations of fuse_req to GLib functionsMahmoud Mandour
2021-05-06virtiofsd: Don't assume header layoutDr. David Alan Gilbert
2021-05-06virtiofs: Fixup printf argsDr. David Alan Gilbert
2021-05-06virtiofsd: Add help for -o xattr-mappingCarlos Venegas
2021-05-06virtiofsd: Allow use "-o xattrmap" without "-o xattr"Carlos Venegas
2021-05-06virtiofsd: Fix side-effect in assert()Greg Kurz
2021-04-06virtiofsd: Fix security.capability comparisonDr. David Alan Gilbert
2021-03-24tools/virtiofsd: include --socket-group in helpAlex Bennée
2021-03-15virtiofsd: Convert some functions to return boolGreg Kurz
2021-03-15virtiofsd: Don't allow empty paths in lookup_name()Greg Kurz
2021-03-15virtiofsd: Don't allow empty filenamesGreg Kurz
2021-03-15virtiofsd: Add qemu version and copyright infoVivek Goyal
2021-03-15virtiofsd: Release vu_dispatch_lock when stopping queueGreg Kurz
2021-03-04virtiofs: drop remapped security.capability xattr as neededDr. David Alan Gilbert
2021-02-16virtiofsd: Do not use a thread pool by defaultVivek Goyal
2021-02-16viriofsd: Add support for FUSE_HANDLE_KILLPRIV_V2Vivek Goyal
2021-02-16virtiofsd: Save error code early at the failure callsiteVivek Goyal
2021-02-16tools/virtiofsd: Replace the word 'whitelist'Philippe Mathieu-Daudé