summaryrefslogtreecommitdiffstats
path: root/tools/virtiofsd/fuse_lowlevel.c
Commit message (Expand)AuthorAgeFilesLines
* virtiofsd: Fix format stringsStefan Weil2022-08-041-2/+2
* virtiofsd: Add basic support for FUSE_SYNCFS requestGreg Kurz2022-02-171-0/+11
* virtiofsd, fuse_lowlevel.c: Add capability to parse security contextVivek Goyal2022-02-171-1/+101
* virtiofsd: Extend size of fuse_conn_info->capable and ->want fieldsVivek Goyal2022-02-171-1/+1
* virtiofsd: Parse extended "struct fuse_init_in"Vivek Goyal2022-02-171-22/+39
* virtiofsd: Fix breakage due to fuse_init_in size changeVivek Goyal2022-02-171-1/+3
* virtiofsd: Add support for extended setxattrVivek Goyal2021-07-051-1/+10
* virtiofsd: Fix fuse setxattr() API change issueVivek Goyal2021-07-051-1/+6
* virtiofsd: Don't allow file creation with FUSE_OPENGreg Kurz2021-07-051-0/+6
* 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-061-19/+12Star
* virtiofsd: Changed allocations of fuse_req to GLib functionsMahmoud Mandour2021-05-061-3/+3
* tools/virtiofsd: include --socket-group in helpAlex Bennée2021-03-241-0/+1
* 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