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
/
raw_bsd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-20
raw_bsd: Convert to byte-based interface
Eric Blake
1
-19
/
+26
2016-07-20
raw_bsd: Switch .bdrv_co_discard() to byte-based
Eric Blake
1
-5
/
+4
2016-07-20
block: Convert bdrv_co_discard() to byte-based
Eric Blake
1
-1
/
+2
2016-07-20
raw_bsd: Don't advertise flags not supported by protocol layer
Eric Blake
1
-2
/
+4
2016-07-05
block: Convert bdrv_co_preadv/pwritev to BdrvChild
Kevin Wolf
1
-2
/
+2
2016-07-05
block: Convert bdrv_co_readv() to BdrvChild
Kevin Wolf
1
-1
/
+1
2016-07-05
block: Drop raw_refresh_limits()
Eric Blake
1
-7
/
+1
2016-06-20
coccinelle: Remove unnecessary variables for function return value
Eduardo Habkost
1
-4
/
+1
2016-06-20
error: Remove unnecessary local_err variables
Eduardo Habkost
1
-3
/
+1
2016-06-20
error: Remove NULL checks on error_propagate() calls
Eduardo Habkost
1
-3
/
+1
2016-06-08
raw_bsd: Convert to bdrv_co_pwrite_zeroes()
Eric Blake
1
-6
/
+5
2016-06-08
block: Switch bdrv_write_zeroes() to byte interface
Eric Blake
1
-1
/
+2
2016-05-12
block: Honor BDRV_REQ_FUA during write_zeroes
Eric Blake
1
-0
/
+1
2016-05-12
block: Make supported_write_flags a per-bds property
Eric Blake
1
-1
/
+1
2016-05-12
block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writev
Kevin Wolf
1
-2
/
+2
2016-05-12
block: Introduce bdrv_driver_pwritev()
Kevin Wolf
1
-8
/
+0
2016-03-30
raw: Support BDRV_REQ_FUA
Kevin Wolf
1
-3
/
+14
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-02-02
raw: Assign bs to file in raw_co_get_block_status
Fam Zheng
1
-0
/
+1
2016-02-02
block: Add "file" output parameter to block status query functions
Fam Zheng
1
-1
/
+2
2016-01-20
block: Clean up includes
Peter Maydell
1
-0
/
+1
2015-11-12
block: Drop BlockDriver.bdrv_ioctl
Fam Zheng
1
-6
/
+0
2015-10-23
block/raw_bsd: Drop raw_is_inserted()
Max Reitz
1
-6
/
+0
2015-10-23
block: Make bdrv_is_inserted() return a bool
Max Reitz
1
-1
/
+1
2015-10-16
block: Convert bs->file to BdrvChild
Kevin Wolf
1
-20
/
+20
2015-03-10
block: Add driver methods to probe blocksizes and geometry
Ekaterina Tumanova
1
-0
/
+12
2014-12-10
block: Make essential BlockDriver objects public
Max Reitz
1
-1
/
+1
2014-12-10
raw: Prohibit dangerous writes for probed images
Kevin Wolf
1
-1
/
+63
2014-10-20
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
Markus Armbruster
1
-1
/
+1
2014-10-20
block: Rename BlockDriverAIOCB* to BlockAIOCB*
Markus Armbruster
1
-4
/
+4
2014-07-18
block: Add Error argument to bdrv_refresh_limits()
Kevin Wolf
1
-2
/
+1
2014-06-16
cleanup QEMUOptionParameter
Chunyan Liu
1
-2
/
+2
2014-06-16
raw_bsd.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
1
-12
/
+15
2014-06-16
change block layer to support both QemuOpts and QEMUOptionParamter
Chunyan Liu
1
-1
/
+1
2014-02-17
Use error_is_set() only when necessary
Markus Armbruster
1
-1
/
+1
2014-02-09
raw: Fix BlockLimits passthrough
Kevin Wolf
1
-1
/
+7
2013-11-28
block/raw: copy BlockLimits on raw_open
Peter Lieven
1
-0
/
+1
2013-11-28
block: add flags to bdrv_*_write_zeroes
Peter Lieven
1
-2
/
+3
2013-10-29
block: Avoid unecessary drv->bdrv_getlength() calls
Kevin Wolf
1
-0
/
+1
2013-10-11
block/raw_bsd: Employ error parameter
Max Reitz
1
-2
/
+1
2013-10-11
block/get_block_status: avoid redundant callouts on raw devices
Peter Lieven
1
-1
/
+3
2013-09-12
block: Error parameter for create functions
Max Reitz
1
-1
/
+9
2013-09-12
bdrv: Use "Error" for creating images
Max Reitz
1
-1
/
+2
2013-09-12
bdrv: Use "Error" for opening images
Max Reitz
1
-1
/
+2
2013-09-06
block: introduce bdrv_get_block_status API
Paolo Bonzini
1
-5
/
+5
2013-09-06
block: make bdrv_co_is_allocated static
Paolo Bonzini
1
-1
/
+1
2013-08-30
switch raw block driver from "raw.o" to "raw_bsd.o"
Laszlo Ersek
1
-34
/
+44
2013-08-30
raw_bsd: register bdrv_raw
Laszlo Ersek
1
-5
/
+33
2013-08-30
raw_bsd: add raw_create_options
Laszlo Ersek
1
-1
/
+12
2013-08-30
raw_bsd: introduce "special members"
Laszlo Ersek
1
-0
/
+23
[next]