aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2024-08-28block/blkio: use FUA flag on write zeroes only if supportedStefano Garzarella
2024-08-28nbd/server: CVE-2024-7409: Cap default max-connections to 100Eric Blake
2024-08-28vvfat: Fix reading files with non-continuous clustersAmjad Alsharafi
2024-08-28vvfat: Fix wrong checks for cluster mappings invariantAmjad Alsharafi
2024-08-28vvfat: Fix usage of `info.file.offset`Amjad Alsharafi
2024-08-28vvfat: Fix bug in writing to middle of fileAmjad Alsharafi
2024-07-03qcow2: Don't open data_file with BDRV_O_NO_IOKevin Wolf
2024-03-27block-backend: fix edge case in bdrv_next_cleanup() where BDS associated to B...Fiona Ebner
2024-03-27block-backend: fix edge case in bdrv_next() where BDS associated to BB changesFiona Ebner
2024-03-27block/io: accept NULL qiov in bdrv_pad_requestStefan Reiter
2024-03-19mirror: Don't call job_pause_point() under graph lockKevin Wolf
2024-02-09block/blkio: Make s->mem_region_alignment be 64 bitsRichard W.M. Jones
2024-01-26block/blklogwrites: Fix a bug when logging "write zeroes" operations.Ari Sundholm
2024-01-25block/io: clear BDRV_BLOCK_RECURSE flag after recursing in bdrv_co_block_statusFiona Ebner
2023-12-22block: Fix crash when loading snapshot on inactive nodeKevin Wolf
2023-11-28export/vhost-user-blk: Fix consecutive drainsKevin Wolf
2023-11-28vmdk: Don't corrupt desc file in vmdk_write_cidFam Zheng
2023-11-21stream: Fix AioContext locking during bdrv_graph_wrlock()Kevin Wolf
2023-11-21block: Fix deadlocks in bdrv_graph_wrunlock()Kevin Wolf
2023-11-21block: Fix bdrv_graph_wrlock() call in blk_remove_bs()Kevin Wolf
2023-11-13block/snapshot: Fix compiler warning with -Wshadow=localThomas Huth
2023-11-08block: Protect bs->file with graph_lockKevin Wolf
2023-11-08block: Take graph lock for most of .bdrv_openKevin Wolf
2023-11-08vhdx: Take locks for accessing bs->fileKevin Wolf
2023-11-08qcow2: Take locks for accessing bs->fileKevin Wolf
2023-11-08block: Add missing GRAPH_RDLOCK annotationsKevin Wolf
2023-11-08block: Introduce bdrv_co_change_backing_file()Kevin Wolf
2023-11-08blkverify: Add locking for request_fnKevin Wolf
2023-11-08block: Protect bs->backing with graph_lockKevin Wolf
2023-11-07block: Mark bdrv_replace_node() GRAPH_WRLOCKKevin Wolf
2023-11-07block: Mark bdrv_set_backing_hd_drained() GRAPH_WRLOCKKevin Wolf
2023-11-07block: Mark bdrv_cow_child() and callers GRAPH_RDLOCKKevin Wolf
2023-11-07block: Mark bdrv_chain_contains() and callers GRAPH_RDLOCKKevin Wolf
2023-11-07block: Mark bdrv_(un)freeze_backing_chain() and callers GRAPH_RDLOCKKevin Wolf
2023-11-07block: Mark bdrv_skip_filters() and callers GRAPH_RDLOCKKevin Wolf
2023-11-07block: Mark bdrv_skip_implicit_filters() and callers GRAPH_RDLOCKKevin Wolf
2023-11-07block: Mark bdrv_filter_or_cow_bs() and callers GRAPH_RDLOCKKevin Wolf
2023-11-07block: Mark block_job_add_bdrv() GRAPH_WRLOCKKevin Wolf
2023-11-07block: Mark bdrv_root_attach_child() GRAPH_WRLOCKKevin Wolf
2023-11-07block: Mark bdrv_filter_bs() and callers GRAPH_RDLOCKKevin Wolf
2023-11-07block: Mark bdrv_has_zero_init() and callers GRAPH_RDLOCKKevin Wolf
2023-11-07block: Mark bdrv_probe_blocksizes() and callers GRAPH_RDLOCKKevin Wolf
2023-11-07Merge tag 'pull-block-2023-11-06' of https://gitlab.com/hreitz/qemu into stagingStefan Hajnoczi
2023-11-07Merge tag 'pull-target-arm-20231106' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi
2023-11-06file-posix: fix over-writing of returning zone_append offsetNaohiro Aota
2023-11-06block/file-posix: fix update_zones_wp() callerSam Li
2023-11-06qcow2: keep reference on zeroize with discard-no-unref enabledJean-Louis Dupond
2023-11-06block/nvme: nvme_process_completion() fix bound for cidVladimir Sementsov-Ogievskiy
2023-11-03util/uuid: Add UUID_STR_LEN definitionCédric Le Goater
2023-11-01cpr: relax blockdev migration blockersSteve Sistare