Age | Commit message (Expand) | Author |
2014-02-21 | block: Reuse reference handling from bdrv_open() | Max Reitz |
2014-02-21 | block: Make bdrv_file_open() static | Max Reitz |
2014-02-21 | block: Add reference parameter to bdrv_open() | Max Reitz |
2014-02-21 | block: Change BDS parameter of bdrv_open() to ** | Max Reitz |
2014-02-21 | block: Fix bdrv_is_first_non_filter() | Kevin Wolf |
2014-02-20 | Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging | Peter Maydell |
2014-02-17 | Use error_is_set() only when necessary | Markus Armbruster |
2014-02-14 | block: Open by reference will try device then node_name. | Benoît Canet |
2014-02-14 | block: Relax bdrv_lookup_bs constraints. | Benoît Canet |
2014-02-09 | block: Fix 32 bit truncation in mark_request_serialising() | Kevin Wolf |
2014-02-09 | block: Don't call ROUND_UP with negative values | Kevin Wolf |
2014-02-09 | block: bdrv_aligned_pwritev: Assert overlap range | Kevin Wolf |
2014-02-09 | block: Fix memory leaks in bdrv_co_do_pwritev() | Kevin Wolf |
2014-02-09 | block: Fail gracefully with missing filename | Kevin Wolf |
2014-01-24 | block: Switch bdrv_io_limits_intercept() to byte granularity | Kevin Wolf |
2014-01-24 | qemu-iotests: Test pwritev RMW logic | Kevin Wolf |
2014-01-24 | block: Make bdrv_pwrite() a bdrv_prwv_co() wrapper | Kevin Wolf |
2014-01-24 | block: Make bdrv_pread() a bdrv_prwv_co() wrapper | Kevin Wolf |
2014-01-24 | block: Change coroutine wrapper to byte granularity | Kevin Wolf |
2014-01-24 | block: Assert serialisation assumptions in pwritev | Kevin Wolf |
2014-01-24 | block: Align requests in bdrv_co_do_pwritev() | Kevin Wolf |
2014-01-24 | block: Allow wait_serialising_requests() at any point | Kevin Wolf |
2014-01-24 | block: Make overlap range for serialisation dynamic | Kevin Wolf |
2014-01-24 | block: Generalise and optimise COR serialisation | Kevin Wolf |
2014-01-24 | block: Make zero-after-EOF work with larger alignment | Kevin Wolf |
2014-01-24 | block: Allow waiting for overlapping requests between begin/end | Kevin Wolf |
2014-01-24 | block: Switch BdrvTrackedRequest to byte granularity | Kevin Wolf |
2014-01-24 | block: Introduce bdrv_co_do_pwritev() | Kevin Wolf |
2014-01-24 | block: write: Handle COR dependency after I/O throttling | Kevin Wolf |
2014-01-24 | block: Introduce bdrv_aligned_pwritev() | Kevin Wolf |
2014-01-24 | block: Introduce bdrv_co_do_preadv() | Kevin Wolf |
2014-01-24 | block: Introduce bdrv_aligned_preadv() | Kevin Wolf |
2014-01-24 | raw: Probe required direct I/O alignment | Paolo Bonzini |
2014-01-24 | block: rename buffer_alignment to guest_block_size | Paolo Bonzini |
2014-01-24 | block: Don't use guest sector size for qemu_blockalign() | Kevin Wolf |
2014-01-24 | block: Detect unaligned length in bdrv_qiov_is_aligned() | Kevin Wolf |
2014-01-24 | block: Update BlockLimits when they might have changed | Kevin Wolf |
2014-01-24 | block: Inherit opt_transfer_length | Kevin Wolf |
2014-01-24 | block: Move initialisation of BlockLimits to bdrv_refresh_limits() | Kevin Wolf |
2014-01-24 | block: Fix bdrv_commit return value | Kevin Wolf |
2014-01-24 | block: resize backing file image during offline commit, if necessary | Jeff Cody |
2014-01-24 | block: Create authorizations mechanism for external snapshot and resize. | Benoît Canet |
2014-01-24 | qmp: Allow to change password on named block driver states. | Benoît Canet |
2014-01-24 | qmp: Add QMP query-named-block-nodes to list the named BlockDriverState nodes. | Benoît Canet |
2014-01-24 | block: Allow the user to define "node-name" option both on command line and QMP. | Benoît Canet |
2014-01-24 | block: Add bs->node_name to hold the name of a bs node of the bs graph. | Benoît Canet |
2014-01-22 | block: fix backing file segfault | Peter Feiner |
2014-01-22 | block: Allow recursive "file"s | Max Reitz |
2014-01-22 | block: Use bdrv_open_image() in bdrv_open() | Max Reitz |
2014-01-22 | block: Add bdrv_open_image() | Max Reitz |