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-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
2020-12-11
file-posix: check the use_lock before setting the file lock
Li Feng
1
-1
/
+1
2020-12-11
fuse: Implement hole detection through lseek
Max Reitz
1
-0
/
+77
2020-12-11
fuse: (Partially) implement fallocate()
Max Reitz
1
-0
/
+84
2020-12-11
fuse: Allow growable exports
Max Reitz
1
-8
/
+36
2020-12-11
fuse: Implement standard FUSE operations
Max Reitz
1
-0
/
+242
2020-12-11
fuse: Allow exporting BDSs via FUSE
Max Reitz
3
-0
/
+301
2020-12-11
block/iscsi: Use lock guard macros
Gan Qixin
1
-26
/
+24
2020-12-11
block/throttle-groups: Use lock guard macros
Gan Qixin
1
-25
/
+23
2020-12-11
block/curl: Use lock guard macros
Gan Qixin
1
-14
/
+14
2020-12-11
block/accounting: Use lock guard macros
Gan Qixin
1
-17
/
+15
2020-12-10
Tweak a few "Parameter 'NAME' expects THING" error message
Markus Armbruster
1
-1
/
+1
2020-12-09
block/export: avoid g_return_val_if() input validation
Stefan Hajnoczi
1
-1
/
+3
2020-12-08
libvhost-user: make it a meson subproject
Marc-André Lureau
1
-1
/
+1
2020-11-24
qcow2: Fix corruption on write_zeroes with MAY_UNMAP
Maxim Levitsky
1
-3
/
+6
2020-11-23
Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...
Peter Maydell
2
-105
/
+134
2020-11-17
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
3
-1
/
+7
2020-11-17
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-1
/
+4
[next]