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
2016-08-03
block: Cater to iscsi with non-power-of-2 discard
Eric Blake
1
-17
/
+20
2016-08-03
nbd: Limit nbdflags to 16 bits
Eric Blake
1
-3
/
+3
2016-07-26
AioContext: correct comments
Cao jin
1
-1
/
+1
2016-07-21
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
3
-11
/
+9
2016-07-20
nbd: Convert to byte-based interface
Eric Blake
1
-1
/
+0
2016-07-20
block: Kill .bdrv_co_discard()
Eric Blake
1
-2
/
+0
2016-07-20
block: Add .bdrv_co_pdiscard() driver callback
Eric Blake
1
-0
/
+2
2016-07-20
block: Convert .bdrv_aio_discard() to byte-based
Eric Blake
1
-2
/
+2
2016-07-20
block: Convert bdrv_aio_discard() to byte-based
Eric Blake
1
-3
/
+3
2016-07-20
block: Convert bdrv_discard() to byte-based
Eric Blake
1
-1
/
+1
2016-07-20
block: Convert bdrv_co_discard() to byte-based
Eric Blake
1
-1
/
+1
2016-07-20
nbd: Drop unused offset parameter
Eric Blake
1
-1
/
+0
2016-07-19
dirty-bitmap: operate with int64_t amount
Denis V. Lunev
2
-3
/
+3
2016-07-19
Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging
Peter Maydell
1
-0
/
+5
2016-07-18
block: ignore flush requests when storage is clean
Evgeny Yakovlev
1
-0
/
+5
2016-07-18
aio-posix: remove useless parameter
Cao jin
1
-1
/
+1
2016-07-18
linux-aio: share one LinuxAioState within an AioContext
Paolo Bonzini
2
-0
/
+81
2016-07-14
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+6
2016-07-13
commit: Add 'job-id' parameter to 'block-commit'
Alberto Garcia
1
-6
/
+10
2016-07-13
stream: Add 'job-id' parameter to 'block-stream'
Alberto Garcia
1
-4
/
+6
2016-07-13
backup: Add 'job-id' parameter to 'blockdev-backup' and 'drive-backup'
Alberto Garcia
1
-3
/
+5
2016-07-13
mirror: Add 'job-id' parameter to 'blockdev-mirror' and 'drive-mirror'
Alberto Garcia
1
-2
/
+4
2016-07-13
blockjob: Add 'job_id' parameter to block_job_create()
Alberto Garcia
1
-3
/
+5
2016-07-13
blockjob: Add block_job_get()
Alberto Garcia
1
-0
/
+10
2016-07-13
blockjob: Update description of the 'id' field
Alberto Garcia
1
-4
/
+1
2016-07-13
stream: Fix prototype of stream_start()
Alberto Garcia
1
-5
/
+6
2016-07-12
scsi-bus: Add SCSI scanner support
Jarkko Lavinen
1
-0
/
+6
2016-07-12
Clean up decorations and whitespace around header guards
Markus Armbruster
2
-2
/
+3
2016-07-12
Clean up header guards that don't match their file name
Markus Armbruster
1
-2
/
+3
2016-07-05
block: Convert bdrv_co_preadv/pwritev to BdrvChild
Kevin Wolf
2
-4
/
+4
2016-07-05
block: Convert bdrv_pwrite_zeroes() to BdrvChild
Kevin Wolf
1
-2
/
+2
2016-07-05
block: Convert bdrv_pwrite(v/_sync) to BdrvChild
Kevin Wolf
1
-5
/
+4
2016-07-05
block: Convert bdrv_pread(v) to BdrvChild
Kevin Wolf
1
-3
/
+2
2016-07-05
block: Convert bdrv_write() to BdrvChild
Kevin Wolf
1
-1
/
+1
2016-07-05
block: Convert bdrv_read() to BdrvChild
Kevin Wolf
1
-1
/
+1
2016-07-05
block: Convert bdrv_aio_writev() to BdrvChild
Kevin Wolf
1
-1
/
+1
2016-07-05
block: Convert bdrv_aio_readv() to BdrvChild
Kevin Wolf
1
-1
/
+1
2016-07-05
block: Convert bdrv_co_writev() to BdrvChild
Kevin Wolf
1
-2
/
+2
2016-07-05
block: Convert bdrv_co_readv() to BdrvChild
Kevin Wolf
1
-2
/
+2
2016-07-05
block: Use bool as appropriate for BDS members
Eric Blake
2
-10
/
+11
2016-07-05
block: Move request_alignment into BlockLimit
Eric Blake
1
-9
/
+13
2016-07-05
block: Switch discard length bounds to byte-based
Eric Blake
1
-5
/
+11
2016-07-05
block: Wording tweaks to write zeroes limits
Eric Blake
1
-2
/
+5
2016-07-05
block: Switch transfer length bounds to byte-based
Eric Blake
1
-5
/
+8
2016-07-05
nbd: Allow larger requests
Eric Blake
1
-0
/
+2
2016-06-20
blockjob: add AioContext attached callback
Stefan Hajnoczi
1
-0
/
+7
2016-06-20
block: use safe iteration over AioContext notifiers
Stefan Hajnoczi
1
-0
/
+2
2016-06-20
blockjob: add pause points
Stefan Hajnoczi
1
-3
/
+32
2016-06-20
blockjob: rename block_job_is_paused()
Stefan Hajnoczi
1
-9
/
+0
2016-06-16
nbd: Avoid magic number for NBD max name size
Eric Blake
1
-0
/
+6
[next]