summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* tools/virtiofsd: xattr name mappings: Map client xattr namesDr. David Alan Gilbert2020-10-261-3/+98
* tools/virtiofsd: xattr name mappings: Add optionDr. David Alan Gilbert2020-10-261-0/+173
* virtiofsd: add container-friendly -o sandbox=chroot optionStefan Hajnoczi2020-10-262-2/+63
* virtiofsd: passthrough_ll: set FUSE_LOG_INFO as default log_levelMisono Tomohiro2020-10-261-4/+3Star
* configure: add option for virtiofsdMisono Tomohiro2020-10-261-2/+15
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2020-10-261-1/+1
|\
| * configure: move directory options from config-host.mak to mesonPaolo Bonzini2020-10-261-1/+1
* | libvhost-user: Allow vu_message_read to be replacedCoiby Xu2020-10-231-2/+2
|/
* virtiofsd: avoid /proc/self/fd tempdirStefan Hajnoczi2020-10-121-23/+11Star
* virtiofsd: Call qemu_init_exec_dirDr. David Alan Gilbert2020-10-121-0/+2
* tools/virtiofsd: add support for --socket-groupAlex Bennée2020-10-123-2/+26
* virtiofsd: Silence gcc warningDr. David Alan Gilbert2020-10-121-1/+1
* virtiofsd: Add -o allow_direct_io|no_allow_direct_io optionsJiachen Zhang2020-09-252-6/+18