Age | Commit message (Expand) | Author |
2013-09-06 | vvfat: use bdrv_new() to allocate BlockDriverState | Fam Zheng |
2013-09-06 | w32: Fix access to host devices (regression) | Stefan Weil |
2013-09-06 | block: Add iops_size to do the iops accounting for a given io size. | Benoît Canet |
2013-09-06 | block: Add support for throttling burst max in QMP and the command line. | Benoît Canet |
2013-09-06 | block: Enable the new throttling code in the block layer. | Benoît Canet |
2013-09-03 | Merge remote-tracking branch 'kwolf/for-anthony' into staging | Anthony Liguori |
2013-09-02 | qcow2_check: Mark image consistent | Max Reitz |
2013-09-02 | qcow2-refcount: Repair shared refcount blocks | Max Reitz |
2013-09-01 | curl: qemu_bh_new() can never return NULL | Stefan Hajnoczi |
2013-09-01 | misc: Fix some typos in names and comments | Stefan Weil |
2013-08-30 | qcow2-refcount: Repair OFLAG_COPIED errors | Max Reitz |
2013-08-30 | qcow2-refcount: Move OFLAG_COPIED checks | Max Reitz |
2013-08-30 | qcow2: Employ metadata overlap checks | Max Reitz |
2013-08-30 | qcow2: Metadata overlap checks | Max Reitz |
2013-08-30 | qcow2: Add corrupt bit | Max Reitz |
2013-08-30 | qcow2-refcount: Snapshot update for zero clusters | Max Reitz |
2013-08-30 | gluster: Abort on AIO completion failure | Bharata B Rao |
2013-08-30 | block: Remove old raw driver | Kevin Wolf |
2013-08-30 | switch raw block driver from "raw.o" to "raw_bsd.o" | Laszlo Ersek |
2013-08-30 | raw_bsd: register bdrv_raw | Laszlo Ersek |
2013-08-30 | raw_bsd: add raw_create_options | Laszlo Ersek |
2013-08-30 | raw_bsd: introduce "special members" | Laszlo Ersek |
2013-08-30 | raw_bsd: add raw_create() | Laszlo Ersek |
2013-08-30 | raw_bsd: emit debug events in bdrv_co_readv() and bdrv_co_writev() | Laszlo Ersek |
2013-08-30 | add skeleton for BSD licensed "raw" BlockDriver | Laszlo Ersek |
2013-08-30 | block/qcow2.h: Avoid "1LL << 63" (shifts into sign bit) | Peter Maydell |
2013-08-30 | qcow2: Change default for new images to compat=1.1 | Kevin Wolf |
2013-08-22 | win32-aio: drop win32_aio_flush_cb() | Stefan Hajnoczi |
2013-08-22 | aio / timers: Switch entire codebase to the new timer API | Alex Bligh |
2013-08-22 | aio / timers: convert block_job_sleep_ns and co_sleep_ns to new API | Alex Bligh |
2013-08-22 | vmdk: support vmfs files | Paolo Bonzini |
2013-08-22 | vmdk: support vmfsSparse files | Fam Zheng |
2013-08-22 | vmdk: fix L1 and L2 table size in vmdk3 open | Fam Zheng |
2013-08-22 | vmdk: Move l1_size check into vmdk_add_extent() | Fam Zheng |
2013-08-22 | block: Introduce bs->zero_beyond_eof | Asias He |
2013-08-21 | qcow2: Change default for new images to compat=1.1 | Kevin Wolf |
2013-08-19 | aio: drop io_flush argument | Stefan Hajnoczi |
2013-08-19 | block/ssh: drop return_true() | Stefan Hajnoczi |
2013-08-19 | block/sheepdog: drop have_co_req() and aio_flush_request() | Stefan Hajnoczi |
2013-08-19 | block/rbd: drop qemu_rbd_aio_flush_cb() | Stefan Hajnoczi |
2013-08-19 | block/nbd: drop nbd_have_request() | Stefan Hajnoczi |
2013-08-19 | block/linux-aio: drop qemu_laio_completion_cb() | Stefan Hajnoczi |
2013-08-19 | block/iscsi: drop iscsi_process_flush() | Stefan Hajnoczi |
2013-08-19 | block/gluster: drop qemu_gluster_aio_flush_cb() | Stefan Hajnoczi |
2013-08-19 | block/curl: drop curl_aio_flush() | Stefan Hajnoczi |
2013-08-19 | block: stop relying on io_flush() in bdrv_drain_all() | Stefan Hajnoczi |
2013-08-12 | raw: add license header | Paolo Bonzini |
2013-08-06 | vmdk: rename num_gtes_per_gte to num_gtes_per_gt | Fam Zheng |
2013-08-06 | vmdk: use heap allocation for whole_grain | Fam Zheng |
2013-08-06 | vmdk: check l1 size before opening image | Fam Zheng |