summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* tools/virtiofsd/fuse_lowlevel: Fix fuse_out_header::error valuePhilippe Mathieu-Daudé2020-02-211-1/+1
* tools/virtiofsd/passthrough_ll: Remove unneeded variable assignmentPhilippe Mathieu-Daudé2020-02-211-2/+0Star
* tools/virtiofsd/passthrough_ll: Remove unneeded variable assignmentPhilippe Mathieu-Daudé2020-02-211-2/+0Star
* virtiofsd: Help message fix for 'seconds'Dr. David Alan Gilbert2020-02-211-1/+1
* virtiofsd: do_read missing NULL checkDr. David Alan Gilbert2020-02-101-0/+4
* virtiofsd: load_capng missing unlockDr. David Alan Gilbert2020-02-101-0/+1
* virtiofsd: fv_create_listen_socket error path socket leakDr. David Alan Gilbert2020-02-101-0/+2
* virtiofsd: Remove fuse_req_getgroupsDr. David Alan Gilbert2020-02-103-118/+0Star
* virtiofsd: add some options to the help messageMasayoshi Mizuma2020-01-231-1/+9
* virtiofsd: stop all queue threads on exit in virtio_loop()Eryu Guan2020-01-231-0/+13
* virtiofsd/passthrough_ll: Pass errno to fuse_reply_err()Xiao Yang2020-01-231-1/+1
* virtiofsd: Convert lo_destroy to take the lo->mutex lock itselfDr. David Alan Gilbert2020-01-231-14/+17
* virtiofsd: add --thread-pool-size=NUM optionStefan Hajnoczi2020-01-233-3/+10
* virtiofsd: fix lo_destroy() resource leaksStefan Hajnoczi2020-01-231-21/+20Star
* virtiofsd: prevent FUSE_INIT/FUSE_DESTROY racesStefan Hajnoczi2020-01-232-0/+19
* virtiofsd: process requests in a thread poolStefan Hajnoczi2020-01-231-158/+201
* virtiofsd: use fuse_buf_writev to replace fuse_buf_write for better performancepiaojun2020-01-231-2/+18
* virtiofsd: add definition of fuse_buf_writev()piaojun2020-01-231-0/+38
* virtiofsd: passthrough_ll: Use cache_readdir for directory openMisono Tomohiro2020-01-231-1/+1
* virtiofsd: Fix data corruption with O_APPEND write in writeback modeMisono Tomohiro2020-01-231-33/+33