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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-03
block: Release allocated options after bdrv_open
Jan Kiszka
1
-0
/
+1
2010-05-03
block: Add wr_highest_sector blockstat
Kevin Wolf
1
-15
/
+58
2010-05-03
block: Cache total_sectors to reduce bdrv_getlength calls
Stefan Hajnoczi
1
-5
/
+38
2010-05-03
block: Set backing_hd to NULL after deleting it
Stefan Hajnoczi
1
-1
/
+3
2010-05-03
block: bdrv_has_zero_init
Kevin Wolf
1
-0
/
+13
2010-05-03
block: Open the underlying image file in generic code
Kevin Wolf
1
-1
/
+25
2010-05-03
block: Avoid forward declaration of bdrv_open_common
Kevin Wolf
1
-74
/
+71
2010-05-03
block: Split bdrv_open
Kevin Wolf
1
-49
/
+86
2010-05-03
block: separate raw images from the file protocol
Christoph Hellwig
1
-29
/
+45
2010-04-23
block: Free iovec arrays allocated by multiwrite_merge()
Stefan Hajnoczi
1
-0
/
+3
2010-04-23
block: Convert first_drv to QLIST
Stefan Hajnoczi
1
-10
/
+12
2010-04-23
block: Convert bdrv_first to QTAILQ
Stefan Hajnoczi
1
-22
/
+19
2010-04-23
block: Do not export bdrv_first
Stefan Hajnoczi
1
-1
/
+1
2010-04-23
block: get rid of the BDRV_O_FILE flag
Christoph Hellwig
1
-8
/
+11
2010-04-23
Replace calls of old bdrv_open
Kevin Wolf
1
-15
/
+9
2010-04-23
blkdebug: Add events and rules
Kevin Wolf
1
-0
/
+12
2010-04-10
block: Fix multiwrite memory leak in error case
Kevin Wolf
1
-1
/
+2
2010-04-10
block: Fix error code in multiwrite for immediate failures
Kevin Wolf
1
-2
/
+2
2010-04-10
block: Fix multiwrite error handling
Kevin Wolf
1
-1
/
+1
2010-03-17
Wrong error message in block_passwd command
Shahar Havivi
1
-2
/
+5
2010-02-19
block: more read-only changes, related to backing files
Naphtali Sprei
1
-12
/
+71
2010-02-10
Monitor: remove unneeded checks
Luiz Capitulino
1
-3
/
+0
2010-02-10
block: saner flags filtering in bdrv_open2
Christoph Hellwig
1
-7
/
+14
2010-02-10
block: BLOCK_IO_ERROR QMP event
Luiz Capitulino
1
-0
/
+29
2010-02-09
Count dirty blocks and expose an API to get dirty count
Liran Schour
1
-2
/
+14
2010-01-26
block: avoid creating too large iovecs in multiwrite_merge
Christoph Hellwig
1
-0
/
+4
2010-01-26
win32: pair qemu_memalign() with qemu_vfree()
Herve Poussineau
1
-1
/
+1
2010-01-26
block: clean up bdrv_open2 structure a bit
Christoph Hellwig
1
-12
/
+19
2010-01-26
No need anymoe for bdrv_set_read_only
Naphtali Sprei
1
-7
/
+0
2010-01-26
block: Return original error codes in bdrv_pread/write
Kevin Wolf
1
-16
/
+18
2010-01-20
Revert "block: prevent multiwrite_merge from creating too large iovecs"
Anthony Liguori
1
-4
/
+0
2010-01-20
block: prevent multiwrite_merge from creating too large iovecs
Christoph Hellwig
1
-0
/
+4
2010-01-20
block: fix cache flushing in bdrv_commit
Christoph Hellwig
1
-3
/
+6
2010-01-20
Disable fall-back to read-only when cannot open drive's file for read-write
Naphtali Sprei
1
-6
/
+0
2010-01-20
Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone...
Naphtali Sprei
1
-14
/
+17
2010-01-13
block: flush backing_hd in the right place
Christoph Hellwig
1
-10
/
+7
2010-01-13
block: Add bdrv_change_backing_file
Kevin Wolf
1
-0
/
+20
2010-01-13
block: Introduce BDRV_O_NO_BACKING
Kevin Wolf
1
-2
/
+2
2009-12-25
block.c: fix warning with _FORTIFY_SOURCE
Kirill A. Shutemov
1
-2
/
+2
2009-12-12
block: Convert bdrv_info_stats() to QObject
Luiz Capitulino
1
-12
/
+72
2009-12-12
block: Convert bdrv_info() to QObject
Luiz Capitulino
1
-20
/
+103
2009-12-03
block migration: Cleanup dirty tracking code
Jan Kiszka
1
-20
/
+24
2009-12-03
block migration: Rework constants API
Jan Kiszka
1
-35
/
+25
2009-12-03
block migration: Fix coding style and whitespaces
Jan Kiszka
1
-23
/
+26
2009-11-17
Expose a mechanism to trace block writes
lirans@il.ibm.com
1
-1
/
+77
2009-11-09
Configurable block format whitelist
Markus Armbruster
1
-1
/
+37
2009-11-09
Added readonly flag to -drive command
Naphtali Sprei
1
-4
/
+15
2009-10-27
block: Use new AsyncContext for bdrv_read/write emulation
Kevin Wolf
1
-4
/
+18
2009-09-12
Fix sys-queue.h conflict for good
Blue Swirl
1
-5
/
+1
2009-09-11
block: add aio_flush operation
Christoph Hellwig
1
-0
/
+40
[next]