Age | Commit message (Expand) | Author |
2017-06-26 | blkverify: Catch bs->exact_filename overflow | Max Reitz |
2017-05-09 | qobject: Use simpler QDict/QList scalar insertion macros | Eric Blake |
2017-05-08 | qobject: Drop useless QObject casts | Eric Blake |
2017-04-27 | block: Do not unref bs->file on error in BD's open | Max Reitz |
2017-02-28 | block: Request child permissions in filter drivers | Kevin Wolf |
2017-01-09 | blkverify: Implement bdrv_co_preadv/pwritev/flush | Kevin Wolf |
2016-10-07 | block: use aio_bh_schedule_oneshot | Paolo Bonzini |
2016-07-05 | block: Convert bdrv_aio_writev() to BdrvChild | Kevin Wolf |
2016-07-05 | block: Convert bdrv_aio_readv() to BdrvChild | Kevin Wolf |
2016-05-19 | block: Propagate AioContext change to all children | Max Reitz |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-01-20 | block: Clean up includes | Peter Maydell |
2015-12-18 | block: Pass driver-specific options to .bdrv_refresh_filename() | Kevin Wolf |
2015-10-16 | blkverify: Fix BDS leak in .bdrv_open error path | Kevin Wolf |
2015-10-16 | block: Convert bs->file to BdrvChild | Kevin Wolf |
2015-10-16 | blkverify: Convert s->test_file to BdrvChild | Kevin Wolf |
2015-06-12 | block: Move flag inheritance to bdrv_open_inherit() | Kevin Wolf |
2014-10-20 | block: Rename BlockDriverCompletionFunc to BlockCompletionFunc | Markus Armbruster |
2014-10-20 | block: Rename BlockDriverAIOCB* to BlockAIOCB* | Markus Armbruster |
2014-09-22 | block: Rename qemu_aio_release -> qemu_aio_unref | Fam Zheng |
2014-09-22 | blkverify: Drop blkverify_aiocb_info.cancel | Fam Zheng |
2014-08-29 | blkverify: Fix leak of opts in blkverify_open | Fam Zheng |
2014-08-20 | blkverify: Implement bdrv_refresh_filename() | Max Reitz |
2014-06-04 | blkverify: implement .bdrv_detach/attach_aio_context() | Stefan Hajnoczi |
2014-03-13 | block: Rewrite the snapshot authorization mechanism for block filters. | Benoît Canet |
2014-02-21 | blkverify: Extract qemu_iovec_clone() and qemu_iovec_compare() from blkverify. | Benoît Canet |
2014-02-21 | block: Remove bdrv_open_image()'s force_raw option | Max Reitz |
2014-02-21 | block: Change BDS parameter of bdrv_open() to ** | Max Reitz |
2014-02-17 | Use error_is_set() only when necessary | Markus Armbruster |
2014-01-24 | block: Create authorizations mechanism for external snapshot and resize. | Benoît Canet |
2014-01-22 | blkverify: Don't require protocol filename | Max Reitz |
2014-01-22 | blkverify: Allow command-line configuration | Max Reitz |
2014-01-22 | block: Allow reference for bdrv_file_open() | Max Reitz |
2014-01-06 | qemu-option: Remove qemu_opts_create_nofail | Peter Crosthwaite |
2013-10-11 | blkverify: Employ error parameter | Max Reitz |
2013-10-11 | block: Add BlockDriver.bdrv_check_ext_snapshot. | Benoît Canet |
2013-09-12 | block: Error parameter for open functions | Max Reitz |
2013-09-12 | bdrv: Use "Error" for opening images | Max Reitz |
2013-09-06 | block: make bdrv_delete() static | Fam Zheng |
2013-04-22 | block: Remove filename parameter from .bdrv_file_open() | Kevin Wolf |
2013-04-22 | blkverify: Use bdrv_open options instead of filename | Kevin Wolf |
2013-03-22 | block: Add options QDict to bdrv_file_open() prototypes | Kevin Wolf |
2013-03-15 | block: Add options QDict to bdrv_open() prototype | Kevin Wolf |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini |
2012-12-19 | block: move include files to include/block/ | Paolo Bonzini |
2012-11-14 | aio: rename AIOPool to AIOCBInfo | Stefan Hajnoczi |
2012-01-26 | block: replace unchecked strdup/malloc/calloc with glib | Stefan Hajnoczi |
2011-12-15 | block: bdrv_aio_* do not return NULL | Paolo Bonzini |
2011-10-21 | block: drop redundant bdrv_flush implementation | Stefan Hajnoczi |