summaryrefslogtreecommitdiff
path: root/tools/virtiofsd/fuse_lowlevel.c
AgeCommit message (Expand)Author
2022-08-04virtiofsd: Fix format stringsStefan Weil
2022-02-17virtiofsd: Add basic support for FUSE_SYNCFS requestGreg Kurz
2022-02-17virtiofsd, fuse_lowlevel.c: Add capability to parse security contextVivek Goyal
2022-02-17virtiofsd: Extend size of fuse_conn_info->capable and ->want fieldsVivek Goyal
2022-02-17virtiofsd: Parse extended "struct fuse_init_in"Vivek Goyal
2022-02-17virtiofsd: Fix breakage due to fuse_init_in size changeVivek Goyal
2021-07-05virtiofsd: Add support for extended setxattrVivek Goyal
2021-07-05virtiofsd: Fix fuse setxattr() API change issueVivek Goyal
2021-07-05virtiofsd: Don't allow file creation with FUSE_OPENGreg Kurz
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-03-24tools/virtiofsd: include --socket-group in helpAlex Bennée
2021-02-16virtiofsd: Do not use a thread pool by defaultVivek Goyal
2021-02-16viriofsd: Add support for FUSE_HANDLE_KILLPRIV_V2Vivek Goyal
2020-12-18virtiofsd: Remove useless code about send_notify_iovAlex Chen
2020-12-10Clean up includesMarkus Armbruster
2020-11-02virtiofsd: Add attr_flags to fuse_entry_paramMax Reitz
2020-11-02virtiofsd: Check FUSE_SUBMOUNTSMax Reitz
2020-10-28Revert series: virtiofsd: Announce submounts to the guestAlex Williamson
2020-10-26virtiofsd: Add fuse_reply_attr_with_flags()Max Reitz
2020-10-26virtiofsd: Add attr_flags to fuse_entry_paramMax Reitz
2020-10-26virtiofsd: Announce FUSE_ATTR_FLAGSMax Reitz
2020-10-12tools/virtiofsd: add support for --socket-groupAlex Bennée
2020-02-21tools/virtiofsd/fuse_lowlevel: Fix fuse_out_header::error valuePhilippe Mathieu-Daudé
2020-02-10virtiofsd: do_read missing NULL checkDr. David Alan Gilbert
2020-02-10virtiofsd: Remove fuse_req_getgroupsDr. David Alan Gilbert
2020-01-23virtiofsd: add --thread-pool-size=NUM optionStefan Hajnoczi
2020-01-23virtiofsd: prevent FUSE_INIT/FUSE_DESTROY racesStefan Hajnoczi
2020-01-23virtiofsd: use fuse_lowlevel_is_virtio() in fuse_session_destroy()Stefan Hajnoczi
2020-01-23virtiofsd: enable PARALLEL_DIROPS during INITLiu Bo
2020-01-23virtiofsd: Prevent multiply running with same vhost_user_socketMasayoshi Mizuma
2020-01-23virtiofsd: cleanup allocated resource in seLiu Bo
2020-01-23virtiofsd: Handle hard rebootDr. David Alan Gilbert
2020-01-23virtiofsd: Handle reinitDr. David Alan Gilbert
2020-01-23virtiofsd: print log only when priority is high enoughEryu Guan
2020-01-23virtiofsd: fix libfuse information leaksStefan Hajnoczi
2020-01-23virtiofsd: Parse flag FUSE_WRITE_KILL_PRIVVivek Goyal
2020-01-23virtiofsd: check input buffer size in fuse_lowlevel.c opsStefan Hajnoczi
2020-01-23virtiofsd: validate input buffer sizes in do_write_buf()Stefan Hajnoczi
2020-01-23virtiofsd: Plumb fuse_bufvec through to do_write_bufDr. David Alan Gilbert
2020-01-23virtiofsd: add --fd=FDNUM fd passing optionStefan Hajnoczi
2020-01-23virtiofsd: Fast path for virtio readDr. David Alan Gilbert
2020-01-23virtiofsd: Send replies to messagesDr. David Alan Gilbert
2020-01-23virtiofsd: Start wiring up vhost-userDr. David Alan Gilbert
2020-01-23virtiofsd: Open vhost connection instead of mountingDr. David Alan Gilbert
2020-01-23virtiofsd: Add options for virtioDr. David Alan Gilbert
2020-01-23virtiofsd: Make fsync work even if only inode is passed inVivek Goyal
2020-01-23virtiofsd: Trim out compatibility codeDr. David Alan Gilbert
2020-01-23virtiofsd: Fix common header and define for QEMU buildsDr. David Alan Gilbert