Age | Commit message (Expand) | Author |
2011-08-23 | block: include flush requests in info blockstats | Christoph Hellwig |
2011-08-23 | block: add cache=directsync parameter to -drive | Stefan Hajnoczi |
2011-08-23 | block: parse cache mode flags in a single place | Stefan Hajnoczi |
2011-08-22 | fix code format | Robert Wang |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori |
2011-08-04 | block: Use bdrv_co_* instead of synchronous versions in coroutines | Kevin Wolf |
2011-08-02 | async: Remove AsyncContext | Kevin Wolf |
2011-08-02 | block: Add bdrv_co_readv/writev emulation | Kevin Wolf |
2011-08-02 | block: Emulate AIO functions with bdrv_co_readv/writev | Kevin Wolf |
2011-08-02 | block: Add bdrv_co_readv/writev | Kevin Wolf |
2011-08-01 | block: Removed unused function bdrv_write_sync | Frediano Ziglio |
2011-08-01 | block: Don't let locked flag prevent medium load | Markus Armbruster |
2011-08-01 | block: Make BlockDriver method bdrv_eject() return void | Markus Armbruster |
2011-08-01 | block: Reset device model callbacks on detach | Markus Armbruster |
2011-07-19 | block: add bdrv_get_allocated_file_size() operation | Fam Zheng |
2011-06-08 | bdrv_img_create: Fix segfault | Kevin Wolf |
2011-06-08 | block: clarify the meaning of BDRV_O_NOCACHE | Christoph Hellwig |
2011-05-19 | block: Remove type hint, it's guest matter, doesn't belong here | Markus Armbruster |
2011-05-19 | block QMP: Deprecate query-block's "type", drop info block's "type=" | Markus Armbruster |
2011-05-08 | Fix typos in comments and code (occured -> occurred and related) | Stefan Weil |
2011-05-06 | Fix typo in code and comments | Stefan Weil |
2011-04-07 | block: Do not cache device size for removable media | Stefan Hajnoczi |
2011-04-07 | trace: Trace bdrv_set_locked() | Stefan Hajnoczi |
2011-04-07 | Do not delete BlockDriverState when deleting the drive | Ryan Harper |
2011-03-15 | Don't allow multiwrites against a block device without underlying medium | Ryan Harper |
2011-03-07 | trace: Trace bdrv_aio_flush() | Stefan Hajnoczi |
2011-02-20 | fdc: move floppy geometry guessing to block.c | Blue Swirl |
2011-02-07 | block: enable in_use flag | Marcelo Tosatti |
2011-02-07 | Add flag to indicate external users to block device | Marcelo Tosatti |
2011-01-31 | block: tell drivers about an image resize | Christoph Hellwig |
2011-01-24 | block: Use backing format driver during image creation | Stefan Hajnoczi |
2011-01-06 | block: delete a write-only variable | Blue Swirl |
2010-12-17 | block: add discard support | Christoph Hellwig |
2010-12-17 | bdrv_img_create() use proper errno return values | Jes Sorensen |
2010-12-17 | Prevent creating an image with the same filename as backing file | Jes Sorensen |
2010-12-17 | qemu-img.c: Re-factor img_create() | Jes Sorensen |
2010-12-17 | block: Fix the use of protocols in backing files | Stefan Hajnoczi |
2010-12-17 | block: Introduce path_has_protocol() function | Stefan Hajnoczi |
2010-12-14 | block: Make bdrv_create_file() ':' handling consistent | Stefan Hajnoczi |
2010-11-21 | block: set sector dirty on AIO write completion | Marcelo Tosatti |
2010-11-21 | block: fix shift in dirty bitmap calculation | Marcelo Tosatti |
2010-11-04 | block: Allow bdrv_flush to return errors | Kevin Wolf |
2010-10-22 | Copy snapshots out of QCOW2 disk | edison |
2010-10-09 | trace: Trace bdrv_aio_{readv,writev} | Stefan Hajnoczi |
2010-09-09 | trace: Trace virtio-blk, multiwrite, and paio_submit | Stefan Hajnoczi |
2010-09-08 | Revert "Make default invocation of block drivers safer (v3)" | Anthony Liguori |
2010-08-30 | block: Fix image re-open in bdrv_commit | Kevin Wolf |
2010-08-03 | block: Change bdrv_eject() not to drop the image | Markus Armbruster |
2010-08-03 | block: Fix bdrv_has_zero_init | Kevin Wolf |
2010-08-03 | block: Change bdrv_commit to handle multiple sectors at once | Kevin Wolf |