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
/
parallels.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-05
block/parallels: check new image size
Klim Kireev
1
-0
/
+5
2016-07-05
block: Convert bdrv_pwrite_zeroes() to BdrvChild
Kevin Wolf
1
-1
/
+1
2016-07-05
block: Convert bdrv_pwrite(v/_sync) to BdrvChild
Kevin Wolf
1
-3
/
+3
2016-07-05
block: Convert bdrv_pread(v) to BdrvChild
Kevin Wolf
1
-2
/
+2
2016-07-05
block: Convert bdrv_co_writev() to BdrvChild
Kevin Wolf
1
-1
/
+1
2016-07-05
block: Convert bdrv_co_readv() to BdrvChild
Kevin Wolf
1
-1
/
+1
2016-06-08
block: Switch bdrv_write_zeroes() to byte interface
Eric Blake
1
-1
/
+3
2016-06-07
parallels: Use DIV_ROUND_UP
Laurent Vivier
1
-1
/
+1
2016-05-25
block: Rename blk_write_zeroes()
Eric Blake
1
-2
/
+2
2016-05-19
qemu-common: stop including qemu/bswap.h from qemu-common.h
Paolo Bonzini
1
-0
/
+1
2016-05-12
block: Switch blk_*write_zeroes() to byte interface
Eric Blake
1
-1
/
+2
2016-05-12
block: Allow BDRV_REQ_FUA through blk_pwrite()
Eric Blake
1
-1
/
+1
2016-03-30
block: Always set writeback mode in blk_new_open()
Kevin Wolf
1
-2
/
+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-14
parallels: Use BB functions in .bdrv_create()
Kevin Wolf
1
-11
/
+14
2016-03-14
block: Use writeback in .bdrv_create() implementations
Kevin Wolf
1
-1
/
+2
2016-02-02
parallels: Assign bs->file->bs to file in parallels_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
/
+1
2016-01-20
block: Clean up includes
Peter Maydell
1
-0
/
+1
2015-12-17
qapi: Don't let implicit enum MAX member collide
Eric Blake
1
-2
/
+2
2015-11-24
parallels: dirty BAT properly for continuous allocations
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2015-10-16
block: Convert bs->file to BdrvChild
Kevin Wolf
1
-18
/
+20
2015-09-14
block: Drop drv parameter from bdrv_open()
Max Reitz
1
-1
/
+1
2015-05-22
block/parallels: improve image writing performance further
Denis V. Lunev
1
-20
/
+23
2015-05-22
block/parallels: optimize linear image expansion
Denis V. Lunev
1
-10
/
+32
2015-05-22
block/parallels: add prealloc-mode and prealloc-size open paramemets
Denis V. Lunev
1
-6
/
+77
2015-05-22
block/parallels: delay writing to BAT till bdrv_co_flush_to_os
Denis V. Lunev
1
-6
/
+44
2015-05-22
block/parallels: create bat_entry_off helper
Denis V. Lunev
1
-6
/
+9
2015-05-22
block/parallels: improve image reading performance
Denis V. Lunev
1
-5
/
+31
2015-05-22
block/parallels: implement incorrect close detection
Denis V. Lunev
1
-0
/
+50
2015-05-22
block/parallels: implement parallels_check method of block driver
Denis V. Lunev
1
-0
/
+85
2015-05-22
block/parallels: move parallels_open/probe to the very end of the file
Denis V. Lunev
1
-93
/
+98
2015-05-22
block/parallels: read parallels image header and BAT into single buffer
Denis V. Lunev
1
-7
/
+17
2015-05-22
block/parallels: keep BAT bitmap data in little endian in memory
Denis V. Lunev
1
-12
/
+5
2015-05-22
block/parallels: create bat2sect helper
Denis V. Lunev
1
-3
/
+9
2015-05-22
block/parallels: rename catalog_ names to bat_
Denis V. Lunev
1
-28
/
+30
2015-05-22
parallels: change copyright information in the image header
Denis V. Lunev
1
-1
/
+5
2015-05-22
block/parallels: support parallels image creation
Denis V. Lunev
1
-0
/
+97
2015-05-22
block/parallels: _co_writev callback for Parallels format
Denis V. Lunev
1
-2
/
+88
2015-05-22
block/parallels: mark parallels format driver as zero inited
Denis V. Lunev
1
-0
/
+1
2015-05-22
block/parallels: replace magic constants 4, 64 with proper sizeofs
Denis V. Lunev
1
-4
/
+4
2015-05-22
block/parallels: provide _co_readv routine for parallels format driver
Denis V. Lunev
1
-21
/
+33
2015-05-22
block/parallels: add get_block_status
Roman Kagan
1
-0
/
+21
2015-05-22
block/parallels: read up to cluster end in one go
Roman Kagan
1
-5
/
+13
2015-05-22
block/parallels: switch to bdrv_read
Roman Kagan
1
-9
/
+11
2015-05-22
block/parallels: rename parallels_header to ParallelsHeader
Denis V. Lunev
1
-4
/
+4
2014-11-03
block/parallels: fix access to not initialized memory in catalog_bitmap
Denis V. Lunev
1
-1
/
+1
2014-08-20
block: Use g_new() & friends to avoid multiplying sizes
Markus Armbruster
1
-1
/
+1
2014-08-15
parallels: 2TB+ parallels images support
Denis V. Lunev
1
-5
/
+20
[next]