summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* crypto: distinguish between main loop and I/O in block_crypto_amend_options_g...Emanuele Giuseppe Esposito2022-03-041-20/+15Star
* crypto: perform permission checks under BQLEmanuele Giuseppe Esposito2022-03-042-0/+58
* Merge remote-tracking branch 'remotes/berrange-gitlab/tags/misc-next-pull-req...Peter Maydell2022-02-231-7/+35
|\
| * block: print the server key type and fingerprint on failureDaniel P. Berrangé2022-02-161-7/+30
| * block: support sha256 fingerprint with pre-blockdev optionsDaniel P. Berrangé2022-02-161-0/+5
* | configure, meson: move block layer options to meson_options.txtPaolo Bonzini2022-02-211-1/+3
* | configure, meson: move image format options to meson_options.txtPaolo Bonzini2022-02-211-15/+32
|/
* 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