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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-08
sheepdog: Support BDRV_REQ_ZERO_WRITE for truncate
Eric Blake
1
-0
/
+1
2020-05-08
rbd: Support BDRV_REQ_ZERO_WRITE for truncate
Eric Blake
1
-0
/
+3
2020-05-08
nfs: Support BDRV_REQ_ZERO_WRITE for truncate
Eric Blake
1
-0
/
+3
2020-05-08
file-win32: Support BDRV_REQ_ZERO_WRITE for truncate
Eric Blake
1
-0
/
+3
2020-05-08
gluster: Drop useless has_zero_init callback
Eric Blake
1
-14
/
+0
2020-05-08
qcow2: Fix preallocation on block devices
Max Reitz
1
-2
/
+8
2020-05-08
backup: Make sure that source and target size match
Kevin Wolf
2
-6
/
+22
2020-05-08
backup: Improve error for bdrv_getlength() failure
Kevin Wolf
1
-2
/
+2
2020-05-08
vmdk: Flush only once in vmdk_L2update()
Kevin Wolf
1
-2
/
+5
2020-05-08
vmdk: Don't update L2 table for zero write on zero cluster
Kevin Wolf
1
-1
/
+1
2020-05-08
vmdk: Fix partial overwrite of zero cluster
Kevin Wolf
1
-6
/
+12
2020-05-08
vmdk: Fix zero cluster allocation
Kevin Wolf
1
-5
/
+7
2020-05-08
vmdk: Rename VmdkMetaData.valid to new_allocation
Kevin Wolf
1
-4
/
+4
2020-05-08
qcow2: Avoid integer wraparound in qcow2_co_truncate()
Alberto Garcia
1
-5
/
+7
2020-05-07
block: luks: better error message when creating too large files
Maxim Levitsky
1
-4
/
+21
2020-05-05
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-05-05' in...
Peter Maydell
16
-149
/
+309
2020-05-05
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-05-04' into st...
Peter Maydell
1
-4
/
+2
2020-05-05
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...
Peter Maydell
4
-12
/
+6
2020-05-05
block/block-copy: use aio-task-pool API
Vladimir Sementsov-Ogievskiy
1
-13
/
+106
2020-05-05
block/block-copy: refactor task creation
Vladimir Sementsov-Ogievskiy
1
-34
/
+46
2020-05-05
block/block-copy: add state pointer to BlockCopyTask
Vladimir Sementsov-Ogievskiy
1
-13
/
+15
2020-05-05
block/block-copy: alloc task on each iteration
Vladimir Sementsov-Ogievskiy
1
-7
/
+11
2020-05-05
block/block-copy: rename in-flight requests to tasks
Vladimir Sementsov-Ogievskiy
1
-50
/
+48
2020-05-05
block: Comment cleanups
Eric Blake
3
-7
/
+8
2020-05-05
qcow2: Tweak comment about bitmaps vs. resize
Eric Blake
1
-1
/
+1
2020-05-05
qcow2: Allow resize of images with internal snapshots
Eric Blake
2
-7
/
+38
2020-05-05
block: Add blk_new_with_bs() helper
Eric Blake
11
-49
/
+68
2020-05-04
block/nbd-client: drop max_block restriction from discard
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2020-05-04
block/nbd-client: drop max_block restriction from block_status
Vladimir Sementsov-Ogievskiy
1
-3
/
+1
2020-05-04
lockable: replaced locks with lock guard macros where appropriate
Daniel Brodsky
2
-32
/
+26
2020-05-04
Compress lines for immediate return
Simran Singhal
4
-12
/
+6
2020-04-30
qcow2: Forward ZERO_WRITE flag for full preallocation
Kevin Wolf
1
-3
/
+19
2020-04-30
block: truncate: Don't make backing file data visible
Kevin Wolf
1
-0
/
+25
2020-04-30
file-posix: Support BDRV_REQ_ZERO_WRITE for truncate
Kevin Wolf
1
-0
/
+4
2020-04-30
raw-format: Support BDRV_REQ_ZERO_WRITE for truncate
Kevin Wolf
1
-1
/
+3
2020-04-30
qcow2: Support BDRV_REQ_ZERO_WRITE for truncate
Kevin Wolf
2
-1
/
+35
2020-04-30
block-backend: Add flags to blk_truncate()
Kevin Wolf
10
-16
/
+16
2020-04-30
block: Add flags to bdrv(_co)_truncate()
Kevin Wolf
11
-23
/
+28
2020-04-30
block: Add flags to BlockDriver.bdrv_co_truncate()
Kevin Wolf
13
-11
/
+22
2020-04-30
qapi: Only input visitors can actually fail
Markus Armbruster
1
-8
/
+1
2020-04-29
block/file-posix: Fix check_cache_dropped() error handling
Markus Armbruster
1
-1
/
+4
2020-04-29
various: Remove suspicious '\' character outside of #define in C code
Philippe Mathieu-Daudé
2
-6
/
+6
2020-04-20
block/iscsi:fix heap-buffer-overflow in iscsi_aio_ioctl_cb
Chen Qun
1
-2
/
+1
2020-04-07
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
4
-84
/
+133
2020-04-07
vpc: Don't round up already aligned BAT sizes
Kevin Wolf
1
-1
/
+1
2020-04-07
block: Fix blk->in_flight during blk_wait_while_drained()
Kevin Wolf
1
-12
/
+5
2020-04-07
block: Increase BB.in_flight for coroutine and sync interfaces
Kevin Wolf
1
-23
/
+80
2020-04-07
block-backend: Reorder flush/pdiscard function definitions
Kevin Wolf
1
-46
/
+46
2020-04-07
backup: don't acquire aio_context in backup_clean
Stefan Reiter
1
-4
/
+0
2020-04-07
replication: assert we own context before job_cancel_sync
Stefan Reiter
1
-1
/
+4
[prev]
[next]