summaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-04throttle: add throttle_detach/attach_aio_context()Stefan Hajnoczi1-0/+7
2014-06-04block: add bdrv_set_aio_context()Stefan Hajnoczi1-2/+55
2014-06-04block: acquire AioContext in bdrv_drain_all()Stefan Hajnoczi1-14/+11
2014-06-04block: acquire AioContext in bdrv_*_all()Stefan Hajnoczi1-1/+23
2014-06-04block: use BlockDriverState AioContextStefan Hajnoczi1-9/+18
2014-05-30block: Plug memory leak on brv_open_image() error pathMarkus Armbruster1-0/+1
2014-05-28block: Drop redundant bdrv_refresh_limitsFam Zheng1-3/+0
2014-05-28block: Add backing_blocker in BlockDriverStateFam Zheng1-4/+19
2014-05-28block: Use bdrv_set_backing_hd everywhereFam Zheng1-4/+2
2014-05-28block: Add bdrv_set_backing_hd()Fam Zheng1-13/+23
2014-05-28block: Replace in_use with operation blockerFam Zheng1-17/+7
2014-05-28block: Introduce op_blockers to BlockDriverStateFam Zheng1-0/+76
2014-05-19block: optimize zero writes with bdrv_write_zeroesPeter Lieven1-0/+9
2014-05-19block: Allow JSON filenamesMax Reitz1-0/+41
2014-05-19block: Fix bdrv_is_allocated() for short backing filesKevin Wolf1-4/+6
2014-05-09block: Fix open flags with BDRV_O_SNAPSHOTKevin Wolf1-15/+19
2014-04-30block: Fix open_flags in bdrv_reopen()Kevin Wolf1-1/+4
2014-04-30Revert "block: another bdrv_append fix"Kevin Wolf1-1/+0
2014-04-30block: Unlink temporary files in raw-posix/win32Kevin Wolf1-26/+10
2014-04-30block: Remove BDRV_O_COPY_ON_READ for bs->fileKevin Wolf1-1/+1
2014-04-30block: Create bdrv_backing_flags()Kevin Wolf1-6/+17
2014-04-30block: Create bdrv_inherited_flags()Kevin Wolf1-2/+26
2014-04-29block: Ignore duplicate or NULL format_name in bdrv_iterate_formatJeff Cody1-1/+16
2014-04-25Use error_is_set() only when necessary (again)Markus Armbruster1-1/+1
2014-04-25block: Prevent coroutine stack overflow when recursing in bdrv_open_backing_f...Benoît Canet1-15/+18
2014-04-22block: Catch duplicate IDs in bdrv_new()Kevin Wolf1-0/+11
2014-04-22block: Add errp to bdrv_new()Kevin Wolf1-3/+3
2014-04-22block: Remove -errno return value from bdrv_assign_node_nameKevin Wolf1-12/+11
2014-04-22block: Handle error of bdrv_getlength in bdrv_create_dirty_bitmapFam Zheng1-2/+9
2014-04-22block: Check bdrv_getlength() return value in bdrv_make_zero()Kevin Wolf1-1/+7
2014-04-22block: Catch integer overflow in bdrv_rw_co()Kevin Wolf1-0/+4
2014-04-22block: Limit size to INT_MAX in bdrv_check_byte_request()Kevin Wolf1-0/+4
2014-04-22block: Fix nb_sectors check in bdrv_check_byte_request()Kevin Wolf1-1/+1
2014-04-04block: Check bdrv_getlength() return value in bdrv_append_temp_snapshot()Kevin Wolf1-1/+6
2014-04-04block: Fix snapshot=on for protocol parsed from filenameKevin Wolf1-70/+78
2014-04-04block: Don't parse 'filename' optionKevin Wolf1-4/+4
2014-04-01block: Limit request size (CVE-2014-0143)Kevin Wolf1-0/+4
2014-03-19block: Add error handling to bdrv_invalidate_cache()Kevin Wolf1-6/+22
2014-03-14blockdev: Refuse to open encrypted image unless pausedMarkus Armbruster1-1/+8
2014-03-13block: Unlink temporary fileMax Reitz1-1/+1
2014-03-13block: Rewrite the snapshot authorization mechanism for block filters.Benoît Canet1-26/+21
2014-03-13block: bs->drv may be NULL in bdrv_debug_resume()Max Reitz1-1/+1
2014-03-13block: Update image size in bdrv_invalidate_cache()Kevin Wolf1-1/+9
2014-03-06block: Fix error path segfault in bdrv_open()Kevin Wolf1-0/+1
2014-03-06block: Keep "filename" option after parsingMax Reitz1-1/+6
2014-03-06block: make bdrv_swap rebuild the bs graph node list field.Benoît Canet1-5/+19
2014-03-05block: Fix bs->request_alignment assertion for bs->sg=1Kevin Wolf1-1/+1
2014-02-28block: use /var/tmp instead of /tmp for -snapshotAmit Shah1-2/+3
2014-02-21block: Remove bdrv_open_image()'s force_raw optionMax Reitz1-23/+4
2014-02-21block: Reuse success path from bdrv_open()Max Reitz1-34/+29