]> Git Repo - qemu.git/shortlog
qemu.git
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... virtiofsd: 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... contrib/libvhost-user: Protect slave fd with mutex
2020-01-23 Dr. David Alan... vhost-user: Print unexpected slave message types
2020-01-23 Dr. David Alan... virtiofsd: Kill threads when queues are stopped
2020-01-23 Dr. David Alan... virtiofsd: Handle hard reboot
2020-01-23 Dr. David Alan... virtiofsd: 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... virtiofsd: 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... virtiofsd: Pass write iov's all the way through
2020-01-23 Dr. David Alan... virtiofsd: 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 Dr. David Alan... virtiofs: Add maintainers entry
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... virtiofsd: Fast path for virtio read
2020-01-23 Dr. David Alan... virtiofsd: Add Makefile wiring for virtiofsd contrib
2020-01-23 Dr. David Alan... virtiofsd: Keep track of replies
2020-01-23 Dr. David Alan... virtiofsd: Send replies to messages
2020-01-23 Dr. David Alan... virtiofsd: Start reading commands from queue
2020-01-23 Dr. David Alan... virtiofsd: Poll kick_fd for queue
2020-01-23 Dr. David Alan... virtiofsd: Start queue threads
2020-01-23 Dr. David Alan... virtiofsd: get/set features callbacks
2020-01-23 Dr. David Alan... virtiofsd: Add main virtio loop
2020-01-23 Dr. David Alan... virtiofsd: Start wiring up vhost-user
2020-01-23 Dr. David Alan... virtiofsd: Open vhost connection instead of mounting
2020-01-23 Stefan Hajnoczivirtiofsd: add -o source=PATH to help output
2020-01-23 Dr. David Alan... virtiofsd: 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... virtiofsd: Trim out compatibility code
2020-01-23 Dr. David Alan... virtiofsd: Fix common header and define for QEMU builds
2020-01-23 Dr. David Alan... virtiofsd: 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
2020-01-23 Dr. David Alan... virtiofsd: Format imported files to qemu style
2020-01-23 Dr. David Alan... virtiofsd: Trim down imported files
2020-01-23 Dr. David Alan... virtiofsd: Add passthrough_ll
2020-01-23 Dr. David Alan... virtiofsd: Add fuse_lowlevel.c
2020-01-23 Dr. David Alan... virtiofsd: Add auxiliary .c's
2020-01-23 Dr. David Alan... virtiofsd: Pull in kernel's fuse.h
2020-01-23 Dr. David Alan... virtiofsd: Pull in upstream headers
2020-01-23 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2020-01-23 Guenter Roeckhw/arm/exynos4210: Connect serial port DMA busy signals...
2020-01-23 Guenter Roeckhw/char/exynos4210_uart: Add receive DMA support
2020-01-23 Guenter Roeckhw/char/exynos4210_uart: Implement Rx FIFO level trigge...
2020-01-23 Guenter Roeckhw/char/exynos4210_uart: Implement post_load function
2020-01-23 Guenter Roeckhw/char/exynos4210_uart: Convert to support tracing
2020-01-23 Guenter Roeckhw/arm/exynos4210: Fix DMA initialization
2020-01-23 Guenter Roeckhw/core/or-irq: Increase limit of or-lines to 48
2020-01-23 Guenter Roeckdma/pl330: Convert to support tracing
2020-01-23 Philippe Mathieu... hw/misc/stm32f4xx_syscfg: Fix copy/paste error
2020-01-23 Andrew Jonestarget/arm/arch_dump: Add SVE notes
2020-01-23 Peter Maydellqemu-block-drivers: Convert to rST
2020-01-23 Peter Maydelldocs: Create stub system manual
2020-01-23 Peter Maydellqemu-nbd: Convert invocation documentation to rST
2020-01-23 Keqian Zhuhw/arm: Use helper function to trigger hotplug handler...
2020-01-23 Keqian Zhuhw/acpi: Remove extra indent in ACPI GED hotplug cb
2020-01-23 Richard Hendersontests/tcg/aarch64: Add pauth-4
2020-01-23 Richard Hendersontests/tcg/aarch64: Add pauth-3
2020-01-23 Richard Hendersontests/tcg/aarch64: Fix compilation parameters for pauth-%
2020-01-23 Vincent Dehorstarget/arm: Fix PAuth sbox functions
2020-01-23 Clement Deschampstarget/arm: add PMU feature to cortex-r5 and cortex-r5f
2020-01-23 Peter MaydellMerge remote-tracking branch 'remotes/vivier2/tags...
2020-01-23 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
next
This page took 0.068292 seconds and 4 git commands to generate.