Age | Commit message (Expand) | Author |
2019-12-02 | block/file-posix: Fix laio_init() error handling crash bug | Markus Armbruster |
2019-11-04 | block/file-posix: Let post-EOF fallocate serialize | Max Reitz |
2019-10-28 | Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-28' in... | Peter Maydell |
2019-10-28 | block: Evaluate @exact in protocol drivers | Max Reitz |
2019-10-28 | block: Add @exact parameter to bdrv_co_truncate() | Max Reitz |
2019-10-26 | core: replace getpagesize() with qemu_real_host_page_size | Wei Yang |
2019-10-10 | qapi: query-blockstat: add driver specific file-posix stats | Anton Nefedov |
2019-10-10 | file-posix: account discard operations | Anton Nefedov |
2019-09-10 | file-posix: Fix has_write_zeroes after NO_FALLBACK | Kevin Wolf |
2019-09-10 | block/file-posix: Reduce xfsctl() use | Max Reitz |
2019-09-05 | block: workaround for unaligned byte range in fallocate() | Andrey Shinkevich |
2019-09-03 | file-posix: fix request_alignment typo | Stefan Hajnoczi |
2019-09-03 | block: posix: Always allocate the first block | Nir Soffer |
2019-08-19 | block: Implement .bdrv_has_zero_init_truncate() | Max Reitz |
2019-08-17 | block: fix NetBSD qemu-iotests failure | Paolo Bonzini |
2019-08-16 | file-posix: Handle undetectable alignment | Nir Soffer |
2019-07-12 | file-posix: Use max transfer length/segment count only for SCSI passthrough | Maxim Levitsky |
2019-06-18 | file-posix: Update open_flags in raw_set_perm() | Max Reitz |
2019-06-12 | block/file-posix: update .help of BLOCK_OPT_PREALLOC option | Stefano Garzarella |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster |
2019-05-20 | block/file-posix: Unaligned O_DIRECT block-status | Max Reitz |
2019-05-20 | block/file-posix: Truncate in xfs_write_zeroes() | Max Reitz |
2019-04-02 | block/file-posix: do not fail on unlock bytes | Vladimir Sementsov-Ogievskiy |
2019-03-26 | file-posix: Support BDRV_REQ_NO_FALLBACK for zero writes | Kevin Wolf |
2019-03-14 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell |
2019-03-13 | file-posix: add drop-cache=on|off option | Stefan Hajnoczi |
2019-03-12 | block: Add a 'mutable_opts' field to BlockDriver | Alberto Garcia |
2019-03-12 | file-posix: Make auto-read-only dynamic | Kevin Wolf |
2019-03-12 | file-posix: Prepare permission code for fd switching | Kevin Wolf |
2019-03-12 | file-posix: Lock new fd in raw_reopen_prepare() | Kevin Wolf |
2019-03-12 | file-posix: Store BDRVRawState.reopen_state during reopen | Kevin Wolf |
2019-03-12 | file-posix: Factor out raw_reconfigure_getfd() | Kevin Wolf |
2019-01-31 | block/file-posix: Convert from DPRINTF() macro to trace events | Laurent Vivier |
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 |