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
2011-01-12
vpc: fix a file descriptor leak
Blue Swirl
1
-17
/
+30
2011-01-12
vvfat: fix a file descriptor leak
Blue Swirl
1
-0
/
+1
2010-12-17
Add proper -errno error return values to qcow2_open()
Jes Sorensen
1
-18
/
+42
2010-12-17
block/qcow2.c: rename qcow_ functions to qcow2_
Jes Sorensen
3
-98
/
+104
2010-12-17
qed: Consistency check support
Stefan Hajnoczi
3
-3
/
+336
2010-12-17
qed: Read/write support
Stefan Hajnoczi
2
-2
/
+652
2010-12-17
qed: Table, L2 cache, and cluster functions
Stefan Hajnoczi
6
-1
/
+854
2010-12-17
qed: Add QEMU Enhanced Disk image format
Stefan Hajnoczi
2
-0
/
+702
2010-12-17
raw-posix: add discard support
Christoph Hellwig
1
-0
/
+45
2010-12-17
block: add discard support
Christoph Hellwig
1
-0
/
+6
2010-12-14
ceph/rbd block driver for qemu-kvm
Christian Brunner
2
-0
/
+1130
2010-11-26
raw-posix: raw_pwrite comment fixup
Christoph Hellwig
1
-1
/
+1
2010-11-24
block: Remove unused s->hd in various drivers
Kevin Wolf
5
-6
/
+0
2010-11-07
Fix win32 build
Blue Swirl
1
-1
/
+1
2010-11-04
block: avoid a warning on 64 bit hosts with long as int64_t
Blue Swirl
1
-2
/
+2
2010-11-04
qcow2: Invalidate cache after failed read
Kevin Wolf
2
-0
/
+2
2010-11-04
vpc: Implement bdrv_flush
Kevin Wolf
1
-8
/
+13
2010-11-04
block: Allow bdrv_flush to return errors
Kevin Wolf
10
-19
/
+26
2010-10-26
Merge remote branch 'kwolf/for-anthony' into staging
Anthony Liguori
5
-198
/
+146
2010-10-23
qemu-timer: move commonly used timer code to qemu-timer-common
Blue Swirl
1
-6
/
+6
2010-10-22
block: Use GCC_FMT_ATTR and fix a format error
Stefan Weil
1
-2
/
+3
2010-10-22
Copy snapshots out of QCOW2 disk
edison
3
-0
/
+33
2010-10-22
qcow2: Remove old image creation function
Kevin Wolf
1
-224
/
+0
2010-10-22
qcow2: Simplify image creation
Kevin Wolf
1
-1
/
+132
2010-10-22
qcow2: Support exact L1 table growth
Stefan Hajnoczi
4
-12
/
+19
2010-10-13
block: avoid a write only variable
Blue Swirl
1
-0
/
+1
2010-10-03
block/vvfat: Fix compiler warning in debug code
Stefan Weil
1
-1
/
+0
2010-09-22
block-verify: fix 32-bit build
Anthony Liguori
1
-1
/
+1
2010-09-21
blkverify: Add block driver for verifying I/O
Stefan Hajnoczi
1
-0
/
+382
2010-09-21
qcow2: Avoid bounce buffers for AIO write requests
Kevin Wolf
1
-23
/
+18
2010-09-21
qcow2: Avoid bounce buffers for AIO read requests
Kevin Wolf
3
-30
/
+68
2010-09-21
qcow2: Get rid of additional sync on COW
Kevin Wolf
1
-2
/
+8
2010-09-21
qcow2: Move sync out of qcow2_alloc_clusters
Kevin Wolf
3
-2
/
+7
2010-09-21
qcow2: Move sync out of update_refcount
Kevin Wolf
1
-2
/
+11
2010-09-21
qcow2: Move sync out of write_refcount_block_entries
Kevin Wolf
1
-1
/
+3
2010-09-21
nbd: correctly manage default port
Laurent Vivier
1
-2
/
+0
2010-09-21
raw-posix: handle > 512 byte alignment correctly
Christoph Hellwig
1
-33
/
+46
2010-09-21
vvfat: Use cache=unsafe
Kevin Wolf
1
-4
/
+10
2010-09-21
vvfat: Fix double free for opening the image rw
Kevin Wolf
1
-3
/
+4
2010-09-21
vvfat: Fix segfault on write to read-only disk
Kevin Wolf
1
-0
/
+5
2010-09-18
blkdebug: fix enum comparison
Blue Swirl
1
-3
/
+1
2010-09-08
Revert "Make default invocation of block drivers safer (v3)"
Anthony Liguori
1
-130
/
+0
2010-09-08
qcow2: Remove unnecessary flush after L2 write
Kevin Wolf
1
-4
/
+12
2010-09-08
raw-posix: improve detection of scsi-generic devices
Bernhard Kohl
1
-2
/
+8
2010-09-08
raw-posix: Don't use file name for host_cdrom detection on Linux
Kevin Wolf
1
-3
/
+0
2010-08-30
nbd: Introduce NBD named exports.
Laurent Vivier
1
-19
/
+49
2010-08-30
vvfat: fat_chksum(): fix access above array bounds
Loïc Minier
1
-1
/
+1
2010-08-30
sheepdog: remove unnecessary includes
Izumi Tsutsui
1
-10
/
+0
2010-08-03
block: Fix bdrv_has_zero_init
Kevin Wolf
3
-4
/
+21
2010-07-25
block: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types
Stefan Weil
1
-1
/
+1
[next]