index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
file-posix.c
Age
Commit message (
Expand
)
Author
2019-01-11
avoid TABs in files that only contain a few
Paolo Bonzini
2018-12-14
file-posix: Avoid aio_worker() for QEMU_AIO_IOCTL
Kevin Wolf
2018-12-14
file-posix: Switch to .bdrv_co_ioctl
Kevin Wolf
2018-12-14
file-posix: Remove paio_submit_co()
Kevin Wolf
2018-12-14
file-posix: Avoid aio_worker() for QEMU_AIO_READ/WRITE
Kevin Wolf
2018-12-14
file-posix: Move read/write operation logic out of aio_worker()
Kevin Wolf
2018-12-14
file-posix: Avoid aio_worker() for QEMU_AIO_FLUSH
Kevin Wolf
2018-12-14
file-posix: Avoid aio_worker() for QEMU_AIO_DISCARD
Kevin Wolf
2018-12-14
file-posix: Avoid aio_worker() for QEMU_AIO_WRITE_ZEROES
Kevin Wolf
2018-12-14
file-posix: Avoid aio_worker() for QEMU_AIO_COPY_RANGE
Kevin Wolf
2018-12-14
file-posix: Avoid aio_worker() for QEMU_AIO_TRUNCATE
Kevin Wolf
2018-12-14
file-posix: Factor out raw_thread_pool_submit()
Kevin Wolf
2018-12-14
file-posix: Reorganise RawPosixAIOData
Kevin Wolf
2018-11-19
file-posix: Fix shared locks on reopen commit
Max Reitz
2018-11-12
file-posix: Drop s->lock_fd
Fam Zheng
2018-11-12
file-posix: Skip effectiveless OFD lock operations
Fam Zheng
2018-11-12
file-posix: Use error API properly
Fam Zheng
2018-11-05
file-posix: Support auto-read-only option
Kevin Wolf
2018-10-01
file-posix: Forbid trying to change unsupported options during reopen
Alberto Garcia
2018-10-01
file-posix: x-check-cache-dropped should default to false on reopen
Alberto Garcia
2018-10-01
file-posix: Include filename in locking error message
Fam Zheng
2018-07-30
file-posix: Fix write_zeroes with unmap on block devices
Kevin Wolf
2018-07-30
file-posix: Handle EINTR in preallocation=full write
Fam Zheng
2018-07-24
block/file-posix: add bdrv_attach_aio_context callback for host dev and cdrom
Nishanth Aravamudan
2018-07-12
file-posix: specify expected filetypes
John Snow
2018-07-10
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2018-07-10
block: Add copy offloading trace points
Fam Zheng
2018-07-10
block: Prefix file driver trace points with "file_"
Fam Zheng
2018-07-10
block: split flags in copy_range
Vladimir Sementsov-Ogievskiy
2018-07-09
file-posix: Fix fd_open check in raw_co_copy_range_to
Fam Zheng
2018-07-05
file-posix: Unlock FD after creation
Max Reitz
2018-07-05
file-posix: Fix creation locking
Max Reitz
2018-06-29
file-posix: Fix EINTR handling
Fam Zheng
2018-06-29
file-posix: Implement co versions of discard/flush
Kevin Wolf
2018-06-29
file-posix: Make .bdrv_co_truncate asynchronous
Kevin Wolf
2018-06-29
block: Convert .bdrv_truncate callback to coroutine_fn
Kevin Wolf
2018-06-27
linux-aio: properly bubble up errors from initialization
Nishanth Aravamudan
2018-06-11
block/file-posix: File locking during creation
Max Reitz
2018-06-11
block/file-posix: Pass FD to locking helpers
Max Reitz
2018-06-01
file-posix: Implement bdrv_co_copy_range
Fam Zheng
2018-05-11
block/file-posix: add x-check-page-cache=on|off option
Stefan Hajnoczi
2018-05-11
block/file-posix: implement bdrv_co_invalidate_cache() on Linux
Stefan Hajnoczi
2018-04-03
block/file-posix: Fix fully preallocated truncate
Max Reitz
2018-04-03
block: handle invalid lseek returns gracefully
Jeff Cody
2018-03-09
file-posix: Fix no-op bdrv_truncate() with falloc preallocation
Kevin Wolf
2018-03-09
file-posix: Support .bdrv_co_create
Kevin Wolf
2018-03-02
block: rename .bdrv_create() to .bdrv_co_create_opts()
Stefan Hajnoczi
2018-03-02
file-posix: Switch to .bdrv_co_block_status()
Eric Blake
2018-02-09
block: Simplify bdrv_can_write_zeroes_with_unmap()
Eric Blake
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
[next]