aboutsummaryrefslogtreecommitdiff
path: root/tools/virtiofsd/passthrough_ll.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-16virtiofsd: Remove sourceDr. David Alan Gilbert1-4521/+0
2023-01-11tools/virtiofsd: add G_GNUC_PRINTF for logging functionsDaniel P. Berrangé1-0/+1
2022-09-22virtiofsd: use g_date_time_get_microsecond to get subsecondYusuke Okada1-2/+5
2022-08-02virtiofsd: Disable killpriv_v2 by defaultVivek Goyal1-11/+2
2022-06-28Trivial: 3 char repeat typosDr. David Alan Gilbert1-1/+1
2022-04-21include: rename qemu-common.h qemu/help-texts.hMarc-André Lureau1-1/+1
2022-03-02virtiofsd: Let meson check for statx.stx_mnt_idHanna Reitz1-1/+1
2022-02-17virtiofsd: Add basic support for FUSE_SYNCFS requestGreg Kurz1-0/+44
2022-02-17virtiofsd: Add an option to enable/disable security labelVivek Goyal1-0/+15
2022-02-17virtiofsd: Create new file using O_TMPFILE and set security contextVivek Goyal1-8/+72
2022-02-17virtiofsd: Create new file with security contextVivek Goyal1-29/+200
2022-02-17virtiofsd: Add helpers to work with /proc/self/task/tid/attr/fscreateVivek Goyal1-0/+92
2022-02-17virtiofsd: Move core file creation code in separate functionVivek Goyal1-11/+25
2022-02-16virtiofsd: Do not support blocking flockSebastian Hasler1-0/+9
2022-01-26virtiofsd: Drop membership of all supplementary groups (CVE-2022-0358)Vivek Goyal1-0/+27
2021-10-25virtiofsd: xattr mapping add a new type "unsupported"Vivek Goyal1-3/+14
2021-07-05virtiofsd: Add an option to enable/disable posix aclsVivek Goyal1-1/+114
2021-07-05virtiofsd: Switch creds, drop FSETID for system.posix_acl_access xattrVivek Goyal1-0/+75
2021-07-05virtiofsd: Add capability to change/restore umaskVivek Goyal1-6/+16
2021-07-05virtiofsd: Add support for extended setxattrVivek Goyal1-1/+2
2021-07-05virtiofsd: Fix xattr operations overwriting errnoVivek Goyal1-6/+10
2021-07-05virtiofsd: use GDateTime for formatting timestamp for debug messagesDaniel P. Berrangé1-21/+4
2021-05-06virtiofsd/passthrough_ll.c: Changed local allocations to GLib functionsMahmoud Mandour1-11/+6
2021-05-06virtiofsd: Changed allocation of lo_map_elems to GLib's functionsMahmoud Mandour1-2/+2
2021-05-06virtiofs: Fixup printf argsDr. David Alan Gilbert1-10/+11
2021-05-06virtiofsd: Allow use "-o xattrmap" without "-o xattr"Carlos Venegas1-0/+1
2021-05-06virtiofsd: Fix side-effect in assert()Greg Kurz1-8/+13
2021-04-06virtiofsd: Fix security.capability comparisonDr. David Alan Gilbert1-1/+2
2021-03-15virtiofsd: Convert some functions to return boolGreg Kurz1-3/+3
2021-03-15virtiofsd: Don't allow empty paths in lookup_name()Greg Kurz1-2/+1
2021-03-15virtiofsd: Don't allow empty filenamesGreg Kurz1-0/+35
2021-03-15virtiofsd: Add qemu version and copyright infoVivek Goyal1-0/+8
2021-03-04virtiofs: drop remapped security.capability xattr as neededDr. David Alan Gilbert1-1/+76
2021-02-16viriofsd: Add support for FUSE_HANDLE_KILLPRIV_V2Vivek Goyal1-7/+77
2021-02-16virtiofsd: Save error code early at the failure callsiteVivek Goyal1-4/+5
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