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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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-12-28
blockjob: drop BlockJob.blk field
Vladimir Sementsov-Ogievskiy
1
-7
/
+0
2021-12-28
block/stream: add own blk
Vladimir Sementsov-Ogievskiy
1
-6
/
+18
2021-12-21
nbd: allow reconnect on open, with corresponding new options
Vladimir Sementsov-Ogievskiy
1
-1
/
+44
2021-12-09
block/nvme: fix infinite loop in nvme_free_req_queue_cb()
Stefan Hajnoczi
1
-2
/
+3
2021-11-23
block/vvfat.c fix leak when failure occurs
Daniella Lee
1
-4
/
+12
2021-11-16
file-posix: Fix alignment after reopen changing O_DIRECT
Kevin Wolf
1
-4
/
+16
2021-11-16
stream: Traverse graph after modification
Hanna Reitz
1
-2
/
+5
2021-11-03
Merge remote-tracking branch 'remotes/kwolf/tags/for-upstream' into staging
Richard Henderson
7
-27
/
+171
2021-11-02
block/nvme: Extract nvme_free_queue() from nvme_free_queue_pair()
Philippe Mathieu-Daudé
1
-2
/
+7
2021-11-02
block/nvme: Display CQ/SQ pointer in nvme_free_queue_pair()
Philippe Mathieu-Daudé
2
-2
/
+2
2021-11-02
block/nvme: Automatically free qemu_memalign() with QEMU_AUTO_VFREE
Philippe Mathieu-Daudé
1
-7
/
+4
2021-11-02
block-backend: Silence clang -m32 compiler warning
Hanna Reitz
1
-1
/
+1
2021-11-02
linux-aio: add `dev_max_batch` parameter to laio_io_unplug()
Stefano Garzarella
2
-4
/
+6
2021-11-02
linux-aio: add `dev_max_batch` parameter to laio_co_submit()
Stefano Garzarella
2
-9
/
+24
2021-11-02
file-posix: add `aio-max-batch` option
Stefano Garzarella
1
-0
/
+9
2021-11-02
block/export/fuse.c: fix musl build
Fabrice Fontaine
1
-0
/
+4
2021-11-02
block/rbd: implement bdrv_co_block_status
Peter Lieven
1
-0
/
+112
2021-11-02
block/file-posix: Fix return value translation for AIO discards
Ari Sundholm
1
-2
/
+2
2021-11-02
block/vpc: Add a sanity check that fixed-size images have the right type
Thomas Huth
1
-1
/
+2
2021-11-02
vmdk: allow specification of tools version
Thomas Weißschuh
1
-4
/
+20
2021-10-15
block-backend: drop INT_MAX restriction from blk_check_byte_request()
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2021-10-15
block-backend: blk_pread, blk_pwrite: rename count parameter to bytes
Vladimir Sementsov-Ogievskiy
1
-8
/
+8
2021-10-15
block-backend: convert blk_aio_ functions to int64_t bytes paramter
Vladimir Sementsov-Ogievskiy
1
-5
/
+8
2021-10-15
block-backend: convert blk_co_copy_range to int64_t bytes
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2021-10-15
block-backend: convert blk_foo wrappers to use int64_t bytes parameter
Vladimir Sementsov-Ogievskiy
1
-5
/
+5
2021-10-15
block-backend: drop blk_prw, use block-coroutine-wrapper
Vladimir Sementsov-Ogievskiy
2
-93
/
+88
2021-10-15
block-coroutine-wrapper.py: support BlockBackend first argument
Vladimir Sementsov-Ogievskiy
1
-0
/
+3
2021-10-15
block-backend: rename _do_ helper functions to _co_do_
Vladimir Sementsov-Ogievskiy
1
-26
/
+26
2021-10-15
block-backend: convert blk_co_pdiscard to int64_t bytes
Vladimir Sementsov-Ogievskiy
1
-2
/
+3
2021-10-15
block-backend: convert blk_co_pwritev_part to int64_t bytes
Vladimir Sementsov-Ogievskiy
2
-5
/
+5
2021-10-15
block-backend: make blk_co_preadv() 64bit
Vladimir Sementsov-Ogievskiy
2
-3
/
+3
2021-10-15
block-backend: blk_check_byte_request(): int64_t bytes
Vladimir Sementsov-Ogievskiy
1
-3
/
+3
2021-10-15
qcow2: Silence clang -m32 compiler warning
Hanna Reitz
1
-1
/
+2
2021-10-14
configure, meson: move libaio check to meson.build
Paolo Bonzini
1
-1
/
+1
2021-10-07
Merge remote-tracking branch 'remotes/vsementsov/tags/pull-jobs-2021-10-07-v2...
Richard Henderson
4
-29
/
+40
2021-10-07
mirror: Do not clear .cancelled
Hanna Reitz
1
-2
/
+0
2021-10-07
mirror: Stop active mirroring after force-cancel
Hanna Reitz
1
-0
/
+2
2021-10-07
mirror: Check job_is_cancelled() earlier
Hanna Reitz
1
-5
/
+5
2021-10-07
mirror: Use job_is_cancelled()
Hanna Reitz
1
-1
/
+1
2021-10-07
job: Add job_cancel_requested()
Hanna Reitz
1
-6
/
+4
2021-10-07
jobs: Give Job.force_cancel more meaning
Hanna Reitz
2
-7
/
+20
2021-10-07
job: @force parameter for job_cancel_sync()
Hanna Reitz
1
-2
/
+2
2021-10-07
mirror: Drop s->synced
Hanna Reitz
1
-10
/
+9
2021-10-07
mirror: Keep s->synced on error
Hanna Reitz
1
-1
/
+0
2021-10-06
block: introduce max_hw_iov for use in scsi-generic
Paolo Bonzini
3
-1
/
+8
2021-10-05
block/aio_task: assert `max_busy_tasks` is greater than 0
Stefano Garzarella
1
-0
/
+2
2021-10-05
block/backup: avoid integer overflow of `max-workers`
Stefano Garzarella
1
-2
/
+2
2021-09-29
block/nbd: check that received handle is valid
Vladimir Sementsov-Ogievskiy
1
-8
/
+3
2021-09-29
block/nbd: drop connection_co
Vladimir Sementsov-Ogievskiy
1
-275
/
+100
2021-09-29
block/nbd: refactor nbd_recv_coroutines_wake_all()
Vladimir Sementsov-Ogievskiy
1
-9
/
+17
[next]