summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/vsementsov/tags/pull-nbd-2022-02-09-v2'...Peter Maydell2022-02-121-0/+64
|\
| * block/nbd: Move s->ioc on AioContext changeHanna Reitz2022-02-111-0/+45
| * block/nbd: Assert there are no timers when closedHanna Reitz2022-02-111-0/+4
| * block/nbd: Delete open timer when doneHanna Reitz2022-02-111-0/+8
| * block/nbd: Delete reconnect delay timer when doneHanna Reitz2022-02-111-0/+7
* | drop libxml2 checks since libxml is not actually used (for parallels)Michael Tokarev2022-02-091-2/+1Star
|/
* Merge remote-tracking branch 'remotes/kwolf-gitlab/tags/for-upstream' into st...Peter Maydell2022-02-013-27/+75
|\
| * block/rbd: workaround for ceph issue #53784Peter Lieven2022-02-011-2/+40
| * block/rbd: fix handling of holes in .bdrv_co_block_statusPeter Lieven2022-02-011-5/+5
| * block/export/fuse: Fix build failure on FreeBSDPhilippe Mathieu-Daudé2022-02-011-0/+4
| * block/export/fuse: Rearrange if-else-if ladder in fuse_fallocate()Philippe Mathieu-Daudé2022-02-011-20/+21
| * block/export: Fix vhost-user-blk shutdown with requests in flightKevin Wolf2022-02-011-0/+5
* | block-backend: Retain permissions after migrationHanna Reitz2022-02-011-0/+11
* | qcow2: simple case support for downgrading of qcow2 images with zstdVladimir Sementsov-Ogievskiy2022-02-011-2/+56
|/
* block/io: Update BSC only if want_zero is trueHanna Reitz2022-01-281-1/+5
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2022-01-145-28/+46
|\
| * block: drop BLK_PERM_GRAPH_MODVladimir Sementsov-Ogievskiy2022-01-142-13/+3Star
| * vvfat: Fix vvfat_write() for writes before the root directoryKevin Wolf2022-01-141-8/+22
| * vvfat: Fix size of temporary qcow fileKevin Wolf2022-01-141-4/+3Star
| * block-backend: prevent dangling BDS pointers across aio_poll()Stefan Hajnoczi2022-01-141-2/+17
| * include/sysemu/blockdev.h: remove drive_mark_claimed_by_board and inline driv...Emanuele Giuseppe Esposito2022-01-141-1/+1
* | Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell2022-01-149-48/+71
|\ \ | |/ |/|
| * aio-posix: split poll check from ready handlerStefan Hajnoczi2022-01-129-48/+71
* | block/file-posix: Simplify the XFS_IOC_DIOINFO handlingThomas Huth2022-01-121-21/+16Star
|/
* blockjob: drop BlockJob.blk fieldVladimir Sementsov-Ogievskiy2021-12-281-7/+0Star
* block/stream: add own blkVladimir Sementsov-Ogievskiy2021-12-281-6/+18
* nbd: allow reconnect on open, with corresponding new optionsVladimir Sementsov-Ogievskiy2021-12-211-1/+44
* block/nvme: fix infinite loop in nvme_free_req_queue_cb()Stefan Hajnoczi2021-12-091-2/+3
* block/vvfat.c fix leak when failure occursDaniella Lee2021-11-231-4/+12
* file-posix: Fix alignment after reopen changing O_DIRECTKevin Wolf2021-11-161-4/+16
* stream: Traverse graph after modificationHanna Reitz2021-11-161-2/+5
* Merge remote-tracking branch 'remotes/kwolf/tags/for-upstream' into stagingRichard Henderson2021-11-037-27/+171
|\
| * block/nvme: Extract nvme_free_queue() from nvme_free_queue_pair()Philippe Mathieu-Daudé2021-11-021-2/+7
| * block/nvme: Display CQ/SQ pointer in nvme_free_queue_pair()Philippe Mathieu-Daudé2021-11-022-2/+2
| * block/nvme: Automatically free qemu_memalign() with QEMU_AUTO_VFREEPhilippe Mathieu-Daudé2021-11-021-7/+4Star
| * block-backend: Silence clang -m32 compiler warningHanna Reitz2021-11-021-1/+1
| * linux-aio: add `dev_max_batch` parameter to laio_io_unplug()Stefano Garzarella2021-11-022-4/+6
| * linux-aio: add `dev_max_batch` parameter to laio_co_submit()Stefano Garzarella2021-11-022-9/+24
| * file-posix: add `aio-max-batch` optionStefano Garzarella2021-11-021-0/+9
| * block/export/fuse.c: fix musl buildFabrice Fontaine2021-11-021-0/+4
| * block/rbd: implement bdrv_co_block_statusPeter Lieven2021-11-021-0/+112
| * block/file-posix: Fix return value translation for AIO discardsAri Sundholm2021-11-021-2/+2
* | block/vpc: Add a sanity check that fixed-size images have the right typeThomas Huth2021-11-021-1/+2
* | vmdk: allow specification of tools versionThomas Weißschuh2021-11-021-4/+20
|/
* block-backend: drop INT_MAX restriction from blk_check_byte_request()Vladimir Sementsov-Ogievskiy2021-10-151-1/+1
* block-backend: blk_pread, blk_pwrite: rename count parameter to bytesVladimir Sementsov-Ogievskiy2021-10-151-8/+8
* block-backend: convert blk_aio_ functions to int64_t bytes paramterVladimir Sementsov-Ogievskiy2021-10-151-5/+8
* block-backend: convert blk_co_copy_range to int64_t bytesVladimir Sementsov-Ogievskiy2021-10-151-1/+1
* block-backend: convert blk_foo wrappers to use int64_t bytes parameterVladimir Sementsov-Ogievskiy2021-10-151-5/+5
* block-backend: drop blk_prw, use block-coroutine-wrapperVladimir Sementsov-Ogievskiy2021-10-152-93/+88Star