Age | Commit message (Expand) | Author | Files | Lines |
2020-01-23 | virtiofsd: Drop CAP_FSETID if client asked for it | Vivek Goyal | 1 | -0/+105 |
2020-01-23 | virtiofsd: cap-ng helpers | Dr. David Alan Gilbert | 1 | -0/+72 |
2020-01-23 | virtiofsd: Parse flag FUSE_WRITE_KILL_PRIV | Vivek Goyal | 2 | -2/+8 |
2020-01-23 | virtiofsd: add seccomp whitelist | Stefan Hajnoczi | 4 | -1/+171 |
2020-01-23 | virtiofsd: move to a new pid namespace | Stefan Hajnoczi | 1 | -48/+86 |
2020-01-23 | virtiofsd: move to an empty network namespace | Stefan Hajnoczi | 1 | -0/+14 |
2020-01-23 | virtiofsd: sandbox mount namespace | Stefan Hajnoczi | 1 | -0/+89 |
2020-01-23 | virtiofsd: use /proc/self/fd/ O_PATH file descriptor | Stefan Hajnoczi | 1 | -27/+103 |
2020-01-23 | virtiofsd: prevent ".." escape in lo_do_readdir() | Stefan Hajnoczi | 1 | -14/+22 |
2020-01-23 | virtiofsd: prevent ".." escape in lo_do_lookup() | Stefan Hajnoczi | 1 | -1/+6 |
2020-01-23 | virtiofsd: check input buffer size in fuse_lowlevel.c ops | Stefan Hajnoczi | 1 | -125/+456 |
2020-01-23 | virtiofsd: validate input buffer sizes in do_write_buf() | Stefan Hajnoczi | 1 | -19/+30 |
2020-01-23 | virtiofsd: add fuse_mbuf_iter API | Stefan Hajnoczi | 2 | -1/+76 |
2020-01-23 | virtiofsd: Pass write iov's all the way through | Dr. David Alan Gilbert | 1 | -6/+73 |
2020-01-23 | virtiofsd: Plumb fuse_bufvec through to do_write_buf | Dr. David Alan Gilbert | 3 | -22/+44 |
2020-01-23 | virtiofsd: validate path components | Stefan Hajnoczi | 1 | -6/+53 |
2020-01-23 | virtiofsd: passthrough_ll: add fallback for racy ops | Miklos Szeredi | 2 | -17/+145 |
2020-01-23 | virtiofsd: passthrough_ll: add fd_map to hide file descriptors | Stefan Hajnoczi | 1 | -22/+94 |
2020-01-23 | virtiofsd: passthrough_ll: add dirp_map to hide lo_dirp pointers | Stefan Hajnoczi | 1 | -27/+76 |
2020-01-23 | virtiofsd: passthrough_ll: add ino_map to hide lo_inode pointers | Stefan Hajnoczi | 1 | -30/+114 |
2020-01-23 | virtiofsd: passthrough_ll: add lo_map for ino/fh indirection | Stefan Hajnoczi | 1 | -0/+124 |
2020-01-23 | virtiofsd: passthrough_ll: create new files in caller's context | Vivek Goyal | 1 | -5/+91 |
2020-01-23 | virtiofsd: add --print-capabilities option | Stefan Hajnoczi | 3 | -0/+15 |
2020-01-23 | virtiofsd: add vhost-user.json file | Stefan Hajnoczi | 1 | -0/+5 |
2020-01-23 | virtiofsd: make -f (foreground) the default | Stefan Hajnoczi | 1 | -0/+8 |
2020-01-23 | virtiofsd: add --fd=FDNUM fd passing option | Stefan Hajnoczi | 3 | -10/+38 |
2020-01-23 | virtiofsd: Fast path for virtio read | Dr. David Alan Gilbert | 3 | -0/+171 |
2020-01-23 | virtiofsd: Add Makefile wiring for virtiofsd contrib | Dr. David Alan Gilbert | 1 | -0/+9 |
2020-01-23 | virtiofsd: Keep track of replies | Dr. David Alan Gilbert | 1 | -3/+20 |
2020-01-23 | virtiofsd: Send replies to messages | Dr. David Alan Gilbert | 3 | -4/+111 |
2020-01-23 | virtiofsd: Start reading commands from queue | Dr. David Alan Gilbert | 2 | -3/+98 |
2020-01-23 | virtiofsd: Poll kick_fd for queue | Dr. David Alan Gilbert | 1 | -1/+39 |
2020-01-23 | virtiofsd: Start queue threads | Dr. David Alan Gilbert | 1 | -0/+89 |
2020-01-23 | virtiofsd: get/set features callbacks | Dr. David Alan Gilbert | 1 | -1/+14 |
2020-01-23 | virtiofsd: Add main virtio loop | Dr. David Alan Gilbert | 1 | -3/+39 |
2020-01-23 | virtiofsd: Start wiring up vhost-user | Dr. David Alan Gilbert | 6 | -6/+106 |
2020-01-23 | virtiofsd: Open vhost connection instead of mounting | Dr. David Alan Gilbert | 4 | -50/+114 |
2020-01-23 | virtiofsd: add -o source=PATH to help output | Stefan Hajnoczi | 1 | -0/+1 |
2020-01-23 | virtiofsd: Add options for virtio | Dr. David Alan Gilbert | 3 | -10/+16 |
2020-01-23 | virtiofsd: Make fsync work even if only inode is passed in | Vivek Goyal | 2 | -3/+31 |
2020-01-23 | vitriofsd/passthrough_ll: fix fallocate() ifdefs | Xiao Yang | 1 | -2/+2 |
2020-01-23 | virtiofsd: Trim out compatibility code | Dr. David Alan Gilbert | 1 | -211/+119 |
2020-01-23 | virtiofsd: Fix common header and define for QEMU builds | Dr. David Alan Gilbert | 8 | -15/+12 |
2020-01-23 | virtiofsd: Fix fuse_daemonize ignored return values | Dr. David Alan Gilbert | 1 | -11/+22 |
2020-01-23 | virtiofsd: Remove unused enum fuse_buf_copy_flags | Xiao Yang | 5 | -92/+13 |
2020-01-23 | virtiofsd: remove unused notify reply support | Stefan Hajnoczi | 2 | -193/+1 |
2020-01-23 | virtiofsd: remove mountpoint dummy argument | Stefan Hajnoczi | 4 | -31/+7 |
2020-01-23 | virtiofsd: Format imported files to qemu style | Dr. David Alan Gilbert | 15 | -6061/+6382 |
2020-01-23 | virtiofsd: Trim down imported files | Dr. David Alan Gilbert | 11 | -1071/+8 |
2020-01-23 | virtiofsd: Add passthrough_ll | Dr. David Alan Gilbert | 1 | -0/+1338 |