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
/
block
/
io.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2016-06-16
block: Don't enforce 512 byte minimum alignment
Kevin Wolf
1
-5
/
+3
2016-06-16
block: Prepare bdrv_aligned_pwritev() for byte-aligned requests
Kevin Wolf
1
-8
/
+5
2016-06-16
block: Prepare bdrv_aligned_preadv() for byte-aligned requests
Kevin Wolf
1
-24
/
+20
2016-06-16
block: Byte-based bdrv_co_do_copy_on_readv()
Kevin Wolf
1
-25
/
+38
2016-06-16
block: Assert that flags are in range
Eric Blake
1
-0
/
+6
2016-06-08
block: Don't emulate natively supported pwritev flags
Kevin Wolf
1
-1
/
+3
2016-06-08
block: Kill bdrv_co_write_zeroes()
Eric Blake
1
-13
/
+2
2016-06-08
block: Switch bdrv_write_zeroes() to byte interface
Eric Blake
1
-13
/
+21
2016-06-08
block: Add .bdrv_co_pwrite_zeroes()
Eric Blake
1
-35
/
+43
2016-06-08
block: Track write zero limits in bytes
Eric Blake
1
-9
/
+13
2016-06-08
block: split write_zeroes always
Denis V. Lunev
1
-13
/
+17
2016-06-07
block: Drop bdrv_ioctl_bh_cb
Fam Zheng
1
-18
/
+2
2016-06-07
block: Move BlockRequest type to io.c
Eric Blake
1
-0
/
+21
2016-06-07
block/io: optimize bdrv_co_pwritev for small requests
Peter Lieven
1
-0
/
+8
2016-06-07
block/io: Remove unused bdrv_aio_write_zeroes()
Kevin Wolf
1
-11
/
+0
2016-05-25
backup: Use BlockBackend for I/O
Kevin Wolf
1
-9
/
+0
2016-05-25
stream: Use BlockBackend for I/O
Kevin Wolf
1
-9
/
+0
2016-05-25
block: Make bdrv_drain() use bdrv_drained_begin/end()
Kevin Wolf
1
-36
/
+33
2016-05-25
block: Fix bdrv_next() memory leak
Kevin Wolf
1
-6
/
+4
2016-05-19
block: Avoid bs->blk in bdrv_next()
Kevin Wolf
1
-6
/
+7
2016-05-19
block: Remove bdrv_aio_multiwrite()
Kevin Wolf
1
-194
/
+0
2016-05-19
block: Don't check throttled reqs in bdrv_requests_pending()
Kevin Wolf
1
-7
/
+0
2016-05-19
block/io: Quiesce parents between drained_begin/end
Kevin Wolf
1
-0
/
+3
2016-05-19
block: Drain throttling queue with BdrvChild callback
Kevin Wolf
1
-21
/
+18
2016-05-19
block: Move I/O throttling configuration functions to BlockBackend
Kevin Wolf
1
-41
/
+0
2016-05-19
block: Move actual I/O throttling to BlockBackend
Kevin Wolf
1
-10
/
+0
2016-05-19
block: Move throttling fields from BDS to BB
Kevin Wolf
1
-11
/
+25
2016-05-19
block: Convert throttle_group_get_name() to BlockBackend
Kevin Wolf
1
-1
/
+1
2016-05-19
block: throttle-groups: Use BlockBackend pointers internally
Kevin Wolf
1
-2
/
+2
2016-05-12
block: Honor BDRV_REQ_FUA during write_zeroes
Eric Blake
1
-3
/
+25
2016-05-12
block: Make supported_write_flags a per-bds property
Eric Blake
1
-5
/
+4
2016-05-12
block: Remove BlockDriver.bdrv_read/write
Kevin Wolf
1
-92
/
+0
2016-05-12
block: Introduce .bdrv_co_preadv/pwritev BlockDriver function
Kevin Wolf
1
-6
/
+22
2016-05-12
block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writev
Kevin Wolf
1
-12
/
+12
2016-05-12
block: Support AIO drivers in bdrv_driver_preadv/pwritev()
Kevin Wolf
1
-74
/
+52
2016-05-12
block: Introduce bdrv_driver_pwritev()
Kevin Wolf
1
-15
/
+36
2016-05-12
block: Introduce bdrv_driver_preadv()
Kevin Wolf
1
-7
/
+23
2016-05-12
block: plug whole tree at once, introduce bdrv_io_unplugged_begin/end
Paolo Bonzini
1
-18
/
+58
2016-05-12
block: introduce bdrv_no_throttling_begin/end
Paolo Bonzini
1
-12
/
+21
2016-05-12
block: extract bdrv_drain_poll/bdrv_co_yield_to_drain from bdrv_drain/bdrv_co...
Paolo Bonzini
1
-12
/
+23
2016-05-12
block: move restarting of throttled reqs to block/throttle-groups.c
Paolo Bonzini
1
-14
/
+1
[next]