1. 720a0e4 cleanup: Re-run return_directly.cocci by Markus Armbruster · 4 months ago
  2. 2a99c2b qemu-vmsr-helper: implement --verbose/-v by Paolo Bonzini · 1 year ago
  3. 768a283 qemu-vmsr-helper: fix socket loop breakage by Paolo Bonzini · 1 year ago
  4. 84369d7 tools: build qemu-vmsr-helper by Anthony Harivel · 1 year, 3 months ago
  5. 6832aa8 ebpf: Add a separate target for skeleton by Akihiko Odaki · 1 year, 3 months ago
  6. f5c69e7 ebpf: Refactor tun_rss_steering_prog() by Akihiko Odaki · 1 year, 3 months ago
  7. 8dc8220 ebpf: Return 0 when configuration fails by Akihiko Odaki · 1 year, 3 months ago
  8. 72fa42c ebpf: Fix RSS error handling by Akihiko Odaki · 1 year, 3 months ago
  9. 0cc1418 ebpf: Updated eBPF program and skeleton. by Andrew Melnychenko · 1 year, 6 months ago
  10. 197a137 ebpf: fix compatibility with libbpf 1.0+ by Shreesh Adiga · 2 years, 8 months ago
  11. e0dc263 virtiofsd: Remove source by Dr. David Alan Gilbert · 2 years, 7 months ago
  12. 8ab5e8a virtiofsd: Remove build and docs glue by Dr. David Alan Gilbert · 2 years, 7 months ago
  13. e441835 tools/virtiofsd: add G_GNUC_PRINTF for logging functions by Daniel P. Berrangé · 2 years, 8 months ago
  14. 66997c4 cleanup: Tweak and re-run return_directly.cocci by Markus Armbruster · 2 years, 9 months ago
  15. c23a956 virtiofsd: Add `sigreturn` to the seccomp whitelist by Marc Hartmayer · 2 years, 8 months ago
  16. f16d15c virtiofsd: use g_date_time_get_microsecond to get subsecond by Yusuke Okada · 3 years ago
  17. 7b0ca31 virtiofsd: Fix format strings by Stefan Weil · 3 years ago
  18. a21ba54 virtiofsd: Disable killpriv_v2 by default by Vivek Goyal · 3 years ago
  19. 7a21bee misc: fix commonly doubled up words by Daniel P. Berrangé · 3 years, 1 month ago
  20. 118d4ed Trivial: 3 char repeat typos by Dr. David Alan Gilbert · 3 years, 2 months ago
  21. 52581c7 Clean up header guards that don't match their file name by Markus Armbruster · 3 years, 3 months ago
  22. 2a3129a meson: create have_vhost_* variables by Paolo Bonzini · 3 years, 4 months ago
  23. bd2142c virtiofsd: replace pipe() with g_unix_open_pipe(CLOEXEC) by Marc-André Lureau · 3 years, 4 months ago
  24. c49abc8 Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging by Richard Henderson · 3 years, 3 months ago
  25. 1fbf266 util: replace qemu_get_local_state_pathname() by Marc-André Lureau · 3 years, 4 months ago
  26. 49f9522 include: rename qemu-common.h qemu/help-texts.h by Marc-André Lureau · 3 years, 4 months ago
  27. d45c833 virtiofsd: Add docs/helper for killpriv_v2/no_killpriv_v2 option by Liu Yiding · 3 years, 4 months ago
  28. 4ce7a08 virtiofsd: Let meson check for statx.stx_mnt_id by Hanna Reitz · 3 years, 6 months ago
  29. 9222680 Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging by Peter Maydell · 3 years, 6 months ago
  30. 45b04ef virtiofsd: Add basic support for FUSE_SYNCFS request by Greg Kurz · 3 years, 6 months ago
  31. 963061d virtiofsd: Add an option to enable/disable security label by Vivek Goyal · 3 years, 6 months ago
  32. a675c9a virtiofsd: Create new file using O_TMPFILE and set security context by Vivek Goyal · 3 years, 6 months ago
  33. 0c3f81e virtiofsd: Create new file with security context by Vivek Goyal · 3 years, 6 months ago
  34. cb282e5 virtiofsd: Add helpers to work with /proc/self/task/tid/attr/fscreate by Vivek Goyal · 3 years, 6 months ago
  35. 8148972 virtiofsd: Move core file creation code in separate function by Vivek Goyal · 3 years, 6 months ago
  36. 36cfab8 virtiofsd, fuse_lowlevel.c: Add capability to parse security context by Vivek Goyal · 3 years, 6 months ago
  37. 4c7c393 virtiofsd: Extend size of fuse_conn_info->capable and ->want fields by Vivek Goyal · 3 years, 6 months ago
  38. 776dc4b virtiofsd: Parse extended "struct fuse_init_in" by Vivek Goyal · 3 years, 6 months ago
  39. a086d54 virtiofsd: Fix breakage due to fuse_init_in size change by Vivek Goyal · 3 years, 6 months ago
  40. 41af445 virtiofsd: Do not support blocking flock by Sebastian Hasler · 3 years, 7 months ago
  41. a436d6d meson: use .require() and .disable_auto_if() method for features by Paolo Bonzini · 3 years, 8 months ago
  42. 7b223e3 tools/virtiofsd: Add rseq syscall to the seccomp allowlist by Christian Ehrhardt · 3 years, 6 months ago
  43. 449e817 virtiofsd: Drop membership of all supplementary groups (CVE-2022-0358) by Vivek Goyal · 3 years, 6 months ago
  44. 555a76e virtiofsd: Error on bad socket group name by Dr. David Alan Gilbert · 3 years, 10 months ago
  45. 50cf6d6 virtiofsd: Add a helper to stop all queues by Vivek Goyal · 3 years, 10 months ago
  46. c682765 virtiofsd: Add a helper to send element on virtqueue by Vivek Goyal · 3 years, 10 months ago
  47. a88abc6 virtiofsd: Remove unused virtio_fs_config definition by Vivek Goyal · 3 years, 10 months ago
  48. 5afc8df virtiofsd: xattr mapping add a new type "unsupported" by Vivek Goyal · 3 years, 11 months ago
  49. 7adb961 Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-20210916' into staging by Peter Maydell · 3 years, 11 months ago
  50. 046d91c virtiofsd: Reverse req_list before processing it by Sergio Lopez · 4 years ago
  51. 8cfd339 tools/virtiofsd: Add fstatfs64 syscall to the seccomp allowlist by Thomas Huth · 3 years, 11 months ago
  52. 68857f1 spelling: sytem => system by Michael Tokarev · 4 years ago
  53. 7ef2408 virtiofsd: Add missing newline in error message by Hubert Jasudowicz · 4 years, 1 month ago
  54. 65a820d virtiofsd: Add an option to enable/disable posix acls by Vivek Goyal · 4 years, 2 months ago
  55. f1aa177 virtiofsd: Switch creds, drop FSETID for system.posix_acl_access xattr by Vivek Goyal · 4 years, 2 months ago
  56. 227e5d7 virtiofsd: Add capability to change/restore umask by Vivek Goyal · 4 years, 2 months ago
  57. 6d0028b virtiofsd: Add umask to seccom allow list by Vivek Goyal · 4 years, 2 months ago
  58. c46ef95 virtiofsd: Add support for extended setxattr by Vivek Goyal · 4 years, 2 months ago
  59. 5290fb6 virtiofsd: Fix xattr operations overwriting errno by Vivek Goyal · 4 years, 2 months ago
  60. 0616244 virtiofsd: Fix fuse setxattr() API change issue by Vivek Goyal · 4 years, 2 months ago
  61. 1d03e56 virtiofsd: Don't allow file creation with FUSE_OPEN by Greg Kurz · 4 years, 1 month ago
  62. d9a801f virtiofsd: use GDateTime for formatting timestamp for debug messages by Daniel P. Berrangé · 4 years, 2 months ago
  63. 1cbd2d9 Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging by Peter Maydell · 4 years, 2 months ago
  64. f3fa412 ebpf: Added eBPF RSS program. by Andrew Melnychenko · 4 years, 3 months ago
  65. bf99f30 tools/virtiofsd/fuse_opt.c: Replaced a malloc with GLib's g_try_malloc by Mahmoud Mandour · 4 years, 5 months ago
  66. d14d4f4 tools/virtiofsd/buffer.c: replaced a calloc call with GLib's g_try_new0 by Mahmoud Mandour · 4 years, 5 months ago
  67. b5fd59c virtiofsd: Set req->reply_sent right after sending reply by Vivek Goyal · 4 years, 3 months ago
  68. 1a5fff8 virtiofsd: Check EOF before short read by Vivek Goyal · 4 years, 3 months ago
  69. bf7a3ee virtiofsd: Simplify skip byte logic by Vivek Goyal · 4 years, 3 months ago
  70. 0106f6f virtiofsd: get rid of in_sg_left variable by Vivek Goyal · 4 years, 3 months ago
  71. 97dbfc5 virtiofsd: Use iov_discard_front() to skip bytes by Vivek Goyal · 4 years, 3 months ago
  72. b31ff38 virtiofsd: Get rid of unreachable code in read by Vivek Goyal · 4 years, 3 months ago
  73. 04c9f7e virtiofsd: Check for EINTR in preadv() and retry by Vivek Goyal · 4 years, 3 months ago
  74. 4962b31 virtiofsd: Fix check of chown()'s return value by Greg Kurz · 4 years, 3 months ago
  75. 67a010f virtiofsd/fuse_virtio.c: Changed allocations of locals to GLib by Mahmoud Mandour · 4 years, 4 months ago
  76. c9a276f virtiofsd/passthrough_ll.c: Changed local allocations to GLib functions by Mahmoud Mandour · 4 years, 4 months ago
  77. 31dfd22 virtiofsd: Changed allocations of fv_VuDev & its internals to GLib functions by Mahmoud Mandour · 4 years, 4 months ago
  78. e85d6d1 virtiofsd: Changed allocation of lo_map_elems to GLib's functions by Mahmoud Mandour · 4 years, 4 months ago
  79. f90a2d6 virtiofsd: Changed allocations of fuse_session to GLib's functions by Mahmoud Mandour · 4 years, 4 months ago
  80. 01c6c6f virtiofsd: Changed allocations of iovec to GLib's functions by Mahmoud Mandour · 4 years, 3 months ago
  81. 98bbd18 virtiofsd: Changed allocations of fuse_req to GLib functions by Mahmoud Mandour · 4 years, 4 months ago
  82. 5bf5188 virtiofsd: Don't assume header layout by Dr. David Alan Gilbert · 4 years, 3 months ago
  83. d02a3c5 virtiofs: Fixup printf args by Dr. David Alan Gilbert · 4 years, 3 months ago
  84. 1221a92 virtiofsd: Add help for -o xattr-mapping by Carlos Venegas · 4 years, 4 months ago
  85. a87d29e virtiofsd: Allow use "-o xattrmap" without "-o xattr" by Carlos Venegas · 4 years, 4 months ago
  86. 0adb3af virtiofsd: Fix side-effect in assert() by Greg Kurz · 4 years, 4 months ago
  87. 99c3ac6 virtiofsd: Fix security.capability comparison by Dr. David Alan Gilbert · 4 years, 4 months ago
  88. 320d0bc tools/virtiofsd: include --socket-group in help by Alex Bennée · 4 years, 5 months ago
  89. 03ccaaa virtiofsd: Convert some functions to return bool by Greg Kurz · 4 years, 5 months ago
  90. 20afcc2 virtiofsd: Don't allow empty paths in lookup_name() by Greg Kurz · 4 years, 5 months ago
  91. 28d1ad0 virtiofsd: Don't allow empty filenames by Greg Kurz · 4 years, 5 months ago
  92. 6d118c4 virtiofsd: Add qemu version and copyright info by Vivek Goyal · 4 years, 5 months ago
  93. 5bb8327 virtiofsd: Release vu_dispatch_lock when stopping queue by Greg Kurz · 4 years, 5 months ago
  94. e586edc virtiofs: drop remapped security.capability xattr as needed by Dr. David Alan Gilbert · 4 years, 5 months ago
  95. 26ec190 virtiofsd: Do not use a thread pool by default by Vivek Goyal · 4 years, 6 months ago
  96. d64907a viriofsd: Add support for FUSE_HANDLE_KILLPRIV_V2 by Vivek Goyal · 4 years, 6 months ago
  97. 1e08f16 virtiofsd: Save error code early at the failure callsite by Vivek Goyal · 4 years, 6 months ago
  98. a65963e tools/virtiofsd: Replace the word 'whitelist' by Philippe Mathieu-Daudé · 4 years, 6 months ago
  99. 525a303 virtiofsd: vu_dispatch locking should never fail by Greg Kurz · 4 years, 6 months ago
  100. 0958ee8 virtiofsd: Allow to build it without the tools by Wainer dos Santos Moschetta · 4 years, 6 months ago