aboutsummaryrefslogtreecommitdiff
path: root/tools/virtiofsd
AgeCommit message (Expand)Author
2020-01-23virtiofsd: prevent ".." escape in lo_do_readdir()Stefan Hajnoczi
2020-01-23virtiofsd: prevent ".." escape in lo_do_lookup()Stefan Hajnoczi
2020-01-23virtiofsd: check input buffer size in fuse_lowlevel.c opsStefan Hajnoczi
2020-01-23virtiofsd: validate input buffer sizes in do_write_buf()Stefan Hajnoczi
2020-01-23virtiofsd: add fuse_mbuf_iter APIStefan Hajnoczi
2020-01-23virtiofsd: Pass write iov's all the way throughDr. David Alan Gilbert
2020-01-23virtiofsd: Plumb fuse_bufvec through to do_write_bufDr. David Alan Gilbert
2020-01-23virtiofsd: validate path componentsStefan Hajnoczi
2020-01-23virtiofsd: passthrough_ll: add fallback for racy opsMiklos Szeredi
2020-01-23virtiofsd: passthrough_ll: add fd_map to hide file descriptorsStefan Hajnoczi
2020-01-23virtiofsd: passthrough_ll: add dirp_map to hide lo_dirp pointersStefan Hajnoczi
2020-01-23virtiofsd: passthrough_ll: add ino_map to hide lo_inode pointersStefan Hajnoczi
2020-01-23virtiofsd: passthrough_ll: add lo_map for ino/fh indirectionStefan Hajnoczi
2020-01-23virtiofsd: passthrough_ll: create new files in caller's contextVivek Goyal
2020-01-23virtiofsd: add --print-capabilities optionStefan Hajnoczi
2020-01-23virtiofsd: add vhost-user.json fileStefan Hajnoczi
2020-01-23virtiofsd: make -f (foreground) the defaultStefan Hajnoczi
2020-01-23virtiofsd: add --fd=FDNUM fd passing optionStefan Hajnoczi
2020-01-23virtiofsd: Fast path for virtio readDr. David Alan Gilbert
2020-01-23virtiofsd: Add Makefile wiring for virtiofsd contribDr. David Alan Gilbert
2020-01-23virtiofsd: Keep track of repliesDr. David Alan Gilbert
2020-01-23virtiofsd: Send replies to messagesDr. David Alan Gilbert
2020-01-23virtiofsd: Start reading commands from queueDr. David Alan Gilbert
2020-01-23virtiofsd: Poll kick_fd for queueDr. David Alan Gilbert
2020-01-23virtiofsd: Start queue threadsDr. David Alan Gilbert
2020-01-23virtiofsd: get/set features callbacksDr. David Alan Gilbert
2020-01-23virtiofsd: Add main virtio loopDr. David Alan Gilbert
2020-01-23virtiofsd: Start wiring up vhost-userDr. David Alan Gilbert
2020-01-23virtiofsd: Open vhost connection instead of mountingDr. David Alan Gilbert
2020-01-23virtiofsd: add -o source=PATH to help outputStefan Hajnoczi
2020-01-23virtiofsd: Add options for virtioDr. David Alan Gilbert
2020-01-23virtiofsd: Make fsync work even if only inode is passed inVivek Goyal
2020-01-23vitriofsd/passthrough_ll: fix fallocate() ifdefsXiao Yang
2020-01-23virtiofsd: Trim out compatibility codeDr. David Alan Gilbert
2020-01-23virtiofsd: Fix common header and define for QEMU buildsDr. David Alan Gilbert
2020-01-23virtiofsd: Fix fuse_daemonize ignored return valuesDr. David Alan Gilbert
2020-01-23virtiofsd: Remove unused enum fuse_buf_copy_flagsXiao Yang
2020-01-23virtiofsd: remove unused notify reply supportStefan Hajnoczi
2020-01-23virtiofsd: remove mountpoint dummy argumentStefan Hajnoczi
2020-01-23virtiofsd: Format imported files to qemu styleDr. David Alan Gilbert
2020-01-23virtiofsd: Trim down imported filesDr. David Alan Gilbert
2020-01-23virtiofsd: Add passthrough_llDr. David Alan Gilbert
2020-01-23virtiofsd: Add fuse_lowlevel.cDr. David Alan Gilbert
2020-01-23virtiofsd: Add auxiliary .c'sDr. David Alan Gilbert
2020-01-23virtiofsd: Pull in upstream headersDr. David Alan Gilbert