index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
virtiofsd
Commit message (
Expand
)
Author
Age
Files
Lines
*
virtiofsd: Add `sigreturn` to the seccomp whitelist
Marc Hartmayer
2022-11-25
1
-0
/
+1
*
virtiofsd: use g_date_time_get_microsecond to get subsecond
Yusuke Okada
2022-09-22
1
-2
/
+5
*
virtiofsd: Fix format strings
Stefan Weil
2022-08-04
1
-2
/
+2
*
virtiofsd: Disable killpriv_v2 by default
Vivek Goyal
2022-08-02
1
-11
/
+2
*
misc: fix commonly doubled up words
Daniel P. Berrangé
2022-08-01
1
-1
/
+1
*
Trivial: 3 char repeat typos
Dr. David Alan Gilbert
2022-06-28
1
-1
/
+1
*
Clean up header guards that don't match their file name
Markus Armbruster
2022-05-11
1
-4
/
+3
*
virtiofsd: replace pipe() with g_unix_open_pipe(CLOEXEC)
Marc-André Lureau
2022-05-03
1
-1
/
+1
*
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging
Richard Henderson
2022-04-25
1
-0
/
+3
|
\
|
*
virtiofsd: Add docs/helper for killpriv_v2/no_killpriv_v2 option
Liu Yiding
2022-04-21
1
-0
/
+3
*
|
util: replace qemu_get_local_state_pathname()
Marc-André Lureau
2022-04-21
1
-1
/
+3
*
|
include: rename qemu-common.h qemu/help-texts.h
Marc-André Lureau
2022-04-21
1
-1
/
+1
|
/
*
virtiofsd: Let meson check for statx.stx_mnt_id
Hanna Reitz
2022-03-02
1
-1
/
+1
*
virtiofsd: Add basic support for FUSE_SYNCFS request
Greg Kurz
2022-02-17
4
-0
/
+69
*
virtiofsd: Add an option to enable/disable security label
Vivek Goyal
2022-02-17
2
-0
/
+16
*
virtiofsd: Create new file using O_TMPFILE and set security context
Vivek Goyal
2022-02-17
1
-8
/
+72
*
virtiofsd: Create new file with security context
Vivek Goyal
2022-02-17
1
-29
/
+200
*
virtiofsd: Add helpers to work with /proc/self/task/tid/attr/fscreate
Vivek Goyal
2022-02-17
1
-0
/
+92
*
virtiofsd: Move core file creation code in separate function
Vivek Goyal
2022-02-17
1
-11
/
+25
*
virtiofsd, fuse_lowlevel.c: Add capability to parse security context
Vivek Goyal
2022-02-17
3
-1
/
+113
*
virtiofsd: Extend size of fuse_conn_info->capable and ->want fields
Vivek Goyal
2022-02-17
2
-3
/
+3
*
virtiofsd: Parse extended "struct fuse_init_in"
Vivek Goyal
2022-02-17
1
-22
/
+39
*
virtiofsd: Fix breakage due to fuse_init_in size change
Vivek Goyal
2022-02-17
1
-1
/
+3
*
virtiofsd: Do not support blocking flock
Sebastian Hasler
2022-02-16
1
-0
/
+9
*
tools/virtiofsd: Add rseq syscall to the seccomp allowlist
Christian Ehrhardt
2022-02-14
1
-0
/
+3
*
virtiofsd: Drop membership of all supplementary groups (CVE-2022-0358)
Vivek Goyal
2022-01-26
1
-0
/
+27
*
virtiofsd: Error on bad socket group name
Dr. David Alan Gilbert
2021-10-25
1
-0
/
+7
*
virtiofsd: Add a helper to stop all queues
Vivek Goyal
2021-10-25
1
-9
/
+13
*
virtiofsd: Add a helper to send element on virtqueue
Vivek Goyal
2021-10-25
1
-27
/
+18
*
virtiofsd: Remove unused virtio_fs_config definition
Vivek Goyal
2021-10-25
1
-6
/
+0
*
virtiofsd: xattr mapping add a new type "unsupported"
Vivek Goyal
2021-10-25
1
-3
/
+14
*
Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-2021...
Peter Maydell
2021-09-19
2
-0
/
+2
|
\
|
*
virtiofsd: Reverse req_list before processing it
Sergio Lopez
2021-09-16
1
-0
/
+1
|
*
tools/virtiofsd: Add fstatfs64 syscall to the seccomp allowlist
Thomas Huth
2021-09-16
1
-0
/
+1
*
|
spelling: sytem => system
Michael Tokarev
2021-09-15
1
-2
/
+2
|
/
*
virtiofsd: Add missing newline in error message
Hubert Jasudowicz
2021-07-09
1
-1
/
+1
*
virtiofsd: Add an option to enable/disable posix acls
Vivek Goyal
2021-07-05
2
-1
/
+115
*
virtiofsd: Switch creds, drop FSETID for system.posix_acl_access xattr
Vivek Goyal
2021-07-05
1
-0
/
+75
*
virtiofsd: Add capability to change/restore umask
Vivek Goyal
2021-07-05
1
-6
/
+16
*
virtiofsd: Add umask to seccom allow list
Vivek Goyal
2021-07-05
1
-0
/
+1
*
virtiofsd: Add support for extended setxattr
Vivek Goyal
2021-07-05
3
-3
/
+14
*
virtiofsd: Fix xattr operations overwriting errno
Vivek Goyal
2021-07-05
1
-6
/
+10
*
virtiofsd: Fix fuse setxattr() API change issue
Vivek Goyal
2021-07-05
2
-1
/
+11
*
virtiofsd: Don't allow file creation with FUSE_OPEN
Greg Kurz
2021-07-05
1
-0
/
+6
*
virtiofsd: use GDateTime for formatting timestamp for debug messages
Daniel P. Berrangé
2021-07-05
1
-21
/
+4
*
tools/virtiofsd/fuse_opt.c: Replaced a malloc with GLib's g_try_malloc
Mahmoud Mandour
2021-05-26
1
-2
/
+2
*
tools/virtiofsd/buffer.c: replaced a calloc call with GLib's g_try_new0
Mahmoud Mandour
2021-05-26
1
-2
/
+2
*
virtiofsd: Set req->reply_sent right after sending reply
Vivek Goyal
2021-05-26
1
-14
/
+5
*
virtiofsd: Check EOF before short read
Vivek Goyal
2021-05-26
1
-11
/
+10
*
virtiofsd: Simplify skip byte logic
Vivek Goyal
2021-05-26
1
-10
/
+4
[next]