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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
Age
Commit message (
Expand
)
Author
Files
Lines
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
2
-1
/
+49
2020-01-23
virtiofsd: add helper for lo_data cleanup
Liu Bo
1
-16
/
+21
2020-01-23
virtiofsd: fix memory leak on lo.source
Liu Bo
1
-3
/
+4
2020-01-23
virtiofsd: cleanup allocated resource in se
Liu Bo
3
-1
/
+15
2020-01-23
virtiofsd: fix error handling in main()
Liu Bo
1
-2
/
+3
2020-01-23
virtiofsd: support nanosecond resolution for file timestamp
Jiufei Xue
1
-0
/
+1
2020-01-23
virtiofsd: Clean up inodes on destroy
Dr. David Alan Gilbert
1
-0
/
+26
2020-01-23
virtiofsd: passthrough_ll: use hashtable
Miklos Szeredi
1
-36
/
+45
2020-01-23
virtiofsd: passthrough_ll: clean up cache related options
Miklos Szeredi
2
-11
/
+14
2020-01-23
virtiofsd: extract root inode init into setup_root()
Miklos Szeredi
1
-10
/
+25
2020-01-23
virtiofsd: fail when parent inode isn't known in lo_do_lookup()
Miklos Szeredi
1
-2
/
+12
2020-01-23
virtiofsd: rename unref_inode() to unref_inode_lolocked()
Miklos Szeredi
1
-7
/
+8
2020-01-23
virtiofsd: passthrough_ll: control readdirplus
Miklos Szeredi
2
-1
/
+10
2020-01-23
virtiofsd: passthrough_ll: disable readdirplus on cache=never
Miklos Szeredi
1
-0
/
+4
2020-01-23
virtiofsd: passthrough_ll: add renameat2 support
Miklos Szeredi
1
-0
/
+10
2020-01-23
virtiofsd: Kill threads when queues are stopped
Dr. David Alan Gilbert
1
-7
/
+44
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: Add timestamp to the log with FUSE_LOG_DEBUG level
Masayoshi Mizuma
1
-1
/
+8
2020-01-23
virtiofsd: Add ID to the log with FUSE_LOG_DEBUG level
Masayoshi Mizuma
1
-0
/
+8
2020-01-23
virtiofsd: print log only when priority is high enough
Eryu Guan
4
-115
/
+87
2020-01-23
virtiofsd: add --syslog command-line option
Stefan Hajnoczi
5
-13
/
+76
2020-01-23
virtiofsd: fix libfuse information leaks
Stefan Hajnoczi
1
-74
/
+76
2020-01-23
virtiofsd: set maximum RLIMIT_NOFILE limit
Stefan Hajnoczi
1
-0
/
+32
2020-01-23
virtiofsd: Drop CAP_FSETID if client asked for it
Vivek Goyal
1
-0
/
+105
2020-01-23
virtiofsd: cap-ng helpers
Dr. David Alan Gilbert
1
-0
/
+72
2020-01-23
virtiofsd: Parse flag FUSE_WRITE_KILL_PRIV
Vivek Goyal
2
-2
/
+8
2020-01-23
virtiofsd: add seccomp whitelist
Stefan Hajnoczi
4
-1
/
+171
2020-01-23
virtiofsd: move to a new pid namespace
Stefan Hajnoczi
1
-48
/
+86
2020-01-23
virtiofsd: move to an empty network namespace
Stefan Hajnoczi
1
-0
/
+14
2020-01-23
virtiofsd: sandbox mount namespace
Stefan Hajnoczi
1
-0
/
+89
2020-01-23
virtiofsd: use /proc/self/fd/ O_PATH file descriptor
Stefan Hajnoczi
1
-27
/
+103
2020-01-23
virtiofsd: prevent ".." escape in lo_do_readdir()
Stefan Hajnoczi
1
-14
/
+22
2020-01-23
virtiofsd: prevent ".." escape in lo_do_lookup()
Stefan Hajnoczi
1
-1
/
+6
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: add fuse_mbuf_iter API
Stefan Hajnoczi
2
-1
/
+76
2020-01-23
virtiofsd: Pass write iov's all the way through
Dr. David Alan Gilbert
1
-6
/
+73
2020-01-23
virtiofsd: Plumb fuse_bufvec through to do_write_buf
Dr. David Alan Gilbert
3
-22
/
+44
2020-01-23
virtiofsd: validate path components
Stefan Hajnoczi
1
-6
/
+53
2020-01-23
virtiofsd: passthrough_ll: add fallback for racy ops
Miklos Szeredi
2
-17
/
+145
2020-01-23
virtiofsd: passthrough_ll: add fd_map to hide file descriptors
Stefan Hajnoczi
1
-22
/
+94
2020-01-23
virtiofsd: passthrough_ll: add dirp_map to hide lo_dirp pointers
Stefan Hajnoczi
1
-27
/
+76
2020-01-23
virtiofsd: passthrough_ll: add ino_map to hide lo_inode pointers
Stefan Hajnoczi
1
-30
/
+114
2020-01-23
virtiofsd: passthrough_ll: add lo_map for ino/fh indirection
Stefan Hajnoczi
1
-0
/
+124
2020-01-23
virtiofsd: passthrough_ll: create new files in caller's context
Vivek Goyal
1
-5
/
+91
2020-01-23
virtiofsd: add --print-capabilities option
Stefan Hajnoczi
3
-0
/
+15
2020-01-23
virtiofsd: add vhost-user.json file
Stefan Hajnoczi
1
-0
/
+5
2020-01-23
virtiofsd: make -f (foreground) the default
Stefan Hajnoczi
1
-0
/
+8
[prev]
[next]