summaryrefslogtreecommitdiffstats
path: root/tools/virtiofsd/fuse_lowlevel.c
Commit message (Expand)AuthorAgeFilesLines
* virtiofsd: Do not use a thread pool by defaultVivek Goyal2021-02-161-1/+1
* viriofsd: Add support for FUSE_HANDLE_KILLPRIV_V2Vivek Goyal2021-02-161-1/+10
* virtiofsd: Remove useless code about send_notify_iovAlex Chen2020-12-181-98/+0Star
* Clean up includesMarkus Armbruster2020-12-101-10/+0Star
* virtiofsd: Add attr_flags to fuse_entry_paramMax Reitz2020-11-021-0/+2
* virtiofsd: Check FUSE_SUBMOUNTSMax Reitz2020-11-021-0/+3
* Revert series: virtiofsd: Announce submounts to the guestAlex Williamson2020-10-281-28/+6Star
* virtiofsd: Add fuse_reply_attr_with_flags()Max Reitz2020-10-261-2/+12
* virtiofsd: Add attr_flags to fuse_entry_paramMax Reitz2020-10-261-4/+9
* virtiofsd: Announce FUSE_ATTR_FLAGSMax Reitz2020-10-261-0/+7
* tools/virtiofsd: add support for --socket-groupAlex Bennée2020-10-121-0/+6
* tools/virtiofsd/fuse_lowlevel: Fix fuse_out_header::error valuePhilippe Mathieu-Daudé2020-02-211-1/+1
* virtiofsd: do_read missing NULL checkDr. David Alan Gilbert2020-02-101-0/+4
* virtiofsd: Remove fuse_req_getgroupsDr. David Alan Gilbert2020-02-101-77/+0Star
* virtiofsd: add --thread-pool-size=NUM optionStefan Hajnoczi2020-01-231-1/+6
* virtiofsd: prevent FUSE_INIT/FUSE_DESTROY racesStefan Hajnoczi2020-01-231-0/+18
* virtiofsd: use fuse_lowlevel_is_virtio() in fuse_session_destroy()Stefan Hajnoczi2020-01-231-3/+4
* virtiofsd: enable PARALLEL_DIROPS during INITLiu Bo2020-01-231-0/+3
* virtiofsd: Prevent multiply running with same vhost_user_socketMasayoshi Mizuma2020-01-231-0/+1
* virtiofsd: cleanup allocated resource in seLiu Bo2020-01-231-0/+7
* virtiofsd: Handle hard rebootDr. David Alan Gilbert2020-01-231-1/+15
* virtiofsd: Handle reinitDr. David Alan Gilbert2020-01-231-0/+2
* virtiofsd: print log only when priority is high enoughEryu Guan2020-01-231-45/+30Star
* virtiofsd: fix libfuse information leaksStefan Hajnoczi2020-01-231-74/+76
* virtiofsd: Parse flag FUSE_WRITE_KILL_PRIVVivek Goyal2020-01-231-1/+3
* virtiofsd: check input buffer size in fuse_lowlevel.c opsStefan Hajnoczi2020-01-231-125/+456
* virtiofsd: validate input buffer sizes in do_write_buf()Stefan Hajnoczi2020-01-231-19/+30
* virtiofsd: Plumb fuse_bufvec through to do_write_bufDr. David Alan Gilbert2020-01-231-20/+41
* virtiofsd: add --fd=FDNUM fd passing optionStefan Hajnoczi2020-01-231-4/+12
* virtiofsd: Fast path for virtio readDr. David Alan Gilbert2020-01-231-0/+5
* virtiofsd: Send replies to messagesDr. David Alan Gilbert2020-01-231-0/+4
* virtiofsd: Start wiring up vhost-userDr. David Alan Gilbert2020-01-231-0/+5
* virtiofsd: Open vhost connection instead of mountingDr. David Alan Gilbert2020-01-231-48/+7Star
* virtiofsd: Add options for virtioDr. David Alan Gilbert2020-01-231-3/+8
* virtiofsd: Make fsync work even if only inode is passed inVivek Goyal2020-01-231-1/+5
* virtiofsd: Trim out compatibility codeDr. David Alan Gilbert2020-01-231-211/+119Star
* virtiofsd: Fix common header and define for QEMU buildsDr. David Alan Gilbert2020-01-231-4/+2Star
* virtiofsd: Remove unused enum fuse_buf_copy_flagsXiao Yang2020-01-231-8/+5Star
* virtiofsd: remove unused notify reply supportStefan Hajnoczi2020-01-231-146/+1Star
* virtiofsd: remove mountpoint dummy argumentStefan Hajnoczi2020-01-231-1/+1
* virtiofsd: Format imported files to qemu styleDr. David Alan Gilbert2020-01-231-1748/+1890
* virtiofsd: Trim down imported filesDr. David Alan Gilbert2020-01-231-668/+7Star
* virtiofsd: Add fuse_lowlevel.cDr. David Alan Gilbert2020-01-231-0/+3129