aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2020-01-23virtiofsd: add fuse_mbuf_iter APIStefan Hajnoczi2-1/+76
2020-01-23virtiofsd: Pass write iov's all the way throughDr. David Alan Gilbert1-6/+73
2020-01-23virtiofsd: Plumb fuse_bufvec through to do_write_bufDr. David Alan Gilbert3-22/+44
2020-01-23virtiofsd: validate path componentsStefan Hajnoczi1-6/+53
2020-01-23virtiofsd: passthrough_ll: add fallback for racy opsMiklos Szeredi2-17/+145
2020-01-23virtiofsd: passthrough_ll: add fd_map to hide file descriptorsStefan Hajnoczi1-22/+94
2020-01-23virtiofsd: passthrough_ll: add dirp_map to hide lo_dirp pointersStefan Hajnoczi1-27/+76
2020-01-23virtiofsd: passthrough_ll: add ino_map to hide lo_inode pointersStefan Hajnoczi1-30/+114
2020-01-23virtiofsd: passthrough_ll: add lo_map for ino/fh indirectionStefan Hajnoczi1-0/+124
2020-01-23virtiofsd: passthrough_ll: create new files in caller's contextVivek Goyal1-5/+91
2020-01-23virtiofsd: add --print-capabilities optionStefan Hajnoczi3-0/+15
2020-01-23virtiofsd: add vhost-user.json fileStefan Hajnoczi1-0/+5
2020-01-23virtiofsd: make -f (foreground) the defaultStefan Hajnoczi1-0/+8
2020-01-23virtiofsd: add --fd=FDNUM fd passing optionStefan Hajnoczi3-10/+38
2020-01-23virtiofsd: Fast path for virtio readDr. David Alan Gilbert3-0/+171
2020-01-23virtiofsd: Add Makefile wiring for virtiofsd contribDr. David Alan Gilbert1-0/+9
2020-01-23virtiofsd: Keep track of repliesDr. David Alan Gilbert1-3/+20
2020-01-23virtiofsd: Send replies to messagesDr. David Alan Gilbert3-4/+111
2020-01-23virtiofsd: Start reading commands from queueDr. David Alan Gilbert2-3/+98
2020-01-23virtiofsd: Poll kick_fd for queueDr. David Alan Gilbert1-1/+39
2020-01-23virtiofsd: Start queue threadsDr. David Alan Gilbert1-0/+89
2020-01-23virtiofsd: get/set features callbacksDr. David Alan Gilbert1-1/+14
2020-01-23virtiofsd: Add main virtio loopDr. David Alan Gilbert1-3/+39
2020-01-23virtiofsd: Start wiring up vhost-userDr. David Alan Gilbert6-6/+106
2020-01-23virtiofsd: Open vhost connection instead of mountingDr. David Alan Gilbert4-50/+114
2020-01-23virtiofsd: add -o source=PATH to help outputStefan Hajnoczi1-0/+1
2020-01-23virtiofsd: Add options for virtioDr. David Alan Gilbert3-10/+16
2020-01-23virtiofsd: Make fsync work even if only inode is passed inVivek Goyal2-3/+31
2020-01-23vitriofsd/passthrough_ll: fix fallocate() ifdefsXiao Yang1-2/+2
2020-01-23virtiofsd: Trim out compatibility codeDr. David Alan Gilbert1-211/+119
2020-01-23virtiofsd: Fix common header and define for QEMU buildsDr. David Alan Gilbert8-15/+12
2020-01-23virtiofsd: Fix fuse_daemonize ignored return valuesDr. David Alan Gilbert1-11/+22
2020-01-23virtiofsd: Remove unused enum fuse_buf_copy_flagsXiao Yang5-92/+13
2020-01-23virtiofsd: remove unused notify reply supportStefan Hajnoczi2-193/+1
2020-01-23virtiofsd: remove mountpoint dummy argumentStefan Hajnoczi4-31/+7
2020-01-23virtiofsd: Format imported files to qemu styleDr. David Alan Gilbert15-6061/+6382
2020-01-23virtiofsd: Trim down imported filesDr. David Alan Gilbert11-1071/+8
2020-01-23virtiofsd: Add passthrough_llDr. David Alan Gilbert1-0/+1338
2020-01-23virtiofsd: Add fuse_lowlevel.cDr. David Alan Gilbert1-0/+3129
2020-01-23virtiofsd: Add auxiliary .c'sDr. David Alan Gilbert5-0/+1315
2020-01-23virtiofsd: Pull in upstream headersDr. David Alan Gilbert8-0/+4814