| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | tools/virtiofsd/fuse_lowlevel: Fix fuse_out_header::error value | Philippe Mathieu-Daudé | 2020-02-21 | 1 | -1/+1 |
* | tools/virtiofsd/passthrough_ll: Remove unneeded variable assignment | Philippe Mathieu-Daudé | 2020-02-21 | 1 | -2/+0 |
* | tools/virtiofsd/passthrough_ll: Remove unneeded variable assignment | Philippe Mathieu-Daudé | 2020-02-21 | 1 | -2/+0 |
* | virtiofsd: Help message fix for 'seconds' | Dr. David Alan Gilbert | 2020-02-21 | 1 | -1/+1 |
* | virtiofsd: do_read missing NULL check | Dr. David Alan Gilbert | 2020-02-10 | 1 | -0/+4 |
* | virtiofsd: load_capng missing unlock | Dr. David Alan Gilbert | 2020-02-10 | 1 | -0/+1 |
* | virtiofsd: fv_create_listen_socket error path socket leak | Dr. David Alan Gilbert | 2020-02-10 | 1 | -0/+2 |
* | virtiofsd: Remove fuse_req_getgroups | Dr. David Alan Gilbert | 2020-02-10 | 3 | -118/+0 |
* | virtiofsd: add some options to the help message | Masayoshi Mizuma | 2020-01-23 | 1 | -1/+9 |
* | virtiofsd: stop all queue threads on exit in virtio_loop() | Eryu Guan | 2020-01-23 | 1 | -0/+13 |
* | virtiofsd/passthrough_ll: Pass errno to fuse_reply_err() | Xiao Yang | 2020-01-23 | 1 | -1/+1 |
* | virtiofsd: Convert lo_destroy to take the lo->mutex lock itself | Dr. David Alan Gilbert | 2020-01-23 | 1 | -14/+17 |
* | virtiofsd: add --thread-pool-size=NUM option | Stefan Hajnoczi | 2020-01-23 | 3 | -3/+10 |
* | virtiofsd: fix lo_destroy() resource leaks | Stefan Hajnoczi | 2020-01-23 | 1 | -21/+20 |
* | virtiofsd: prevent FUSE_INIT/FUSE_DESTROY races | Stefan Hajnoczi | 2020-01-23 | 2 | -0/+19 |
* | virtiofsd: process requests in a thread pool | Stefan Hajnoczi | 2020-01-23 | 1 | -158/+201 |
* | virtiofsd: use fuse_buf_writev to replace fuse_buf_write for better performance | piaojun | 2020-01-23 | 1 | -2/+18 |
* | virtiofsd: add definition of fuse_buf_writev() | piaojun | 2020-01-23 | 1 | -0/+38 |
* | virtiofsd: passthrough_ll: Use cache_readdir for directory open | Misono Tomohiro | 2020-01-23 | 1 | -1/+1 |
* | virtiofsd: Fix data corruption with O_APPEND write in writeback mode | Misono Tomohiro | 2020-01-23 | 1 | -33/+33 |
* | virtiofsd: Reset O_DIRECT flag during file open | Vivek Goyal | 2020-01-23 | 1 | -0/+14 |
* | virtiofsd: convert more fprintf and perror to use fuse log infra | Eryu Guan | 2020-01-23 | 2 | -5/+11 |
* | virtiofsd: do not always set FUSE_FLOCK_LOCKS | Peng Tao | 2020-01-23 | 1 | -3/+8 |
* | virtiofsd: introduce inode refcount to prevent use-after-free | Stefan Hajnoczi | 2020-01-23 | 1 | -23/+146 |
* | virtiofsd: passthrough_ll: fix refcounting on remove/rename | Miklos Szeredi | 2020-01-23 | 1 | -1/+49 |
* | virtiofsd: rename inode->refcount to inode->nlookup | Stefan Hajnoczi | 2020-01-23 | 1 | -12/+25 |
* | virtiofsd: prevent races with lo_dirp_put() | Stefan Hajnoczi | 2020-01-23 | 1 | -6/+35 |