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
/
io.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-07
block: use aio_bh_schedule_oneshot
Paolo Bonzini
1
-8
/
+3
2016-09-29
block: reintroduce bdrv_flush_all
John Snow
1
-0
/
+25
2016-09-05
block/io: turn on dirty_bitmaps for the compressed writes
Pavel Butsykin
1
-9
/
+5
2016-09-05
block: remove BlockDriver.bdrv_write_compressed
Pavel Butsykin
1
-31
/
+0
2016-09-05
block/io: reuse bdrv_co_pwritev() for write compressed
Pavel Butsykin
1
-16
/
+40
2016-09-05
block: Convert bdrv_pwrite_compressed() to BdrvChild
Pavel Butsykin
1
-1
/
+2
2016-09-05
block: switch blk_write_compressed() to byte-based interface
Pavel Butsykin
1
-15
/
+7
2016-08-18
block: fix possible reorder of flush operations
Denis V. Lunev
1
-1
/
+2
2016-08-18
block: fix deadlock in bdrv_co_flush
Evgeny Yakovlev
1
-2
/
+3
2016-08-03
block: Cater to iscsi with non-power-of-2 discard
Eric Blake
1
-6
/
+9
2016-07-20
block: Kill .bdrv_co_discard()
Eric Blake
1
-7
/
+2
2016-07-20
block: Add .bdrv_co_pdiscard() driver callback
Eric Blake
1
-2
/
+5
2016-07-20
block: Convert .bdrv_aio_discard() to byte-based
Eric Blake
1
-4
/
+3
2016-07-20
block: Convert bdrv_aio_discard() to byte-based
Eric Blake
1
-8
/
+7
2016-07-20
block: Switch BlockRequest to byte-based
Eric Blake
1
-32
/
+30
2016-07-20
block: Convert bdrv_discard() to byte-based
Eric Blake
1
-10
/
+9
2016-07-20
block: Convert bdrv_co_discard() to byte-based
Eric Blake
1
-32
/
+35
2016-07-20
block: Fragment writes to max transfer length
Eric Blake
1
-2
/
+33
2016-07-20
block: Fragment reads to max transfer length
Eric Blake
1
-20
/
+33
2016-07-18
block: ignore flush requests when storage is clean
Evgeny Yakovlev
1
-0
/
+21
2016-07-13
coroutine: move entry argument to qemu_coroutine_create
Paolo Bonzini
1
-22
/
+23
2016-07-05
block: Convert bdrv_co_preadv/pwritev to BdrvChild
Kevin Wolf
1
-12
/
+13
2016-07-05
block: Convert bdrv_prwv_co() to BdrvChild
Kevin Wolf
1
-20
/
+25
2016-07-05
block: Convert bdrv_pwrite_zeroes() to BdrvChild
Kevin Wolf
1
-4
/
+5
2016-07-05
block: Convert bdrv_pwrite(v/_sync) to BdrvChild
Kevin Wolf
1
-9
/
+8
2016-07-05
block: Convert bdrv_pread(v) to BdrvChild
Kevin Wolf
1
-4
/
+4
2016-07-05
block: Convert bdrv_write() to BdrvChild
Kevin Wolf
1
-2
/
+3
2016-07-05
block: Convert bdrv_read() to BdrvChild
Kevin Wolf
1
-2
/
+2
2016-07-05
block: Convert bdrv_co_do_readv/writev to BdrvChild
Kevin Wolf
1
-14
/
+15
2016-07-05
block: Convert bdrv_aio_writev() to BdrvChild
Kevin Wolf
1
-3
/
+3
2016-07-05
block: Convert bdrv_aio_readv() to BdrvChild
Kevin Wolf
1
-3
/
+3
2016-07-05
block: Convert bdrv_co_writev() to BdrvChild
Kevin Wolf
1
-3
/
+3
2016-07-05
block: Convert bdrv_co_readv() to BdrvChild
Kevin Wolf
1
-4
/
+4
2016-07-05
block: Move request_alignment into BlockLimit
Eric Blake
1
-7
/
+7
2016-07-05
block: Split bdrv_merge_limits() from bdrv_refresh_limits()
Eric Blake
1
-18
/
+13
2016-07-05
block: Switch discard length bounds to byte-based
Eric Blake
1
-7
/
+9
2016-07-05
block: Switch transfer length bounds to byte-based
Eric Blake
1
-12
/
+11
2016-07-05
block: Set default request_alignment during bdrv_refresh_limits()
Eric Blake
1
-0
/
+3
2016-07-05
block: Fix harmless off-by-one in bdrv_aligned_preadv()
Eric Blake
1
-1
/
+1
2016-07-05
block: Document supported flags during bdrv_aligned_preadv()
Eric Blake
1
-1
/
+9
2016-07-05
block: Tighter assertions on bdrv_aligned_pwritev()
Eric Blake
1
-5
/
+8
2016-06-20
block: process before_write_notifiers in bdrv_co_discard
Denis V. Lunev
1
-0
/
+5
2016-06-20
block: fix race in bdrv_co_discard with drive-mirror
Denis V. Lunev
1
-1
/
+2
2016-06-20
block: fixed BdrvTrackedRequest filling in bdrv_co_discard
Denis V. Lunev
1
-2
/
+2
2016-06-16
block: use the block job list in bdrv_drain_all()
Alberto Garcia
1
-6
/
+18
2016-06-16
block: Remove bs->zero_beyond_eof
Kevin Wolf
1
-29
/
+23
2016-06-16
block: Make bdrv_load/save_vmstate coroutine_fns
Kevin Wolf
1
-22
/
+58
2016-06-16
block: Allow .bdrv_load/save_vmstate() to return 0/-errno
Kevin Wolf
1
-2
/
+15
2016-06-16
block: Make .bdrv_load_vmstate() vectored
Kevin Wolf
1
-5
/
+20
2016-06-16
block: Introduce bdrv_preadv()
Kevin Wolf
1
-7
/
+13
[next]