Age | Commit message (Expand) | Author |
2016-06-20 | blockjob: move iostatus reset out of block_job_enter() | Stefan Hajnoczi |
2016-06-16 | block/mirror: Fix target backing BDS | Max Reitz |
2016-06-16 | block: use the block job list in qmp_query_block_jobs() | Alberto Garcia |
2016-06-16 | blockdev: clarify error on attempt to open locked tray | Colin Lord |
2016-06-08 | blockdev: clean up error handling in do_open_tray | Colin Lord |
2016-06-07 | blockdev-backup: Don't move target AioContext if it's attached | Fam Zheng |
2016-06-07 | blockdev-backup: Use bdrv_lookup_bs on target | Fam Zheng |
2016-05-25 | backup: Use BlockBackend for I/O | Kevin Wolf |
2016-05-25 | mirror: Use BlockBackend for I/O | Kevin Wolf |
2016-05-25 | mirror: Allow target that already has a BlockBackend | Kevin Wolf |
2016-05-25 | block: Drop errp parameter from blk_new() | Max Reitz |
2016-05-25 | block: Make bdrv_open() return a BDS | Max Reitz |
2016-05-25 | block: Fix bdrv_next() memory leak | Kevin Wolf |
2016-05-19 | block: clarify error message for qmp-eject | John Snow |
2016-05-19 | block: Remove BlockDriverState.blk | Kevin Wolf |
2016-05-19 | block: Avoid bs->blk in bdrv_next() | Kevin Wolf |
2016-05-19 | Revert "block: Forbid I/O throttling on nodes with multiple parents for 2.6" | Kevin Wolf |
2016-05-19 | block: Decouple throttling from BlockDriverState | Kevin Wolf |
2016-05-19 | block: Move I/O throttling configuration functions to BlockBackend | Kevin Wolf |
2016-05-19 | block: Move throttling fields from BDS to BB | Kevin Wolf |
2016-05-19 | block: Make sure throttled BDSes always have a BB | Kevin Wolf |
2016-05-12 | qmp: add monitor command to add/remove a child | Wen Congyang |
2016-05-12 | block: Fix typo in comment | Wei Jiangang |
2016-04-05 | block: Forbid I/O throttling on nodes with multiple parents for 2.6 | Kevin Wolf |
2016-04-05 | block: forbid x-blockdev-del from acting on DriveInfo | Paolo Bonzini |
2016-03-30 | block: Remove BDRV_O_CACHE_WB | Kevin Wolf |
2016-03-30 | block: Use bdrv_parse_cache_mode() in drive_init() | Kevin Wolf |
2016-03-30 | block: Always set writeback mode in blk_new_open() | Kevin Wolf |
2016-03-30 | block: blockdev_init(): Call blk_set_enable_write_cache() explicitly | Kevin Wolf |
2016-03-30 | block: Reject writethrough mode except at the root | Kevin Wolf |
2016-03-30 | block: Remove copy-on-read from bdrv_move_feature_fields() | Kevin Wolf |
2016-03-30 | block: Remove bdrv_make_anon() | Kevin Wolf |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa |
2016-03-18 | qapi: Don't special-case simple union wrappers | Eric Blake |
2016-03-17 | block: Remove bdrv_states list | Max Reitz |
2016-03-17 | block: Add bdrv_next_monitor_owned() | Max Reitz |
2016-03-17 | blockdev: Remove blk_hide_on_behalf_of_hmp_drive_del() | Max Reitz |
2016-03-17 | blockdev: Split monitor reference from BB creation | Max Reitz |
2016-03-17 | block: Use blk_{commit,flush}_all() consistently | Max Reitz |
2016-03-17 | block: Fix memory leak in hmp_drive_add_node() | Kevin Wolf |
2016-03-17 | block: Fix qemu_root_bds_opts.head initialisation | Kevin Wolf |
2016-03-14 | hmp: Extend drive_del to delete nodes without BB | Kevin Wolf |
2016-03-14 | hmp: 'drive_add -n' for creating a node without BB | Kevin Wolf |
2016-03-14 | block: Fix cache mode defaults in bds_tree_init() | Kevin Wolf |
2016-03-14 | block: Fix snapshot=on cache modes | Kevin Wolf |
2016-03-14 | blockdev: Snapshotting must not open second instance of old top | Kevin Wolf |
2016-03-05 | qapi: Avoid use of 'data' member of QAPI unions | Eric Blake |
2016-02-22 | blockdev: unset inappropriate flags when changing medium | Alyssa Milburn |
2016-02-22 | qapi: Add burst length parameters to block_set_io_throttle | Alberto Garcia |
2016-02-22 | throttle: Add command-line settings to define the burst periods | Alberto Garcia |