aboutsummaryrefslogtreecommitdiff
path: root/tools/virtiofsd/passthrough_ll.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-16tools/virtiofsd: Replace the word 'whitelist'Philippe Mathieu-Daudé1-3/+3
2021-02-04virtiofsd: prevent opening of special files (CVE-2020-35517)Stefan Hajnoczi1-52/+92
2021-02-04virtiofsd: optionally return inode pointer from lo_do_lookup()Stefan Hajnoczi1-8/+21
2021-02-04virtiofsd: extract lo_do_open() from lo_open()Stefan Hajnoczi1-27/+46
2020-12-18virtiofsd: update FUSE_FORGET comment on "lo_inode.nlookup"Laszlo Ersek1-1/+1
2020-12-18virtiofsd: Check file type in lo_flush()Vivek Goyal1-0/+6
2020-12-18virtiofsd: Disable posix_lock hash table if remote locks are not enabledVivek Goyal1-17/+34
2020-12-18virtiofsd: Set up posix_lock hash table for root inodeVivek Goyal1-0/+7
2020-12-18virtiofsd: make the debug log timestamp on stderr more human-readableLaszlo Ersek1-4/+27
2020-12-10Clean up includesMarkus Armbruster1-12/+0
2020-11-12virtiofsd: check whether strdup lo.source return NULL in main funcHaotian Li1-0/+4
2020-11-12virtiofsd: check whether lo_map_reserve returns NULL in, main funcHaotian Li1-1/+11
2020-11-12virtiofsd: Announce submounts even without statx()Max Reitz1-8/+0
2020-11-02virtiofsd: Announce sub-mount pointsMax Reitz1-0/+22
2020-11-02virtiofsd: Add mount ID to the lo_inode keyMax Reitz1-10/+85
2020-10-28Revert series: virtiofsd: Announce submounts to the guestAlex Williamson1-76/+8
2020-10-26virtiofsd: Announce sub-mount pointsMax Reitz1-8/+59
2020-10-26virtiofsd: Store every lo_inode's parent_devMax Reitz1-0/+17
2020-10-26tools/virtiofsd: xattr name mappings: Simple 'map'Dr. David Alan Gilbert1-1/+111
2020-10-26tools/virtiofsd: xattr name mappings: Map server xattr namesDr. David Alan Gilbert1-0/+90
2020-10-26tools/virtiofsd: xattr name mappings: Map client xattr namesDr. David Alan Gilbert1-3/+98
2020-10-26tools/virtiofsd: xattr name mappings: Add optionDr. David Alan Gilbert1-0/+173
2020-10-26virtiofsd: add container-friendly -o sandbox=chroot optionStefan Hajnoczi1-2/+55
2020-10-26virtiofsd: passthrough_ll: set FUSE_LOG_INFO as default log_levelMisono Tomohiro1-4/+3
2020-10-12virtiofsd: avoid /proc/self/fd tempdirStefan Hajnoczi1-23/+11
2020-10-12virtiofsd: Call qemu_init_exec_dirDr. David Alan Gilbert1-0/+2
2020-10-12virtiofsd: Silence gcc warningDr. David Alan Gilbert1-1/+1
2020-09-25virtiofsd: Add -o allow_direct_io|no_allow_direct_io optionsJiachen Zhang1-6/+14
2020-08-28virtiofsd: drop CAP_DAC_READ_SEARCHStefan Hajnoczi1-1/+0
2020-08-28virtiofsd: Disable remote posix locks by defaultVivek Goyal1-1/+1
2020-08-21tools/virtiofsd: convert to MesonPaolo Bonzini1-1/+1
2020-07-03virtiofsd: Allow addition or removal of capabilitiesDr. David Alan Gilbert1-2/+51
2020-07-03virtiofsd: Check capability callsDr. David Alan Gilbert1-3/+13
2020-07-03virtiofsd: Terminate capability listDr. David Alan Gilbert1-1/+3
2020-06-01virtiofsd: remove symlink fallbacksMiklos Szeredi1-169/+6
2020-05-01virtiofsd: drop all capabilities in the wait parent processStefan Hajnoczi1-0/+13
2020-05-01virtiofsd: only retain file system capabilitiesStefan Hajnoczi1-0/+38
2020-05-01virtiofsd: Show submountsMax Reitz1-1/+1
2020-05-01virtiofsd: jail lo->proc_self_fdMiklos Szeredi1-2/+25
2020-05-01virtiofsd: add --rlimit-nofile=NUM optionStefan Hajnoczi1-14/+8
2020-03-25tools/virtiofsd/passthrough_ll: Fix double close()Philippe Mathieu-Daudé1-2/+1
2020-03-03virtiofsd: Fix xattr operationsMisono Tomohiro1-47/+58
2020-03-03virtiofsd: passthrough_ll: cleanup getxattr/listxattrMisono Tomohiro1-32/+22
2020-02-21tools/virtiofsd/passthrough_ll: Remove unneeded variable assignmentPhilippe Mathieu-Daudé1-2/+0
2020-02-21tools/virtiofsd/passthrough_ll: Remove unneeded variable assignmentPhilippe Mathieu-Daudé1-2/+0
2020-02-10virtiofsd: load_capng missing unlockDr. David Alan Gilbert1-0/+1
2020-01-23virtiofsd/passthrough_ll: Pass errno to fuse_reply_err()Xiao Yang1-1/+1
2020-01-23virtiofsd: Convert lo_destroy to take the lo->mutex lock itselfDr. David Alan Gilbert1-14/+17
2020-01-23virtiofsd: fix lo_destroy() resource leaksStefan Hajnoczi1-21/+20
2020-01-23virtiofsd: passthrough_ll: Use cache_readdir for directory openMisono Tomohiro1-1/+1