summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* virtiofsd: Used glib "shared" thread poolVivek Goyal2020-09-252-1/+3
* meson: use meson datadir instead of qemu_datadirMarc-André Lureau2020-09-011-1/+1
* virtiofsd: probe unshare(CLONE_FS) and print an errorStefan Hajnoczi2020-08-281-0/+16
* virtiofsd: drop CAP_DAC_READ_SEARCHStefan Hajnoczi2020-08-281-1/+0Star
* virtiofsd: Remove "norace" from cmdline help and docsSergio Lopez2020-08-281-2/+0Star
* virtiofsd: Disable remote posix locks by defaultVivek Goyal2020-08-281-1/+1
* tools/virtiofsd: convert to MesonPaolo Bonzini2020-08-216-14/+31
* virtiofsd: Allow addition or removal of capabilitiesDr. David Alan Gilbert2020-07-032-2/+53
* virtiofsd: Check capability callsDr. David Alan Gilbert2020-07-031-3/+13
* virtiofsd: Terminate capability listDr. David Alan Gilbert2020-07-031-1/+3
* virtiofsd: Whitelist fchmodMax Reitz2020-06-171-0/+1
* virtiofsd: remove symlink fallbacksMiklos Szeredi2020-06-011-169/+6Star
* virtiofsd: drop all capabilities in the wait parent processStefan Hajnoczi2020-05-011-0/+13
* virtiofsd: only retain file system capabilitiesStefan Hajnoczi2020-05-011-0/+38
* virtiofsd: Show submountsMax Reitz2020-05-011-1/+1
* virtiofsd: jail lo->proc_self_fdMiklos Szeredi2020-05-011-2/+25
* virtiofsd: stay below fs.file-max sysctl value (CVE-2020-10717)Stefan Hajnoczi2020-05-011-1/+25
* virtiofsd: add --rlimit-nofile=NUM optionStefan Hajnoczi2020-05-013-14/+32
* tools/virtiofsd/passthrough_ll: Fix double close()Philippe Mathieu-Daudé2020-03-251-2/+1Star
* virtiofsd: Fix xattr operationsMisono Tomohiro2020-03-033-47/+77
* virtiofsd: passthrough_ll: cleanup getxattr/listxattrMisono Tomohiro2020-03-031-32/+22Star
* virtiofsd: Remove fuse.h and struct fuse_moduleXiao Yang2020-02-212-1245/+0Star