Age | Commit message (Expand) | Author | Files | Lines |
2015-03-10 | block: add bdrv functions for geometry and blocksize | Ekaterina Tumanova | 1 | -0/+15 |
2015-03-10 | qcow2: Allow creation with refcount order != 4 | Max Reitz | 1 | -0/+1 |
2015-03-09 | sheepdog: selectable object size support | Teruaki Ishizaki | 1 | -0/+1 |
2015-02-16 | block: Remove "growable" from BDS | Max Reitz | 1 | -3/+0 |
2015-02-06 | block: add event when disk usage exceeds threshold | Francesco Romani | 1 | -0/+4 |
2015-01-23 | block: update string sizes for filename,backing_file,exact_filename | Jeff Cody | 1 | -4/+4 |
2014-12-10 | block: Make essential BlockDriver objects public | Max Reitz | 1 | -0/+8 |
2014-12-10 | raw: Prohibit dangerous writes for probed images | Kevin Wolf | 1 | -0/+3 |
2014-12-10 | block: Read only one sector for format probing | Kevin Wolf | 1 | -0/+2 |
2014-11-03 | block: Add status callback to bdrv_amend_options() | Max Reitz | 1 | -1/+2 |
2014-11-03 | BlockLimits: introduce max_transfer_length | Peter Lieven | 1 | -0/+3 |
2014-10-20 | block: Lift device model API into BlockBackend | Markus Armbruster | 1 | -5/+7 |
2014-10-20 | block: Rename BlockDriverCompletionFunc to BlockCompletionFunc | Markus Armbruster | 1 | -10/+10 |
2014-10-20 | block: Rename BlockDriverAIOCB* to BlockAIOCB* | Markus Armbruster | 1 | -5/+5 |
2014-10-20 | block: Eliminate BlockDriverState member device_name[] | Markus Armbruster | 1 | -2/+0 |
2014-10-20 | block: Connect BlockBackend to BlockDriverState | Markus Armbruster | 1 | -0/+2 |
2014-09-10 | block: Extract the block accounting code | Benoît Canet | 1 | -0/+1 |
2014-09-10 | block: Extract the BlockAcctStats structure | Benoît Canet | 1 | -4/+1 |
2014-08-29 | block: Add AIO context notifiers | Max Reitz | 1 | -0/+41 |
2014-08-20 | block: Add bdrv_refresh_filename() | Max Reitz | 1 | -0/+6 |
2014-07-18 | block: Add Error argument to bdrv_refresh_limits() | Kevin Wolf | 1 | -1/+1 |
2014-07-07 | block: block: introduce APIs for submitting IO as a batch | Ming Lei | 1 | -0/+5 |
2014-07-01 | block: extend block-commit to accept a string for the backing file | Jeff Cody | 1 | -1/+2 |
2014-07-01 | qemu-img create: add 'nocow' option | Chunyan Liu | 1 | -0/+1 |
2014-06-27 | block: Add replaces argument to drive-mirror | Benoît Canet | 1 | -0/+3 |
2014-06-26 | block: Catch backing files assigned to non-COW drivers | Kevin Wolf | 1 | -0/+3 |
2014-06-23 | qapi event: convert BLOCK_IO_ERROR and BLOCK_JOB_ERROR | Wenchao Xia | 1 | -3/+0 |
2014-06-16 | cleanup QEMUOptionParameter | Chunyan Liu | 1 | -16/+2 |
2014-06-16 | change block layer to support both QemuOpts and QEMUOptionParamter | Chunyan Liu | 1 | -1/+12 |
2014-06-04 | block: Move declaration of bdrv_get_aio_context to block.h | Fam Zheng | 1 | -7/+0 |
2014-06-04 | block: add bdrv_set_aio_context() | Stefan Hajnoczi | 1 | -0/+36 |
2014-05-28 | block: Add backing_blocker in BlockDriverState | Fam Zheng | 1 | -0/+3 |
2014-05-28 | block: Replace in_use with operation blocker | Fam Zheng | 1 | -1/+0 |
2014-05-28 | block: Introduce op_blockers to BlockDriverState | Fam Zheng | 1 | -0/+5 |
2014-05-19 | block: optimize zero writes with bdrv_write_zeroes | Peter Lieven | 1 | -0/+1 |
2014-04-30 | block: Unlink temporary files in raw-posix/win32 | Kevin Wolf | 1 | -1/+0 |
2014-03-19 | block: Add error handling to bdrv_invalidate_cache() | Kevin Wolf | 1 | -1/+1 |
2014-03-13 | block: Rewrite the snapshot authorization mechanism for block filters. | Benoît Canet | 1 | -4/+4 |
2014-01-24 | block: Allow wait_serialising_requests() at any point | Kevin Wolf | 1 | -0/+2 |
2014-01-24 | block: Make overlap range for serialisation dynamic | Kevin Wolf | 1 | -0/+4 |
2014-01-24 | block: Generalise and optimise COR serialisation | Kevin Wolf | 1 | -2/+3 |
2014-01-24 | block: Switch BdrvTrackedRequest to byte granularity | Kevin Wolf | 1 | -2/+2 |
2014-01-24 | raw: Probe required direct I/O alignment | Paolo Bonzini | 1 | -0/+3 |
2014-01-24 | block: rename buffer_alignment to guest_block_size | Paolo Bonzini | 1 | -2/+2 |
2014-01-24 | block: Don't use guest sector size for qemu_blockalign() | Kevin Wolf | 1 | -0/+3 |
2014-01-24 | block: Move initialisation of BlockLimits to bdrv_refresh_limits() | Kevin Wolf | 1 | -0/+2 |
2014-01-24 | block: Create authorizations mechanism for external snapshot and resize. | Benoît Canet | 1 | -3/+9 |
2014-01-24 | block: Add bs->node_name to hold the name of a bs node of the bs graph. | Benoît Canet | 1 | -1/+8 |
2013-12-20 | block: Add commit_active_start() | Fam Zheng | 1 | -3/+19 |
2013-12-05 | block: add opt_transfer_length to BlockLimits | Peter Lieven | 1 | -0/+3 |