Age | Commit message (Expand) | Author | Files | Lines |
2023-03-10 | ebpf: fix compatibility with libbpf 1.0+ | Shreesh Adiga | 2 | -26/+25 |
2023-02-16 | virtiofsd: Remove source | Dr. David Alan Gilbert | 18 | -13290/+0 |
2023-02-16 | virtiofsd: Remove build and docs glue | Dr. David Alan Gilbert | 3 | -36/+0 |
2023-01-11 | tools/virtiofsd: add G_GNUC_PRINTF for logging functions | Daniel P. Berrangé | 3 | -2/+6 |
2022-12-14 | cleanup: Tweak and re-run return_directly.cocci | Markus Armbruster | 1 | -18/+6 |
2022-11-25 | virtiofsd: Add `sigreturn` to the seccomp whitelist | Marc Hartmayer | 1 | -0/+1 |
2022-09-22 | virtiofsd: use g_date_time_get_microsecond to get subsecond | Yusuke Okada | 1 | -2/+5 |
2022-08-04 | virtiofsd: Fix format strings | Stefan Weil | 1 | -2/+2 |
2022-08-02 | virtiofsd: Disable killpriv_v2 by default | Vivek Goyal | 1 | -11/+2 |
2022-08-01 | misc: fix commonly doubled up words | Daniel P. Berrangé | 1 | -1/+1 |
2022-06-28 | Trivial: 3 char repeat typos | Dr. David Alan Gilbert | 1 | -1/+1 |
2022-05-11 | Clean up header guards that don't match their file name | Markus Armbruster | 1 | -4/+3 |
2022-05-07 | meson: create have_vhost_* variables | Paolo Bonzini | 1 | -1/+1 |
2022-05-03 | virtiofsd: replace pipe() with g_unix_open_pipe(CLOEXEC) | Marc-André Lureau | 1 | -1/+1 |
2022-04-25 | Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging | Richard Henderson | 1 | -0/+3 |
2022-04-21 | util: replace qemu_get_local_state_pathname() | Marc-André Lureau | 1 | -1/+3 |
2022-04-21 | include: rename qemu-common.h qemu/help-texts.h | Marc-André Lureau | 1 | -1/+1 |
2022-04-21 | virtiofsd: Add docs/helper for killpriv_v2/no_killpriv_v2 option | Liu Yiding | 1 | -0/+3 |
2022-03-02 | virtiofsd: Let meson check for statx.stx_mnt_id | Hanna Reitz | 1 | -1/+1 |
2022-02-21 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 1 | -22/+9 |
2022-02-17 | virtiofsd: Add basic support for FUSE_SYNCFS request | Greg Kurz | 4 | -0/+69 |
2022-02-17 | virtiofsd: Add an option to enable/disable security label | Vivek Goyal | 2 | -0/+16 |
2022-02-17 | virtiofsd: Create new file using O_TMPFILE and set security context | Vivek Goyal | 1 | -8/+72 |
2022-02-17 | virtiofsd: Create new file with security context | Vivek Goyal | 1 | -29/+200 |
2022-02-17 | virtiofsd: Add helpers to work with /proc/self/task/tid/attr/fscreate | Vivek Goyal | 1 | -0/+92 |
2022-02-17 | virtiofsd: Move core file creation code in separate function | Vivek Goyal | 1 | -11/+25 |
2022-02-17 | virtiofsd, fuse_lowlevel.c: Add capability to parse security context | Vivek Goyal | 3 | -1/+113 |
2022-02-17 | virtiofsd: Extend size of fuse_conn_info->capable and ->want fields | Vivek Goyal | 2 | -3/+3 |
2022-02-17 | virtiofsd: Parse extended "struct fuse_init_in" | Vivek Goyal | 1 | -22/+39 |
2022-02-17 | virtiofsd: Fix breakage due to fuse_init_in size change | Vivek Goyal | 1 | -1/+3 |
2022-02-16 | virtiofsd: Do not support blocking flock | Sebastian Hasler | 1 | -0/+9 |
2022-02-16 | meson: use .require() and .disable_auto_if() method for features | Paolo Bonzini | 1 | -22/+9 |
2022-02-14 | tools/virtiofsd: Add rseq syscall to the seccomp allowlist | Christian Ehrhardt | 1 | -0/+3 |
2022-01-26 | virtiofsd: Drop membership of all supplementary groups (CVE-2022-0358) | Vivek Goyal | 1 | -0/+27 |
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-10-25 | virtiofsd: xattr mapping add a new type "unsupported" | Vivek Goyal | 1 | -3/+14 |
2021-09-19 | Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-2021... | Peter Maydell | 2 | -0/+2 |
2021-09-16 | virtiofsd: Reverse req_list before processing it | Sergio Lopez | 1 | -0/+1 |
2021-09-16 | tools/virtiofsd: Add fstatfs64 syscall to the seccomp allowlist | Thomas Huth | 1 | -0/+1 |
2021-09-15 | spelling: sytem => system | Michael Tokarev | 1 | -2/+2 |
2021-07-09 | virtiofsd: Add missing newline in error message | Hubert Jasudowicz | 1 | -1/+1 |
2021-07-05 | virtiofsd: Add an option to enable/disable posix acls | Vivek Goyal | 2 | -1/+115 |
2021-07-05 | virtiofsd: Switch creds, drop FSETID for system.posix_acl_access xattr | Vivek Goyal | 1 | -0/+75 |
2021-07-05 | virtiofsd: Add capability to change/restore umask | Vivek Goyal | 1 | -6/+16 |
2021-07-05 | virtiofsd: Add umask to seccom allow list | Vivek Goyal | 1 | -0/+1 |
2021-07-05 | virtiofsd: Add support for extended setxattr | Vivek Goyal | 3 | -3/+14 |
2021-07-05 | virtiofsd: Fix xattr operations overwriting errno | Vivek Goyal | 1 | -6/+10 |