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