index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
2020-12-13
block/file-posix: fix a possible undefined behavior
Pan Nengyuan
2020-12-11
block: Fix deadlock in bdrv_co_yield_to_drain()
Kevin Wolf
2020-12-11
block: introduce BDRV_MAX_LENGTH
Vladimir Sementsov-Ogievskiy
2020-12-11
block/io: bdrv_check_byte_request(): drop bdrv_is_inserted()
Vladimir Sementsov-Ogievskiy
2020-12-11
block/io: bdrv_refresh_limits(): use ERRP_GUARD
Vladimir Sementsov-Ogievskiy
2020-12-11
block/file-posix: fix workaround in raw_do_pwrite_zeroes()
Vladimir Sementsov-Ogievskiy
2020-12-11
file-posix: check the use_lock before setting the file lock
Li Feng
2020-12-11
fuse: Implement hole detection through lseek
Max Reitz
2020-12-11
fuse: (Partially) implement fallocate()
Max Reitz
2020-12-11
fuse: Allow growable exports
Max Reitz
2020-12-11
fuse: Implement standard FUSE operations
Max Reitz
2020-12-11
fuse: Allow exporting BDSs via FUSE
Max Reitz
2020-12-11
block/iscsi: Use lock guard macros
Gan Qixin
2020-12-11
block/throttle-groups: Use lock guard macros
Gan Qixin
2020-12-11
block/curl: Use lock guard macros
Gan Qixin
2020-12-11
block/accounting: Use lock guard macros
Gan Qixin
2020-12-10
Tweak a few "Parameter 'NAME' expects THING" error message
Markus Armbruster
2020-12-09
block/export: avoid g_return_val_if() input validation
Stefan Hajnoczi
2020-12-08
libvhost-user: make it a meson subproject
Marc-André Lureau
2020-11-24
qcow2: Fix corruption on write_zeroes with MAY_UNMAP
Maxim Levitsky
2020-11-23
Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...
Peter Maydell
2020-11-17
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2020-11-17
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2020-11-17
quorum: Require WRITE perm with rewrite-corrupted
Max Reitz
2020-11-17
io_uring: do not use pointer after free
Paolo Bonzini
2020-11-17
file-posix: allow -EBUSY errors during write zeros on raw block devices
Maxim Levitsky
2020-11-15
nomaintainer: Fix Lesser GPL version number
Chetan Pant
2020-11-12
meson: move vhost_user_blk_server to meson.build
Stefan Hajnoczi
2020-11-09
block: Fix some code style problems, "foo* bar" should be "foo *bar"
shiliyang
2020-11-09
block: Fixes nfs compiling error on msys2/mingw
Yonggang Luo
2020-11-09
qcow2: Document and enforce the QCowL2Meta invariants
Alberto Garcia
2020-11-09
block: Remove unused include
AlexChen
2020-11-05
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2020-11-03
block/export: fix vhost-user-blk get_config() information leak
Stefan Hajnoczi
2020-11-03
block/export: make vhost-user-blk config space little-endian
Stefan Hajnoczi
2020-11-03
configure: introduce --enable-vhost-user-blk-server
Stefan Hajnoczi
2020-11-03
block/nvme: Fix nvme_submit_command() on big-endian host
Philippe Mathieu-Daudé
2020-11-03
block/nvme: Fix use of write-only doorbells page on Aarch64 arch
Philippe Mathieu-Daudé
2020-11-03
block/nvme: Align iov's va and size on host page size
Eric Auger
2020-11-03
block/nvme: Change size and alignment of prp_list_pages
Eric Auger
2020-11-03
block/nvme: Change size and alignment of queue
Eric Auger
2020-11-03
block/nvme: Change size and alignment of IDENTIFY response buffer
Eric Auger
2020-11-03
block/nvme: Correct minimum device page size
Philippe Mathieu-Daudé
2020-11-03
block/nvme: Set request_alignment at initialization
Philippe Mathieu-Daudé
2020-11-03
block/nvme: Simplify nvme_cmd_sync()
Philippe Mathieu-Daudé
2020-11-03
block/nvme: Simplify ADMIN queue access
Philippe Mathieu-Daudé
2020-11-03
block/nvme: Correctly initialize Admin Queue Attributes
Philippe Mathieu-Daudé
2020-11-03
block/nvme: Use definitions instead of magic values in add_io_queue()
Philippe Mathieu-Daudé
2020-11-03
block/nvme: Make nvme_init_queue() return boolean indicating error
Philippe Mathieu-Daudé
2020-11-03
block/nvme: Make nvme_identify() return boolean indicating error
Philippe Mathieu-Daudé
[next]