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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-08
block: Don't emulate natively supported pwritev flags
Kevin Wolf
1
-1
/
+3
2016-06-08
block: Fix bdrv_all_delete_snapshot() error handling
Kevin Wolf
1
-3
/
+0
2016-06-08
qcow2: avoid extra flushes in qcow2
Denis V. Lunev
3
-4
/
+12
2016-06-08
raw-posix: Fetch max sectors for host block device
Fam Zheng
1
-0
/
+24
2016-06-08
block: Kill bdrv_co_write_zeroes()
Eric Blake
1
-13
/
+2
2016-06-08
vmdk: Convert to bdrv_co_pwrite_zeroes()
Eric Blake
1
-7
/
+5
2016-06-08
raw_bsd: Convert to bdrv_co_pwrite_zeroes()
Eric Blake
1
-6
/
+5
2016-06-08
raw-posix: Convert to bdrv_co_pwrite_zeroes()
Eric Blake
1
-17
/
+17
2016-06-08
qed: Convert to bdrv_co_pwrite_zeroes()
Eric Blake
1
-18
/
+15
2016-06-08
gluster: Convert to bdrv_co_pwrite_zeroes()
Eric Blake
1
-8
/
+6
2016-06-08
blkreplay: Convert to bdrv_co_pwrite_zeroes()
Eric Blake
1
-6
/
+4
2016-06-08
qcow2: Convert to bdrv_co_pwrite_zeroes()
Eric Blake
1
-18
/
+19
2016-06-08
iscsi: Convert to bdrv_co_pwrite_zeroes()
Eric Blake
1
-24
/
+34
2016-06-08
block: Switch bdrv_write_zeroes() to byte interface
Eric Blake
6
-23
/
+34
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
5
-21
/
+24
2016-06-08
iscsi: Use block size as minimum zero/discard alignment
Eric Blake
1
-0
/
+5
2016-06-08
qcow2: Catch more unaligned write_zero into zero cluster
Eric Blake
1
-24
/
+23
2016-06-08
qcow2: add tracepoints for qcow2_co_write_zeroes
Denis V. Lunev
1
-0
/
+5
2016-06-08
qcow2: simplify logic in qcow2_co_write_zeroes
Denis V. Lunev
1
-18
/
+5
2016-06-08
block: split write_zeroes always
Denis V. Lunev
1
-13
/
+17
2016-06-07
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-06-0...
Peter Maydell
10
-18
/
+10
2016-06-07
block: Use DIV_ROUND_UP
Laurent Vivier
1
-2
/
+1
2016-06-07
qed: Use DIV_ROUND_UP
Laurent Vivier
2
-4
/
+2
2016-06-07
qcow/qcow2: Use DIV_ROUND_UP
Laurent Vivier
3
-8
/
+6
2016-06-07
parallels: Use DIV_ROUND_UP
Laurent Vivier
1
-1
/
+1
2016-06-07
all: Remove unnecessary glib.h includes
Peter Maydell
3
-3
/
+0
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-29
block/iscsi: avoid potential overflow of acb->task->cdb
Peter Lieven
1
-0
/
+7
2016-05-25
commit: Use BlockBackend for I/O
Kevin Wolf
1
-20
/
+33
2016-05-25
backup: Use BlockBackend for I/O
Kevin Wolf
2
-34
/
+21
2016-05-25
backup: Remove bs parameter from backup_do_cow()
Kevin Wolf
1
-7
/
+6
2016-05-25
backup: Pack Notifier within BackupBlockJob
John Snow
1
-9
/
+10
2016-05-25
backup: Don't leak BackupBlockJob in error path
Kevin Wolf
1
-2
/
+5
2016-05-25
mirror: Use BlockBackend for I/O
Kevin Wolf
1
-31
/
+39
2016-05-25
mirror: Allow target that already has a BlockBackend
Kevin Wolf
1
-27
/
+6
2016-05-25
stream: Use BlockBackend for I/O
Kevin Wolf
2
-15
/
+9
2016-05-25
block: Make blk_co_preadv/pwritev() public
Kevin Wolf
1
-7
/
+14
2016-05-25
block: Convert block job core to BlockBackend
Kevin Wolf
1
-0
/
+3
2016-05-25
block: Default to enabled write cache in blk_new()
Kevin Wolf
1
-1
/
+2
2016-05-25
block: Rename blk_write_zeroes()
Eric Blake
2
-9
/
+9
2016-05-25
block: Fix reconfiguring graph with drained nodes
Kevin Wolf
1
-4
/
+5
2016-05-25
block: Make bdrv_drain() use bdrv_drained_begin/end()
Kevin Wolf
1
-36
/
+33
2016-05-25
block: Drop errp parameter from blk_new()
Max Reitz
1
-7
/
+2
2016-05-25
block: Make bdrv_open() return a BDS
Max Reitz
2
-8
/
+6
2016-05-25
block: Drop blk_new_with_bs()
Max Reitz
1
-23
/
+7
2016-05-25
block: Fix bdrv_next() memory leak
Kevin Wolf
3
-43
/
+63
[next]