| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-yank-2021-01-13' into ... | Peter Maydell | 2021-01-13 | 1 | -61/+92 |
|\ |
|
| * | block/nbd.c: Add yank feature | Lukas Straub | 2021-01-13 | 1 | -61/+92 |
* | | meson: Propagate gnutls dependency | Roman Bolshakov | 2021-01-12 | 1 | -1/+1 |
|/ |
|
* | Remove superfluous timer_del() calls | Peter Maydell | 2021-01-08 | 3 | -4/+0 |
* | libiscsi: convert to meson | Paolo Bonzini | 2021-01-02 | 1 | -1/+1 |
* | curl: remove compatibility code, require 7.29.0 | Paolo Bonzini | 2021-01-02 | 1 | -28/+0 |
* | meson: use dependency to gate block modules | Paolo Bonzini | 2021-01-02 | 1 | -10/+10 |
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ... | Peter Maydell | 2021-01-01 | 3 | -8/+5 |
|\ |
|
| * | qobject: Change qobject_to_json()'s value to GString | Markus Armbruster | 2020-12-19 | 1 | -1/+1 |
| * | qapi: Use QAPI_LIST_PREPEND() where possible | Eric Blake | 2020-12-19 | 2 | -7/+4 |
* | | Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-12-18' in... | Peter Maydell | 2021-01-01 | 6 | -57/+747 |
|\ \ |
|
| * | | block/nvme: Implement fake truncate() coroutine | Philippe Mathieu-Daudé | 2020-12-18 | 1 | -0/+24 |
| * | | quorum: Implement bdrv_co_pwrite_zeroes() | Alberto Garcia | 2020-12-18 | 1 | -2/+34 |
| * | | quorum: Implement bdrv_co_block_status() | Alberto Garcia | 2020-12-18 | 1 | -0/+52 |
| * | | block: introduce preallocate filter | Vladimir Sementsov-Ogievskiy | 2020-12-18 | 2 | -0/+560 |
| * | | block: introduce BDRV_REQ_NO_WAIT flag | Vladimir Sementsov-Ogievskiy | 2020-12-18 | 1 | -1/+10 |
| * | | block: bdrv_mark_request_serialising: split non-waiting function | Vladimir Sementsov-Ogievskiy | 2020-12-18 | 2 | -13/+24 |
| * | | block/io: bdrv_wait_serialising_requests_locked: drop extra bs arg | Vladimir Sementsov-Ogievskiy | 2020-12-18 | 1 | -5/+5 |
| * | | block/io: split out bdrv_find_conflicting_request | Vladimir Sementsov-Ogievskiy | 2020-12-18 | 1 | -30/+41 |
| * | | 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 |