Age | Commit message (Expand) | Author | Files | Lines |
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-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 |
2021-07-05 | virtiofsd: Fix fuse setxattr() API change issue | Vivek Goyal | 2 | -1/+11 |
2021-07-05 | virtiofsd: Don't allow file creation with FUSE_OPEN | Greg Kurz | 1 | -0/+6 |
2021-07-05 | virtiofsd: use GDateTime for formatting timestamp for debug messages | Daniel P. Berrangé | 1 | -21/+4 |
2021-06-04 | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st... | Peter Maydell | 2 | -0/+592 |
2021-06-04 | ebpf: Added eBPF RSS program. | Andrew Melnychenko | 2 | -0/+592 |
2021-05-26 | tools/virtiofsd/fuse_opt.c: Replaced a malloc with GLib's g_try_malloc | Mahmoud Mandour | 1 | -2/+2 |
2021-05-26 | tools/virtiofsd/buffer.c: replaced a calloc call with GLib's g_try_new0 | Mahmoud Mandour | 1 | -2/+2 |
2021-05-26 | virtiofsd: Set req->reply_sent right after sending reply | Vivek Goyal | 1 | -14/+5 |
2021-05-26 | virtiofsd: Check EOF before short read | Vivek Goyal | 1 | -11/+10 |
2021-05-26 | virtiofsd: Simplify skip byte logic | Vivek Goyal | 1 | -10/+4 |
2021-05-26 | virtiofsd: get rid of in_sg_left variable | Vivek Goyal | 1 | -11/+6 |
2021-05-26 | virtiofsd: Use iov_discard_front() to skip bytes | Vivek Goyal | 1 | -11/+3 |
2021-05-26 | virtiofsd: Get rid of unreachable code in read | Vivek Goyal | 1 | -5/+0 |
2021-05-26 | virtiofsd: Check for EINTR in preadv() and retry | Vivek Goyal | 1 | -0/+3 |
2021-05-13 | virtiofsd: Fix check of chown()'s return value | Greg Kurz | 1 | -2/+2 |
2021-05-06 | virtiofsd/fuse_virtio.c: Changed allocations of locals to GLib | Mahmoud Mandour | 1 | -6/+5 |
2021-05-06 | virtiofsd/passthrough_ll.c: Changed local allocations to GLib functions | Mahmoud Mandour | 1 | -11/+6 |
2021-05-06 | virtiofsd: Changed allocations of fv_VuDev & its internals to GLib functions | Mahmoud Mandour | 1 | -13/+6 |
2021-05-06 | virtiofsd: Changed allocation of lo_map_elems to GLib's functions | Mahmoud Mandour | 1 | -2/+2 |
2021-05-06 | virtiofsd: Changed allocations of fuse_session to GLib's functions | Mahmoud Mandour | 1 | -3/+3 |
2021-05-06 | virtiofsd: Changed allocations of iovec to GLib's functions | Mahmoud Mandour | 2 | -24/+14 |