Age | Commit message (Expand) | Author |
2016-05-12 | vmdk: Implement .bdrv_co_preadv() interface | Kevin Wolf |
2016-05-12 | vmdk: Add vmdk_find_offset_in_cluster() | Kevin Wolf |
2016-05-12 | vdi: Implement .bdrv_co_pwritev() interface | Kevin Wolf |
2016-05-12 | vdi: Implement .bdrv_co_preadv() interface | Kevin Wolf |
2016-05-12 | dmg: Implement .bdrv_co_preadv() interface | Kevin Wolf |
2016-05-12 | cloop: Implement .bdrv_co_preadv() interface | Kevin Wolf |
2016-05-12 | bochs: Implement .bdrv_co_preadv() interface | Kevin Wolf |
2016-05-12 | block: Introduce .bdrv_co_preadv/pwritev BlockDriver function | Kevin Wolf |
2016-05-12 | block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writev | Kevin Wolf |
2016-05-12 | block: Support AIO drivers in bdrv_driver_preadv/pwritev() | Kevin Wolf |
2016-05-12 | block: Introduce bdrv_driver_pwritev() | Kevin Wolf |
2016-05-12 | block: Introduce bdrv_driver_preadv() | Kevin Wolf |
2016-05-12 | linux-aio: make it more type safe | Paolo Bonzini |
2016-05-12 | block: plug whole tree at once, introduce bdrv_io_unplugged_begin/end | Paolo Bonzini |
2016-05-12 | block: introduce bdrv_no_throttling_begin/end | Paolo Bonzini |
2016-05-12 | block: extract bdrv_drain_poll/bdrv_co_yield_to_drain from bdrv_drain/bdrv_co... | Paolo Bonzini |
2016-05-12 | block: move restarting of throttled reqs to block/throttle-groups.c | Paolo Bonzini |
2016-05-12 | block: make bdrv_start_throttled_reqs return void | Paolo Bonzini |
2016-05-12 | block: Don't disable I/O throttling on sync requests | Kevin Wolf |
2016-04-29 | vvfat: Fix default volume label | Kevin Wolf |
2016-04-29 | vvfat: Fix volume name assertion | Kevin Wolf |
2016-04-22 | mirror: Workaround for unexpected iohandler events during completion | Fam Zheng |
2016-04-20 | mirror: Don't extend the last sub-chunk | Fam Zheng |
2016-04-20 | block/mirror: Refresh stale bitmap iterator cache | Max Reitz |
2016-04-20 | block/mirror: Revive dead yielding code | Max Reitz |
2016-04-19 | block/gluster: prevent data loss after i/o error | Jeff Cody |
2016-04-19 | block/gluster: code movement of qemu_gluster_close() | Jeff Cody |
2016-04-19 | block/gluster: return correct error value | Jeff Cody |
2016-04-15 | block: Don't ignore flags in blk_{,co,aio}_write_zeroes() | Kevin Wolf |
2016-04-15 | block/vpc: update comments to be compliant w/coding guidelines | Jeff Cody |
2016-04-15 | block/vpc: set errp in vpc_open | Jeff Cody |
2016-04-15 | block/vpc: make checks on max table size a bit more lax | Jeff Cody |
2016-04-15 | block/vpc: Use the correct max sector count for VHD images | Jeff Cody |
2016-04-15 | block/vpc: use current_size field for XenConverter VHD images | Jeff Cody |
2016-04-15 | vpc: use current_size field for XenServer VHD images | Stefan Hajnoczi |
2016-04-15 | block/vpc: set errp in vpc_create | Jeff Cody |
2016-04-15 | block: Fix blk_aio_write_zeroes() | Kevin Wolf |
2016-04-12 | qcow2: Prevent backing file names longer than 1023 | Max Reitz |
2016-04-12 | vpc: fix return value check for blk_pwrite | Paolo Bonzini |
2016-04-11 | mirror: Replace bdrv_drain(bs) with bdrv_co_drain(bs) | Fam Zheng |
2016-04-11 | block: Fix bdrv_drain in coroutine | Fam Zheng |
2016-04-05 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2016-04-05 | crypto: Avoid memory leak on failure | Eric Blake |
2016-04-05 | nbd: don't request FUA on FLUSH | Eric Blake |
2016-03-30 | block/nfs: add missing #include "qemu/cutils.h" | Stefan Hajnoczi |
2016-03-30 | block/nfs: add missing #include "qapi/error.h" | Stefan Hajnoczi |
2016-03-30 | block/null-{co,aio}: Implement get_block_status() | Max Reitz |
2016-03-30 | block/null-{co,aio}: Allow reading zeroes | Max Reitz |
2016-03-30 | block: Remove bdrv_(set_)enable_write_cache() | Kevin Wolf |
2016-03-30 | block: Remove BDRV_O_CACHE_WB | Kevin Wolf |