summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* tools/virtiofsd: include --socket-group in helpAlex Bennée2021-03-241-0/+1
* virtiofsd: Convert some functions to return boolGreg Kurz2021-03-151-3/+3
* virtiofsd: Don't allow empty paths in lookup_name()Greg Kurz2021-03-151-2/+1Star
* virtiofsd: Don't allow empty filenamesGreg Kurz2021-03-151-0/+35
* virtiofsd: Add qemu version and copyright infoVivek Goyal2021-03-151-0/+8
* virtiofsd: Release vu_dispatch_lock when stopping queueGreg Kurz2021-03-151-0/+6
* virtiofs: drop remapped security.capability xattr as neededDr. David Alan Gilbert2021-03-041-1/+76
* virtiofsd: Do not use a thread pool by defaultVivek Goyal2021-02-161-1/+1
* viriofsd: Add support for FUSE_HANDLE_KILLPRIV_V2Vivek Goyal2021-02-164-8/+103
* virtiofsd: Save error code early at the failure callsiteVivek Goyal2021-02-161-4/+5
* tools/virtiofsd: Replace the word 'whitelist'Philippe Mathieu-Daudé2021-02-162-9/+9
* virtiofsd: vu_dispatch locking should never failGreg Kurz2021-02-161-14/+35
* virtiofsd: Allow to build it without the toolsWainer dos Santos Moschetta2021-02-161-2/+5
* virtiofsd: Add restart_syscall to the seccomp whitelistGreg Kurz2021-02-041-0/+1
* virtiofsd: Add _llseek to the seccomp whitelistGreg Kurz2021-02-041-0/+1
* virtiofsd: prevent opening of special files (CVE-2020-35517)Stefan Hajnoczi2021-02-041-52/+92
* virtiofsd: optionally return inode pointer from lo_do_lookup()Stefan Hajnoczi2021-02-041-8/+21
* virtiofsd: extract lo_do_open() from lo_open()Stefan Hajnoczi2021-02-041-27/+46
* cap_ng: convert to mesonPaolo Bonzini2021-01-061-2/+2
* seccomp: convert to mesonPaolo Bonzini2021-01-061-2/+2
* virtiofsd: Remove useless code about send_notify_iovAlex Chen2020-12-181-98/+0Star
* virtiofsd: update FUSE_FORGET comment on "lo_inode.nlookup"Laszlo Ersek2020-12-181-1/+1
* virtiofsd: Check file type in lo_flush()Vivek Goyal2020-12-181-0/+6
* virtiofsd: Disable posix_lock hash table if remote locks are not enabledVivek Goyal2020-12-181-17/+34
* virtiofsd: Set up posix_lock hash table for root inodeVivek Goyal2020-12-181-0/+7
* virtiofsd: make the debug log timestamp on stderr more human-readableLaszlo Ersek2020-12-181-4/+27
* virtiofsd: Use --thread-pool-size=0 to mean no thread poolVivek Goyal2020-12-181-9/+27
* virtiofsd: replace _Static_assert with QEMU_BUILD_BUG_ONMarc-André Lureau2020-12-151-10/+1Star
* Clean up includesMarkus Armbruster2020-12-1014-67/+0Star
* libvhost-user: make it a meson subprojectMarc-André Lureau2020-12-082-3/+2Star
* virtiofsd: check whether strdup lo.source return NULL in main funcHaotian Li2020-11-121-0/+4
* virtiofsd: check whether lo_map_reserve returns NULL in, main funcHaotian Li2020-11-121-1/+11
* tools/virtiofsd/buffer.c: check whether buf is NULL in fuse_bufvec_advance funcHaotian Li2020-11-121-0/+4
* virtiofsd: Announce submounts even without statx()Max Reitz2020-11-121-8/+0Star
* meson: vhost-user-gpu/virtiofsd: use absolute pathMarc Hartmayer2020-11-031-1/+1
* virtiofsd: Announce sub-mount pointsMax Reitz2020-11-022-0/+23
* virtiofsd: Add mount ID to the lo_inode keyMax Reitz2020-11-022-10/+86
* virtiofsd: Add attr_flags to fuse_entry_paramMax Reitz2020-11-022-0/+7
* virtiofsd: Check FUSE_SUBMOUNTSMax Reitz2020-11-022-0/+10
* virtiofsd: Fix the help message of posix lockJiachen Zhang2020-11-021-1/+1
* tools/virtiofsd: Check vu_init() return value (CID 1435958)Philippe Mathieu-Daudé2020-11-021-2/+5
* virtiofsd: Seccomp: Add 'send' for syslogDr. David Alan Gilbert2020-11-021-0/+1
* Revert series: virtiofsd: Announce submounts to the guestAlex Williamson2020-10-285-133/+14Star
* virtiofsd: Announce sub-mount pointsMax Reitz2020-10-262-8/+60
* virtiofsd: Store every lo_inode's parent_devMax Reitz2020-10-261-0/+17
* virtiofsd: Add fuse_reply_attr_with_flags()Max Reitz2020-10-262-2/+27
* virtiofsd: Add attr_flags to fuse_entry_paramMax Reitz2020-10-262-4/+14
* virtiofsd: Announce FUSE_ATTR_FLAGSMax Reitz2020-10-262-0/+15
* tools/virtiofsd: xattr name mappings: Simple 'map'Dr. David Alan Gilbert2020-10-261-1/+111
* tools/virtiofsd: xattr name mappings: Map server xattr namesDr. David Alan Gilbert2020-10-261-0/+90