summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2018-03-19luks: Separate image file creation from formattingKevin Wolf
2018-03-19blockjobs: add block-job-finalizeJohn Snow
2018-03-19blockjobs: ensure abort is called for cancelled jobsJohn Snow
2018-03-19blockjobs: add block_job_dismissJohn Snow
2018-03-19blockjobs: add block_job_verb permission tableJohn Snow
2018-03-19blockjobs: add state transition tableJohn Snow
2018-03-19blockjobs: model single jobs as transactionsJohn Snow
2018-03-16Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell
2018-03-16Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2018-03-13-v2' into...Peter Maydell
2018-03-13dirty-bitmap: add locked stateVladimir Sementsov-Ogievskiy
2018-03-13block/dirty-bitmap: add _locked version of bdrv_reclaim_dirty_bitmapVladimir Sementsov-Ogievskiy
2018-03-13block/dirty-bitmap: fix locking in bdrv_reclaim_dirty_bitmapVladimir Sementsov-Ogievskiy
2018-03-13nbd: BLOCK_STATUS for standard get_block_status function: client partVladimir Sementsov-Ogievskiy
2018-03-13block/nbd-client: save first fatal error in nbd_iter_errorVladimir Sementsov-Ogievskiy
2018-03-13block: let blk_add/remove_aio_context_notifier() tolerate BDS changesStefan Hajnoczi
2018-03-13block/dirty-bitmap: add bdrv_dirty_bitmap_enable_successor()Vladimir Sementsov-Ogievskiy
2018-03-13block: include original filename when reporting invalid URIsDaniel P. Berrangé
2018-03-12Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2018-03-09file-posix: Fix no-op bdrv_truncate() with falloc preallocationKevin Wolf
2018-03-09ssh: Support .bdrv_co_createKevin Wolf
2018-03-09ssh: Pass BlockdevOptionsSsh to connect_to_ssh()Kevin Wolf
2018-03-09ssh: QAPIfy host-key-check optionKevin Wolf
2018-03-09ssh: Use QAPI BlockdevOptionsSsh objectKevin Wolf
2018-03-09sheepdog: Support .bdrv_co_createKevin Wolf
2018-03-09sheepdog: QAPIfy "redundancy" create optionKevin Wolf
2018-03-09nfs: Support .bdrv_co_createKevin Wolf
2018-03-09nfs: Use QAPI options in nfs_client_open()Kevin Wolf
2018-03-09rbd: Use qemu_rbd_connect() in qemu_rbd_do_create()Kevin Wolf
2018-03-09rbd: Assign s->snap/image_name in qemu_rbd_open()Kevin Wolf
2018-03-09rbd: Support .bdrv_co_createKevin Wolf
2018-03-09rbd: Pass BlockdevOptionsRbd to qemu_rbd_connect()Kevin Wolf
2018-03-09rbd: Remove non-schema options from runtime_optsKevin Wolf
2018-03-09rbd: Factor out qemu_rbd_connect()Kevin Wolf
2018-03-09rbd: Fix use after free in qemu_rbd_set_keypairs() error pathKevin Wolf
2018-03-09gluster: Support .bdrv_co_createKevin Wolf
2018-03-09file-win32: Support .bdrv_co_createKevin Wolf
2018-03-09file-posix: Support .bdrv_co_createKevin Wolf
2018-03-09block: x-blockdev-create QMP commandKevin Wolf
2018-03-09qcow2: Use visitor for options in qcow2_create()Kevin Wolf
2018-03-09qcow2: Handle full/falloc preallocation in qcow2_co_create()Kevin Wolf
2018-03-09qcow2: Use QCryptoBlockCreateOptions in qcow2_co_create()Kevin Wolf
2018-03-09qcow2: Use BlockdevRef in qcow2_co_create()Kevin Wolf
2018-03-09qcow2: Pass BlockdevCreateOptions to qcow2_co_create()Kevin Wolf
2018-03-09qcow2: Let qcow2_create() handle protocol layerKevin Wolf
2018-03-09qcow2: Rename qcow2_co_create2() to qcow2_co_create()Kevin Wolf
2018-03-09qcow2: Make qemu-img check detect corrupted L1 tables in snapshotsAlberto Garcia
2018-03-09qcow2: Check snapshot L1 table in qcow2_snapshot_delete()Alberto Garcia
2018-03-09qcow2: Check snapshot L1 table in qcow2_snapshot_goto()Alberto Garcia
2018-03-09qcow2: Check snapshot L1 tables in qcow2_check_metadata_overlap()Alberto Garcia
2018-03-09qcow2: Check L1 table parameters in qcow2_expand_zero_clusters()Alberto Garcia