summaryrefslogtreecommitdiffstats
path: root/tools/virtiofsd/passthrough_ll.c
Commit message (Expand)AuthorAgeFilesLines
* virtiofsd: use g_date_time_get_microsecond to get subsecondYusuke Okada2022-09-221-2/+5
* virtiofsd: Disable killpriv_v2 by defaultVivek Goyal2022-08-021-11/+2Star
* Trivial: 3 char repeat typosDr. David Alan Gilbert2022-06-281-1/+1
* include: rename qemu-common.h qemu/help-texts.hMarc-André Lureau2022-04-211-1/+1
* virtiofsd: Let meson check for statx.stx_mnt_idHanna Reitz2022-03-021-1/+1
* virtiofsd: Add basic support for FUSE_SYNCFS requestGreg Kurz2022-02-171-0/+44
* virtiofsd: Add an option to enable/disable security labelVivek Goyal2022-02-171-0/+15
* virtiofsd: Create new file using O_TMPFILE and set security contextVivek Goyal2022-02-171-8/+72
* virtiofsd: Create new file with security contextVivek Goyal2022-02-171-29/+200
* virtiofsd: Add helpers to work with /proc/self/task/tid/attr/fscreateVivek Goyal2022-02-171-0/+92
* virtiofsd: Move core file creation code in separate functionVivek Goyal2022-02-171-11/+25
* virtiofsd: Do not support blocking flockSebastian Hasler2022-02-161-0/+9
* virtiofsd: Drop membership of all supplementary groups (CVE-2022-0358)Vivek Goyal2022-01-261-0/+27
* virtiofsd: xattr mapping add a new type "unsupported"Vivek Goyal2021-10-251-3/+14
* virtiofsd: Add an option to enable/disable posix aclsVivek Goyal2021-07-051-1/+114
* virtiofsd: Switch creds, drop FSETID for system.posix_acl_access xattrVivek Goyal2021-07-051-0/+75
* virtiofsd: Add capability to change/restore umaskVivek Goyal2021-07-051-6/+16
* virtiofsd: Add support for extended setxattrVivek Goyal2021-07-051-1/+2
* virtiofsd: Fix xattr operations overwriting errnoVivek Goyal2021-07-051-6/+10
* virtiofsd: use GDateTime for formatting timestamp for debug messagesDaniel P. Berrangé2021-07-051-21/+4Star
* virtiofsd/passthrough_ll.c: Changed local allocations to GLib functionsMahmoud Mandour2021-05-061-11/+6Star
* virtiofsd: Changed allocation of lo_map_elems to GLib's functionsMahmoud Mandour2021-05-061-2/+2
* virtiofs: Fixup printf argsDr. David Alan Gilbert2021-05-061-10/+11
* virtiofsd: Allow use "-o xattrmap" without "-o xattr"Carlos Venegas2021-05-061-0/+1
* virtiofsd: Fix side-effect in assert()Greg Kurz2021-05-061-8/+13
* virtiofsd: Fix security.capability comparisonDr. David Alan Gilbert2021-04-061-1/+2
* virtiofsd: Convert some functions to return boolGreg Kurz2021-03-151-3/+3
* virtiofsd: Don't allow empty paths in lookup_name()Greg Kurz2021-03-151-2/+1Star
* virtiofsd: Don't allow empty filenamesGreg Kurz2021-03-151-0/+35
* virtiofsd: Add qemu version and copyright infoVivek Goyal2021-03-151-0/+8
* virtiofs: drop remapped security.capability xattr as neededDr. David Alan Gilbert2021-03-041-1/+76
* viriofsd: Add support for FUSE_HANDLE_KILLPRIV_V2Vivek Goyal2021-02-161-7/+77
* virtiofsd: Save error code early at the failure callsiteVivek Goyal2021-02-161-4/+5
* tools/virtiofsd: Replace the word 'whitelist'Philippe Mathieu-Daudé2021-02-161-3/+3
* virtiofsd: prevent opening of special files (CVE-2020-35517)Stefan Hajnoczi2021-02-041-52/+92
* virtiofsd: optionally return inode pointer from lo_do_lookup()Stefan Hajnoczi2021-02-041-8/+21
* virtiofsd: extract lo_do_open() from lo_open()Stefan Hajnoczi2021-02-041-27/+46
* virtiofsd: update FUSE_FORGET comment on "lo_inode.nlookup"Laszlo Ersek2020-12-181-1/+1
* virtiofsd: Check file type in lo_flush()Vivek Goyal2020-12-181-0/+6
* virtiofsd: Disable posix_lock hash table if remote locks are not enabledVivek Goyal2020-12-181-17/+34
* virtiofsd: Set up posix_lock hash table for root inodeVivek Goyal2020-12-181-0/+7
* virtiofsd: make the debug log timestamp on stderr more human-readableLaszlo Ersek2020-12-181-4/+27
* Clean up includesMarkus Armbruster2020-12-101-12/+0Star
* virtiofsd: check whether strdup lo.source return NULL in main funcHaotian Li2020-11-121-0/+4
* virtiofsd: check whether lo_map_reserve returns NULL in, main funcHaotian Li2020-11-121-1/+11
* virtiofsd: Announce submounts even without statx()Max Reitz2020-11-121-8/+0Star
* virtiofsd: Announce sub-mount pointsMax Reitz2020-11-021-0/+22
* virtiofsd: Add mount ID to the lo_inode keyMax Reitz2020-11-021-10/+85
* Revert series: virtiofsd: Announce submounts to the guestAlex Williamson2020-10-281-76/+8Star
* virtiofsd: Announce sub-mount pointsMax Reitz2020-10-261-8/+59