aboutsummaryrefslogtreecommitdiff
path: root/tools/virtiofsd
AgeCommit message (Expand)AuthorFilesLines
2021-10-25virtiofsd: Error on bad socket group nameDr. David Alan Gilbert1-0/+7
2021-10-25virtiofsd: Add a helper to stop all queuesVivek Goyal1-9/+13
2021-10-25virtiofsd: Add a helper to send element on virtqueueVivek Goyal1-27/+18
2021-10-25virtiofsd: Remove unused virtio_fs_config definitionVivek Goyal1-6/+0
2021-10-25virtiofsd: xattr mapping add a new type "unsupported"Vivek Goyal1-3/+14
2021-09-19Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-2021...Peter Maydell2-0/+2
2021-09-16virtiofsd: Reverse req_list before processing itSergio Lopez1-0/+1
2021-09-16tools/virtiofsd: Add fstatfs64 syscall to the seccomp allowlistThomas Huth1-0/+1
2021-09-15spelling: sytem => systemMichael Tokarev1-2/+2
2021-07-09virtiofsd: Add missing newline in error messageHubert Jasudowicz1-1/+1
2021-07-05virtiofsd: Add an option to enable/disable posix aclsVivek Goyal2-1/+115
2021-07-05virtiofsd: Switch creds, drop FSETID for system.posix_acl_access xattrVivek Goyal1-0/+75
2021-07-05virtiofsd: Add capability to change/restore umaskVivek Goyal1-6/+16
2021-07-05virtiofsd: Add umask to seccom allow listVivek Goyal1-0/+1
2021-07-05virtiofsd: Add support for extended setxattrVivek Goyal3-3/+14
2021-07-05virtiofsd: Fix xattr operations overwriting errnoVivek Goyal1-6/+10
2021-07-05virtiofsd: Fix fuse setxattr() API change issueVivek Goyal2-1/+11
2021-07-05virtiofsd: Don't allow file creation with FUSE_OPENGreg Kurz1-0/+6
2021-07-05virtiofsd: use GDateTime for formatting timestamp for debug messagesDaniel P. Berrangé1-21/+4
2021-05-26tools/virtiofsd/fuse_opt.c: Replaced a malloc with GLib's g_try_mallocMahmoud Mandour1-2/+2
2021-05-26tools/virtiofsd/buffer.c: replaced a calloc call with GLib's g_try_new0Mahmoud Mandour1-2/+2
2021-05-26virtiofsd: Set req->reply_sent right after sending replyVivek Goyal1-14/+5
2021-05-26virtiofsd: Check EOF before short readVivek Goyal1-11/+10
2021-05-26virtiofsd: Simplify skip byte logicVivek Goyal1-10/+4
2021-05-26virtiofsd: get rid of in_sg_left variableVivek Goyal1-11/+6
2021-05-26virtiofsd: Use iov_discard_front() to skip bytesVivek Goyal1-11/+3
2021-05-26virtiofsd: Get rid of unreachable code in readVivek Goyal1-5/+0
2021-05-26virtiofsd: Check for EINTR in preadv() and retryVivek Goyal1-0/+3
2021-05-13virtiofsd: Fix check of chown()'s return valueGreg Kurz1-2/+2
2021-05-06virtiofsd/fuse_virtio.c: Changed allocations of locals to GLibMahmoud Mandour1-6/+5
2021-05-06virtiofsd/passthrough_ll.c: Changed local allocations to GLib functionsMahmoud Mandour1-11/+6
2021-05-06virtiofsd: Changed allocations of fv_VuDev & its internals to GLib functionsMahmoud Mandour1-13/+6
2021-05-06virtiofsd: Changed allocation of lo_map_elems to GLib's functionsMahmoud Mandour1-2/+2
2021-05-06virtiofsd: Changed allocations of fuse_session to GLib's functionsMahmoud Mandour1-3/+3
2021-05-06virtiofsd: Changed allocations of iovec to GLib's functionsMahmoud Mandour2-24/+14
2021-05-06virtiofsd: Changed allocations of fuse_req to GLib functionsMahmoud Mandour1-3/+3
2021-05-06virtiofsd: Don't assume header layoutDr. David Alan Gilbert1-21/+73
2021-05-06virtiofs: Fixup printf argsDr. David Alan Gilbert1-10/+11
2021-05-06virtiofsd: Add help for -o xattr-mappingCarlos Venegas1-0/+3
2021-05-06virtiofsd: Allow use "-o xattrmap" without "-o xattr"Carlos Venegas1-0/+1
2021-05-06virtiofsd: Fix side-effect in assert()Greg Kurz1-8/+13
2021-04-06virtiofsd: Fix security.capability comparisonDr. David Alan Gilbert1-1/+2
2021-03-24tools/virtiofsd: include --socket-group in helpAlex Bennée1-0/+1
2021-03-15virtiofsd: Convert some functions to return boolGreg Kurz1-3/+3
2021-03-15virtiofsd: Don't allow empty paths in lookup_name()Greg Kurz1-2/+1
2021-03-15virtiofsd: Don't allow empty filenamesGreg Kurz1-0/+35
2021-03-15virtiofsd: Add qemu version and copyright infoVivek Goyal1-0/+8
2021-03-15virtiofsd: Release vu_dispatch_lock when stopping queueGreg Kurz1-0/+6
2021-03-04virtiofs: drop remapped security.capability xattr as neededDr. David Alan Gilbert1-1/+76
2021-02-16virtiofsd: Do not use a thread pool by defaultVivek Goyal1-1/+1