Age | Commit message (Expand) | Author |
2020-01-27 | iscsi: Don't access non-existent scsi_lba_status_descriptor | Kevin Wolf |
2020-01-27 | iscsi: Cap block count from GET LBA STATUS (CVE-2020-1711) | Felipe Franciosi |
2020-01-27 | block/backup: fix memory leak in bdrv_backup_top_append() | Eiichi Tsukata |
2020-01-27 | block/backup-top: Don't acquire context while dropping top | Sergio Lopez |
2020-01-13 | linux-aio: increasing MAX_EVENTS to a larger hardcoded value | Wangyong |
2020-01-06 | backup-top: Begin drain earlier | Max Reitz |
2020-01-06 | qcow2: Allow writing compressed data of multiple clusters | Andrey Shinkevich |
2020-01-06 | block: introduce compress filter driver | Andrey Shinkevich |
2020-01-06 | qcow2-bitmaps: fix qcow2_can_store_new_dirty_bitmap | Vladimir Sementsov-Ogievskiy |
2020-01-06 | throttle-groups: fix memory leak in throttle_group_set_limit: | PanNengyuan |
2020-01-06 | blkdebug: Allow taking/unsharing permissions | Max Reitz |
2019-12-20 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2019-12-19 | qcow2: Move error check of local_err near its assignment | Tuguoyi |
2019-12-18 | qcow2: Use offset_into_cluster() | Alberto Garcia |
2019-12-18 | qcow2: Declare BDRV_REQ_NO_FALLBACK supported | Kevin Wolf |
2019-12-18 | nbd: assert that Error** is not NULL in nbd_iter_channel_error | Vladimir Sementsov-Ogievskiy |
2019-12-18 | block/snapshot: rename Error ** parameter to more common errp | Vladimir Sementsov-Ogievskiy |
2019-12-09 | block/qcow2-bitmap: fix crash bug in qcow2_co_remove_persistent_dirty_bitmap | Vladimir Sementsov-Ogievskiy |
2019-12-02 | block/file-posix: Fix laio_init() error handling crash bug | Markus Armbruster |
2019-11-26 | block/qcow2-bitmap: fix bitmap migration | Vladimir Sementsov-Ogievskiy |
2019-11-18 | nbd: Don't send oversize strings | Eric Blake |
2019-11-18 | bitmap: Enforce maximum bitmap name length | Eric Blake |
2019-11-07 | qcow2: Fix QCOW2_COMPRESSED_SECTOR_MASK | Max Reitz |
2019-11-07 | qcow2-bitmap: Fix uint64_t left-shift overflow | Tuguoyi |
2019-11-04 | block/file-posix: Let post-EOF fallocate serialize | Max Reitz |
2019-11-04 | block: Add bdrv_co_get_self_request() | Max Reitz |
2019-11-04 | block: Make wait/mark serialising requests public | Max Reitz |
2019-11-04 | block/block-copy: fix s->copy_size for compressed cluster | Vladimir Sementsov-Ogievskiy |
2019-10-28 | Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-28' in... | Peter Maydell |
2019-10-28 | block: Pass truncate exact=true where reasonable | Max Reitz |
2019-10-28 | block: Let format drivers pass @exact | Max Reitz |
2019-10-28 | block: Evaluate @exact in protocol drivers | Max Reitz |
2019-10-28 | block: Add @exact parameter to bdrv_co_truncate() | Max Reitz |
2019-10-28 | block: Do not truncate file node when formatting | Max Reitz |
2019-10-28 | block/cor: Drop cor_co_truncate() | Max Reitz |
2019-10-28 | block: Handle filter truncation like native impl. | Max Reitz |
2019-10-28 | qcow2: Fix v3 snapshot table entry compliancy | Max Reitz |
2019-10-28 | qcow2: Repair snapshot table with too many entries | Max Reitz |
2019-10-28 | qcow2: Fix overly long snapshot tables | Max Reitz |
2019-10-28 | qcow2: Keep track of the snapshot table length | Max Reitz |
2019-10-28 | qcow2: Fix broken snapshot table entries | Max Reitz |
2019-10-28 | qcow2: Add qcow2_check_fix_snapshot_table() | Max Reitz |
2019-10-28 | qcow2: Separate qcow2_check_read_snapshot_table() | Max Reitz |
2019-10-28 | qcow2: Write v3-compliant snapshot list on upgrade | Max Reitz |
2019-10-28 | qcow2: Put qcow2_upgrade() into its own function | Max Reitz |
2019-10-28 | qcow2: Make qcow2_write_snapshots() public | Max Reitz |
2019-10-28 | qcow2: Keep unknown extra snapshot data | Max Reitz |
2019-10-28 | qcow2: Add Error ** to qcow2_read_snapshots() | Max Reitz |
2019-10-28 | qcow2: Use endof() | Max Reitz |
2019-10-28 | mirror: Do not dereference invalid pointers | Max Reitz |