index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-18
block/nbd: safer transition to receiving request
Vladimir Sementsov-Ogievskiy
1
-1
/
+3
2021-06-18
block/nbd: add nbd_client_connected() helper
Vladimir Sementsov-Ogievskiy
1
-11
/
+14
2021-06-18
block/nbd: reuse nbd_co_do_establish_connection() in nbd_open()
Vladimir Sementsov-Ogievskiy
2
-98
/
+11
2021-06-18
nbd/client-connection: add option for non-blocking connection attempt
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2021-06-18
block/nbd: split nbd_co_do_establish_connection out of nbd_reconnect_attempt
Vladimir Sementsov-Ogievskiy
1
-38
/
+42
2021-06-18
nbd/client-connection: return only one io channel
Vladimir Sementsov-Ogievskiy
1
-11
/
+2
2021-06-18
block/nbd: drop BDRVNBDState::sioc
Vladimir Sementsov-Ogievskiy
1
-50
/
+48
2021-06-18
block/nbd: don't touch s->sioc in nbd_teardown_connection()
Vladimir Sementsov-Ogievskiy
1
-4
/
+0
2021-06-18
block/nbd: use negotiation of NBDClientConnection
Vladimir Sementsov-Ogievskiy
1
-14
/
+30
2021-06-18
block/nbd: split nbd_handle_updated_info out of nbd_client_handshake()
Vladimir Sementsov-Ogievskiy
1
-42
/
+58
2021-06-18
nbd/client-connection: add possibility of negotiation
Vladimir Sementsov-Ogievskiy
1
-2
/
+2
2021-06-18
nbd: move connection code from block/nbd to nbd/client-connection
Vladimir Sementsov-Ogievskiy
1
-207
/
+0
2021-06-18
block/nbd: introduce nbd_client_connection_release()
Vladimir Sementsov-Ogievskiy
1
-18
/
+27
2021-06-18
block/nbd: introduce nbd_client_connection_new()
Vladimir Sementsov-Ogievskiy
1
-6
/
+9
2021-06-18
block/nbd: rename NBDConnectThread to NBDClientConnection
Vladimir Sementsov-Ogievskiy
1
-67
/
+67
2021-06-18
block/nbd: make nbd_co_establish_connection_cancel() bs-independent
Vladimir Sementsov-Ogievskiy
1
-8
/
+9
2021-06-18
block/nbd: bs-independent interface for nbd_co_establish_connection()
Vladimir Sementsov-Ogievskiy
1
-18
/
+32
2021-06-18
block/nbd: drop thr->state
Vladimir Sementsov-Ogievskiy
1
-95
/
+45
2021-06-18
block/nbd: simplify waking of nbd_co_establish_connection()
Vladimir Sementsov-Ogievskiy
1
-40
/
+15
2021-06-18
block/nbd: BDRVNBDState: drop unused connect_err and connect_status
Vladimir Sementsov-Ogievskiy
1
-10
/
+2
2021-06-18
block/nbd: nbd_client_handshake(): fix leak of s->ioc
Vladimir Sementsov-Ogievskiy
1
-0
/
+2
2021-06-18
block/nbd: ensure ->connection_thread is always valid
Roman Kagan
1
-35
/
+21
2021-06-18
block/nbd: call socket_address_parse_named_fd() in advance
Vladimir Sementsov-Ogievskiy
1
-0
/
+6
2021-06-18
block/nbd: connect_thread_func(): do qio_channel_set_delay(false)
Vladimir Sementsov-Ogievskiy
1
-0
/
+2
2021-06-18
block/nbd: fix how state is cleared on nbd_open() failure paths
Vladimir Sementsov-Ogievskiy
1
-18
/
+18
2021-06-18
block/nbd: fix channel object leak
Roman Kagan
1
-0
/
+1
2021-06-14
block: use GDateTime for formatting timestamp when dumping snapshot info
Daniel P. Berrangé
1
-7
/
+4
2021-06-14
block: remove duplicate trace.h include
Daniel P. Berrangé
1
-2
/
+0
2021-06-14
block: add trace point when fdatasync fails
Daniel P. Berrangé
2
-0
/
+3
2021-06-14
block: preserve errno from fdatasync failures
Daniel P. Berrangé
1
-3
/
+3
2021-06-04
iscsi: link libm into the module
Paolo Bonzini
1
-1
/
+1
2021-06-04
meson: allow optional dependencies for block modules
Paolo Bonzini
1
-9
/
+9
2021-06-02
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
12
-69
/
+101
2021-06-02
block-copy: refactor copy_range handling
Vladimir Sementsov-Ogievskiy
1
-23
/
+49
2021-06-02
block-copy: fix block_copy_task_entry() progress update
Vladimir Sementsov-Ogievskiy
1
-3
/
+5
2021-06-02
block-backend: add drained_poll
Sergio Lopez
1
-1
/
+6
2021-06-02
block/vvfat: inherit child_vvfat_qcow from child_of_bds
Vladimir Sementsov-Ogievskiy
1
-5
/
+3
2021-06-02
block-backend: improve blk_root_get_parent_desc()
Vladimir Sementsov-Ogievskiy
1
-5
/
+4
2021-06-02
block/file-posix: Try other fallbacks after invalid FALLOC_FL_ZERO_RANGE
Thomas Huth
1
-9
/
+9
2021-06-02
block/file-posix: Fix problem with fallocate(PUNCH_HOLE) on GPFS
Thomas Huth
1
-0
/
+11
2021-06-02
block: drop BlockBackendRootState::read_only
Vladimir Sementsov-Ogievskiy
1
-8
/
+2
2021-06-02
block: consistently use bdrv_is_read_only()
Vladimir Sementsov-Ogievskiy
8
-11
/
+10
2021-06-02
block/vvfat: fix vvfat_child_perm crash
Vladimir Sementsov-Ogievskiy
1
-5
/
+2
2021-06-02
block/vvfat: child_vvfat_qcow: add .get_parent_aio_context, fix crash
Vladimir Sementsov-Ogievskiy
1
-0
/
+1
2021-06-02
block/quorum: Provide .bdrv_co_flush instead of .bdrv_co_flush_to_disk
Lukas Straub
1
-1
/
+1
2021-06-02
block/ssh: Bump minimum libssh version to 0.8.7
Thomas Huth
1
-59
/
+0
2021-06-02
docs: fix references to docs/devel/tracing.rst
Stefano Garzarella
1
-1
/
+1
2021-05-26
replication: move include out of root directory
Paolo Bonzini
1
-1
/
+1
2021-05-21
coroutine-sleep: replace QemuCoSleepState pointer with struct in the API
Paolo Bonzini
2
-9
/
+9
2021-05-21
coroutine-sleep: allow qemu_co_sleep_wake that wakes nothing
Paolo Bonzini
2
-9
/
+3
[next]