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
block: Use bool as appropriate for BDS members
Eric Blake
8
-10
/
+10
2016-07-05
block: Fix error message style
Eric Blake
1
-2
/
+2
2016-07-05
block: Move request_alignment into BlockLimit
Eric Blake
10
-25
/
+25
2016-07-05
block: Split bdrv_merge_limits() from bdrv_refresh_limits()
Eric Blake
1
-18
/
+13
2016-07-05
block: Drop raw_refresh_limits()
Eric Blake
1
-7
/
+1
2016-07-05
block: Switch discard length bounds to byte-based
Eric Blake
3
-21
/
+16
2016-07-05
block: Switch transfer length bounds to byte-based
Eric Blake
5
-28
/
+34
2016-07-05
block: Set default request_alignment during bdrv_refresh_limits()
Eric Blake
1
-0
/
+3
2016-07-05
block: Set request_alignment during .bdrv_refresh_limits()
Eric Blake
4
-4
/
+24
2016-07-05
raw-win32: Set request_alignment during .bdrv_refresh_limits()
Eric Blake
1
-2
/
+2
2016-07-05
qcow2: Set request_alignment during .bdrv_refresh_limits()
Eric Blake
1
-3
/
+4
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
[next]