Age | Commit message (Expand) | Author |
2019-11-04 | block: Add bdrv_co_get_self_request() | Max Reitz |
2019-11-04 | block: Make wait/mark serialising requests public | Max Reitz |
2019-10-28 | Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-28' in... | Peter Maydell |
2019-10-28 | block: Add @exact parameter to bdrv_co_truncate() | Max Reitz |
2019-10-28 | block: Handle filter truncation like native impl. | Max Reitz |
2019-10-26 | core: replace getpagesize() with qemu_real_host_page_size | Wei Yang |
2019-10-14 | block: Reject misaligned write requests with BDRV_REQ_NO_FALLBACK | Alberto Garcia |
2019-10-14 | replay: add BH oneshot event for block layer | Pavel Dovgalyuk |
2019-10-14 | replay: don't drain/flush bdrv queue while RR is working | Pavel Dovgalyuk |
2019-10-08 | block: Skip COR for inactive nodes | Max Reitz |
2019-09-16 | block: Use QEMU_IS_ALIGNED | Nir Soffer |
2019-09-05 | block: workaround for unaligned byte range in fallocate() | Andrey Shinkevich |
2019-08-27 | block/io: introduce bdrv_co_p{read, write}v_part | Vladimir Sementsov-Ogievskiy |
2019-08-27 | block/io: bdrv_aligned_pwritev: use and support qiov_offset | Vladimir Sementsov-Ogievskiy |
2019-08-27 | block/io: bdrv_aligned_preadv: use and support qiov_offset | Vladimir Sementsov-Ogievskiy |
2019-08-27 | block/io: bdrv_co_do_copy_on_readv: lazy allocation | Vladimir Sementsov-Ogievskiy |
2019-08-27 | block/io: bdrv_co_do_copy_on_readv: use and support qiov_offset | Vladimir Sementsov-Ogievskiy |
2019-08-27 | block: define .*_part io handlers in BlockDriver | Vladimir Sementsov-Ogievskiy |
2019-08-27 | block/io: refactor padding | Vladimir Sementsov-Ogievskiy |
2019-08-27 | util/iov: improve qemu_iovec_is_zero | Vladimir Sementsov-Ogievskiy |
2019-08-16 | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-08-15' into st... | Peter Maydell |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster |
2019-08-15 | block: implement BDRV_REQ_PREFETCH | Vladimir Sementsov-Ogievskiy |
2019-07-22 | block: Dec. drained_end_counter before bdrv_wakeup | Max Reitz |
2019-07-19 | block: Loop unsafely in bdrv*drained_end() | Max Reitz |
2019-07-19 | block: Do not poll in bdrv_do_drained_end() | Max Reitz |
2019-07-19 | block: Make bdrv_parent_drained_[^_]*() static | Max Reitz |
2019-07-19 | block: Add @drained_end_counter | Max Reitz |
2019-07-19 | block: Introduce BdrvChild.parent_quiesce_counter | Max Reitz |
2019-07-02 | block: include base when checking image chain for block allocation | Andrey Shinkevich |
2019-06-04 | block/io: bdrv_pdiscard: support int64_t bytes parameter | Vladimir Sementsov-Ogievskiy |
2019-06-04 | block/io: Delay decrementing the quiesce_counter | Max Reitz |
2019-06-04 | block: avoid recursive block_status call if possible | Vladimir Sementsov-Ogievskiy |
2019-05-20 | block: Use BDRV_REQUEST_MAX_BYTES instead of BDRV_REQUEST_MAX_SECTORS | Alberto Garcia |
2019-05-10 | block: Remove bdrv_read() and bdrv_write() | Alberto Garcia |
2019-05-10 | block/io.c: fix for the allocation failure | Andrey Shinkevich |
2019-03-26 | block: Add BDRV_REQ_NO_FALLBACK | Kevin Wolf |
2019-03-26 | block: Remove error messages in bdrv_make_zero() | Kevin Wolf |
2019-02-22 | block/io: use qemu_iovec_init_buf | Vladimir Sementsov-Ogievskiy |
2019-02-01 | block: Fix hangs in synchronous APIs with iothreads | Kevin Wolf |
2018-09-25 | block: Use a single global AioWait | Kevin Wolf |
2018-09-25 | block: Remove aio_poll() in bdrv_drain_poll variants | Kevin Wolf |
2018-09-25 | block: Add missing locking in bdrv_co_drain_bh_cb() | Kevin Wolf |
2018-07-10 | block: Use common write req handling in truncate | Fam Zheng |
2018-07-10 | block: Fix bdrv_co_truncate overlap check | Fam Zheng |
2018-07-10 | block: Use common req handling in copy offloading | Fam Zheng |
2018-07-10 | block: Use common req handling for discard | Fam Zheng |
2018-07-10 | block: Fix handling of image enlarging write | Fam Zheng |
2018-07-10 | block: Extract common write req handling | Fam Zheng |
2018-07-10 | block: Use uint64_t for BdrvTrackedRequest byte fields | Fam Zheng |