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
/
qed.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-18
migration: migration.h was not needed
Juan Quintela
1
-1
/
+0
2017-04-28
block: Add .bdrv_truncate() error messages
Max Reitz
1
-1
/
+3
2017-04-28
block: Add errp to BD.bdrv_truncate()
Max Reitz
1
-1
/
+1
2017-04-28
block: Add errp to b{lk,drv}_truncate()
Max Reitz
1
-1
/
+1
2017-02-28
block: Add BDRV_O_RESIZE for blk_new_open()
Kevin Wolf
1
-1
/
+2
2017-02-28
block: Request child permissions in format drivers
Kevin Wolf
1
-0
/
+1
2017-02-24
block: Attach bs->file only during .bdrv_open()
Kevin Wolf
1
-3
/
+15
2017-02-21
block: explicitly acquire aiocontext in aio callbacks that need it
Paolo Bonzini
1
-2
/
+2
2017-02-21
block: explicitly acquire aiocontext in bottom halves that need it
Paolo Bonzini
1
-0
/
+3
2017-02-21
block: explicitly acquire aiocontext in timers that need it
Paolo Bonzini
1
-0
/
+12
2017-02-21
qed: introduce qed_aio_start_io and qed_aio_next_io_cb
Paolo Bonzini
1
-14
/
+25
2016-10-28
qed: Implement .bdrv_drain
Fam Zheng
1
-1
/
+15
2016-10-07
block: use aio_bh_schedule_oneshot
Paolo Bonzini
1
-4
/
+2
2016-07-13
coroutine: move entry argument to qemu_coroutine_create
Paolo Bonzini
1
-2
/
+2
2016-07-05
block: Convert bdrv_pwrite(v/_sync) to BdrvChild
Kevin Wolf
1
-2
/
+2
2016-07-05
block: Convert bdrv_pread(v) to BdrvChild
Kevin Wolf
1
-3
/
+3
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-06-08
qed: Convert to bdrv_co_pwrite_zeroes()
Eric Blake
1
-18
/
+15
2016-06-08
block: Track write zero limits in bytes
Eric Blake
1
-1
/
+1
2016-06-07
qed: Use DIV_ROUND_UP
Laurent Vivier
1
-2
/
+1
2016-05-19
qemu-common: stop including qemu/bswap.h from qemu-common.h
Paolo Bonzini
1
-0
/
+1
2016-05-12
block: Drop superfluous invalidating bs->file from drivers
Fam Zheng
1
-6
/
+0
2016-05-12
block: Allow BDRV_REQ_FUA through blk_pwrite()
Eric Blake
1
-3
/
+3
2016-03-30
block: Always set writeback mode in blk_new_open()
Kevin Wolf
1
-2
/
+1
2016-03-22
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
Rutuja Shah
1
-1
/
+1
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-03-17
blockdev: Split monitor reference from BB creation
Max Reitz
1
-1
/
+1
2016-03-17
qapi: Drop QERR_UNKNOWN_BLOCK_FORMAT_FEATURE
Max Reitz
1
-5
/
+2
2016-03-17
Revert "qed: Implement .bdrv_drain"
Stefan Hajnoczi
1
-13
/
+0
2016-03-14
qed: Use BB functions in .bdrv_create()
Kevin Wolf
1
-13
/
+15
2016-02-02
qed: Assign bs->file->bs to file in bdrv_qed_co_get_block_status
Fam Zheng
1
-0
/
+3
2016-02-02
block: Add "file" output parameter to block status query functions
Fam Zheng
1
-1
/
+2
2016-01-20
block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVE
Kevin Wolf
1
-2
/
+2
2016-01-20
block: Clean up includes
Peter Maydell
1
-0
/
+1
2016-01-13
error: Use error_prepend() where it makes obvious sense
Markus Armbruster
1
-3
/
+2
2015-11-12
qed: Implement .bdrv_drain
Fam Zheng
1
-0
/
+13
2015-10-16
block: Remove bdrv_swap()
Kevin Wolf
1
-7
/
+0
2015-10-16
block: Convert bs->backing_hd to BdrvChild
Kevin Wolf
1
-6
/
+6
2015-10-16
block: Convert bs->file to BdrvChild
Kevin Wolf
1
-16
/
+16
2015-09-14
block: Drop drv parameter from bdrv_open()
Max Reitz
1
-1
/
+1
2015-06-22
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
1
-2
/
+2
2015-04-28
block: use bdrv_get_device_or_node_name() in error messages
Alberto Garcia
1
-1
/
+1
2015-04-28
Convert (ffs(val) - 1) to ctz32(val)
Stefan Hajnoczi
1
-2
/
+2
2015-02-06
qed: check for header size overflow
Stefan Hajnoczi
1
-0
/
+5
2014-10-20
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
Markus Armbruster
1
-9
/
+9
2014-10-20
block: Rename BlockDriverAIOCB* to BlockAIOCB*
Markus Armbruster
1
-16
/
+16
2014-10-20
block: Eliminate BlockDriverState member device_name[]
Markus Armbruster
1
-1
/
+1
2014-09-22
block: Rename qemu_aio_release -> qemu_aio_unref
Fam Zheng
1
-1
/
+1
2014-09-22
qed: Drop qed_aiocb_info.cancel
Fam Zheng
1
-21
/
+0
[next]