aboutsummaryrefslogtreecommitdiff
path: root/tools/virtiofsd/passthrough_ll.c
AgeCommit message (Expand)Author
2020-01-23virtiofsd: Clean up inodes on destroyDr. David Alan Gilbert
2020-01-23virtiofsd: passthrough_ll: use hashtableMiklos Szeredi
2020-01-23virtiofsd: passthrough_ll: clean up cache related optionsMiklos Szeredi
2020-01-23virtiofsd: extract root inode init into setup_root()Miklos Szeredi
2020-01-23virtiofsd: fail when parent inode isn't known in lo_do_lookup()Miklos Szeredi
2020-01-23virtiofsd: rename unref_inode() to unref_inode_lolocked()Miklos Szeredi
2020-01-23virtiofsd: passthrough_ll: control readdirplusMiklos Szeredi
2020-01-23virtiofsd: passthrough_ll: disable readdirplus on cache=neverMiklos Szeredi
2020-01-23virtiofsd: passthrough_ll: add renameat2 supportMiklos Szeredi
2020-01-23virtiofsd: Add timestamp to the log with FUSE_LOG_DEBUG levelMasayoshi Mizuma
2020-01-23virtiofsd: Add ID to the log with FUSE_LOG_DEBUG levelMasayoshi Mizuma
2020-01-23virtiofsd: print log only when priority is high enoughEryu Guan
2020-01-23virtiofsd: add --syslog command-line optionStefan Hajnoczi
2020-01-23virtiofsd: set maximum RLIMIT_NOFILE limitStefan Hajnoczi
2020-01-23virtiofsd: Drop CAP_FSETID if client asked for itVivek Goyal
2020-01-23virtiofsd: cap-ng helpersDr. David Alan Gilbert
2020-01-23virtiofsd: add seccomp whitelistStefan Hajnoczi
2020-01-23virtiofsd: move to a new pid namespaceStefan Hajnoczi
2020-01-23virtiofsd: move to an empty network namespaceStefan Hajnoczi
2020-01-23virtiofsd: sandbox mount namespaceStefan Hajnoczi
2020-01-23virtiofsd: use /proc/self/fd/ O_PATH file descriptorStefan Hajnoczi
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: 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: Start wiring up vhost-userDr. David Alan Gilbert
2020-01-23virtiofsd: add -o source=PATH to help outputStefan Hajnoczi
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: Fix common header and define for QEMU buildsDr. David Alan Gilbert
2020-01-23virtiofsd: Remove unused enum fuse_buf_copy_flagsXiao Yang
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