index
:
~jjongsma/qemu
vsock
qemu patches for jjongsma
jjongsma
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-05
iscsi: Set request_alignment during .bdrv_refresh_limits()
Eric Blake
1
-1
/
+2
2016-07-05
blkdebug: Set request_alignment during .bdrv_refresh_limits()
Eric Blake
1
-4
/
+15
2016-07-05
block: Give nonzero result to blk_get_max_transfer_length()
Eric Blake
1
-3
/
+4
2016-07-05
iscsi: Advertise realistic limits to block layer
Eric Blake
1
-1
/
+3
2016-07-05
nbd: Advertise realistic limits to block layer
Eric Blake
1
-2
/
+2
2016-07-05
nbd: Allow larger requests
Eric Blake
1
-4
/
+0
2016-07-05
block: Fix harmless off-by-one in bdrv_aligned_preadv()
Eric Blake
1
-1
/
+1
2016-07-05
block: Document supported flags during bdrv_aligned_preadv()
Eric Blake
1
-1
/
+9
2016-07-05
block: Tighter assertions on bdrv_aligned_pwritev()
Eric Blake
1
-5
/
+8
2016-06-29
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-2
/
+3
2016-06-29
iscsi: fix assertion in is_sector_request_lun_aligned
Peter Lieven
1
-2
/
+3
2016-06-28
mirror: fix misleading comments
Changlong Xie
1
-1
/
+1
2016-06-28
blockjob: assert(cb) when create job
Changlong Xie
1
-1
/
+0
2016-06-28
mirror: limit niov to IOV_MAX elements, again
John Snow
1
-0
/
+3
2016-06-28
mirror: clarify mirror_do_read return code
John Snow
1
-2
/
+5
2016-06-28
block/gluster: add support for selecting debug logging level
Jeff Cody
1
-7
/
+41
2016-06-28
mirror: fix trace_mirror_yield_in_flight usage in mirror_iteration()
Denis V. Lunev
1
-1
/
+1
2016-06-28
block/nfs: add support for libnfs pagecache
Peter Lieven
1
-1
/
+36
2016-06-28
block/nfs: refuse readahead if cache.direct is on
Peter Lieven
1
-4
/
+16
2016-06-28
block/gluster: add support for SEEK_DATA/SEEK_HOLE
Niels de Vos
1
-0
/
+182
2016-06-20
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
1
-0
/
+116
2016-06-20
trace: split out trace events for block/ directory
Daniel P. Berrange
1
-0
/
+116
2016-06-20
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-06-20' into...
Peter Maydell
11
-60
/
+17
2016-06-20
coccinelle: Remove unnecessary variables for function return value
Eduardo Habkost
8
-33
/
+12
2016-06-20
error: Remove unnecessary local_err variables
Eduardo Habkost
2
-9
/
+3
2016-06-20
error: Remove NULL checks on error_propagate() calls
Eduardo Habkost
5
-24
/
+8
2016-06-20
backup: follow AioContext change gracefully
Stefan Hajnoczi
1
-8
/
+14
2016-06-20
mirror: follow AioContext change gracefully
Stefan Hajnoczi
1
-8
/
+35
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
os-posix: include sys/mman.h
Paolo Bonzini
1
-5
/
+0
2016-06-16
block/null: Implement bdrv_refresh_filename()
Max Reitz
1
-0
/
+20
2016-06-16
block/mirror: Fix target backing BDS
Max Reitz
1
-11
/
+28
2016-06-16
rbd:change error_setg() to error_setg_errno()
Vikhyat Umrao
1
-15
/
+23
2016-06-16
block: Create the commit block job before reopening any image
Alberto Garcia
1
-5
/
+6
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
qcow2: Let vmstate call qcow2_co_preadv/pwrite directly
Kevin Wolf
1
-20
/
+4
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
3
-11
/
+33
2016-06-16
block: Introduce bdrv_preadv()
Kevin Wolf
1
-7
/
+13
2016-06-16
linux-aio: Cancel BH if not needed
Kevin Wolf
1
-1
/
+3
2016-06-16
block: Don't enforce 512 byte minimum alignment
Kevin Wolf
1
-5
/
+3
2016-06-16
raw-posix: Implement .bdrv_co_preadv/pwritev
Kevin Wolf
3
-27
/
+26
2016-06-16
raw-posix: Switch to bdrv_co_* interfaces
Kevin Wolf
3
-54
/
+96
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
2
-29
/
+44
[next]