Age | Commit message (Expand) | Author |
2018-02-09 | Include qapi/qmp/qbool.h exactly where needed | Markus Armbruster |
2018-02-09 | Include qapi/qmp/qdict.h exactly where needed | Markus Armbruster |
2018-02-09 | Include qapi/qmp/qlist.h exactly where needed | Markus Armbruster |
2018-02-09 | qdict qlist: Make most helper macros functions | Markus Armbruster |
2018-02-09 | Eliminate qapi/qmp/types.h | Markus Armbruster |
2018-02-09 | Drop superfluous includes of qapi/qmp/qerror.h | Markus Armbruster |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster |
2018-02-09 | Clean up includes | Markus Armbruster |
2018-02-08 | block: Move NVMe constants to a separate header | Fam Zheng |
2018-02-08 | block/nvme: Implement .bdrv_(un)register_buf | Fam Zheng |
2018-02-08 | block: Introduce buf register API | Fam Zheng |
2018-02-08 | block: Add VFIO based NVMe driver | Fam Zheng |
2018-02-08 | curl: convert to CoQueue | Paolo Bonzini |
2018-01-31 | block/ssh: fix possible segmentation fault when .desc is not null-terminated | Murilo Opsfelder Araujo |
2018-01-26 | nbd: implement bdrv_get_info callback | Edgar Kaziakhmedov |
2018-01-24 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2018-01-23 | block/vmdk: Add blkdebug events | Max Reitz |
2018-01-23 | block/qcow: Add blkdebug events | Max Reitz |
2018-01-23 | qcow2: No persistent dirty bitmaps for compat=0.10 | Max Reitz |
2018-01-23 | block/vmdk: Fix , instead of ; at end of line | Max Reitz |
2018-01-23 | qcow2: Repair unaligned preallocated zero clusters | Max Reitz |
2018-01-22 | block/parallels: add backing support to readv/writev | Edgar Kaziakhmedov |
2018-01-22 | block/parallels: replace some magic numbers | Klim Kireev |
2018-01-22 | block/parallels: move some structures into header | Klim Kireev |
2018-01-22 | configure: add dependency | Klim Kireev |
2018-01-16 | block/iscsi: fix initialization of iTask in iscsi_co_get_block_status | Peter Lieven |
2018-01-08 | block/nbd: fix segmentation fault when .desc is not null-terminated | Murilo Opsfelder Araujo |
2017-12-22 | block: Keep nodes drained between reopen_queue/multiple | Kevin Wolf |
2017-12-22 | commit: Simplify reopen of base | Kevin Wolf |
2017-12-22 | block: Allow graph changes in subtree drained section | Kevin Wolf |
2017-12-22 | block: Add bdrv_subtree_drained_begin/end() | Kevin Wolf |
2017-12-22 | block: Don't notify parents in drain call chain | Kevin Wolf |
2017-12-22 | block: Nested drain_end must still call callbacks | Kevin Wolf |
2017-12-22 | block: Don't block_job_pause_all() in bdrv_drain_all() | Kevin Wolf |
2017-12-22 | block: Make bdrv_drain() driver callbacks non-recursive | Kevin Wolf |
2017-12-22 | block: Assert drain_all is only called from main AioContext | Kevin Wolf |
2017-12-22 | block: Remove unused bdrv_requests_pending | Fam Zheng |
2017-12-22 | qcow2: get rid of qcow2_backing_read1 routine | Edgar Kaziakhmedov |
2017-12-22 | block: Unify order in drain functions | Kevin Wolf |
2017-12-22 | block: Don't wait for requests in bdrv_drain*_end() | Kevin Wolf |
2017-12-22 | block: bdrv_drain_recurse(): Remove unused begin parameter | Kevin Wolf |
2017-12-22 | block: Call .drain_begin only once in bdrv_drain_all_begin() | Kevin Wolf |
2017-12-22 | block: Make bdrv_drain_invoke() recursive | Kevin Wolf |
2017-12-21 | block/iscsi: only report an iSCSI Failure if we don't handle it gracefully | Peter Lieven |
2017-12-21 | block/iscsi: dont leave allocmap in an invalid state on UNMAP failure | Peter Lieven |
2017-12-20 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell |
2017-12-19 | Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging | Peter Maydell |
2017-12-19 | coroutine: simplify co_aio_sleep_ns() prototype | Stefan Hajnoczi |
2017-12-18 | block/curl: fix minor memory leaks | Jeff Cody |
2017-12-18 | block/curl: check error return of curl_global_init() | Jeff Cody |