summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* virtiofsd: Reset O_DIRECT flag during file openVivek Goyal2020-01-231-0/+14
* virtiofsd: convert more fprintf and perror to use fuse log infraEryu Guan2020-01-232-5/+11
* virtiofsd: do not always set FUSE_FLOCK_LOCKSPeng Tao2020-01-231-3/+8
* virtiofsd: introduce inode refcount to prevent use-after-freeStefan Hajnoczi2020-01-231-23/+146
* virtiofsd: passthrough_ll: fix refcounting on remove/renameMiklos Szeredi2020-01-231-1/+49
* virtiofsd: rename inode->refcount to inode->nlookupStefan Hajnoczi2020-01-231-12/+25
* virtiofsd: prevent races with lo_dirp_put()Stefan Hajnoczi2020-01-231-6/+35
* virtiofsd: make lo_release() atomicStefan Hajnoczi2020-01-231-4/+8
* virtiofsd: prevent fv_queue_thread() vs virtio_loop() racesStefan Hajnoczi2020-01-231-1/+33
* virtiofsd: use fuse_lowlevel_is_virtio() in fuse_session_destroy()Stefan Hajnoczi2020-01-231-3/+4
* virtiofsd: Support remote posix locksVivek Goyal2020-01-232-0/+192
* Virtiofsd: fix memory leak on fuse queueinfoLiu Bo2020-01-231-0/+8
* virtiofsd: fix incorrect error handling in lo_do_lookupEric Ren2020-01-231-1/+0Star
* virtiofsd: enable PARALLEL_DIROPS during INITLiu Bo2020-01-231-0/+3
* virtiofsd: Prevent multiply running with same vhost_user_socketMasayoshi Mizuma2020-01-232-1/+49
* virtiofsd: add helper for lo_data cleanupLiu Bo2020-01-231-16/+21
* virtiofsd: fix memory leak on lo.sourceLiu Bo2020-01-231-3/+4
* virtiofsd: cleanup allocated resource in seLiu Bo2020-01-233-1/+15
* virtiofsd: fix error handling in main()Liu Bo2020-01-231-2/+3