aboutsummaryrefslogtreecommitdiff
path: root/tools/virtiofsd/fuse_lowlevel.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-16virtiofsd: Remove sourceDr. David Alan Gilbert1-2732/+0
2022-12-14cleanup: Tweak and re-run return_directly.cocciMarkus Armbruster1-18/+6
2022-08-04virtiofsd: Fix format stringsStefan Weil1-2/+2
2022-02-17virtiofsd: Add basic support for FUSE_SYNCFS requestGreg Kurz1-0/+11
2022-02-17virtiofsd, fuse_lowlevel.c: Add capability to parse security contextVivek Goyal1-1/+101
2022-02-17virtiofsd: Extend size of fuse_conn_info->capable and ->want fieldsVivek Goyal1-1/+1
2022-02-17virtiofsd: Parse extended "struct fuse_init_in"Vivek Goyal1-22/+39
2022-02-17virtiofsd: Fix breakage due to fuse_init_in size changeVivek Goyal1-1/+3
2021-07-05virtiofsd: Add support for extended setxattrVivek Goyal1-1/+10
2021-07-05virtiofsd: Fix fuse setxattr() API change issueVivek Goyal1-1/+6
2021-07-05virtiofsd: Don't allow file creation with FUSE_OPENGreg Kurz1-0/+6
2021-05-06virtiofsd: Changed allocations of fuse_session to GLib's functionsMahmoud Mandour1-3/+3
2021-05-06virtiofsd: Changed allocations of iovec to GLib's functionsMahmoud Mandour1-19/+12
2021-05-06virtiofsd: Changed allocations of fuse_req to GLib functionsMahmoud Mandour1-3/+3
2021-03-24tools/virtiofsd: include --socket-group in helpAlex Bennée1-0/+1
2021-02-16virtiofsd: Do not use a thread pool by defaultVivek Goyal1-1/+1
2021-02-16viriofsd: Add support for FUSE_HANDLE_KILLPRIV_V2Vivek Goyal1-1/+10
2020-12-18virtiofsd: Remove useless code about send_notify_iovAlex Chen1-98/+0
2020-12-10Clean up includesMarkus Armbruster1-10/+0
2020-11-02virtiofsd: Add attr_flags to fuse_entry_paramMax Reitz1-0/+2
2020-11-02virtiofsd: Check FUSE_SUBMOUNTSMax Reitz1-0/+3
2020-10-28Revert series: virtiofsd: Announce submounts to the guestAlex Williamson1-28/+6
2020-10-26virtiofsd: Add fuse_reply_attr_with_flags()Max Reitz1-2/+12
2020-10-26virtiofsd: Add attr_flags to fuse_entry_paramMax Reitz1-4/+9
2020-10-26virtiofsd: Announce FUSE_ATTR_FLAGSMax Reitz1-0/+7
2020-10-12tools/virtiofsd: add support for --socket-groupAlex Bennée1-0/+6
2020-02-21tools/virtiofsd/fuse_lowlevel: Fix fuse_out_header::error valuePhilippe Mathieu-Daudé1-1/+1
2020-02-10virtiofsd: do_read missing NULL checkDr. David Alan Gilbert1-0/+4
2020-02-10virtiofsd: Remove fuse_req_getgroupsDr. David Alan Gilbert1-77/+0
2020-01-23virtiofsd: add --thread-pool-size=NUM optionStefan Hajnoczi1-1/+6
2020-01-23virtiofsd: prevent FUSE_INIT/FUSE_DESTROY racesStefan Hajnoczi1-0/+18
2020-01-23virtiofsd: use fuse_lowlevel_is_virtio() in fuse_session_destroy()Stefan Hajnoczi1-3/+4
2020-01-23virtiofsd: enable PARALLEL_DIROPS during INITLiu Bo1-0/+3
2020-01-23virtiofsd: Prevent multiply running with same vhost_user_socketMasayoshi Mizuma1-0/+1
2020-01-23virtiofsd: cleanup allocated resource in seLiu Bo1-0/+7
2020-01-23virtiofsd: Handle hard rebootDr. David Alan Gilbert1-1/+15
2020-01-23virtiofsd: Handle reinitDr. David Alan Gilbert1-0/+2
2020-01-23virtiofsd: print log only when priority is high enoughEryu Guan1-45/+30
2020-01-23virtiofsd: fix libfuse information leaksStefan Hajnoczi1-74/+76
2020-01-23virtiofsd: Parse flag FUSE_WRITE_KILL_PRIVVivek Goyal1-1/+3
2020-01-23virtiofsd: check input buffer size in fuse_lowlevel.c opsStefan Hajnoczi1-125/+456
2020-01-23virtiofsd: validate input buffer sizes in do_write_buf()Stefan Hajnoczi1-19/+30
2020-01-23virtiofsd: Plumb fuse_bufvec through to do_write_bufDr. David Alan Gilbert1-20/+41
2020-01-23virtiofsd: add --fd=FDNUM fd passing optionStefan Hajnoczi1-4/+12
2020-01-23virtiofsd: Fast path for virtio readDr. David Alan Gilbert1-0/+5
2020-01-23virtiofsd: Send replies to messagesDr. David Alan Gilbert1-0/+4
2020-01-23virtiofsd: Start wiring up vhost-userDr. David Alan Gilbert1-0/+5
2020-01-23virtiofsd: Open vhost connection instead of mountingDr. David Alan Gilbert1-48/+7
2020-01-23virtiofsd: Add options for virtioDr. David Alan Gilbert1-3/+8
2020-01-23virtiofsd: Make fsync work even if only inode is passed inVivek Goyal1-1/+5