aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2021-01-13Merge remote-tracking branch 'remotes/armbru/tags/pull-yank-2021-01-13' into ...Peter Maydell1-61/+92
2021-01-13block/nbd.c: Add yank featureLukas Straub1-61/+92
2021-01-12meson: Propagate gnutls dependencyRoman Bolshakov1-1/+1
2021-01-08Remove superfluous timer_del() callsPeter Maydell3-4/+0
2021-01-02libiscsi: convert to mesonPaolo Bonzini1-1/+1
2021-01-02curl: remove compatibility code, require 7.29.0Paolo Bonzini1-28/+0
2021-01-02meson: use dependency to gate block modulesPaolo Bonzini1-10/+10
2021-01-01Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ...Peter Maydell3-8/+5
2020-12-31Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-12-18' in...Peter Maydell6-57/+747
2020-12-19qobject: Change qobject_to_json()'s value to GStringMarkus Armbruster1-1/+1
2020-12-19qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake2-7/+4
2020-12-18block/vpc: Use sizeof() instead of HEADER_SIZE for footer sizeMarkus Armbruster1-15/+14
2020-12-18block/vpc: Pass footer buffers as VHDFooter * instead of uint8_t *Markus Armbruster1-7/+7
2020-12-18block/vpc: Pad VHDFooter, replace uint8_t[] buffersMarkus Armbruster1-40/+37
2020-12-18block/vpc: Use sizeof() instead of 1024 for dynamic header sizeMarkus Armbruster1-4/+5
2020-12-18block/vpc: Pad VHDDynDiskHeader, replace uint8_t[] buffersMarkus Armbruster1-22/+19
2020-12-18block/vpc: Make vpc_checksum() take void *Markus Armbruster1-1/+2
2020-12-18block/vpc: Don't abuse the footer buffer for dynamic headerMarkus Armbruster1-10/+12
2020-12-18block/vpc: Don't abuse the footer buffer as BAT sector bufferMarkus Armbruster1-2/+3
2020-12-18block/vpc: Make vpc_open() read the full dynamic headerMarkus Armbruster1-4/+4
2020-12-18block/nvme: Implement fake truncate() coroutinePhilippe Mathieu-Daudé1-0/+24
2020-12-18quorum: Implement bdrv_co_pwrite_zeroes()Alberto Garcia1-2/+34
2020-12-18quorum: Implement bdrv_co_block_status()Alberto Garcia1-0/+52
2020-12-18block: introduce preallocate filterVladimir Sementsov-Ogievskiy2-0/+560
2020-12-18block: introduce BDRV_REQ_NO_WAIT flagVladimir Sementsov-Ogievskiy1-1/+10
2020-12-18block: bdrv_mark_request_serialising: split non-waiting functionVladimir Sementsov-Ogievskiy2-13/+24
2020-12-18block/io: bdrv_wait_serialising_requests_locked: drop extra bs argVladimir Sementsov-Ogievskiy1-5/+5
2020-12-18block/io: split out bdrv_find_conflicting_requestVladimir Sementsov-Ogievskiy1-30/+41
2020-12-18block/io.c: drop assertion on double waiting for request serialisationVladimir Sementsov-Ogievskiy1-10/+1
2020-12-18block/nfs: fix int overflow in nfs_client_open_qdictPeter Lieven1-1/+1
2020-12-13block/file-posix: fix a possible undefined behaviorPan Nengyuan1-1/+1
2020-12-11block: Fix deadlock in bdrv_co_yield_to_drain()Kevin Wolf1-17/+24
2020-12-11block: introduce BDRV_MAX_LENGTHVladimir Sementsov-Ogievskiy2-12/+45
2020-12-11block/io: bdrv_check_byte_request(): drop bdrv_is_inserted()Vladimir Sementsov-Ogievskiy1-13/+12
2020-12-11block/io: bdrv_refresh_limits(): use ERRP_GUARDVladimir Sementsov-Ogievskiy1-4/+3
2020-12-11block/file-posix: fix workaround in raw_do_pwrite_zeroes()Vladimir Sementsov-Ogievskiy1-1/+0
2020-12-11file-posix: check the use_lock before setting the file lockLi Feng1-1/+1
2020-12-11fuse: Implement hole detection through lseekMax Reitz1-0/+77
2020-12-11fuse: (Partially) implement fallocate()Max Reitz1-0/+84
2020-12-11fuse: Allow growable exportsMax Reitz1-8/+36
2020-12-11fuse: Implement standard FUSE operationsMax Reitz1-0/+242
2020-12-11fuse: Allow exporting BDSs via FUSEMax Reitz3-0/+301
2020-12-11block/iscsi: Use lock guard macrosGan Qixin1-26/+24
2020-12-11block/throttle-groups: Use lock guard macrosGan Qixin1-25/+23
2020-12-11block/curl: Use lock guard macrosGan Qixin1-14/+14
2020-12-11block/accounting: Use lock guard macrosGan Qixin1-17/+15
2020-12-10Tweak a few "Parameter 'NAME' expects THING" error messageMarkus Armbruster1-1/+1
2020-12-09block/export: avoid g_return_val_if() input validationStefan Hajnoczi1-1/+3
2020-12-08libvhost-user: make it a meson subprojectMarc-André Lureau1-1/+1
2020-11-24qcow2: Fix corruption on write_zeroes with MAY_UNMAPMaxim Levitsky1-3/+6