]> git.ipfire.org Git - thirdparty/qemu.git/history - tools
qemu-ga: document vsock-listen in the man page
[thirdparty/qemu.git] / tools /
2020-03-12  Peter MaydellMerge remote-tracking branch 'remotes/vivier/tags/q800...
2020-03-03  Peter MaydellMerge remote-tracking branch 'remotes/dgilbert-gitlab...
2020-03-03  Misono Tomohirovirtiofsd: Fix xattr operations
2020-03-03  Misono Tomohirovirtiofsd: passthrough_ll: cleanup getxattr/listxattr
2020-02-25  Paolo BonziniMerge branch 'exec_rw_const_v4' of https://github.com...
2020-02-25  Paolo BonziniMerge tag 'patchew/20200219160953.13771-1-imammedo...
2020-02-24  Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2020-02-21  Peter MaydellMerge remote-tracking branch 'remotes/dgilbert-gitlab...
2020-02-21  Xiao Yangvirtiofsd: Remove fuse.h and struct fuse_module
2020-02-21  Philippe Mathieu... tools/virtiofsd/fuse_lowlevel: Fix fuse_out_header...
2020-02-21  Philippe Mathieu... tools/virtiofsd/passthrough_ll: Remove unneeded variabl...
2020-02-21  Philippe Mathieu... tools/virtiofsd/passthrough_ll: Remove unneeded variabl...
2020-02-21  Dr. David Alan Gilbertvirtiofsd: Help message fix for 'seconds'
2020-02-14  Peter MaydellMerge remote-tracking branch 'remotes/palmer/tags/riscv...
2020-02-13  Peter MaydellMerge remote-tracking branch 'remotes/bonzini/tags...
2020-02-10  Peter MaydellMerge remote-tracking branch 'remotes/dgilbert-gitlab...
2020-02-10  Dr. David Alan Gilbertvirtiofsd: do_read missing NULL check
2020-02-10  Dr. David Alan Gilbertvirtiofsd: load_capng missing unlock
2020-02-10  Dr. David Alan Gilbertvirtiofsd: fv_create_listen_socket error path socket...
2020-02-10  Dr. David Alan Gilbertvirtiofsd: Remove fuse_req_getgroups
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
next