]> git.proxmox.com Git - mirror_qemu.git/history - tools
target/arm: Add mte helpers for sve scalar + int stores
[mirror_qemu.git] / tools /
2020-06-25 Peter MaydellMerge remote-tracking branch 'remotes/xtensa/tags/20200...
2020-06-19 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/audio...
2020-06-19 Peter MaydellMerge remote-tracking branch 'remotes/cohuck/tags/s390x...
2020-06-18 Peter MaydellMerge remote-tracking branch 'remotes/jasowang/tags...
2020-06-18 Peter MaydellMerge remote-tracking branch 'remotes/dgilbert/tags...
2020-06-17 Max Reitzvirtiofsd: Whitelist fchmod
2020-06-08 Peter MaydellMerge remote-tracking branch 'remotes/vivier2/tags...
2020-06-02 Peter MaydellMerge remote-tracking branch 'remotes/ehabkost/tags...
2020-06-01 Peter MaydellMerge remote-tracking branch 'remotes/dgilbert/tags...
2020-06-01 Miklos Szeredivirtiofsd: remove symlink fallbacks
2020-05-03 Peter MaydellMerge remote-tracking branch 'remotes/marcel/tags/rdma...
2020-05-01 Peter MaydellMerge remote-tracking branch 'remotes/dgilbert-gitlab...
2020-05-01 Stefan Hajnoczivirtiofsd: drop all capabilities in the wait parent...
2020-05-01 Stefan Hajnoczivirtiofsd: only retain file system capabilities
2020-05-01 Max Reitzvirtiofsd: Show submounts
2020-05-01 Miklos Szeredivirtiofsd: jail lo->proc_self_fd
2020-05-01 Stefan Hajnoczivirtiofsd: stay below fs.file-max sysctl value (CVE...
2020-05-01 Stefan Hajnoczivirtiofsd: add --rlimit-nofile=NUM option
2020-03-26 Peter MaydellMerge remote-tracking branch 'remotes/vivier2/tags...
2020-03-26 Peter MaydellMerge remote-tracking branch 'remotes/dgilbert/tags...
2020-03-25 Philippe Mathieu... tools/virtiofsd/passthrough_ll: Fix double close()
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
next