| Commit message (Expand) | Author | Age | Files | Lines |
* | virtiofs: drop remapped security.capability xattr as needed | Dr. David Alan Gilbert | 2021-03-04 | 1 | -1/+76 |
* | virtiofsd: Do not use a thread pool by default | Vivek Goyal | 2021-02-16 | 1 | -1/+1 |
* | viriofsd: Add support for FUSE_HANDLE_KILLPRIV_V2 | Vivek Goyal | 2021-02-16 | 4 | -8/+103 |
* | virtiofsd: Save error code early at the failure callsite | Vivek Goyal | 2021-02-16 | 1 | -4/+5 |
* | tools/virtiofsd: Replace the word 'whitelist' | Philippe Mathieu-Daudé | 2021-02-16 | 2 | -9/+9 |
* | virtiofsd: vu_dispatch locking should never fail | Greg Kurz | 2021-02-16 | 1 | -14/+35 |
* | virtiofsd: Allow to build it without the tools | Wainer dos Santos Moschetta | 2021-02-16 | 1 | -2/+5 |
* | virtiofsd: Add restart_syscall to the seccomp whitelist | Greg Kurz | 2021-02-04 | 1 | -0/+1 |
* | virtiofsd: Add _llseek to the seccomp whitelist | Greg Kurz | 2021-02-04 | 1 | -0/+1 |
* | virtiofsd: prevent opening of special files (CVE-2020-35517) | Stefan Hajnoczi | 2021-02-04 | 1 | -52/+92 |
* | virtiofsd: optionally return inode pointer from lo_do_lookup() | Stefan Hajnoczi | 2021-02-04 | 1 | -8/+21 |
* | virtiofsd: extract lo_do_open() from lo_open() | Stefan Hajnoczi | 2021-02-04 | 1 | -27/+46 |
* | cap_ng: convert to meson | Paolo Bonzini | 2021-01-06 | 1 | -2/+2 |
* | seccomp: convert to meson | Paolo Bonzini | 2021-01-06 | 1 | -2/+2 |
* | virtiofsd: Remove useless code about send_notify_iov | Alex Chen | 2020-12-18 | 1 | -98/+0 |
* | virtiofsd: update FUSE_FORGET comment on "lo_inode.nlookup" | Laszlo Ersek | 2020-12-18 | 1 | -1/+1 |
* | virtiofsd: Check file type in lo_flush() | Vivek Goyal | 2020-12-18 | 1 | -0/+6 |
* | virtiofsd: Disable posix_lock hash table if remote locks are not enabled | Vivek Goyal | 2020-12-18 | 1 | -17/+34 |
* | virtiofsd: Set up posix_lock hash table for root inode | Vivek Goyal | 2020-12-18 | 1 | -0/+7 |
* | virtiofsd: make the debug log timestamp on stderr more human-readable | Laszlo Ersek | 2020-12-18 | 1 | -4/+27 |
* | virtiofsd: Use --thread-pool-size=0 to mean no thread pool | Vivek Goyal | 2020-12-18 | 1 | -9/+27 |
* | virtiofsd: replace _Static_assert with QEMU_BUILD_BUG_ON | Marc-André Lureau | 2020-12-15 | 1 | -10/+1 |
* | Clean up includes | Markus Armbruster | 2020-12-10 | 14 | -67/+0 |
* | libvhost-user: make it a meson subproject | Marc-André Lureau | 2020-12-08 | 2 | -3/+2 |
* | virtiofsd: check whether strdup lo.source return NULL in main func | Haotian Li | 2020-11-12 | 1 | -0/+4 |
* | virtiofsd: check whether lo_map_reserve returns NULL in, main func | Haotian Li | 2020-11-12 | 1 | -1/+11 |
* | tools/virtiofsd/buffer.c: check whether buf is NULL in fuse_bufvec_advance func | Haotian Li | 2020-11-12 | 1 | -0/+4 |
* | virtiofsd: Announce submounts even without statx() | Max Reitz | 2020-11-12 | 1 | -8/+0 |
* | meson: vhost-user-gpu/virtiofsd: use absolute path | Marc Hartmayer | 2020-11-03 | 1 | -1/+1 |
* | virtiofsd: Announce sub-mount points | Max Reitz | 2020-11-02 | 2 | -0/+23 |
* | virtiofsd: Add mount ID to the lo_inode key | Max Reitz | 2020-11-02 | 2 | -10/+86 |
* | virtiofsd: Add attr_flags to fuse_entry_param | Max Reitz | 2020-11-02 | 2 | -0/+7 |
* | virtiofsd: Check FUSE_SUBMOUNTS | Max Reitz | 2020-11-02 | 2 | -0/+10 |
* | virtiofsd: Fix the help message of posix lock | Jiachen Zhang | 2020-11-02 | 1 | -1/+1 |
* | tools/virtiofsd: Check vu_init() return value (CID 1435958) | Philippe Mathieu-Daudé | 2020-11-02 | 1 | -2/+5 |
* | virtiofsd: Seccomp: Add 'send' for syslog | Dr. David Alan Gilbert | 2020-11-02 | 1 | -0/+1 |
* | Revert series: virtiofsd: Announce submounts to the guest | Alex Williamson | 2020-10-28 | 5 | -133/+14 |
* | virtiofsd: Announce sub-mount points | Max Reitz | 2020-10-26 | 2 | -8/+60 |
* | virtiofsd: Store every lo_inode's parent_dev | Max Reitz | 2020-10-26 | 1 | -0/+17 |
* | virtiofsd: Add fuse_reply_attr_with_flags() | Max Reitz | 2020-10-26 | 2 | -2/+27 |
* | virtiofsd: Add attr_flags to fuse_entry_param | Max Reitz | 2020-10-26 | 2 | -4/+14 |
* | virtiofsd: Announce FUSE_ATTR_FLAGS | Max Reitz | 2020-10-26 | 2 | -0/+15 |
* | tools/virtiofsd: xattr name mappings: Simple 'map' | Dr. David Alan Gilbert | 2020-10-26 | 1 | -1/+111 |
* | tools/virtiofsd: xattr name mappings: Map server xattr names | Dr. David Alan Gilbert | 2020-10-26 | 1 | -0/+90 |
* | tools/virtiofsd: xattr name mappings: Map client xattr names | Dr. David Alan Gilbert | 2020-10-26 | 1 | -3/+98 |
* | tools/virtiofsd: xattr name mappings: Add option | Dr. David Alan Gilbert | 2020-10-26 | 1 | -0/+173 |
* | virtiofsd: add container-friendly -o sandbox=chroot option | Stefan Hajnoczi | 2020-10-26 | 2 | -2/+63 |
* | virtiofsd: passthrough_ll: set FUSE_LOG_INFO as default log_level | Misono Tomohiro | 2020-10-26 | 1 | -4/+3 |
* | configure: add option for virtiofsd | Misono Tomohiro | 2020-10-26 | 1 | -2/+15 |
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 2020-10-26 | 1 | -1/+1 |
|\ |
|