Age | Commit message (Expand) | Author | Files | Lines |
2020-12-18 | block/io: split out bdrv_find_conflicting_request | Vladimir Sementsov-Ogievskiy | 1 | -30/+41 |
2020-12-18 | block/io.c: drop assertion on double waiting for request serialisation | Vladimir Sementsov-Ogievskiy | 1 | -10/+1 |
2020-12-11 | block: Fix deadlock in bdrv_co_yield_to_drain() | Kevin Wolf | 1 | -17/+24 |
2020-12-11 | block: introduce BDRV_MAX_LENGTH | Vladimir Sementsov-Ogievskiy | 1 | -9/+42 |
2020-12-11 | block/io: bdrv_check_byte_request(): drop bdrv_is_inserted() | Vladimir Sementsov-Ogievskiy | 1 | -13/+12 |
2020-12-11 | block/io: bdrv_refresh_limits(): use ERRP_GUARD | Vladimir Sementsov-Ogievskiy | 1 | -4/+3 |
2020-10-30 | block: Return depth level during bdrv_is_allocated_above | Eric Blake | 1 | -8/+23 |
2020-10-27 | block: End quiescent sections when a BDS is deleted | Greg Kurz | 1 | -0/+13 |
2020-10-27 | qcow2: Skip copy-on-write when allocating a zero cluster | Alberto Garcia | 1 | -0/+27 |
2020-10-27 | qcow2: Report BDRV_BLOCK_ZERO more accurately in bdrv_co_block_status() | Alberto Garcia | 1 | -4/+4 |
2020-10-23 | block/io: fix bdrv_is_allocated_above | Vladimir Sementsov-Ogievskiy | 1 | -38/+5 |
2020-10-23 | block/io: bdrv_common_block_status_above: support bs == base | Vladimir Sementsov-Ogievskiy | 1 | -1/+5 |
2020-10-23 | block/io: bdrv_common_block_status_above: support include_base | Vladimir Sementsov-Ogievskiy | 1 | -7/+14 |
2020-10-23 | block/io: fix bdrv_co_block_status_above | Vladimir Sementsov-Ogievskiy | 1 | -14/+54 |
2020-10-05 | block/io: refactor save/load vmstate | Vladimir Sementsov-Ogievskiy | 1 | -33/+35 |
2020-10-05 | block: drop bdrv_prwv | Vladimir Sementsov-Ogievskiy | 1 | -40/+9 |
2020-10-05 | block: generate coroutine-wrapper code | Vladimir Sementsov-Ogievskiy | 1 | -212/+0 |
2020-10-05 | block: declare some coroutine functions in block/coroutines.h | Vladimir Sementsov-Ogievskiy | 1 | -17/+17 |
2020-10-05 | block/io: refactor coroutine wrappers | Vladimir Sementsov-Ogievskiy | 1 | -28/+32 |
2020-09-23 | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi | 1 | -24/+24 |
2020-09-07 | block: Inline bdrv_co_block_status_from_*() | Max Reitz | 1 | -34/+17 |
2020-09-07 | block: Use CAF in bdrv_co_rw_vmstate() | Max Reitz | 1 | -2/+3 |
2020-09-07 | block: Iterate over children in refresh_limits | Max Reitz | 1 | -16/+16 |
2020-09-07 | block: Flush all children in generic code | Max Reitz | 1 | -6/+17 |
2020-09-07 | block: Use bdrv_cow_child() in bdrv_co_truncate() | Max Reitz | 1 | -3/+4 |
2020-09-07 | block: Use CAFs in block status functions | Max Reitz | 1 | -9/+10 |
2020-09-07 | block: Use bdrv_filter_(bs|child) where obvious | Max Reitz | 1 | -2/+5 |
2020-07-28 | block: Fix bdrv_aligned_p*v() for qiov_offset != 0 | Max Reitz | 1 | -4/+6 |
2020-07-06 | block: drop unallocated_blocks_are_zero | Vladimir Sementsov-Ogievskiy | 1 | -7/+2 |
2020-07-06 | block: inline bdrv_unallocated_blocks_are_zero() | Vladimir Sementsov-Ogievskiy | 1 | -3/+8 |
2020-06-05 | block: Factor out bdrv_run_co() | Vladimir Sementsov-Ogievskiy | 1 | -121/+72 |
2020-05-18 | block: Rename BdrvChildRole to BdrvChildClass | Max Reitz | 1 | -11/+11 |
2020-05-05 | block: Comment cleanups | Eric Blake | 1 | -1/+2 |
2020-04-30 | block: truncate: Don't make backing file data visible | Kevin Wolf | 1 | -0/+25 |
2020-04-30 | block: Add flags to bdrv(_co)_truncate() | Kevin Wolf | 1 | -5/+7 |
2020-04-30 | block: Add flags to BlockDriver.bdrv_co_truncate() | Kevin Wolf | 1 | -1/+7 |
2020-03-16 | block/io: fix bdrv_co_do_copy_on_readv | Vladimir Sementsov-Ogievskiy | 1 | -1/+1 |
2020-02-07 | block: fix crash on zero-length unaligned write and read | Vladimir Sementsov-Ogievskiy | 1 | -1/+27 |
2020-01-30 | block/io: take bs->reqs_lock in bdrv_mark_request_serialising | Paolo Bonzini | 1 | -49/+63 |
2020-01-30 | block/io: wait for serialising requests when a request becomes serialising | Paolo Bonzini | 1 | -23/+17 |
2020-01-30 | block: eliminate BDRV_REQ_NO_SERIALISING | Paolo Bonzini | 1 | -14/+4 |
2019-11-04 | block: Add bdrv_co_get_self_request() | Max Reitz | 1 | -0/+18 |
2019-11-04 | block: Make wait/mark serialising requests public | Max Reitz | 1 | -12/+12 |
2019-10-28 | Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-28' in... | Peter Maydell | 1 | -12/+17 |
2019-10-28 | block: Add @exact parameter to bdrv_co_truncate() | Max Reitz | 1 | -7/+13 |
2019-10-28 | block: Handle filter truncation like native impl. | Max Reitz | 1 | -7/+6 |
2019-10-26 | core: replace getpagesize() with qemu_real_host_page_size | Wei Yang | 1 | -1/+1 |
2019-10-14 | block: Reject misaligned write requests with BDRV_REQ_NO_FALLBACK | Alberto Garcia | 1 | -0/+7 |
2019-10-14 | replay: add BH oneshot event for block layer | Pavel Dovgalyuk | 1 | -2/+2 |
2019-10-14 | replay: don't drain/flush bdrv queue while RR is working | Pavel Dovgalyuk | 1 | -0/+28 |