Age | Commit message (Expand) | Author |
2020-01-23 | virtiofsd: passthrough_ll: add renameat2 support | Miklos Szeredi |
2020-01-23 | virtiofsd: Kill threads when queues are stopped | Dr. David Alan Gilbert |
2020-01-23 | virtiofsd: Handle hard reboot | Dr. David Alan Gilbert |
2020-01-23 | virtiofsd: Handle reinit | Dr. David Alan Gilbert |
2020-01-23 | virtiofsd: Add timestamp to the log with FUSE_LOG_DEBUG level | Masayoshi Mizuma |
2020-01-23 | virtiofsd: Add ID to the log with FUSE_LOG_DEBUG level | Masayoshi Mizuma |
2020-01-23 | virtiofsd: print log only when priority is high enough | Eryu Guan |
2020-01-23 | virtiofsd: add --syslog command-line option | Stefan Hajnoczi |
2020-01-23 | virtiofsd: fix libfuse information leaks | Stefan Hajnoczi |
2020-01-23 | virtiofsd: set maximum RLIMIT_NOFILE limit | Stefan Hajnoczi |
2020-01-23 | virtiofsd: Drop CAP_FSETID if client asked for it | Vivek Goyal |
2020-01-23 | virtiofsd: cap-ng helpers | Dr. David Alan Gilbert |
2020-01-23 | virtiofsd: Parse flag FUSE_WRITE_KILL_PRIV | Vivek Goyal |
2020-01-23 | virtiofsd: add seccomp whitelist | Stefan Hajnoczi |
2020-01-23 | virtiofsd: move to a new pid namespace | Stefan Hajnoczi |
2020-01-23 | virtiofsd: move to an empty network namespace | Stefan Hajnoczi |
2020-01-23 | virtiofsd: sandbox mount namespace | Stefan Hajnoczi |
2020-01-23 | virtiofsd: use /proc/self/fd/ O_PATH file descriptor | Stefan Hajnoczi |
2020-01-23 | virtiofsd: prevent ".." escape in lo_do_readdir() | Stefan Hajnoczi |
2020-01-23 | virtiofsd: prevent ".." escape in lo_do_lookup() | Stefan Hajnoczi |
2020-01-23 | virtiofsd: check input buffer size in fuse_lowlevel.c ops | Stefan Hajnoczi |
2020-01-23 | virtiofsd: validate input buffer sizes in do_write_buf() | Stefan Hajnoczi |
2020-01-23 | virtiofsd: add fuse_mbuf_iter API | Stefan Hajnoczi |
2020-01-23 | virtiofsd: Pass write iov's all the way through | Dr. David Alan Gilbert |
2020-01-23 | virtiofsd: Plumb fuse_bufvec through to do_write_buf | Dr. David Alan Gilbert |
2020-01-23 | virtiofsd: validate path components | Stefan Hajnoczi |
2020-01-23 | virtiofsd: passthrough_ll: add fallback for racy ops | Miklos Szeredi |
2020-01-23 | virtiofsd: passthrough_ll: add fd_map to hide file descriptors | Stefan Hajnoczi |
2020-01-23 | virtiofsd: passthrough_ll: add dirp_map to hide lo_dirp pointers | Stefan Hajnoczi |
2020-01-23 | virtiofsd: passthrough_ll: add ino_map to hide lo_inode pointers | Stefan Hajnoczi |
2020-01-23 | virtiofsd: passthrough_ll: add lo_map for ino/fh indirection | Stefan Hajnoczi |
2020-01-23 | virtiofsd: passthrough_ll: create new files in caller's context | Vivek Goyal |
2020-01-23 | virtiofsd: add --print-capabilities option | Stefan Hajnoczi |
2020-01-23 | virtiofsd: add vhost-user.json file | Stefan Hajnoczi |
2020-01-23 | virtiofsd: make -f (foreground) the default | Stefan Hajnoczi |
2020-01-23 | virtiofsd: add --fd=FDNUM fd passing option | Stefan Hajnoczi |
2020-01-23 | virtiofsd: Fast path for virtio read | Dr. David Alan Gilbert |
2020-01-23 | virtiofsd: Add Makefile wiring for virtiofsd contrib | Dr. David Alan Gilbert |
2020-01-23 | virtiofsd: Keep track of replies | Dr. David Alan Gilbert |
2020-01-23 | virtiofsd: Send replies to messages | Dr. David Alan Gilbert |
2020-01-23 | virtiofsd: Start reading commands from queue | Dr. David Alan Gilbert |
2020-01-23 | virtiofsd: Poll kick_fd for queue | Dr. David Alan Gilbert |
2020-01-23 | virtiofsd: Start queue threads | Dr. David Alan Gilbert |
2020-01-23 | virtiofsd: get/set features callbacks | Dr. David Alan Gilbert |
2020-01-23 | virtiofsd: Add main virtio loop | Dr. David Alan Gilbert |
2020-01-23 | virtiofsd: Start wiring up vhost-user | Dr. David Alan Gilbert |
2020-01-23 | virtiofsd: Open vhost connection instead of mounting | Dr. David Alan Gilbert |
2020-01-23 | virtiofsd: add -o source=PATH to help output | Stefan Hajnoczi |
2020-01-23 | virtiofsd: Add options for virtio | Dr. David Alan Gilbert |
2020-01-23 | virtiofsd: Make fsync work even if only inode is passed in | Vivek Goyal |