summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* linux-aio: increasing MAX_EVENTS to a larger hardcoded valueWangyong2020-01-131-1/+1
* backup-top: Begin drain earlierMax Reitz2020-01-061-2/+2
* qcow2: Allow writing compressed data of multiple clustersAndrey Shinkevich2020-01-061-27/+75
* block: introduce compress filter driverAndrey Shinkevich2020-01-062-0/+169
* qcow2-bitmaps: fix qcow2_can_store_new_dirty_bitmapVladimir Sementsov-Ogievskiy2020-01-061-23/+18Star
* throttle-groups: fix memory leak in throttle_group_set_limit:PanNengyuan2020-01-061-2/+2
* blkdebug: Allow taking/unsharing permissionsMax Reitz2020-01-061-1/+92
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2019-12-201-11/+10Star
|\
| * qcow2: Move error check of local_err near its assignmentTuguoyi2019-12-191-5/+5
| * qcow2: Use offset_into_cluster()Alberto Garcia2019-12-181-5/+3Star
| * qcow2: Declare BDRV_REQ_NO_FALLBACK supportedKevin Wolf2019-12-181-1/+2
* | nbd: assert that Error** is not NULL in nbd_iter_channel_errorVladimir Sementsov-Ogievskiy2019-12-181-0/+1
* | block/snapshot: rename Error ** parameter to more common errpVladimir Sementsov-Ogievskiy2019-12-181-2/+2
|/
* block/qcow2-bitmap: fix crash bug in qcow2_co_remove_persistent_dirty_bitmapVladimir Sementsov-Ogievskiy2019-12-091-3/+6
* block/file-posix: Fix laio_init() error handling crash bugMarkus Armbruster2019-12-021-1/+1
* block/qcow2-bitmap: fix bitmap migrationVladimir Sementsov-Ogievskiy2019-11-261-1/+20
* nbd: Don't send oversize stringsEric Blake2019-11-181-0/+10
* bitmap: Enforce maximum bitmap name lengthEric Blake2019-11-182-3/+11
* qcow2: Fix QCOW2_COMPRESSED_SECTOR_MASKMax Reitz2019-11-071-1/+1
* qcow2-bitmap: Fix uint64_t left-shift overflowTuguoyi2019-11-071-3/+11
* block/file-posix: Let post-EOF fallocate serializeMax Reitz2019-11-041-0/+36
* block: Add bdrv_co_get_self_request()Max Reitz2019-11-041-0/+18
* block: Make wait/mark serialising requests publicMax Reitz2019-11-041-12/+12
* block/block-copy: fix s->copy_size for compressed clusterVladimir Sementsov-Ogievskiy2019-11-041-2/+2
* Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-28' in...Peter Maydell2019-10-2830-322/+936
|\
| * block: Pass truncate exact=true where reasonableMax Reitz2019-10-283-5/+19
| * block: Let format drivers pass @exactMax Reitz2019-10-283-3/+16
| * block: Evaluate @exact in protocol driversMax Reitz2019-10-282-2/+13
| * block: Add @exact parameter to bdrv_co_truncate()Max Reitz2019-10-2824-55/+74
| * block: Do not truncate file node when formattingMax Reitz2019-10-283-16/+0Star
| * block/cor: Drop cor_co_truncate()Max Reitz2019-10-281-8/+0Star
| * block: Handle filter truncation like native impl.Max Reitz2019-10-281-7/+6Star
| * qcow2: Fix v3 snapshot table entry compliancyMax Reitz2019-10-281-0/+18
| * qcow2: Repair snapshot table with too many entriesMax Reitz2019-10-281-0/+14
| * qcow2: Fix overly long snapshot tablesMax Reitz2019-10-281-10/+78
| * qcow2: Keep track of the snapshot table lengthMax Reitz2019-10-281-1/+13
| * qcow2: Fix broken snapshot table entriesMax Reitz2019-10-281-11/+56
| * qcow2: Add qcow2_check_fix_snapshot_table()Max Reitz2019-10-283-1/+36
| * qcow2: Separate qcow2_check_read_snapshot_table()Max Reitz2019-10-283-18/+120
| * qcow2: Write v3-compliant snapshot list on upgradeMax Reitz2019-10-281-2/+30
| * qcow2: Put qcow2_upgrade() into its own functionMax Reitz2019-10-281-5/+38
| * qcow2: Make qcow2_write_snapshots() publicMax Reitz2019-10-282-1/+2
| * qcow2: Keep unknown extra snapshot dataMax Reitz2019-10-282-10/+58
| * qcow2: Add Error ** to qcow2_read_snapshots()Max Reitz2019-10-283-4/+8
| * qcow2: Use endof()Max Reitz2019-10-281-3/+4
| * mirror: Do not dereference invalid pointersMax Reitz2019-10-281-4/+9
| * block/nvme: add support for discardMaxim Levitsky2019-10-282-0/+85
| * block/nvme: add support for write zerosMaxim Levitsky2019-10-282-1/+72
| * block/block-copy: increase buffered copy requestVladimir Sementsov-Ogievskiy2019-10-281-16/+32
| * block/block-copy: add memory limitVladimir Sementsov-Ogievskiy2019-10-281-0/+5