aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2021-06-25block-copy: small refactor in block_copy_task_entry and block_copy_commonEmanuele Giuseppe Esposito
2021-06-25progressmeter: protect with a mutexEmanuele Giuseppe Esposito
2021-06-25block-copy: let ratelimit handle a speed of 0Paolo Bonzini
2021-06-25file-posix: handle EINTR during ioctlPaolo Bonzini
2021-06-25block: detect DKIOCGETBLOCKCOUNT/SIZE before useJoelle van Dyne
2021-06-25block: try BSD disk size ioctls one after anotherPaolo Bonzini
2021-06-25block: feature detection for host block supportJoelle van Dyne
2021-06-25file-posix: try BLKSECTGET on block devices too, do not round to power of 2Paolo Bonzini
2021-06-25block: add max_hw_transfer to BlockLimitsPaolo Bonzini
2021-06-25block-backend: align max_transfer to request alignmentPaolo Bonzini
2021-06-25scsi-generic: pass max_segments via max_iov field in BlockLimitsPaolo Bonzini
2021-06-25file-posix: fix max_iov for /dev/sg devicesPaolo Bonzini
2021-06-24block/snapshot: Clarify goto fallback behaviorMax Reitz
2021-06-18block/nbd: safer transition to receiving requestVladimir Sementsov-Ogievskiy
2021-06-18block/nbd: add nbd_client_connected() helperVladimir Sementsov-Ogievskiy
2021-06-18block/nbd: reuse nbd_co_do_establish_connection() in nbd_open()Vladimir Sementsov-Ogievskiy
2021-06-18nbd/client-connection: add option for non-blocking connection attemptVladimir Sementsov-Ogievskiy
2021-06-18block/nbd: split nbd_co_do_establish_connection out of nbd_reconnect_attemptVladimir Sementsov-Ogievskiy
2021-06-18nbd/client-connection: return only one io channelVladimir Sementsov-Ogievskiy
2021-06-18block/nbd: drop BDRVNBDState::siocVladimir Sementsov-Ogievskiy
2021-06-18block/nbd: don't touch s->sioc in nbd_teardown_connection()Vladimir Sementsov-Ogievskiy
2021-06-18block/nbd: use negotiation of NBDClientConnectionVladimir Sementsov-Ogievskiy
2021-06-18block/nbd: split nbd_handle_updated_info out of nbd_client_handshake()Vladimir Sementsov-Ogievskiy
2021-06-18nbd/client-connection: add possibility of negotiationVladimir Sementsov-Ogievskiy
2021-06-18nbd: move connection code from block/nbd to nbd/client-connectionVladimir Sementsov-Ogievskiy
2021-06-18block/nbd: introduce nbd_client_connection_release()Vladimir Sementsov-Ogievskiy
2021-06-18block/nbd: introduce nbd_client_connection_new()Vladimir Sementsov-Ogievskiy
2021-06-18block/nbd: rename NBDConnectThread to NBDClientConnectionVladimir Sementsov-Ogievskiy
2021-06-18block/nbd: make nbd_co_establish_connection_cancel() bs-independentVladimir Sementsov-Ogievskiy
2021-06-18block/nbd: bs-independent interface for nbd_co_establish_connection()Vladimir Sementsov-Ogievskiy
2021-06-18block/nbd: drop thr->stateVladimir Sementsov-Ogievskiy
2021-06-18block/nbd: simplify waking of nbd_co_establish_connection()Vladimir Sementsov-Ogievskiy
2021-06-18block/nbd: BDRVNBDState: drop unused connect_err and connect_statusVladimir Sementsov-Ogievskiy
2021-06-18block/nbd: nbd_client_handshake(): fix leak of s->iocVladimir Sementsov-Ogievskiy
2021-06-18block/nbd: ensure ->connection_thread is always validRoman Kagan
2021-06-18block/nbd: call socket_address_parse_named_fd() in advanceVladimir Sementsov-Ogievskiy
2021-06-18block/nbd: connect_thread_func(): do qio_channel_set_delay(false)Vladimir Sementsov-Ogievskiy
2021-06-18block/nbd: fix how state is cleared on nbd_open() failure pathsVladimir Sementsov-Ogievskiy
2021-06-18block/nbd: fix channel object leakRoman Kagan
2021-06-14block: use GDateTime for formatting timestamp when dumping snapshot infoDaniel P. Berrangé
2021-06-14block: remove duplicate trace.h includeDaniel P. Berrangé
2021-06-14block: add trace point when fdatasync failsDaniel P. Berrangé
2021-06-14block: preserve errno from fdatasync failuresDaniel P. Berrangé
2021-06-04iscsi: link libm into the modulePaolo Bonzini
2021-06-04meson: allow optional dependencies for block modulesPaolo Bonzini
2021-06-02Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2021-06-02block-copy: refactor copy_range handlingVladimir Sementsov-Ogievskiy
2021-06-02block-copy: fix block_copy_task_entry() progress updateVladimir Sementsov-Ogievskiy
2021-06-02block-backend: add drained_pollSergio Lopez
2021-06-02block/vvfat: inherit child_vvfat_qcow from child_of_bdsVladimir Sementsov-Ogievskiy