| Commit message (Expand) | Author | Age | Files | Lines |
* | virtiofsd: Announce sub-mount points | Max Reitz | 2020-11-02 | 2 | -0/+23 |
* | virtiofsd: Add mount ID to the lo_inode key | Max Reitz | 2020-11-02 | 2 | -10/+86 |
* | virtiofsd: Add attr_flags to fuse_entry_param | Max Reitz | 2020-11-02 | 2 | -0/+7 |
* | virtiofsd: Check FUSE_SUBMOUNTS | Max Reitz | 2020-11-02 | 2 | -0/+10 |
* | virtiofsd: Fix the help message of posix lock | Jiachen Zhang | 2020-11-02 | 1 | -1/+1 |
* | tools/virtiofsd: Check vu_init() return value (CID 1435958) | Philippe Mathieu-Daudé | 2020-11-02 | 1 | -2/+5 |
* | virtiofsd: Seccomp: Add 'send' for syslog | Dr. David Alan Gilbert | 2020-11-02 | 1 | -0/+1 |
* | Revert series: virtiofsd: Announce submounts to the guest | Alex Williamson | 2020-10-28 | 5 | -133/+14 |
* | virtiofsd: Announce sub-mount points | Max Reitz | 2020-10-26 | 2 | -8/+60 |
* | virtiofsd: Store every lo_inode's parent_dev | Max Reitz | 2020-10-26 | 1 | -0/+17 |
* | virtiofsd: Add fuse_reply_attr_with_flags() | Max Reitz | 2020-10-26 | 2 | -2/+27 |
* | virtiofsd: Add attr_flags to fuse_entry_param | Max Reitz | 2020-10-26 | 2 | -4/+14 |
* | virtiofsd: Announce FUSE_ATTR_FLAGS | Max Reitz | 2020-10-26 | 2 | -0/+15 |
* | tools/virtiofsd: xattr name mappings: Simple 'map' | Dr. David Alan Gilbert | 2020-10-26 | 1 | -1/+111 |
* | tools/virtiofsd: xattr name mappings: Map server xattr names | Dr. David Alan Gilbert | 2020-10-26 | 1 | -0/+90 |
* | tools/virtiofsd: xattr name mappings: Map client xattr names | Dr. David Alan Gilbert | 2020-10-26 | 1 | -3/+98 |
* | tools/virtiofsd: xattr name mappings: Add option | Dr. David Alan Gilbert | 2020-10-26 | 1 | -0/+173 |
* | virtiofsd: add container-friendly -o sandbox=chroot option | Stefan Hajnoczi | 2020-10-26 | 2 | -2/+63 |
* | virtiofsd: passthrough_ll: set FUSE_LOG_INFO as default log_level | Misono Tomohiro | 2020-10-26 | 1 | -4/+3 |
* | configure: add option for virtiofsd | Misono Tomohiro | 2020-10-26 | 1 | -2/+15 |
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 2020-10-26 | 1 | -1/+1 |
|\ |
|
| * | configure: move directory options from config-host.mak to meson | Paolo Bonzini | 2020-10-26 | 1 | -1/+1 |
* | | libvhost-user: Allow vu_message_read to be replaced | Coiby Xu | 2020-10-23 | 1 | -2/+2 |
|/ |
|
* | virtiofsd: avoid /proc/self/fd tempdir | Stefan Hajnoczi | 2020-10-12 | 1 | -23/+11 |
* | virtiofsd: Call qemu_init_exec_dir | Dr. David Alan Gilbert | 2020-10-12 | 1 | -0/+2 |
* | tools/virtiofsd: add support for --socket-group | Alex Bennée | 2020-10-12 | 3 | -2/+26 |
* | virtiofsd: Silence gcc warning | Dr. David Alan Gilbert | 2020-10-12 | 1 | -1/+1 |
* | virtiofsd: Add -o allow_direct_io|no_allow_direct_io options | Jiachen Zhang | 2020-09-25 | 2 | -6/+18 |
* | virtiofsd: Used glib "shared" thread pool | Vivek Goyal | 2020-09-25 | 2 | -1/+3 |
* | meson: use meson datadir instead of qemu_datadir | Marc-André Lureau | 2020-09-01 | 1 | -1/+1 |
* | virtiofsd: probe unshare(CLONE_FS) and print an error | Stefan Hajnoczi | 2020-08-28 | 1 | -0/+16 |
* | virtiofsd: drop CAP_DAC_READ_SEARCH | Stefan Hajnoczi | 2020-08-28 | 1 | -1/+0 |
* | virtiofsd: Remove "norace" from cmdline help and docs | Sergio Lopez | 2020-08-28 | 1 | -2/+0 |
* | virtiofsd: Disable remote posix locks by default | Vivek Goyal | 2020-08-28 | 1 | -1/+1 |
* | tools/virtiofsd: convert to Meson | Paolo Bonzini | 2020-08-21 | 6 | -14/+31 |
* | virtiofsd: Allow addition or removal of capabilities | Dr. David Alan Gilbert | 2020-07-03 | 2 | -2/+53 |
* | virtiofsd: Check capability calls | Dr. David Alan Gilbert | 2020-07-03 | 1 | -3/+13 |
* | virtiofsd: Terminate capability list | Dr. David Alan Gilbert | 2020-07-03 | 1 | -1/+3 |
* | virtiofsd: Whitelist fchmod | Max Reitz | 2020-06-17 | 1 | -0/+1 |
* | virtiofsd: remove symlink fallbacks | Miklos Szeredi | 2020-06-01 | 1 | -169/+6 |
* | virtiofsd: drop all capabilities in the wait parent process | Stefan Hajnoczi | 2020-05-01 | 1 | -0/+13 |
* | virtiofsd: only retain file system capabilities | Stefan Hajnoczi | 2020-05-01 | 1 | -0/+38 |
* | virtiofsd: Show submounts | Max Reitz | 2020-05-01 | 1 | -1/+1 |
* | virtiofsd: jail lo->proc_self_fd | Miklos Szeredi | 2020-05-01 | 1 | -2/+25 |
* | virtiofsd: stay below fs.file-max sysctl value (CVE-2020-10717) | Stefan Hajnoczi | 2020-05-01 | 1 | -1/+25 |
* | virtiofsd: add --rlimit-nofile=NUM option | Stefan Hajnoczi | 2020-05-01 | 3 | -14/+32 |
* | tools/virtiofsd/passthrough_ll: Fix double close() | Philippe Mathieu-Daudé | 2020-03-25 | 1 | -2/+1 |
* | virtiofsd: Fix xattr operations | Misono Tomohiro | 2020-03-03 | 3 | -47/+77 |
* | virtiofsd: passthrough_ll: cleanup getxattr/listxattr | Misono Tomohiro | 2020-03-03 | 1 | -32/+22 |
* | virtiofsd: Remove fuse.h and struct fuse_module | Xiao Yang | 2020-02-21 | 2 | -1245/+0 |