summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block/nbd: Use qdict_put()Max Reitz2016-10-271-7/+6Star
* block/nbd: Default port in nbd_refresh_filename()Max Reitz2016-10-271-13/+6Star
* block/nbd: Reject port parameter without hostMax Reitz2016-10-271-2/+5
* block/nbd: Drop trailing "." in error messagesMax Reitz2016-10-271-2/+2
* block: Remove bdrv_aio_ioctl()Kevin Wolf2016-10-271-27/+0Star
* raw: Implement .bdrv_co_ioctl instead of .bdrv_aio_ioctlKevin Wolf2016-10-271-6/+3Star
* block: Introduce .bdrv_co_ioctl() driver callbackKevin Wolf2016-10-271-6/+10
* block: Remove bdrv_ioctl()Kevin Wolf2016-10-271-37/+0Star
* raw-posix: Don't use bdrv_ioctl()Kevin Wolf2016-10-271-3/+13
* block: Use blk_co_ioctl() for all BB level ioctlsKevin Wolf2016-10-272-10/+37
* block: Remove bdrv_aio_pdiscard()Kevin Wolf2016-10-272-30/+0Star
* block: Use blk_co_pdiscard() for all BB level discardKevin Wolf2016-10-271-12/+18
* block: Use blk_co_flush() for all BB level flushesKevin Wolf2016-10-271-10/+17
* qapi: rename QmpOutputVisitor to QObjectOutputVisitorDaniel P. Berrange2016-10-251-1/+1
* qapi: rename *qmp-*-visitor* to *qobject-*-visitor*Daniel P. Berrange2016-10-251-1/+1
* block/replication: Clarify 'top-id' parameter usageChanglong Xie2016-10-241-0/+5
* block: More operations for meta dirty bitmapFam Zheng2016-10-241-0/+19
* block: BdrvDirtyBitmap serialization interfaceVladimir Sementsov-Ogievskiy2016-10-241-0/+37
* block: Assert that bdrv_release_dirty_bitmap succeededFam Zheng2016-10-241-0/+3
* block: Add two dirty bitmap gettersFam Zheng2016-10-241-0/+10
* block: Support meta dirty bitmapFam Zheng2016-10-241-0/+52
* block: Hide HBitmap in block dirty bitmap interfaceFam Zheng2016-10-243-23/+54
* quorum: do not allocate multiple iovecs for FIFO strategyPaolo Bonzini2016-10-241-39/+40
* quorum: change child_iter to children_readPaolo Bonzini2016-10-241-17/+13Star
* throttle: Correct access to wrong BlockBackendPublic structuresAlberto Garcia2016-10-241-4/+23
* qapi: fix memory leak in bdrv_image_info_specific_dumpPino Toscano2016-10-241-0/+1
* block: improve error handling in raw_openHalil Pasic2016-10-242-0/+2
* qcow2: Support BDRV_REQ_MAY_UNMAPFam Zheng2016-10-243-6/+9
* block/iscsi: Adding new iSER transport layer optionRoy Shterman2016-10-241-1/+46
* block/iscsi: Introducing new zero-copy APIRoy Shterman2016-10-241-2/+40
* rbd: shift byte count as a 64-bit valuePaolo Bonzini2016-10-231-2/+2
* crypto: extend mode as a parameter in qcrypto_cipher_supports()Gonglei2016-10-192-2/+4
* dmg: Move libbz2 code to dmg-bz2.soFam Zheng2016-10-074-53/+139
* block: Add qdev ID to DEVICE_TRAY_MOVEDKevin Wolf2016-10-071-1/+32
* block-backend: Remember if attached device is non-qdevKevin Wolf2016-10-071-8/+20
* block: Add node name to BLOCK_IO_ERROR eventKevin Wolf2016-10-071-2/+3
* block: use aio_bh_schedule_oneshotPaolo Bonzini2016-10-0713-76/+25Star
* block: use bdrv_add_before_write_notifierPaolo Bonzini2016-10-071-2/+1Star
* block: Use 'detect-zeroes' option for 'blockdev-change-medium'Kevin Wolf2016-09-291-5/+4Star
* block/qapi: Move 'aio' option to file driverKevin Wolf2016-09-292-22/+78
* block-backend: remove blk_flush_allJohn Snow2016-09-291-22/+0Star
* block: reintroduce bdrv_flush_allJohn Snow2016-09-291-0/+25
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-09-291-10/+5Star
|\
| * replay: allow replay stopping and restartingPavel Dovgalyuk2016-09-271-10/+5Star
* | linux-aio: fix re-entrant completion processingStefan Hajnoczi2016-09-281-3/+6
|/
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2016-09-234-6/+26
|\
| * block: Add blk_by_dev()Kevin Wolf2016-09-231-0/+19
| * commit: Add 'base' to the reopen queue before 'overlay_bs'Alberto Garcia2016-09-231-4/+4
| * block: Add "read-only" to the options QDictAlberto Garcia2016-09-231-1/+2
| * qcow2: fix encryption during cow of sectorsDaniel P. Berrange2016-09-231-1/+1