summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* | tools/virtiofsd/fuse_opt.c: Replaced a malloc with GLib's g_try_mallocMahmoud Mandour2021-05-261-2/+2
* | tools/virtiofsd/buffer.c: replaced a calloc call with GLib's g_try_new0Mahmoud Mandour2021-05-261-2/+2
* | virtiofsd: Set req->reply_sent right after sending replyVivek Goyal2021-05-261-14/+5Star
* | virtiofsd: Check EOF before short readVivek Goyal2021-05-261-11/+10Star
* | virtiofsd: Simplify skip byte logicVivek Goyal2021-05-261-10/+4Star
* | virtiofsd: get rid of in_sg_left variableVivek Goyal2021-05-261-11/+6Star
* | virtiofsd: Use iov_discard_front() to skip bytesVivek Goyal2021-05-261-11/+3Star
* | virtiofsd: Get rid of unreachable code in readVivek Goyal2021-05-261-5/+0Star
* | virtiofsd: Check for EINTR in preadv() and retryVivek Goyal2021-05-261-0/+3
|/
* virtiofsd: Fix check of chown()'s return valueGreg Kurz2021-05-131-2/+2
* virtiofsd/fuse_virtio.c: Changed allocations of locals to GLibMahmoud Mandour2021-05-061-6/+5Star
* virtiofsd/passthrough_ll.c: Changed local allocations to GLib functionsMahmoud Mandour2021-05-061-11/+6Star
* virtiofsd: Changed allocations of fv_VuDev & its internals to GLib functionsMahmoud Mandour2021-05-061-13/+6Star
* virtiofsd: Changed allocation of lo_map_elems to GLib's functionsMahmoud Mandour2021-05-061-2/+2
* virtiofsd: Changed allocations of fuse_session to GLib's functionsMahmoud Mandour2021-05-061-3/+3
* virtiofsd: Changed allocations of iovec to GLib's functionsMahmoud Mandour2021-05-062-24/+14Star
* virtiofsd: Changed allocations of fuse_req to GLib functionsMahmoud Mandour2021-05-061-3/+3
* virtiofsd: Don't assume header layoutDr. David Alan Gilbert2021-05-061-21/+73
* virtiofs: Fixup printf argsDr. David Alan Gilbert2021-05-061-10/+11
* virtiofsd: Add help for -o xattr-mappingCarlos Venegas2021-05-061-0/+3
* 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
* tools/virtiofsd: include --socket-group in helpAlex Bennée2021-03-241-0/+1
* 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
* virtiofsd: Release vu_dispatch_lock when stopping queueGreg Kurz2021-03-151-0/+6
* virtiofs: drop remapped security.capability xattr as neededDr. David Alan Gilbert2021-03-041-1/+76
* virtiofsd: Do not use a thread pool by defaultVivek Goyal2021-02-161-1/+1
* viriofsd: Add support for FUSE_HANDLE_KILLPRIV_V2Vivek Goyal2021-02-164-8/+103
* 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-162-9/+9
* virtiofsd: vu_dispatch locking should never failGreg Kurz2021-02-161-14/+35
* virtiofsd: Allow to build it without the toolsWainer dos Santos Moschetta2021-02-161-2/+5
* virtiofsd: Add restart_syscall to the seccomp whitelistGreg Kurz2021-02-041-0/+1
* virtiofsd: Add _llseek to the seccomp whitelistGreg Kurz2021-02-041-0/+1
* 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
* cap_ng: convert to mesonPaolo Bonzini2021-01-061-2/+2
* seccomp: convert to mesonPaolo Bonzini2021-01-061-2/+2
* virtiofsd: Remove useless code about send_notify_iovAlex Chen2020-12-181-98/+0Star
* 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
* virtiofsd: Use --thread-pool-size=0 to mean no thread poolVivek Goyal2020-12-181-9/+27