aboutsummaryrefslogtreecommitdiff
path: root/tools/virtiofsd/passthrough_ll.c
AgeCommit message (Expand)Author
2021-07-05virtiofsd: Add an option to enable/disable posix aclsVivek Goyal
2021-07-05virtiofsd: Switch creds, drop FSETID for system.posix_acl_access xattrVivek Goyal
2021-07-05virtiofsd: Add capability to change/restore umaskVivek Goyal
2021-07-05virtiofsd: Add support for extended setxattrVivek Goyal
2021-07-05virtiofsd: Fix xattr operations overwriting errnoVivek Goyal
2021-07-05virtiofsd: use GDateTime for formatting timestamp for debug messagesDaniel P. Berrangé
2021-05-06virtiofsd/passthrough_ll.c: Changed local allocations to GLib functionsMahmoud Mandour
2021-05-06virtiofsd: Changed allocation of lo_map_elems to GLib's functionsMahmoud Mandour
2021-05-06virtiofs: Fixup printf argsDr. David Alan Gilbert
2021-05-06virtiofsd: Allow use "-o xattrmap" without "-o xattr"Carlos Venegas
2021-05-06virtiofsd: Fix side-effect in assert()Greg Kurz
2021-04-06virtiofsd: Fix security.capability comparisonDr. David Alan Gilbert
2021-03-15virtiofsd: Convert some functions to return boolGreg Kurz
2021-03-15virtiofsd: Don't allow empty paths in lookup_name()Greg Kurz
2021-03-15virtiofsd: Don't allow empty filenamesGreg Kurz
2021-03-15virtiofsd: Add qemu version and copyright infoVivek Goyal
2021-03-04virtiofs: drop remapped security.capability xattr as neededDr. David Alan Gilbert
2021-02-16viriofsd: Add support for FUSE_HANDLE_KILLPRIV_V2Vivek Goyal
2021-02-16virtiofsd: Save error code early at the failure callsiteVivek Goyal
2021-02-16tools/virtiofsd: Replace the word 'whitelist'Philippe Mathieu-Daudé
2021-02-04virtiofsd: prevent opening of special files (CVE-2020-35517)Stefan Hajnoczi
2021-02-04virtiofsd: optionally return inode pointer from lo_do_lookup()Stefan Hajnoczi
2021-02-04virtiofsd: extract lo_do_open() from lo_open()Stefan Hajnoczi
2020-12-18virtiofsd: update FUSE_FORGET comment on "lo_inode.nlookup"Laszlo Ersek
2020-12-18virtiofsd: Check file type in lo_flush()Vivek Goyal
2020-12-18virtiofsd: Disable posix_lock hash table if remote locks are not enabledVivek Goyal
2020-12-18virtiofsd: Set up posix_lock hash table for root inodeVivek Goyal
2020-12-18virtiofsd: make the debug log timestamp on stderr more human-readableLaszlo Ersek
2020-12-10Clean up includesMarkus Armbruster
2020-11-12virtiofsd: check whether strdup lo.source return NULL in main funcHaotian Li
2020-11-12virtiofsd: check whether lo_map_reserve returns NULL in, main funcHaotian Li
2020-11-12virtiofsd: Announce submounts even without statx()Max Reitz
2020-11-02virtiofsd: Announce sub-mount pointsMax Reitz
2020-11-02virtiofsd: Add mount ID to the lo_inode keyMax Reitz
2020-10-28Revert series: virtiofsd: Announce submounts to the guestAlex Williamson
2020-10-26virtiofsd: Announce sub-mount pointsMax Reitz
2020-10-26virtiofsd: Store every lo_inode's parent_devMax Reitz
2020-10-26tools/virtiofsd: xattr name mappings: Simple 'map'Dr. David Alan Gilbert
2020-10-26tools/virtiofsd: xattr name mappings: Map server xattr namesDr. David Alan Gilbert
2020-10-26tools/virtiofsd: xattr name mappings: Map client xattr namesDr. David Alan Gilbert
2020-10-26tools/virtiofsd: xattr name mappings: Add optionDr. David Alan Gilbert
2020-10-26virtiofsd: add container-friendly -o sandbox=chroot optionStefan Hajnoczi
2020-10-26virtiofsd: passthrough_ll: set FUSE_LOG_INFO as default log_levelMisono Tomohiro
2020-10-12virtiofsd: avoid /proc/self/fd tempdirStefan Hajnoczi
2020-10-12virtiofsd: Call qemu_init_exec_dirDr. David Alan Gilbert
2020-10-12virtiofsd: Silence gcc warningDr. David Alan Gilbert
2020-09-25virtiofsd: Add -o allow_direct_io|no_allow_direct_io optionsJiachen Zhang
2020-08-28virtiofsd: drop CAP_DAC_READ_SEARCHStefan Hajnoczi
2020-08-28virtiofsd: Disable remote posix locks by defaultVivek Goyal
2020-08-21tools/virtiofsd: convert to MesonPaolo Bonzini