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
/
include
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-30
nbd: Minimal structured read for client
Vladimir Sementsov-Ogievskiy
1
-0
/
+12
2017-10-30
nbd: Move nbd_read() to common header
Eric Blake
1
-0
/
+10
2017-10-30
nbd/client: prepare nbd_receive_reply for structured reply
Vladimir Sementsov-Ogievskiy
1
-6
/
+24
2017-10-30
nbd: Expose constants and structs for structured read
Eric Blake
1
-0
/
+41
2017-10-30
nbd: Move nbd_errno_to_system_errno() to public header
Eric Blake
1
-0
/
+13
2017-10-26
block: Align block status requests
Eric Blake
1
-1
/
+2
2017-10-26
block: Convert bdrv_get_block_status_above() to bytes
Eric Blake
1
-5
/
+3
2017-10-26
block: Convert bdrv_get_block_status() to bytes
Eric Blake
1
-8
/
+9
2017-10-26
block: Make bdrv_round_to_clusters() signature more useful
Eric Blake
1
-2
/
+2
2017-10-26
block: Allow NULL file for bdrv_get_block_status()
Eric Blake
1
-4
/
+6
2017-10-16
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-10-14' into st...
Peter Maydell
1
-7
/
+14
2017-10-13
nbd: header constants indenting
Vladimir Sementsov-Ogievskiy
1
-7
/
+8
2017-10-13
block: rename bdrv_co_drain to bdrv_co_drain_begin
Manos Pitsidianakis
1
-2
/
+2
2017-10-13
block: add bdrv_co_drain_end callback
Manos Pitsidianakis
1
-2
/
+9
2017-10-12
nbd/server: structurize simple reply header sending
Vladimir Sementsov-Ogievskiy
1
-0
/
+6
2017-10-06
commit: Remove overlay_bs
Kevin Wolf
1
-2
/
+1
2017-10-06
block: Introduce BdrvChildRole.update_filename
Kevin Wolf
1
-0
/
+6
2017-10-06
dirty-bitmap: Switch bdrv_set_dirty() to bytes
Eric Blake
1
-1
/
+1
2017-10-06
dirty-bitmap: Change bdrv_[re]set_dirty_bitmap() to use bytes
Eric Blake
1
-4
/
+4
2017-10-06
dirty-bitmap: Change bdrv_get_dirty_locked() to take bytes
Eric Blake
1
-2
/
+2
2017-10-06
dirty-bitmap: Set iterator start by offset, not sector
Eric Blake
1
-3
/
+2
2017-10-06
dirty-bitmap: Change bdrv_dirty_bitmap_*serialize*() to take bytes
Eric Blake
1
-7
/
+7
2017-10-06
dirty-bitmap: Avoid size query failure during truncate
Eric Blake
1
-1
/
+1
2017-10-06
dirty-bitmap: Drop unused functions
Eric Blake
1
-10
/
+0
2017-09-26
block: Fix permissions after bdrv_reopen()
Kevin Wolf
1
-0
/
+1
2017-09-26
block: Base permissions on rw state after reopen
Kevin Wolf
1
-1
/
+0
2017-09-26
block: Add reopen_queue to bdrv_child_perm()
Kevin Wolf
1
-0
/
+7
2017-09-19
scsi: move block/scsi.h to include/scsi/constants.h
Paolo Bonzini
1
-314
/
+0
2017-09-19
scsi: move non-emulation specific code to scsi/
Paolo Bonzini
1
-2
/
+0
2017-09-07
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-09-06' into st...
Peter Maydell
1
-2
/
+0
2017-09-06
nbd: Use new qio_channel_*_all() functions
Eric Blake
1
-2
/
+0
2017-09-06
block: add throttle block filter driver
Manos Pitsidianakis
1
-0
/
+5
2017-09-05
block: convert ThrottleGroup to object with QOM
Manos Pitsidianakis
1
-0
/
+3
2017-09-05
block: add aio_context field in ThrottleGroupMember
Manos Pitsidianakis
1
-1
/
+6
2017-09-05
block: move ThrottleGroup membership to ThrottleGroupMember
Manos Pitsidianakis
1
-7
/
+32
2017-09-05
block: document semantics of bdrv_co_preadv|pwritev
Daniel P. Berrange
1
-0
/
+31
2017-09-05
block: document semantics of bdrv_co_preadv|pwritev
Daniel P. Berrange
1
-0
/
+31
2017-09-04
block: add default implementations for bdrv_co_get_block_status()
Manos Pitsidianakis
1
-0
/
+18
2017-09-04
block: remove unused bdrv_media_changed
Manos Pitsidianakis
2
-2
/
+0
2017-09-04
block: pass bdrv_* methods to bs->file by default in block filters
Manos Pitsidianakis
1
-1
/
+5
2017-08-30
nbd/client: fix nbd_send_request to return int
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2017-08-30
nbd/client: refactor nbd_receive_reply
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2017-08-08
block: Allow reopen rw without BDRV_O_ALLOW_RDWR
Kevin Wolf
1
-1
/
+2
2017-08-08
block: drop bdrv_set_key from BlockDriver
Paolo Bonzini
1
-1
/
+0
2017-07-24
block: Skip implicit nodes in query-block/blockstats
Kevin Wolf
2
-1
/
+1
2017-07-17
block: invoke .bdrv_drain callback in coroutine context and from AioContext
Paolo Bonzini
1
-1
/
+1
2017-07-14
nbd: Implement NBD_INFO_BLOCK_SIZE on client
Eric Blake
1
-0
/
+6
2017-07-14
nbd: Expose and debug more NBD constants
Eric Blake
1
-9
/
+28
2017-07-14
nbd: Create struct for tracking export info
Eric Blake
1
-4
/
+11
2017-07-11
block: Add PreallocMode to bdrv_truncate()
Max Reitz
1
-1
/
+2
[next]