summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block/io: bdrv_pdiscard: support int64_t bytes parameterVladimir Sementsov-Ogievskiy2019-06-041-8/+8
* block/qcow2-refcount: add trace-point to qcow2_process_discardsVladimir Sementsov-Ogievskiy2019-06-042-1/+9
* block: Remove wrong bdrv_set_aio_context() callsKevin Wolf2019-06-042-3/+0Star
* block: Adjust AioContexts when attaching nodesKevin Wolf2019-06-041-5/+4Star
* block: Add BlockBackend.ctxKevin Wolf2019-06-0414-20/+48
* block: Add Error to blk_set_aio_context()Kevin Wolf2019-06-041-10/+16
* block/linux-aio: Drop unused BlockAIOCB submission methodJulia Suvorova2019-06-041-62/+10Star
* block/io: Delay decrementing the quiesce_counterMax Reitz2019-06-041-1/+2
* block: avoid recursive block_status call if possibleVladimir Sementsov-Ogievskiy2019-06-044-1/+55
* Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell2019-05-301-3/+6
|\
| * qapi: support external bitmaps in block-dirty-bitmap-mergeVladimir Sementsov-Ogievskiy2019-05-291-3/+6
* | qcow2-bitmap: initialize bitmap directory alignmentAndrey Shinkevich2019-05-281-1/+1
* | qcow2: skip writing zero buffers to empty COW areasAnton Nefedov2019-05-284-1/+93
* | block: Make bdrv_root_attach_child() unref child_bs on failureAlberto Garcia2019-05-282-3/+1Star
* | block/backup: refactor: split out backup_calculate_cluster_sizeVladimir Sementsov-Ogievskiy2019-05-281-30/+52
* | block/backup: unify different modes code pathVladimir Sementsov-Ogievskiy2019-05-281-33/+10Star
* | block/backup: refactor and tolerate unallocated cluster skippingVladimir Sementsov-Ogievskiy2019-05-281-37/+23Star
* | block/backup: move to copy_bitmap with granularityVladimir Sementsov-Ogievskiy2019-05-281-25/+23Star
* | block/backup: simplify backup_incremental_init_copy_bitmapVladimir Sementsov-Ogievskiy2019-05-281-28/+12Star
* | qcow2: do encryption in threadsVladimir Sementsov-Ogievskiy2019-05-284-21/+81
* | qcow2: bdrv_co_pwritev: move encryption code out of the lockVladimir Sementsov-Ogievskiy2019-05-281-14/+21
* | qcow2: qcow2_co_preadv: improve lockingVladimir Sementsov-Ogievskiy2019-05-281-10/+2Star
* | qcow2-threads: split out generic pathVladimir Sementsov-Ogievskiy2019-05-283-19/+34
* | qcow2-threads: qcow2_co_do_compress: protect queuing by mutexVladimir Sementsov-Ogievskiy2019-05-281-3/+7
* | qcow2-threads: use thread_pool_submit_coVladimir Sementsov-Ogievskiy2019-05-281-15/+2Star
* | qcow2: add separate file for threaded data processing functionsVladimir Sementsov-Ogievskiy2019-05-284-170/+209
* | qcow2.h: add missing includeVladimir Sementsov-Ogievskiy2019-05-287-6/+1Star
|/
* block/file-posix: Unaligned O_DIRECT block-statusMax Reitz2019-05-201-0/+16
* blockjob: Propagate AioContext change to all job nodesKevin Wolf2019-05-202-17/+1Star
* block: Add blk_set_allow_aio_context_change()Kevin Wolf2019-05-201-0/+10
* block: Implement .(can_)set_aio_ctx for BlockBackendKevin Wolf2019-05-201-2/+43
* block: Use BDRV_REQUEST_MAX_BYTES instead of BDRV_REQUEST_MAX_SECTORSAlberto Garcia2019-05-201-3/+3
* qcow2: Define and use QCOW2_COMPRESSED_SECTOR_SIZEAlberto Garcia2019-05-204-14/+23
* block/file-posix: Truncate in xfs_write_zeroes()Max Reitz2019-05-201-0/+13
* Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2019-05-13' into ...Peter Maydell2019-05-131-3/+3
|\
| * Clean up ill-advised or unusual header guardsMarkus Armbruster2019-05-131-3/+3
* | qcow2: Remove BDRVQcow2State.cluster_sectorsAlberto Garcia2019-05-102-2/+0Star
* | block: Remove bdrv_read() and bdrv_write()Alberto Garcia2019-05-101-36/+7Star
* | vvfat: Replace bdrv_{read,write}() with bdrv_{pread,pwrite}()Alberto Garcia2019-05-101-5/+7
* | vdi: Replace bdrv_{read,write}() with bdrv_{pread,pwrite}()Alberto Garcia2019-05-101-6/+9
* | qcow2: Replace bdrv_write() with bdrv_pwrite()Alberto Garcia2019-05-101-2/+2
|/
* block/io.c: fix for the allocation failureAndrey Shinkevich2019-05-101-1/+1
* commit: Use bdrv_append() in commit_start()Alberto Garcia2019-05-071-10/+1Star
* block/ssh: Implement .bdrv_dirname()Max Reitz2019-05-071-0/+21
* block/ssh: Implement .bdrv_refresh_filename()Max Reitz2019-05-071-5/+47
* qcow2: discard bitmap when removedAndrey Shinkevich2019-05-071-1/+1
* qcow2-refcount: don't mask corruptions under internal errorsVladimir Sementsov-Ogievskiy2019-05-071-10/+9Star
* qcow2-refcount: check_refcounts_l2: don't count fixed cluster as allocatedVladimir Sementsov-Ogievskiy2019-05-071-9/+9
* qcow2-refcount: check_refcounts_l2: reduce ignored overlapsVladimir Sementsov-Ogievskiy2019-05-071-7/+9
* qcow2-refcount: avoid eating RAMVladimir Sementsov-Ogievskiy2019-05-071-0/+19