Age | Commit message (Expand) | Author |
2014-06-16 | cleanup QEMUOptionParameter | Chunyan Liu |
2014-06-16 | sheepdog.c: replace QEMUOptionParameter with QemuOpts | Chunyan Liu |
2014-06-06 | sheepdog: reload only header in a case of live snapshot | Hitoshi Mitake |
2014-06-06 | sheepdog: fix vdi object update after live snapshot | Hitoshi Mitake |
2014-06-04 | sheepdog: implement .bdrv_detach/attach_aio_context() | Stefan Hajnoczi |
2014-05-30 | block/sheepdog: Plug memory leak in sd_snapshot_create() | Markus Armbruster |
2014-05-28 | block/sheepdog: Don't use qerror_report() | Markus Armbruster |
2014-05-28 | block/sheepdog: Fix silent sd_open(), sd_create() failures | Markus Armbruster |
2014-05-28 | block/sheepdog: Propagate errors to open and create methods | Markus Armbruster |
2014-05-28 | block/sheepdog: Propagate errors through find_vdi_name() | Markus Armbruster |
2014-05-28 | block/sheepdog: Propagate errors through do_sd_create() | Markus Armbruster |
2014-05-28 | block/sheepdog: Propagate errors through sd_prealloc() | Markus Armbruster |
2014-05-28 | block/sheepdog: Propagate errors through get_sheep_fd() | Markus Armbruster |
2014-05-28 | block/sheepdog: Propagate errors through connect_to_sdog() | Markus Armbruster |
2014-04-30 | block: Use correct width in format strings | Max Reitz |
2014-03-25 | Fixed various typos | Deepak Kathayat |
2014-02-21 | block: Make bdrv_file_open() static | Max Reitz |
2014-02-17 | Use error_is_set() only when necessary | Markus Armbruster |
2014-01-24 | sheepdog: fix 'qemu-img map' | Liu Yuan |
2014-01-22 | block: Allow reference for bdrv_file_open() | Max Reitz |
2014-01-22 | sheepdog: fix clone operation by 'qemu-img create -b' | Liu Yuan |
2014-01-14 | Merge remote branch 'luiz/queue/qmp' into qmpq | Edgar E. Iglesias |
2014-01-06 | qemu-option: Remove qemu_opts_create_nofail | Peter Crosthwaite |
2013-12-20 | sheepdog: fix dynamic grow for running qcow2 format | Liu Yuan |
2013-12-13 | sheepdog: check if '-o redundancy' is passed from user | Liu Yuan |
2013-11-29 | sheepdog: support user-defined redundancy option | Liu Yuan |
2013-11-29 | sheepdog: refactor do_sd_create() | Liu Yuan |
2013-11-28 | sheepdog: implement .bdrv_get_allocated_file_size | Liu Yuan |
2013-10-30 | sheepdog: check simultaneous create in resend_aioreq | MORITA Kazutaka |
2013-10-30 | sheepdog: cancel aio requests if possible | MORITA Kazutaka |
2013-10-30 | sheepdog: make add_aio_request and send_aioreq void functions | MORITA Kazutaka |
2013-10-30 | sheepdog: try to reconnect to sheepdog after network error | MORITA Kazutaka |
2013-10-30 | sheepdog: reload inode outside of resend_aioreq | MORITA Kazutaka |
2013-10-30 | sheepdog: handle vdi objects in resend_aio_req | MORITA Kazutaka |
2013-10-30 | sheepdog: check return values of qemu_co_recv/send correctly | MORITA Kazutaka |
2013-10-28 | sheepdog: pass copy_policy in the request | Liu Yuan |
2013-10-28 | sheepdog: explicitly set copies as type uint8_t | Liu Yuan |
2013-09-25 | block: introduce BlockDriver.bdrv_needs_filename to enable some drivers. | BenoƮt Canet |
2013-09-12 | block: Error parameter for open functions | Max Reitz |
2013-09-12 | bdrv: Use "Error" for creating images | Max Reitz |
2013-09-12 | bdrv: Use "Error" for opening images | Max Reitz |
2013-09-12 | snapshot: distinguish id and name in snapshot delete | Wenchao Xia |
2013-09-06 | block: return get_block_status data and flags for formats | Paolo Bonzini |
2013-09-06 | block: introduce bdrv_get_block_status API | Paolo Bonzini |
2013-09-06 | block: make bdrv_delete() static | Fam Zheng |
2013-08-19 | aio: drop io_flush argument | Stefan Hajnoczi |
2013-08-19 | block/sheepdog: drop have_co_req() and aio_flush_request() | Stefan Hajnoczi |
2013-08-06 | sheepdog: add missing .bdrv_has_zero_init | Liu Yuan |
2013-07-29 | block/sheepdog: Rename 'dprintf' to 'DPRINTF' | Peter Maydell |
2013-07-15 | block: Don't parse protocol from file.filename | Kevin Wolf |