Age | Commit message (Expand) | Author |
2021-07-06 | block/file-posix: Optimize for macOS | Akihiko Odaki |
2021-06-25 | file-posix: handle EINTR during ioctl | Paolo Bonzini |
2021-06-25 | block: detect DKIOCGETBLOCKCOUNT/SIZE before use | Joelle van Dyne |
2021-06-25 | block: try BSD disk size ioctls one after another | Paolo Bonzini |
2021-06-25 | block: feature detection for host block support | Joelle van Dyne |
2021-06-25 | file-posix: try BLKSECTGET on block devices too, do not round to power of 2 | Paolo Bonzini |
2021-06-25 | block: add max_hw_transfer to BlockLimits | Paolo Bonzini |
2021-06-25 | scsi-generic: pass max_segments via max_iov field in BlockLimits | Paolo Bonzini |
2021-06-25 | file-posix: fix max_iov for /dev/sg devices | Paolo Bonzini |
2021-06-14 | block: remove duplicate trace.h include | Daniel P. Berrangé |
2021-06-14 | block: add trace point when fdatasync fails | Daniel P. Berrangé |
2021-06-14 | block: preserve errno from fdatasync failures | Daniel P. Berrangé |
2021-06-02 | block/file-posix: Try other fallbacks after invalid FALLOC_FL_ZERO_RANGE | Thomas Huth |
2021-06-02 | block/file-posix: Fix problem with fallocate(PUNCH_HOLE) on GPFS | Thomas Huth |
2021-04-30 | block: bdrv_reopen_multiple: refresh permissions on updated graph | Vladimir Sementsov-Ogievskiy |
2021-03-18 | block: remove support for using "file" driver with block/char devices | Daniel P. Berrangé |
2021-02-03 | block: refactor bdrv_check_request: add errp | Vladimir Sementsov-Ogievskiy |
2021-01-26 | block: report errno when flock fcntl fails | David Edmondson |
2020-12-18 | block: bdrv_mark_request_serialising: split non-waiting function | Vladimir Sementsov-Ogievskiy |
2020-12-13 | block/file-posix: fix a possible undefined behavior | Pan Nengyuan |
2020-12-11 | block: introduce BDRV_MAX_LENGTH | Vladimir Sementsov-Ogievskiy |
2020-12-11 | block/file-posix: fix workaround in raw_do_pwrite_zeroes() | Vladimir Sementsov-Ogievskiy |
2020-12-11 | file-posix: check the use_lock before setting the file lock | Li Feng |
2020-11-17 | file-posix: allow -EBUSY errors during write zeros on raw block devices | Maxim Levitsky |
2020-09-16 | block/file: switch to use qemu_open/qemu_create for improved errors | Daniel P. Berrangé |
2020-09-16 | util: rename qemu_open() to qemu_open_old() | Daniel P. Berrangé |
2020-07-21 | file-posix: Handle `EINVAL` fallocate return value | Antoine Damhet |
2020-07-17 | file-posix: Fix leaked fd in raw_open_common() error path | Kevin Wolf |
2020-07-17 | file-posix: Fix check_hdev_writable() with auto-read-only | Kevin Wolf |
2020-07-17 | file-posix: Move check_hdev_writable() up | Kevin Wolf |
2020-07-17 | file-posix: Allow byte-aligned O_DIRECT with NFS | Kevin Wolf |
2020-07-14 | file-posix: Mitigate file fragmentation with extent size hints | Kevin Wolf |
2020-07-10 | error: Eliminate error_propagate() with Coccinelle, part 2 | Markus Armbruster |
2020-07-10 | error: Eliminate error_propagate() with Coccinelle, part 1 | Markus Armbruster |
2020-07-10 | qemu-option: Use returned bool to check for failure | Markus Armbruster |
2020-07-06 | block/file-posix: drop unallocated_blocks_are_zero | Vladimir Sementsov-Ogievskiy |
2020-05-08 | block: Drop unused .bdrv_has_zero_init_truncate | Eric Blake |
2020-05-04 | Compress lines for immediate return | Simran Singhal |
2020-04-30 | file-posix: Support BDRV_REQ_ZERO_WRITE for truncate | Kevin Wolf |
2020-04-30 | block: Add flags to BlockDriver.bdrv_co_truncate() | Kevin Wolf |
2020-04-29 | block/file-posix: Fix check_cache_dropped() error handling | Markus Armbruster |
2020-03-26 | block: trickle down the fallback image creation function use to the block dri... | Maxim Levitsky |
2020-03-26 | block: pass BlockDriver reference to the .bdrv_co_create | Maxim Levitsky |
2020-03-11 | block: introducing 'bdrv_co_delete_file' interface | Daniel Henrique Barboza |
2020-03-09 | block/file-posix: Remove redundant statement in raw_handle_perm_lock() | Chen Qun |
2020-02-20 | file-posix: Drop hdev_co_create_opts() | Max Reitz |
2020-01-30 | block/file-posix.c: extend to use io_uring | Aarushi Mehta |
2020-01-30 | block/io: wait for serialising requests when a request becomes serialising | Paolo Bonzini |
2019-12-02 | block/file-posix: Fix laio_init() error handling crash bug | Markus Armbruster |
2019-11-04 | block/file-posix: Let post-EOF fallocate serialize | Max Reitz |