aboutsummaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)Author
2014-03-19block: Add error handling to bdrv_invalidate_cache()Kevin Wolf
2014-03-14blockdev: Refuse to open encrypted image unless pausedMarkus Armbruster
2014-03-13block: Unlink temporary fileMax Reitz
2014-03-13block: Rewrite the snapshot authorization mechanism for block filters.Benoît Canet
2014-03-13block: bs->drv may be NULL in bdrv_debug_resume()Max Reitz
2014-03-13block: Update image size in bdrv_invalidate_cache()Kevin Wolf
2014-03-06block: Fix error path segfault in bdrv_open()Kevin Wolf
2014-03-06block: Keep "filename" option after parsingMax Reitz
2014-03-06block: make bdrv_swap rebuild the bs graph node list field.Benoît Canet
2014-03-05block: Fix bs->request_alignment assertion for bs->sg=1Kevin Wolf
2014-02-28block: use /var/tmp instead of /tmp for -snapshotAmit Shah
2014-02-21block: Remove bdrv_open_image()'s force_raw optionMax Reitz
2014-02-21block: Reuse success path from bdrv_open()Max Reitz
2014-02-21block: Handle bs->options in bdrv_open() onlyMax Reitz
2014-02-21block: Remove bdrv_new() from bdrv_file_open()Max Reitz
2014-02-21block: Reuse reference handling from bdrv_open()Max Reitz
2014-02-21block: Make bdrv_file_open() staticMax Reitz
2014-02-21block: Add reference parameter to bdrv_open()Max Reitz
2014-02-21block: Change BDS parameter of bdrv_open() to **Max Reitz
2014-02-21block: Fix bdrv_is_first_non_filter()Kevin Wolf
2014-02-20Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster
2014-02-14block: Open by reference will try device then node_name.Benoît Canet
2014-02-14block: Relax bdrv_lookup_bs constraints.Benoît Canet
2014-02-09block: Fix 32 bit truncation in mark_request_serialising()Kevin Wolf
2014-02-09block: Don't call ROUND_UP with negative valuesKevin Wolf
2014-02-09block: bdrv_aligned_pwritev: Assert overlap rangeKevin Wolf
2014-02-09block: Fix memory leaks in bdrv_co_do_pwritev()Kevin Wolf
2014-02-09block: Fail gracefully with missing filenameKevin Wolf
2014-01-24block: Switch bdrv_io_limits_intercept() to byte granularityKevin Wolf
2014-01-24qemu-iotests: Test pwritev RMW logicKevin Wolf
2014-01-24block: Make bdrv_pwrite() a bdrv_prwv_co() wrapperKevin Wolf
2014-01-24block: Make bdrv_pread() a bdrv_prwv_co() wrapperKevin Wolf
2014-01-24block: Change coroutine wrapper to byte granularityKevin Wolf
2014-01-24block: Assert serialisation assumptions in pwritevKevin Wolf
2014-01-24block: Align requests in bdrv_co_do_pwritev()Kevin Wolf
2014-01-24block: Allow wait_serialising_requests() at any pointKevin Wolf
2014-01-24block: Make overlap range for serialisation dynamicKevin Wolf
2014-01-24block: Generalise and optimise COR serialisationKevin Wolf
2014-01-24block: Make zero-after-EOF work with larger alignmentKevin Wolf
2014-01-24block: Allow waiting for overlapping requests between begin/endKevin Wolf
2014-01-24block: Switch BdrvTrackedRequest to byte granularityKevin Wolf
2014-01-24block: Introduce bdrv_co_do_pwritev()Kevin Wolf
2014-01-24block: write: Handle COR dependency after I/O throttlingKevin Wolf
2014-01-24block: Introduce bdrv_aligned_pwritev()Kevin Wolf
2014-01-24block: Introduce bdrv_co_do_preadv()Kevin Wolf
2014-01-24block: Introduce bdrv_aligned_preadv()Kevin Wolf
2014-01-24raw: Probe required direct I/O alignmentPaolo Bonzini
2014-01-24block: rename buffer_alignment to guest_block_sizePaolo Bonzini
2014-01-24block: Don't use guest sector size for qemu_blockalign()Kevin Wolf