]> git.proxmox.com Git - mirror_qemu.git/history - tools
Merge remote-tracking branch 'remotes/kraxel/tags/audio-20200207-pull-request' into...
[mirror_qemu.git] / tools /
2020-01-27 Peter MaydellMerge remote-tracking branch 'remotes/bonzini/tags...
2020-01-24 Peter MaydellMerge remote-tracking branch 'remotes/palmer/tags/riscv...
2020-01-24 Peter MaydellMerge remote-tracking branch 'remotes/dgilbert-gitlab...
2020-01-23 Masayoshi Mizumavirtiofsd: add some options to the help message
2020-01-23 Eryu Guanvirtiofsd: stop all queue threads on exit in virtio_loop()
2020-01-23 Xiao Yangvirtiofsd/passthrough_ll: Pass errno to fuse_reply_err()
2020-01-23 Dr. David Alan Gilbertvirtiofsd: Convert lo_destroy to take the lo->mutex...
2020-01-23 Stefan Hajnoczivirtiofsd: add --thread-pool-size=NUM option
2020-01-23 Stefan Hajnoczivirtiofsd: fix lo_destroy() resource leaks
2020-01-23 Stefan Hajnoczivirtiofsd: prevent FUSE_INIT/FUSE_DESTROY races
2020-01-23 Stefan Hajnoczivirtiofsd: process requests in a thread pool
2020-01-23 piaojunvirtiofsd: use fuse_buf_writev to replace fuse_buf_writ...
2020-01-23 piaojunvirtiofsd: add definition of fuse_buf_writev()
2020-01-23 Misono Tomohirovirtiofsd: passthrough_ll: Use cache_readdir for direct...
2020-01-23 Misono Tomohirovirtiofsd: Fix data corruption with O_APPEND write...
2020-01-23 Vivek Goyalvirtiofsd: Reset O_DIRECT flag during file open
2020-01-23 Eryu Guanvirtiofsd: convert more fprintf and perror to use fuse...
2020-01-23 Peng Taovirtiofsd: do not always set FUSE_FLOCK_LOCKS
2020-01-23 Stefan Hajnoczivirtiofsd: introduce inode refcount to prevent use...
2020-01-23 Miklos Szeredivirtiofsd: passthrough_ll: fix refcounting on remove...
2020-01-23 Stefan Hajnoczivirtiofsd: rename inode->refcount to inode->nlookup
2020-01-23 Stefan Hajnoczivirtiofsd: prevent races with lo_dirp_put()
2020-01-23 Stefan Hajnoczivirtiofsd: make lo_release() atomic
2020-01-23 Stefan Hajnoczivirtiofsd: prevent fv_queue_thread() vs virtio_loop...
2020-01-23 Stefan Hajnoczivirtiofsd: use fuse_lowlevel_is_virtio() in fuse_sessio...
2020-01-23 Vivek Goyalvirtiofsd: Support remote posix locks
2020-01-23 Liu BoVirtiofsd: fix memory leak on fuse queueinfo
2020-01-23 Eric Renvirtiofsd: fix incorrect error handling in lo_do_lookup
2020-01-23 Liu Bovirtiofsd: enable PARALLEL_DIROPS during INIT
2020-01-23 Masayoshi Mizumavirtiofsd: Prevent multiply running with same vhost_use...
2020-01-23 Liu Bovirtiofsd: add helper for lo_data cleanup
2020-01-23 Liu Bovirtiofsd: fix memory leak on lo.source
2020-01-23 Liu Bovirtiofsd: cleanup allocated resource in se
2020-01-23 Liu Bovirtiofsd: fix error handling in main()
2020-01-23 Jiufei Xuevirtiofsd: support nanosecond resolution for file timestamp
2020-01-23 Dr. David Alan Gilbertvirtiofsd: Clean up inodes on destroy
2020-01-23 Miklos Szeredivirtiofsd: passthrough_ll: use hashtable
2020-01-23 Miklos Szeredivirtiofsd: passthrough_ll: clean up cache related options
2020-01-23 Miklos Szeredivirtiofsd: extract root inode init into setup_root()
2020-01-23 Miklos Szeredivirtiofsd: fail when parent inode isn't known in lo_do_...
2020-01-23 Miklos Szeredivirtiofsd: rename unref_inode() to unref_inode_lolocked()
2020-01-23 Miklos Szeredivirtiofsd: passthrough_ll: control readdirplus
2020-01-23 Miklos Szeredivirtiofsd: passthrough_ll: disable readdirplus on cache...
2020-01-23 Miklos Szeredivirtiofsd: passthrough_ll: add renameat2 support
2020-01-23 Dr. David Alan Gilbertvirtiofsd: Kill threads when queues are stopped
2020-01-23 Dr. David Alan Gilbertvirtiofsd: Handle hard reboot
2020-01-23 Dr. David Alan Gilbertvirtiofsd: Handle reinit
2020-01-23 Masayoshi Mizumavirtiofsd: Add timestamp to the log with FUSE_LOG_DEBUG...
2020-01-23 Masayoshi Mizumavirtiofsd: Add ID to the log with FUSE_LOG_DEBUG level
2020-01-23 Eryu Guanvirtiofsd: print log only when priority is high enough
2020-01-23 Stefan Hajnoczivirtiofsd: add --syslog command-line option
2020-01-23 Stefan Hajnoczivirtiofsd: fix libfuse information leaks
2020-01-23 Stefan Hajnoczivirtiofsd: set maximum RLIMIT_NOFILE limit
2020-01-23 Vivek Goyalvirtiofsd: Drop CAP_FSETID if client asked for it
2020-01-23 Dr. David Alan Gilbertvirtiofsd: cap-ng helpers
2020-01-23 Vivek Goyalvirtiofsd: Parse flag FUSE_WRITE_KILL_PRIV
2020-01-23 Stefan Hajnoczivirtiofsd: add seccomp whitelist
2020-01-23 Stefan Hajnoczivirtiofsd: move to a new pid namespace
2020-01-23 Stefan Hajnoczivirtiofsd: move to an empty network namespace
2020-01-23 Stefan Hajnoczivirtiofsd: sandbox mount namespace
2020-01-23 Stefan Hajnoczivirtiofsd: use /proc/self/fd/ O_PATH file descriptor
2020-01-23 Stefan Hajnoczivirtiofsd: prevent ".." escape in lo_do_readdir()
2020-01-23 Stefan Hajnoczivirtiofsd: prevent ".." escape in lo_do_lookup()
2020-01-23 Stefan Hajnoczivirtiofsd: check input buffer size in fuse_lowlevel...
2020-01-23 Stefan Hajnoczivirtiofsd: validate input buffer sizes in do_write_buf()
2020-01-23 Stefan Hajnoczivirtiofsd: add fuse_mbuf_iter API
2020-01-23 Dr. David Alan Gilbertvirtiofsd: Pass write iov's all the way through
2020-01-23 Dr. David Alan Gilbertvirtiofsd: Plumb fuse_bufvec through to do_write_buf
2020-01-23 Stefan Hajnoczivirtiofsd: validate path components
2020-01-23 Miklos Szeredivirtiofsd: passthrough_ll: add fallback for racy ops
2020-01-23 Stefan Hajnoczivirtiofsd: passthrough_ll: add fd_map to hide file...
2020-01-23 Stefan Hajnoczivirtiofsd: passthrough_ll: add dirp_map to hide lo_dirp...
2020-01-23 Stefan Hajnoczivirtiofsd: passthrough_ll: add ino_map to hide lo_inode...
2020-01-23 Stefan Hajnoczivirtiofsd: passthrough_ll: add lo_map for ino/fh indire...
2020-01-23 Vivek Goyalvirtiofsd: passthrough_ll: create new files in caller...
2020-01-23 Stefan Hajnoczivirtiofsd: add --print-capabilities option
2020-01-23 Stefan Hajnoczivirtiofsd: add vhost-user.json file
2020-01-23 Stefan Hajnoczivirtiofsd: make -f (foreground) the default
2020-01-23 Stefan Hajnoczivirtiofsd: add --fd=FDNUM fd passing option
2020-01-23 Dr. David Alan Gilbertvirtiofsd: Fast path for virtio read
2020-01-23 Dr. David Alan Gilbertvirtiofsd: Add Makefile wiring for virtiofsd contrib
2020-01-23 Dr. David Alan Gilbertvirtiofsd: Keep track of replies
2020-01-23 Dr. David Alan Gilbertvirtiofsd: Send replies to messages
2020-01-23 Dr. David Alan Gilbertvirtiofsd: Start reading commands from queue
2020-01-23 Dr. David Alan Gilbertvirtiofsd: Poll kick_fd for queue
2020-01-23 Dr. David Alan Gilbertvirtiofsd: Start queue threads
2020-01-23 Dr. David Alan Gilbertvirtiofsd: get/set features callbacks
2020-01-23 Dr. David Alan Gilbertvirtiofsd: Add main virtio loop
2020-01-23 Dr. David Alan Gilbertvirtiofsd: Start wiring up vhost-user
2020-01-23 Dr. David Alan Gilbertvirtiofsd: Open vhost connection instead of mounting
2020-01-23 Stefan Hajnoczivirtiofsd: add -o source=PATH to help output
2020-01-23 Dr. David Alan Gilbertvirtiofsd: Add options for virtio
2020-01-23 Vivek Goyalvirtiofsd: Make fsync work even if only inode is passed in
2020-01-23 Xiao Yangvitriofsd/passthrough_ll: fix fallocate() ifdefs
2020-01-23 Dr. David Alan Gilbertvirtiofsd: Trim out compatibility code
2020-01-23 Dr. David Alan Gilbertvirtiofsd: Fix common header and define for QEMU builds
2020-01-23 Dr. David Alan Gilbertvirtiofsd: Fix fuse_daemonize ignored return values
2020-01-23 Xiao Yangvirtiofsd: Remove unused enum fuse_buf_copy_flags
2020-01-23 Stefan Hajnoczivirtiofsd: remove unused notify reply support
2020-01-23 Stefan Hajnoczivirtiofsd: remove mountpoint dummy argument
next