Age | Commit message (Expand) | Author |
2015-05-22 | block: align bounce buffers to page | Denis V. Lunev |
2015-05-22 | block: minimal bounce buffer alignment | Denis V. Lunev |
2015-03-19 | raw-posix: Deprecate aio=threads fallback without O_DIRECT | Kevin Wolf |
2015-03-19 | raw-posix: Deprecate host floppy passthrough | Markus Armbruster |
2015-03-10 | block/raw-posix: fix launching with failed disks | Stefan Hajnoczi |
2015-03-10 | block: Add driver methods to probe blocksizes and geometry | Ekaterina Tumanova |
2015-03-10 | raw-posix: Factor block size detection out of raw_probe_alignment() | Ekaterina Tumanova |
2015-03-09 | block/raw-posix: fix compilation warning on OSX | Denis V. Lunev |
2015-02-16 | block: Remove "growable" from BDS | Max Reitz |
2015-02-06 | block/raw-posix.c: Fix raw_getlength() on Mac OS X block devices | Programmingkid |
2015-02-06 | block: use fallocate(FALLOC_FL_PUNCH_HOLE) & fallocate(0) to write zeroes | Denis V. Lunev |
2015-02-06 | block/raw-posix: call plain fallocate in handle_aiocb_write_zeroes | Denis V. Lunev |
2015-02-06 | block: use fallocate(FALLOC_FL_ZERO_RANGE) in handle_aiocb_write_zeroes | Denis V. Lunev |
2015-02-06 | block/raw-posix: refactor handle_aiocb_write_zeroes a bit | Denis V. Lunev |
2015-02-06 | block/raw-posix: create do_fallocate helper | Denis V. Lunev |
2015-02-06 | block/raw-posix: create translate_err helper to merge errno values | Denis V. Lunev |
2014-12-10 | block/raw-posix: Fix ret in raw_open_common() | 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-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-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-10-23 | block: char devices on FreeBSD are not behind a pager | Roger Pau Monne |
2014-10-20 | block: Rename BlockDriverCompletionFunc to BlockCompletionFunc | Markus Armbruster |
2014-10-20 | block: Rename BlockDriverAIOCB* to BlockAIOCB* | Markus Armbruster |
2014-10-20 | block/raw-posix: use seek_hole ahead of fiemap | Tony Breeds |
2014-10-20 | block/raw-posix: Fix disk corruption in try_fiemap | Tony Breeds |
2014-09-29 | raw-posix: Fix build without posix_fallocate() | Kevin Wolf |
2014-09-12 | raw-posix: Add falloc and full preallocation option | Hu Tao |
2014-09-12 | block: don't convert file size to sector size | Hu Tao |
2014-09-12 | block: round up file size to nearest sector | Hu Tao |
2014-08-22 | raw-posix: fix O_DIRECT short reads | Stefan Hajnoczi |
2014-08-20 | block: Use g_new() & friends where that makes obvious sense | Markus Armbruster |
2014-08-15 | raw-posix: Handle failure for potentially large allocations | Kevin Wolf |
2014-07-18 | raw-posix: Fail gracefully if no working alignment is found | Kevin Wolf |
2014-07-18 | block: Add Error argument to bdrv_refresh_limits() | Kevin Wolf |
2014-07-14 | block: Assert qiov length matches request length | Kevin Wolf |
2014-07-07 | linux-aio: implement io plug, unplug and flush io queue | Ming Lei |
2014-07-07 | raw-posix: Fix raw_getlength() to always return -errno on error | Markus Armbruster |
2014-07-01 | qemu-img create: add 'nocow' option | Chunyan Liu |
2014-06-16 | cleanup QEMUOptionParameter | Chunyan Liu |
2014-06-16 | raw-posix.c: replace QEMUOptionParameter with QemuOpts | Chunyan Liu |
2014-06-04 | raw-posix: drop raw_get_aio_fd() since it is no longer used | Stefan Hajnoczi |
2014-06-04 | block/linux-aio: fix memory and fd leak | Stefan Hajnoczi |
2014-06-04 | block/raw-posix: implement .bdrv_detach/attach_aio_context() | Stefan Hajnoczi |