| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | block/io.c: drop assertion on double waiting for request serialisation | Vladimir Sementsov-Ogievskiy | 2020-12-18 | 1 | -10/+1 |
| |/ |
|
* | | block/vpc: Use sizeof() instead of HEADER_SIZE for footer size | Markus Armbruster | 2020-12-18 | 1 | -15/+14 |
* | | block/vpc: Pass footer buffers as VHDFooter * instead of uint8_t * | Markus Armbruster | 2020-12-18 | 1 | -7/+7 |
* | | block/vpc: Pad VHDFooter, replace uint8_t[] buffers | Markus Armbruster | 2020-12-18 | 1 | -40/+37 |
* | | block/vpc: Use sizeof() instead of 1024 for dynamic header size | Markus Armbruster | 2020-12-18 | 1 | -4/+5 |
* | | block/vpc: Pad VHDDynDiskHeader, replace uint8_t[] buffers | Markus Armbruster | 2020-12-18 | 1 | -22/+19 |
* | | block/vpc: Make vpc_checksum() take void * | Markus Armbruster | 2020-12-18 | 1 | -1/+2 |
* | | block/vpc: Don't abuse the footer buffer for dynamic header | Markus Armbruster | 2020-12-18 | 1 | -10/+12 |
* | | block/vpc: Don't abuse the footer buffer as BAT sector buffer | Markus Armbruster | 2020-12-18 | 1 | -2/+3 |
* | | block/vpc: Make vpc_open() read the full dynamic header | Markus Armbruster | 2020-12-18 | 1 | -4/+4 |
* | | block/nfs: fix int overflow in nfs_client_open_qdict | Peter Lieven | 2020-12-18 | 1 | -1/+1 |
|/ |
|
* | block/file-posix: fix a possible undefined behavior | Pan Nengyuan | 2020-12-13 | 1 | -1/+1 |
* | block: Fix deadlock in bdrv_co_yield_to_drain() | Kevin Wolf | 2020-12-11 | 1 | -17/+24 |
* | block: introduce BDRV_MAX_LENGTH | Vladimir Sementsov-Ogievskiy | 2020-12-11 | 2 | -12/+45 |
* | block/io: bdrv_check_byte_request(): drop bdrv_is_inserted() | Vladimir Sementsov-Ogievskiy | 2020-12-11 | 1 | -13/+12 |
* | block/io: bdrv_refresh_limits(): use ERRP_GUARD | Vladimir Sementsov-Ogievskiy | 2020-12-11 | 1 | -4/+3 |
* | block/file-posix: fix workaround in raw_do_pwrite_zeroes() | Vladimir Sementsov-Ogievskiy | 2020-12-11 | 1 | -1/+0 |
* | file-posix: check the use_lock before setting the file lock | Li Feng | 2020-12-11 | 1 | -1/+1 |
* | fuse: Implement hole detection through lseek | Max Reitz | 2020-12-11 | 1 | -0/+77 |
* | fuse: (Partially) implement fallocate() | Max Reitz | 2020-12-11 | 1 | -0/+84 |
* | fuse: Allow growable exports | Max Reitz | 2020-12-11 | 1 | -8/+36 |
* | fuse: Implement standard FUSE operations | Max Reitz | 2020-12-11 | 1 | -0/+242 |
* | fuse: Allow exporting BDSs via FUSE | Max Reitz | 2020-12-11 | 3 | -0/+301 |
* | block/iscsi: Use lock guard macros | Gan Qixin | 2020-12-11 | 1 | -26/+24 |
* | block/throttle-groups: Use lock guard macros | Gan Qixin | 2020-12-11 | 1 | -25/+23 |
* | block/curl: Use lock guard macros | Gan Qixin | 2020-12-11 | 1 | -14/+14 |
* | block/accounting: Use lock guard macros | Gan Qixin | 2020-12-11 | 1 | -17/+15 |
* | Tweak a few "Parameter 'NAME' expects THING" error message | Markus Armbruster | 2020-12-10 | 1 | -1/+1 |
* | block/export: avoid g_return_val_if() input validation | Stefan Hajnoczi | 2020-12-09 | 1 | -1/+3 |
* | libvhost-user: make it a meson subproject | Marc-André Lureau | 2020-12-08 | 1 | -1/+1 |
* | qcow2: Fix corruption on write_zeroes with MAY_UNMAP | Maxim Levitsky | 2020-11-24 | 1 | -3/+6 |
* | Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request... | Peter Maydell | 2020-11-23 | 2 | -105/+134 |
|\ |
|
| * | block/nvme: Fix nvme_submit_command() on big-endian host | Philippe Mathieu-Daudé | 2020-11-03 | 1 | -1/+1 |
| * | block/nvme: Fix use of write-only doorbells page on Aarch64 arch | Philippe Mathieu-Daudé | 2020-11-03 | 1 | -4/+7 |
| * | block/nvme: Align iov's va and size on host page size | Eric Auger | 2020-11-03 | 1 | -6/+8 |
| * | block/nvme: Change size and alignment of prp_list_pages | Eric Auger | 2020-11-03 | 1 | -5/+6 |
| * | block/nvme: Change size and alignment of queue | Eric Auger | 2020-11-03 | 1 | -2/+2 |
| * | block/nvme: Change size and alignment of IDENTIFY response buffer | Eric Auger | 2020-11-03 | 1 | -4/+5 |
| * | block/nvme: Correct minimum device page size | Philippe Mathieu-Daudé | 2020-11-03 | 1 | -1/+1 |
| * | block/nvme: Set request_alignment at initialization | Philippe Mathieu-Daudé | 2020-11-03 | 1 | -0/+1 |
| * | block/nvme: Simplify nvme_cmd_sync() | Philippe Mathieu-Daudé | 2020-11-03 | 1 | -9/+10 |
| * | block/nvme: Simplify ADMIN queue access | Philippe Mathieu-Daudé | 2020-11-03 | 1 | -6/+6 |
| * | block/nvme: Correctly initialize Admin Queue Attributes | Philippe Mathieu-Daudé | 2020-11-03 | 1 | -3/+3 |
| * | block/nvme: Use definitions instead of magic values in add_io_queue() | Philippe Mathieu-Daudé | 2020-11-03 | 1 | -4/+5 |
| * | block/nvme: Make nvme_init_queue() return boolean indicating error | Philippe Mathieu-Daudé | 2020-11-03 | 1 | -9/+7 |
| * | block/nvme: Make nvme_identify() return boolean indicating error | Philippe Mathieu-Daudé | 2020-11-03 | 1 | -5/+7 |
| * | block/nvme: Use unsigned integer for queue counter/size | Philippe Mathieu-Daudé | 2020-11-03 | 2 | -25/+23 |
| * | block/nvme: Move definitions before structure declarations | Philippe Mathieu-Daudé | 2020-11-03 | 1 | -9/+10 |
| * | block/nvme: Trace queue pair creation/deletion | Philippe Mathieu-Daudé | 2020-11-03 | 2 | -0/+5 |
| * | block/nvme: Improve nvme_free_req_queue_wait() trace information | Philippe Mathieu-Daudé | 2020-11-03 | 2 | -2/+2 |