aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2021-01-13Merge remote-tracking branch 'remotes/armbru/tags/pull-yank-2021-01-13' into ...Peter Maydell
2021-01-13block/nbd.c: Add yank featureLukas Straub
2021-01-12meson: Propagate gnutls dependencyRoman Bolshakov
2021-01-08Remove superfluous timer_del() callsPeter Maydell
2021-01-02libiscsi: convert to mesonPaolo Bonzini
2021-01-02curl: remove compatibility code, require 7.29.0Paolo Bonzini
2021-01-02meson: use dependency to gate block modulesPaolo Bonzini
2021-01-01Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ...Peter Maydell
2020-12-31Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-12-18' in...Peter Maydell
2020-12-19qobject: Change qobject_to_json()'s value to GStringMarkus Armbruster
2020-12-19qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake
2020-12-18block/vpc: Use sizeof() instead of HEADER_SIZE for footer sizeMarkus Armbruster
2020-12-18block/vpc: Pass footer buffers as VHDFooter * instead of uint8_t *Markus Armbruster
2020-12-18block/vpc: Pad VHDFooter, replace uint8_t[] buffersMarkus Armbruster
2020-12-18block/vpc: Use sizeof() instead of 1024 for dynamic header sizeMarkus Armbruster
2020-12-18block/vpc: Pad VHDDynDiskHeader, replace uint8_t[] buffersMarkus Armbruster
2020-12-18block/vpc: Make vpc_checksum() take void *Markus Armbruster
2020-12-18block/vpc: Don't abuse the footer buffer for dynamic headerMarkus Armbruster
2020-12-18block/vpc: Don't abuse the footer buffer as BAT sector bufferMarkus Armbruster
2020-12-18block/vpc: Make vpc_open() read the full dynamic headerMarkus Armbruster
2020-12-18block/nvme: Implement fake truncate() coroutinePhilippe Mathieu-Daudé
2020-12-18quorum: Implement bdrv_co_pwrite_zeroes()Alberto Garcia
2020-12-18quorum: Implement bdrv_co_block_status()Alberto Garcia
2020-12-18block: introduce preallocate filterVladimir Sementsov-Ogievskiy
2020-12-18block: introduce BDRV_REQ_NO_WAIT flagVladimir Sementsov-Ogievskiy
2020-12-18block: bdrv_mark_request_serialising: split non-waiting functionVladimir Sementsov-Ogievskiy
2020-12-18block/io: bdrv_wait_serialising_requests_locked: drop extra bs argVladimir Sementsov-Ogievskiy
2020-12-18block/io: split out bdrv_find_conflicting_requestVladimir Sementsov-Ogievskiy
2020-12-18block/io.c: drop assertion on double waiting for request serialisationVladimir Sementsov-Ogievskiy
2020-12-18block/nfs: fix int overflow in nfs_client_open_qdictPeter Lieven
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