index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
virtiofsd
/
fuse_lowlevel.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-05
virtiofsd: Add support for extended setxattr
Vivek Goyal
1
-1
/
+10
2021-07-05
virtiofsd: Fix fuse setxattr() API change issue
Vivek Goyal
1
-1
/
+6
2021-07-05
virtiofsd: Don't allow file creation with FUSE_OPEN
Greg Kurz
1
-0
/
+6
2021-05-06
virtiofsd: Changed allocations of fuse_session to GLib's functions
Mahmoud Mandour
1
-3
/
+3
2021-05-06
virtiofsd: Changed allocations of iovec to GLib's functions
Mahmoud Mandour
1
-19
/
+12
2021-05-06
virtiofsd: Changed allocations of fuse_req to GLib functions
Mahmoud Mandour
1
-3
/
+3
2021-03-24
tools/virtiofsd: include --socket-group in help
Alex Bennée
1
-0
/
+1
2021-02-16
virtiofsd: Do not use a thread pool by default
Vivek Goyal
1
-1
/
+1
2021-02-16
viriofsd: Add support for FUSE_HANDLE_KILLPRIV_V2
Vivek Goyal
1
-1
/
+10
2020-12-18
virtiofsd: Remove useless code about send_notify_iov
Alex Chen
1
-98
/
+0
2020-12-10
Clean up includes
Markus Armbruster
1
-10
/
+0
2020-11-02
virtiofsd: Add attr_flags to fuse_entry_param
Max Reitz
1
-0
/
+2
2020-11-02
virtiofsd: Check FUSE_SUBMOUNTS
Max Reitz
1
-0
/
+3
2020-10-28
Revert series: virtiofsd: Announce submounts to the guest
Alex Williamson
1
-28
/
+6
2020-10-26
virtiofsd: Add fuse_reply_attr_with_flags()
Max Reitz
1
-2
/
+12
2020-10-26
virtiofsd: Add attr_flags to fuse_entry_param
Max Reitz
1
-4
/
+9
2020-10-26
virtiofsd: Announce FUSE_ATTR_FLAGS
Max Reitz
1
-0
/
+7
2020-10-12
tools/virtiofsd: add support for --socket-group
Alex Bennée
1
-0
/
+6
2020-02-21
tools/virtiofsd/fuse_lowlevel: Fix fuse_out_header::error value
Philippe Mathieu-Daudé
1
-1
/
+1
2020-02-10
virtiofsd: do_read missing NULL check
Dr. David Alan Gilbert
1
-0
/
+4
2020-02-10
virtiofsd: Remove fuse_req_getgroups
Dr. David Alan Gilbert
1
-77
/
+0
2020-01-23
virtiofsd: add --thread-pool-size=NUM option
Stefan Hajnoczi
1
-1
/
+6
2020-01-23
virtiofsd: prevent FUSE_INIT/FUSE_DESTROY races
Stefan Hajnoczi
1
-0
/
+18
2020-01-23
virtiofsd: use fuse_lowlevel_is_virtio() in fuse_session_destroy()
Stefan Hajnoczi
1
-3
/
+4
2020-01-23
virtiofsd: enable PARALLEL_DIROPS during INIT
Liu Bo
1
-0
/
+3
2020-01-23
virtiofsd: Prevent multiply running with same vhost_user_socket
Masayoshi Mizuma
1
-0
/
+1
2020-01-23
virtiofsd: cleanup allocated resource in se
Liu Bo
1
-0
/
+7
2020-01-23
virtiofsd: Handle hard reboot
Dr. David Alan Gilbert
1
-1
/
+15
2020-01-23
virtiofsd: Handle reinit
Dr. David Alan Gilbert
1
-0
/
+2
2020-01-23
virtiofsd: print log only when priority is high enough
Eryu Guan
1
-45
/
+30
2020-01-23
virtiofsd: fix libfuse information leaks
Stefan Hajnoczi
1
-74
/
+76
2020-01-23
virtiofsd: Parse flag FUSE_WRITE_KILL_PRIV
Vivek Goyal
1
-1
/
+3
2020-01-23
virtiofsd: check input buffer size in fuse_lowlevel.c ops
Stefan Hajnoczi
1
-125
/
+456
2020-01-23
virtiofsd: validate input buffer sizes in do_write_buf()
Stefan Hajnoczi
1
-19
/
+30
2020-01-23
virtiofsd: Plumb fuse_bufvec through to do_write_buf
Dr. David Alan Gilbert
1
-20
/
+41
2020-01-23
virtiofsd: add --fd=FDNUM fd passing option
Stefan Hajnoczi
1
-4
/
+12
2020-01-23
virtiofsd: Fast path for virtio read
Dr. David Alan Gilbert
1
-0
/
+5
2020-01-23
virtiofsd: Send replies to messages
Dr. David Alan Gilbert
1
-0
/
+4
2020-01-23
virtiofsd: Start wiring up vhost-user
Dr. David Alan Gilbert
1
-0
/
+5
2020-01-23
virtiofsd: Open vhost connection instead of mounting
Dr. David Alan Gilbert
1
-48
/
+7
2020-01-23
virtiofsd: Add options for virtio
Dr. David Alan Gilbert
1
-3
/
+8
2020-01-23
virtiofsd: Make fsync work even if only inode is passed in
Vivek Goyal
1
-1
/
+5
2020-01-23
virtiofsd: Trim out compatibility code
Dr. David Alan Gilbert
1
-211
/
+119
2020-01-23
virtiofsd: Fix common header and define for QEMU builds
Dr. David Alan Gilbert
1
-4
/
+2
2020-01-23
virtiofsd: Remove unused enum fuse_buf_copy_flags
Xiao Yang
1
-8
/
+5
2020-01-23
virtiofsd: remove unused notify reply support
Stefan Hajnoczi
1
-146
/
+1
2020-01-23
virtiofsd: remove mountpoint dummy argument
Stefan Hajnoczi
1
-1
/
+1
2020-01-23
virtiofsd: Format imported files to qemu style
Dr. David Alan Gilbert
1
-1748
/
+1890
2020-01-23
virtiofsd: Trim down imported files
Dr. David Alan Gilbert
1
-668
/
+7
2020-01-23
virtiofsd: Add fuse_lowlevel.c
Dr. David Alan Gilbert
1
-0
/
+3129