summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* ebpf: fix compatibility with libbpf 1.0+Shreesh Adiga2023-03-102-26/+25
* virtiofsd: Remove sourceDr. David Alan Gilbert2023-02-1618-13290/+0
* virtiofsd: Remove build and docs glueDr. David Alan Gilbert2023-02-163-36/+0
* tools/virtiofsd: add G_GNUC_PRINTF for logging functionsDaniel P. Berrangé2023-01-113-2/+6
* cleanup: Tweak and re-run return_directly.cocciMarkus Armbruster2022-12-141-18/+6
* virtiofsd: Add `sigreturn` to the seccomp whitelistMarc Hartmayer2022-11-251-0/+1
* virtiofsd: use g_date_time_get_microsecond to get subsecondYusuke Okada2022-09-221-2/+5
* virtiofsd: Fix format stringsStefan Weil2022-08-041-2/+2
* virtiofsd: Disable killpriv_v2 by defaultVivek Goyal2022-08-021-11/+2
* misc: fix commonly doubled up wordsDaniel P. Berrangé2022-08-011-1/+1
* Trivial: 3 char repeat typosDr. David Alan Gilbert2022-06-281-1/+1
* Clean up header guards that don't match their file nameMarkus Armbruster2022-05-111-4/+3
* meson: create have_vhost_* variablesPaolo Bonzini2022-05-071-1/+1
* virtiofsd: replace pipe() with g_unix_open_pipe(CLOEXEC)Marc-André Lureau2022-05-031-1/+1
* Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingRichard Henderson2022-04-251-0/+3
|\
| * virtiofsd: Add docs/helper for killpriv_v2/no_killpriv_v2 optionLiu Yiding2022-04-211-0/+3
* | util: replace qemu_get_local_state_pathname()Marc-André Lureau2022-04-211-1/+3
* | include: rename qemu-common.h qemu/help-texts.hMarc-André Lureau2022-04-211-1/+1
|/
* virtiofsd: Let meson check for statx.stx_mnt_idHanna Reitz2022-03-021-1/+1
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2022-02-211-22/+9
|\
| * meson: use .require() and .disable_auto_if() method for featuresPaolo Bonzini2022-02-161-22/+9
* | virtiofsd: Add basic support for FUSE_SYNCFS requestGreg Kurz2022-02-174-0/+69
* | virtiofsd: Add an option to enable/disable security labelVivek Goyal2022-02-172-0/+16
* | virtiofsd: Create new file using O_TMPFILE and set security contextVivek Goyal2022-02-171-8/+72
* | virtiofsd: Create new file with security contextVivek Goyal2022-02-171-29/+200
* | virtiofsd: Add helpers to work with /proc/self/task/tid/attr/fscreateVivek Goyal2022-02-171-0/+92
* | virtiofsd: Move core file creation code in separate functionVivek Goyal2022-02-171-11/+25
* | virtiofsd, fuse_lowlevel.c: Add capability to parse security contextVivek Goyal2022-02-173-1/+113
* | virtiofsd: Extend size of fuse_conn_info->capable and ->want fieldsVivek Goyal2022-02-172-3/+3
* | virtiofsd: Parse extended "struct fuse_init_in"Vivek Goyal2022-02-171-22/+39
* | virtiofsd: Fix breakage due to fuse_init_in size changeVivek Goyal2022-02-171-1/+3
* | virtiofsd: Do not support blocking flockSebastian Hasler2022-02-161-0/+9
|/
* tools/virtiofsd: Add rseq syscall to the seccomp allowlistChristian Ehrhardt2022-02-141-0/+3
* virtiofsd: Drop membership of all supplementary groups (CVE-2022-0358)Vivek Goyal2022-01-261-0/+27
* 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-2021...Peter 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