Age | Commit message (Expand) | Author |
2010-03-17 | Wrong error message in block_passwd command | Shahar Havivi |
2010-02-19 | block: more read-only changes, related to backing files | Naphtali Sprei |
2010-02-10 | Monitor: remove unneeded checks | Luiz Capitulino |
2010-02-10 | block: saner flags filtering in bdrv_open2 | Christoph Hellwig |
2010-02-10 | block: BLOCK_IO_ERROR QMP event | Luiz Capitulino |
2010-02-09 | Count dirty blocks and expose an API to get dirty count | Liran Schour |
2010-01-26 | block: avoid creating too large iovecs in multiwrite_merge | Christoph Hellwig |
2010-01-26 | win32: pair qemu_memalign() with qemu_vfree() | Herve Poussineau |
2010-01-26 | block: clean up bdrv_open2 structure a bit | Christoph Hellwig |
2010-01-26 | No need anymoe for bdrv_set_read_only | Naphtali Sprei |
2010-01-26 | block: Return original error codes in bdrv_pread/write | Kevin Wolf |
2010-01-20 | Revert "block: prevent multiwrite_merge from creating too large iovecs" | Anthony Liguori |
2010-01-20 | block: prevent multiwrite_merge from creating too large iovecs | Christoph Hellwig |
2010-01-20 | block: fix cache flushing in bdrv_commit | Christoph Hellwig |
2010-01-20 | Disable fall-back to read-only when cannot open drive's file for read-write | Naphtali Sprei |
2010-01-20 | Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone... | Naphtali Sprei |
2010-01-13 | block: flush backing_hd in the right place | Christoph Hellwig |
2010-01-13 | block: Add bdrv_change_backing_file | Kevin Wolf |
2010-01-13 | block: Introduce BDRV_O_NO_BACKING | Kevin Wolf |
2009-12-25 | block.c: fix warning with _FORTIFY_SOURCE | Kirill A. Shutemov |
2009-12-12 | block: Convert bdrv_info_stats() to QObject | Luiz Capitulino |
2009-12-12 | block: Convert bdrv_info() to QObject | Luiz Capitulino |
2009-12-03 | block migration: Cleanup dirty tracking code | Jan Kiszka |
2009-12-03 | block migration: Rework constants API | Jan Kiszka |
2009-12-03 | block migration: Fix coding style and whitespaces | Jan Kiszka |
2009-11-17 | Expose a mechanism to trace block writes | lirans@il.ibm.com |
2009-11-09 | Configurable block format whitelist | Markus Armbruster |
2009-11-09 | Added readonly flag to -drive command | Naphtali Sprei |
2009-10-27 | block: Use new AsyncContext for bdrv_read/write emulation | Kevin Wolf |
2009-09-12 | Fix sys-queue.h conflict for good | Blue Swirl |
2009-09-11 | block: add aio_flush operation | Christoph Hellwig |
2009-09-11 | block: add enable_write_cache flag | Christoph Hellwig |
2009-09-11 | Add bdrv_aio_multiwrite | Kevin Wolf |
2009-08-27 | raw-posix: add Linux native AIO support | Christoph Hellwig |
2009-07-27 | rename HOST_BSD to CONFIG_BSD | Juan Quintela |
2009-07-16 | replace bdrv_{get, put}_buffer with bdrv_{load, save}_vmstate | Christoph Hellwig |
2009-07-10 | block: Clean up after deleting BHs | Avi Kivity |
2009-07-09 | Revert "support colon in filenames" | Anthony Liguori |
2009-07-01 | Fix missing strnlen problems | Blue Swirl |
2009-06-29 | support colon in filenames | Ram Pai |
2009-06-16 | Prevent CD-ROM media eject while device is locked | Mark McLoughlin |
2009-06-16 | Call qemu_bh_delete at bdrv_aio_bh_cb. | Dor Laor |
2009-06-15 | block: add bdrv_probe_device method | Christoph Hellwig |
2009-06-15 | raw-posix: split hdev drivers | Christoph Hellwig |
2009-05-27 | fully split aio_pool from BlockDriver | Christoph Hellwig |
2009-05-27 | Drop bdrv_create2 | Kevin Wolf |
2009-05-22 | Convert all block drivers to new bdrv_create | Kevin Wolf |
2009-05-22 | Fix segv when passing an unknown protocol | Anthony Liguori |
2009-05-14 | Convert block infrastructure to use new module init functionality | Anthony Liguori |
2009-05-08 | Improve block range checks | Kevin Wolf |