aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2016-05-12cloop: Implement .bdrv_co_preadv() interfaceKevin Wolf1-16/+22
2016-05-12bochs: Implement .bdrv_co_preadv() interfaceKevin Wolf1-18/+33
2016-05-12block: Introduce .bdrv_co_preadv/pwritev BlockDriver functionKevin Wolf1-6/+22
2016-05-12block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writevKevin Wolf3-16/+16
2016-05-12block: Support AIO drivers in bdrv_driver_preadv/pwritev()Kevin Wolf1-74/+52
2016-05-12block: Introduce bdrv_driver_pwritev()Kevin Wolf4-40/+36
2016-05-12block: Introduce bdrv_driver_preadv()Kevin Wolf1-7/+23
2016-05-12linux-aio: make it more type safePaolo Bonzini3-38/+27
2016-05-12block: plug whole tree at once, introduce bdrv_io_unplugged_begin/endPaolo Bonzini4-42/+65
2016-05-12block: introduce bdrv_no_throttling_begin/endPaolo Bonzini3-16/+27
2016-05-12block: extract bdrv_drain_poll/bdrv_co_yield_to_drain from bdrv_drain/bdrv_co...Paolo Bonzini1-12/+23
2016-05-12block: move restarting of throttled reqs to block/throttle-groups.cPaolo Bonzini2-14/+15
2016-05-12block: make bdrv_start_throttled_reqs return voidPaolo Bonzini1-6/+2
2016-05-12block: Don't disable I/O throttling on sync requestsKevin Wolf1-11/+0
2016-05-12qapi: Split visit_end_struct() into piecesEric Blake1-6/+8
2016-04-29vvfat: Fix default volume labelKevin Wolf1-0/+2
2016-04-29vvfat: Fix volume name assertionKevin Wolf1-1/+6
2016-04-22mirror: Workaround for unexpected iohandler events during completionFam Zheng1-0/+9
2016-04-20mirror: Don't extend the last sub-chunkFam Zheng1-4/+15
2016-04-20block/mirror: Refresh stale bitmap iterator cacheMax Reitz1-0/+5
2016-04-20block/mirror: Revive dead yielding codeMax Reitz1-11/+12
2016-04-19block/gluster: prevent data loss after i/o errorJeff Cody1-1/+52
2016-04-19block/gluster: code movement of qemu_gluster_close()Jeff Cody1-11/+11
2016-04-19block/gluster: return correct error valueJeff Cody1-1/+1
2016-04-15block: Don't ignore flags in blk_{,co,aio}_write_zeroes()Kevin Wolf1-3/+4
2016-04-15block/vpc: update comments to be compliant w/coding guidelinesJeff Cody1-34/+34
2016-04-15block/vpc: set errp in vpc_openJeff Cody1-0/+9
2016-04-15block/vpc: make checks on max table size a bit more laxJeff Cody1-4/+0
2016-04-15block/vpc: Use the correct max sector count for VHD imagesJeff Cody1-5/+5
2016-04-15block/vpc: use current_size field for XenConverter VHD imagesJeff Cody1-0/+2
2016-04-15vpc: use current_size field for XenServer VHD imagesStefan Hajnoczi1-1/+3
2016-04-15block/vpc: set errp in vpc_createJeff Cody1-0/+5
2016-04-15block: Fix blk_aio_write_zeroes()Kevin Wolf1-7/+13
2016-04-12qcow2: Prevent backing file names longer than 1023Max Reitz1-0/+4
2016-04-12vpc: fix return value check for blk_pwritePaolo Bonzini1-1/+1
2016-04-11mirror: Replace bdrv_drain(bs) with bdrv_co_drain(bs)Fam Zheng1-1/+1
2016-04-11block: Fix bdrv_drain in coroutineFam Zheng1-0/+45
2016-04-05Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-6/+6
2016-04-05crypto: Avoid memory leak on failureEric Blake1-6/+6
2016-04-05nbd: don't request FUA on FLUSHEric Blake1-4/+0
2016-03-30block/nfs: add missing #include "qemu/cutils.h"Stefan Hajnoczi1-0/+1
2016-03-30block/nfs: add missing #include "qapi/error.h"Stefan Hajnoczi1-0/+1
2016-03-30block/null-{co,aio}: Implement get_block_status()Max Reitz1-0/+22
2016-03-30block/null-{co,aio}: Allow reading zeroesMax Reitz1-0/+20
2016-03-30block: Remove bdrv_(set_)enable_write_cache()Kevin Wolf2-2/+0
2016-03-30block: Remove BDRV_O_CACHE_WBKevin Wolf2-13/+1
2016-03-30raw: Support BDRV_REQ_FUAKevin Wolf1-3/+14
2016-03-30nbd: Support BDRV_REQ_FUAKevin Wolf3-8/+34
2016-03-30iscsi: Support BDRV_REQ_FUAKevin Wolf1-16/+14
2016-03-30block: Introduce bdrv_co_writev_flags()Kevin Wolf1-1/+8