aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2021-02-16virtiofsd: Do not use a thread pool by defaultVivek Goyal1-1/+1
2021-02-16viriofsd: Add support for FUSE_HANDLE_KILLPRIV_V2Vivek Goyal4-8/+103
2021-02-16virtiofsd: Save error code early at the failure callsiteVivek Goyal1-4/+5
2021-02-16tools/virtiofsd: Replace the word 'whitelist'Philippe Mathieu-Daudé2-9/+9
2021-02-16virtiofsd: vu_dispatch locking should never failGreg Kurz1-14/+35
2021-02-16virtiofsd: Allow to build it without the toolsWainer dos Santos Moschetta1-2/+5
2021-02-04virtiofsd: Add restart_syscall to the seccomp whitelistGreg Kurz1-0/+1
2021-02-04virtiofsd: Add _llseek to the seccomp whitelistGreg Kurz1-0/+1
2021-02-04virtiofsd: prevent opening of special files (CVE-2020-35517)Stefan Hajnoczi1-52/+92
2021-02-04virtiofsd: optionally return inode pointer from lo_do_lookup()Stefan Hajnoczi1-8/+21
2021-02-04virtiofsd: extract lo_do_open() from lo_open()Stefan Hajnoczi1-27/+46
2021-01-06cap_ng: convert to mesonPaolo Bonzini1-2/+2
2021-01-06seccomp: convert to mesonPaolo Bonzini1-2/+2
2020-12-18virtiofsd: Remove useless code about send_notify_iovAlex Chen1-98/+0
2020-12-18virtiofsd: update FUSE_FORGET comment on "lo_inode.nlookup"Laszlo Ersek1-1/+1
2020-12-18virtiofsd: Check file type in lo_flush()Vivek Goyal1-0/+6
2020-12-18virtiofsd: Disable posix_lock hash table if remote locks are not enabledVivek Goyal1-17/+34
2020-12-18virtiofsd: Set up posix_lock hash table for root inodeVivek Goyal1-0/+7
2020-12-18virtiofsd: make the debug log timestamp on stderr more human-readableLaszlo Ersek1-4/+27
2020-12-18virtiofsd: Use --thread-pool-size=0 to mean no thread poolVivek Goyal1-9/+27
2020-12-15virtiofsd: replace _Static_assert with QEMU_BUILD_BUG_ONMarc-André Lureau1-10/+1
2020-12-10Clean up includesMarkus Armbruster14-67/+0
2020-12-08libvhost-user: make it a meson subprojectMarc-André Lureau2-3/+2
2020-11-12virtiofsd: check whether strdup lo.source return NULL in main funcHaotian Li1-0/+4
2020-11-12virtiofsd: check whether lo_map_reserve returns NULL in, main funcHaotian Li1-1/+11
2020-11-12tools/virtiofsd/buffer.c: check whether buf is NULL in fuse_bufvec_advance funcHaotian Li1-0/+4
2020-11-12virtiofsd: Announce submounts even without statx()Max Reitz1-8/+0
2020-11-03meson: vhost-user-gpu/virtiofsd: use absolute pathMarc Hartmayer1-1/+1
2020-11-02virtiofsd: Announce sub-mount pointsMax Reitz2-0/+23
2020-11-02virtiofsd: Add mount ID to the lo_inode keyMax Reitz2-10/+86
2020-11-02virtiofsd: Add attr_flags to fuse_entry_paramMax Reitz2-0/+7
2020-11-02virtiofsd: Check FUSE_SUBMOUNTSMax Reitz2-0/+10
2020-11-02virtiofsd: Fix the help message of posix lockJiachen Zhang1-1/+1
2020-11-02tools/virtiofsd: Check vu_init() return value (CID 1435958)Philippe Mathieu-Daudé1-2/+5
2020-11-02virtiofsd: Seccomp: Add 'send' for syslogDr. David Alan Gilbert1-0/+1
2020-10-28Revert series: virtiofsd: Announce submounts to the guestAlex Williamson5-133/+14
2020-10-26virtiofsd: Announce sub-mount pointsMax Reitz2-8/+60
2020-10-26virtiofsd: Store every lo_inode's parent_devMax Reitz1-0/+17
2020-10-26virtiofsd: Add fuse_reply_attr_with_flags()Max Reitz2-2/+27
2020-10-26virtiofsd: Add attr_flags to fuse_entry_paramMax Reitz2-4/+14
2020-10-26virtiofsd: Announce FUSE_ATTR_FLAGSMax Reitz2-0/+15
2020-10-26tools/virtiofsd: xattr name mappings: Simple 'map'Dr. David Alan Gilbert1-1/+111
2020-10-26tools/virtiofsd: xattr name mappings: Map server xattr namesDr. David Alan Gilbert1-0/+90
2020-10-26tools/virtiofsd: xattr name mappings: Map client xattr namesDr. David Alan Gilbert1-3/+98
2020-10-26tools/virtiofsd: xattr name mappings: Add optionDr. David Alan Gilbert1-0/+173
2020-10-26virtiofsd: add container-friendly -o sandbox=chroot optionStefan Hajnoczi2-2/+63
2020-10-26virtiofsd: passthrough_ll: set FUSE_LOG_INFO as default log_levelMisono Tomohiro1-4/+3
2020-10-26configure: add option for virtiofsdMisono Tomohiro1-2/+15
2020-10-26Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-1/+1
2020-10-26configure: move directory options from config-host.mak to mesonPaolo Bonzini1-1/+1