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-01-26
block/block-copy: add max_chunk and max_workers parameters
Vladimir Sementsov-Ogievskiy
1
-2
/
+9
2021-01-26
block/block-copy: implement block_copy_async
Vladimir Sementsov-Ogievskiy
1
-4
/
+77
2021-01-26
block/block-copy: More explicit call_state
Vladimir Sementsov-Ogievskiy
1
-13
/
+38
2021-01-26
qapi: backup: add perf.use-copy-range parameter
Vladimir Sementsov-Ogievskiy
5
-4
/
+13
2021-01-26
block: apply COR-filter to block-stream jobs
Andrey Shinkevich
1
-43
/
+62
2021-01-26
block/stream: add s->target_bs
Vladimir Sementsov-Ogievskiy
1
-13
/
+10
2021-01-26
qapi: block-stream: add "bottom" argument
Vladimir Sementsov-Ogievskiy
2
-17
/
+36
2021-01-26
stream: rework backing-file changing
Andrey Shinkevich
1
-4
/
+5
2021-01-26
copy-on-read: skip non-guest reads if no copy needed
Andrey Shinkevich
1
-4
/
+10
2021-01-26
block: include supported_read_flags into BDS structure
Andrey Shinkevich
1
-2
/
+8
2021-01-26
qapi: copy-on-read filter: add 'bottom' option
Andrey Shinkevich
1
-2
/
+96
2021-01-26
qapi: add filter-node-name to block-stream
Andrey Shinkevich
2
-3
/
+5
2021-01-26
copy-on-read: add filter drop function
Andrey Shinkevich
2
-0
/
+88
2021-01-26
copy-on-read: support preadv/pwritev_part functions
Andrey Shinkevich
1
-12
/
+16
2021-01-13
Merge remote-tracking branch 'remotes/armbru/tags/pull-yank-2021-01-13' into ...
Peter Maydell
1
-61
/
+92
2021-01-13
block/nbd.c: Add yank feature
Lukas Straub
1
-61
/
+92
2021-01-12
meson: Propagate gnutls dependency
Roman Bolshakov
1
-1
/
+1
2021-01-08
Remove superfluous timer_del() calls
Peter Maydell
3
-4
/
+0
2021-01-02
libiscsi: convert to meson
Paolo Bonzini
1
-1
/
+1
2021-01-02
curl: remove compatibility code, require 7.29.0
Paolo Bonzini
1
-28
/
+0
2021-01-02
meson: use dependency to gate block modules
Paolo Bonzini
1
-10
/
+10
2021-01-01
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ...
Peter Maydell
3
-8
/
+5
2020-12-31
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-12-18' in...
Peter Maydell
6
-57
/
+747
2020-12-19
qobject: Change qobject_to_json()'s value to GString
Markus Armbruster
1
-1
/
+1
2020-12-19
qapi: Use QAPI_LIST_PREPEND() where possible
Eric Blake
2
-7
/
+4
2020-12-18
block/vpc: Use sizeof() instead of HEADER_SIZE for footer size
Markus Armbruster
1
-15
/
+14
2020-12-18
block/vpc: Pass footer buffers as VHDFooter * instead of uint8_t *
Markus Armbruster
1
-7
/
+7
2020-12-18
block/vpc: Pad VHDFooter, replace uint8_t[] buffers
Markus Armbruster
1
-40
/
+37
2020-12-18
block/vpc: Use sizeof() instead of 1024 for dynamic header size
Markus Armbruster
1
-4
/
+5
2020-12-18
block/vpc: Pad VHDDynDiskHeader, replace uint8_t[] buffers
Markus Armbruster
1
-22
/
+19
2020-12-18
block/vpc: Make vpc_checksum() take void *
Markus Armbruster
1
-1
/
+2
2020-12-18
block/vpc: Don't abuse the footer buffer for dynamic header
Markus Armbruster
1
-10
/
+12
2020-12-18
block/vpc: Don't abuse the footer buffer as BAT sector buffer
Markus Armbruster
1
-2
/
+3
2020-12-18
block/vpc: Make vpc_open() read the full dynamic header
Markus Armbruster
1
-4
/
+4
2020-12-18
block/nvme: Implement fake truncate() coroutine
Philippe Mathieu-Daudé
1
-0
/
+24
2020-12-18
quorum: Implement bdrv_co_pwrite_zeroes()
Alberto Garcia
1
-2
/
+34
2020-12-18
quorum: Implement bdrv_co_block_status()
Alberto Garcia
1
-0
/
+52
2020-12-18
block: introduce preallocate filter
Vladimir Sementsov-Ogievskiy
2
-0
/
+560
2020-12-18
block: introduce BDRV_REQ_NO_WAIT flag
Vladimir Sementsov-Ogievskiy
1
-1
/
+10
2020-12-18
block: bdrv_mark_request_serialising: split non-waiting function
Vladimir Sementsov-Ogievskiy
2
-13
/
+24
2020-12-18
block/io: bdrv_wait_serialising_requests_locked: drop extra bs arg
Vladimir Sementsov-Ogievskiy
1
-5
/
+5
2020-12-18
block/io: split out bdrv_find_conflicting_request
Vladimir Sementsov-Ogievskiy
1
-30
/
+41
2020-12-18
block/io.c: drop assertion on double waiting for request serialisation
Vladimir Sementsov-Ogievskiy
1
-10
/
+1
2020-12-18
block/nfs: fix int overflow in nfs_client_open_qdict
Peter Lieven
1
-1
/
+1
2020-12-13
block/file-posix: fix a possible undefined behavior
Pan Nengyuan
1
-1
/
+1
2020-12-11
block: Fix deadlock in bdrv_co_yield_to_drain()
Kevin Wolf
1
-17
/
+24
2020-12-11
block: introduce BDRV_MAX_LENGTH
Vladimir Sementsov-Ogievskiy
2
-12
/
+45
2020-12-11
block/io: bdrv_check_byte_request(): drop bdrv_is_inserted()
Vladimir Sementsov-Ogievskiy
1
-13
/
+12
2020-12-11
block/io: bdrv_refresh_limits(): use ERRP_GUARD
Vladimir Sementsov-Ogievskiy
1
-4
/
+3
2020-12-11
block/file-posix: fix workaround in raw_do_pwrite_zeroes()
Vladimir Sementsov-Ogievskiy
1
-1
/
+0
[prev]
[next]