summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2020-12-13block/file-posix: fix a possible undefined behaviorPan Nengyuan
2020-12-11block: Fix deadlock in bdrv_co_yield_to_drain()Kevin Wolf
2020-12-11block: introduce BDRV_MAX_LENGTHVladimir Sementsov-Ogievskiy
2020-12-11block/io: bdrv_check_byte_request(): drop bdrv_is_inserted()Vladimir Sementsov-Ogievskiy
2020-12-11block/io: bdrv_refresh_limits(): use ERRP_GUARDVladimir Sementsov-Ogievskiy
2020-12-11block/file-posix: fix workaround in raw_do_pwrite_zeroes()Vladimir Sementsov-Ogievskiy
2020-12-11file-posix: check the use_lock before setting the file lockLi Feng
2020-12-11fuse: Implement hole detection through lseekMax Reitz
2020-12-11fuse: (Partially) implement fallocate()Max Reitz
2020-12-11fuse: Allow growable exportsMax Reitz
2020-12-11fuse: Implement standard FUSE operationsMax Reitz
2020-12-11fuse: Allow exporting BDSs via FUSEMax Reitz
2020-12-11block/iscsi: Use lock guard macrosGan Qixin
2020-12-11block/throttle-groups: Use lock guard macrosGan Qixin
2020-12-11block/curl: Use lock guard macrosGan Qixin
2020-12-11block/accounting: Use lock guard macrosGan Qixin
2020-12-10Tweak a few "Parameter 'NAME' expects THING" error messageMarkus Armbruster
2020-12-09block/export: avoid g_return_val_if() input validationStefan Hajnoczi
2020-12-08libvhost-user: make it a meson subprojectMarc-André Lureau
2020-11-24qcow2: Fix corruption on write_zeroes with MAY_UNMAPMaxim Levitsky
2020-11-23Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell
2020-11-17Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2020-11-17Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2020-11-17quorum: Require WRITE perm with rewrite-corruptedMax Reitz
2020-11-17io_uring: do not use pointer after freePaolo Bonzini
2020-11-17file-posix: allow -EBUSY errors during write zeros on raw block devicesMaxim Levitsky
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant
2020-11-12meson: move vhost_user_blk_server to meson.buildStefan Hajnoczi
2020-11-09block: Fix some code style problems, "foo* bar" should be "foo *bar"shiliyang
2020-11-09block: Fixes nfs compiling error on msys2/mingwYonggang Luo
2020-11-09qcow2: Document and enforce the QCowL2Meta invariantsAlberto Garcia
2020-11-09block: Remove unused includeAlexChen
2020-11-05Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2020-11-03block/export: fix vhost-user-blk get_config() information leakStefan Hajnoczi
2020-11-03block/export: make vhost-user-blk config space little-endianStefan Hajnoczi
2020-11-03configure: introduce --enable-vhost-user-blk-serverStefan Hajnoczi
2020-11-03block/nvme: Fix nvme_submit_command() on big-endian hostPhilippe Mathieu-Daudé
2020-11-03block/nvme: Fix use of write-only doorbells page on Aarch64 archPhilippe Mathieu-Daudé
2020-11-03block/nvme: Align iov's va and size on host page sizeEric Auger
2020-11-03block/nvme: Change size and alignment of prp_list_pagesEric Auger
2020-11-03block/nvme: Change size and alignment of queueEric Auger
2020-11-03block/nvme: Change size and alignment of IDENTIFY response bufferEric Auger
2020-11-03block/nvme: Correct minimum device page sizePhilippe Mathieu-Daudé
2020-11-03block/nvme: Set request_alignment at initializationPhilippe Mathieu-Daudé
2020-11-03block/nvme: Simplify nvme_cmd_sync()Philippe Mathieu-Daudé
2020-11-03block/nvme: Simplify ADMIN queue accessPhilippe Mathieu-Daudé
2020-11-03block/nvme: Correctly initialize Admin Queue AttributesPhilippe Mathieu-Daudé
2020-11-03block/nvme: Use definitions instead of magic values in add_io_queue()Philippe Mathieu-Daudé
2020-11-03block/nvme: Make nvme_init_queue() return boolean indicating errorPhilippe Mathieu-Daudé
2020-11-03block/nvme: Make nvme_identify() return boolean indicating errorPhilippe Mathieu-Daudé