aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2021-06-04Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2021-06-04ebpf: Added eBPF RSS program.Andrew Melnychenko
2021-05-26tools/virtiofsd/fuse_opt.c: Replaced a malloc with GLib's g_try_mallocMahmoud Mandour
2021-05-26tools/virtiofsd/buffer.c: replaced a calloc call with GLib's g_try_new0Mahmoud Mandour
2021-05-26virtiofsd: Set req->reply_sent right after sending replyVivek Goyal
2021-05-26virtiofsd: Check EOF before short readVivek Goyal
2021-05-26virtiofsd: Simplify skip byte logicVivek Goyal
2021-05-26virtiofsd: get rid of in_sg_left variableVivek Goyal
2021-05-26virtiofsd: Use iov_discard_front() to skip bytesVivek Goyal
2021-05-26virtiofsd: Get rid of unreachable code in readVivek Goyal
2021-05-26virtiofsd: Check for EINTR in preadv() and retryVivek Goyal
2021-05-13virtiofsd: Fix check of chown()'s return valueGreg Kurz
2021-05-06virtiofsd/fuse_virtio.c: Changed allocations of locals to GLibMahmoud Mandour
2021-05-06virtiofsd/passthrough_ll.c: Changed local allocations to GLib functionsMahmoud Mandour
2021-05-06virtiofsd: Changed allocations of fv_VuDev & its internals to GLib functionsMahmoud Mandour
2021-05-06virtiofsd: Changed allocation of lo_map_elems to GLib's functionsMahmoud Mandour
2021-05-06virtiofsd: Changed allocations of fuse_session to GLib's functionsMahmoud Mandour
2021-05-06virtiofsd: Changed allocations of iovec to GLib's functionsMahmoud Mandour
2021-05-06virtiofsd: Changed allocations of fuse_req to GLib functionsMahmoud Mandour
2021-05-06virtiofsd: Don't assume header layoutDr. David Alan Gilbert
2021-05-06virtiofs: Fixup printf argsDr. David Alan Gilbert
2021-05-06virtiofsd: Add help for -o xattr-mappingCarlos Venegas
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-24tools/virtiofsd: include --socket-group in helpAlex Bennée
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-15virtiofsd: Release vu_dispatch_lock when stopping queueGreg Kurz
2021-03-04virtiofs: drop remapped security.capability xattr as neededDr. David Alan Gilbert
2021-02-16virtiofsd: Do not use a thread pool by defaultVivek Goyal
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-16virtiofsd: vu_dispatch locking should never failGreg Kurz
2021-02-16virtiofsd: Allow to build it without the toolsWainer dos Santos Moschetta
2021-02-04virtiofsd: Add restart_syscall to the seccomp whitelistGreg Kurz
2021-02-04virtiofsd: Add _llseek to the seccomp whitelistGreg Kurz
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
2021-01-06cap_ng: convert to mesonPaolo Bonzini
2021-01-06seccomp: convert to mesonPaolo Bonzini
2020-12-18virtiofsd: Remove useless code about send_notify_iovAlex Chen
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