summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-11migration/multifd: initialize packet->magic/version once at setup stageWei Yang
2019-10-11migration/multifd: use pages->allocated instead of the static maxWei Yang
2019-10-11migration/multifd: fix a typo in comment of multifd_recv_unfill_packet()Wei Yang
2019-10-11migration/postcopy: check PostcopyState before setting to POSTCOPY_INCOMING_R...Wei Yang
2019-10-11migration/postcopy: rename postcopy_ram_enable_notify to postcopy_ram_incomin...Wei Yang
2019-10-11migration/postcopy: postpone setting PostcopyState to ENDWei Yang
2019-10-11migration/postcopy: mis->have_listen_thread check will never be touchedWei Yang
2019-10-11migration: report SaveStateEntry id and name on failureWei Yang
2019-10-11migration: pass in_postcopy instead of check state againWei Yang
2019-10-11migration/postcopy: fix typo in mark_postcopy_blocktime_begin's commentWei Yang
2019-10-11migration/postcopy: map large zero page in postcopy_ram_incoming_setup()Wei Yang
2019-10-11migration/postcopy: allocate tmp_page in setup stageWei Yang
2019-10-11migration: Don't try and recover return path in non-postcopyDr. David Alan Gilbert
2019-10-11rcu: Use automatic rc_read unlock in core memory/exec codeDr. David Alan Gilbert
2019-10-11migration: Use automatic rcu_read unlock in rdma.cDr. David Alan Gilbert
2019-10-11migration: Use automatic rcu_read unlock in ram.cDr. David Alan Gilbert
2019-10-11migration: Fix missing rcu_read_unlockDr. David Alan Gilbert
2019-10-11rcu: Add automatically released rcu_read_lock variantsDr. David Alan Gilbert
2019-10-11migration: use migration_is_active to represent active stateWei Yang
2019-10-10hw/vfio/pci: fix double free in vfio_msi_disableEvgeny Yakovlev
2019-10-10MAINTAINERS: Downgrade status of virtio-9p to "Odd Fixes"Greg Kurz
2019-10-10s390x/tcg: MVCL: Exit to main loop if requestedDavid Hildenbrand
2019-10-10iotests/162: Fix for newer Linux 5.3+Max Reitz
2019-10-109p: Use variable length suffixes for inode remappingChristian Schoenebeck
2019-10-109p: stat_to_qid: implement slow pathAntonios Motakis
2019-10-109p: Added virtfs option 'multidevs=remap|forbid|warn'Antonios Motakis
2019-10-109p: Treat multiple devices on one export as an errorAntonios Motakis
2019-10-10fsdev: Add return value to fsdev_throttle_parse_opts()Greg Kurz
2019-10-109p: Simplify error path of v9fs_device_realize_common()Greg Kurz
2019-10-109p: unsigned type for type, version, pathAntonios Motakis
2019-10-10tests: fix I/O test for hosts defaulting to LUKSv2Daniel P. Berrangé
2019-10-10nbd: add empty .bdrv_reopen_prepareMaxim Levitsky
2019-10-10block/backup: use backup-top instead of write notifiersVladimir Sementsov-Ogievskiy
2019-10-10block: introduce backup-top filter driverVladimir Sementsov-Ogievskiy
2019-10-10block/block-copy: split block_copy_set_callbacks functionVladimir Sementsov-Ogievskiy
2019-10-10block/backup: move write_flags calculation inside backup_job_createVladimir Sementsov-Ogievskiy
2019-10-10block/backup: move in-flight requests handling from backup to block-copyVladimir Sementsov-Ogievskiy
2019-10-10iotests: Use stat -c %b in 125Max Reitz
2019-10-10iotests: Disable 125 on broken XFS versionsMax Reitz
2019-10-10iotests: Fix 125 for growth_mode = metadataMax Reitz
2019-10-10qapi: query-blockstat: add driver specific file-posix statsAnton Nefedov
2019-10-10file-posix: account discard operationsAnton Nefedov
2019-10-10scsi: account unmap operationsAnton Nefedov
2019-10-10scsi: move unmap error checking to the complete callbackAnton Nefedov
2019-10-10scsi: store unmap offset and nb_sectors in request structAnton Nefedov
2019-10-10ide: account UNMAP (TRIM) operationsAnton Nefedov
2019-10-10block: add empty account cookie typeAnton Nefedov
2019-10-10qapi: add unmap to BlockDeviceStatsAnton Nefedov
2019-10-10qapi: group BlockDeviceStats fieldsAnton Nefedov
2019-10-10iotests: 257: drop device_addVladimir Sementsov-Ogievskiy