Age | Commit message (Expand) | Author |
2014-12-10 | block/nfs: Add create_opts | Max Reitz |
2014-12-10 | block/vvfat: qcow driver may not be found | Max Reitz |
2014-12-10 | block: Omit bdrv_find_format for essential drivers | Max Reitz |
2014-12-10 | block: Make essential BlockDriver objects public | Max Reitz |
2014-12-10 | block: do not use get_clock() | Paolo Bonzini |
2014-12-10 | qcow2: Fix header extension size check | Kevin Wolf |
2014-12-10 | raw: Prohibit dangerous writes for probed images | Kevin Wolf |
2014-12-10 | block: Add blk_add_close_notifier() for BB | Max Reitz |
2014-12-10 | block: Add AioContextNotifier functions to BB | Max Reitz |
2014-12-10 | block: Lift more functions into BlockBackend | Max Reitz |
2014-12-10 | blkdebug: Simplify and improve filename generation | Max Reitz |
2014-12-10 | block/qapi: Add cache information to query-block | Kevin Wolf |
2014-12-10 | qmp: Add optional switch "query-nodes" in query-blockstats | Fam Zheng |
2014-12-10 | block: Include "node-name" if present in query-blockstats | Fam Zheng |
2014-11-24 | Revert "qemu-img info: show nocow info" | Kevin Wolf |
2014-11-18 | block/raw-posix: Catch fsync() errors | Max Reitz |
2014-11-18 | block/raw-posix: Only sync after successful preallocation | Max Reitz |
2014-11-18 | block/raw-posix: Fix preallocating write() loop | Max Reitz |
2014-11-18 | raw-posix: The SEEK_HOLE code is flawed, rewrite it | Markus Armbruster |
2014-11-18 | raw-posix: SEEK_HOLE suffices, get rid of FIEMAP | Markus Armbruster |
2014-11-18 | raw-posix: Fix comment for raw_co_get_block_status() | Markus Armbruster |
2014-11-14 | vmdk: Leave bdi intact if -ENOTSUP in vmdk_get_info | Fam Zheng |
2014-11-09 | block/vdi: Limit maximum size even futher | Max Reitz |
2014-11-03 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell |
2014-11-03 | Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2014-11-0... | Peter Maydell |
2014-11-03 | block: let commit blockjob run in BDS AioContext | Stefan Hajnoczi |
2014-11-03 | block: let mirror blockjob run in BDS AioContext | Stefan Hajnoczi |
2014-11-03 | block: let stream blockjob run in BDS AioContext | Stefan Hajnoczi |
2014-11-03 | block: let backup blockjob run in BDS AioContext | Stefan Hajnoczi |
2014-11-03 | block/qcow2: Simplify shared L2 handling in amend | Max Reitz |
2014-11-03 | block/qcow2: Make get_refcount() global | Max Reitz |
2014-11-03 | block/qcow2: Implement status CB for amend | Max Reitz |
2014-11-03 | block: Add status callback to bdrv_amend_options() | Max Reitz |
2014-11-03 | qemu-img: Implement commit like QMP | Max Reitz |
2014-11-03 | block/mirror: Improve progress report | Max Reitz |
2014-11-03 | qcow2: Optimize bdrv_make_empty() | Max Reitz |
2014-11-03 | qcow2: Implement bdrv_make_empty() | Max Reitz |
2014-11-03 | qcow2: Allow "full" discard | Max Reitz |
2014-11-03 | raw-posix: raw_co_get_block_status() return value | Max Reitz |
2014-11-03 | raw-posix: Fix raw_co_get_block_status() after EOF | Max Reitz |
2014-11-03 | block/curl: Improve type safety of s->timeout. | Richard W.M. Jones |
2014-11-03 | snapshot: add bdrv_drain_all() to bdrv_snapshot_delete() to avoid concurrency... | Zhang Haoyu |
2014-11-03 | rbd: Add support for bdrv_invalidate_cache | Adam Crume |
2014-11-03 | block/parallels: fix access to not initialized memory in catalog_bitmap | Denis V. Lunev |
2014-11-03 | block/iscsi: check for oversized requests | Peter Lieven |
2014-11-03 | block/iscsi: use sector_limits_lun2qemu throughout iscsi_refresh_limits | Peter Lieven |
2014-11-03 | block/iscsi: set max_transfer_length | Peter Lieven |
2014-11-02 | vdi: wrapped uuid_unparse() in #ifdef | SeokYeon Hwang |
2014-10-31 | iscsi: Refuse to open as writable if the LUN is write protected | Fam Zheng |
2014-10-23 | block: char devices on FreeBSD are not behind a pager | Roger Pau Monne |