summaryrefslogtreecommitdiffstats
path: root/block/file-posix.c
Commit message (Expand)AuthorAgeFilesLines
* block: introduce max_hw_iov for use in scsi-genericPaolo Bonzini2021-10-061-1/+1
* block: use int64_t instead of int in driver discard handlersVladimir Sementsov-Ogievskiy2021-09-291-3/+4
* block: use int64_t instead of int in driver write_zeroes handlersVladimir Sementsov-Ogievskiy2021-09-291-3/+3
* block: use int64_t instead of uint64_t in copy_range driver handlersVladimir Sementsov-Ogievskiy2021-09-291-5/+5
* block: use int64_t instead of uint64_t in driver write handlersVladimir Sementsov-Ogievskiy2021-09-291-3/+3
* block: use int64_t instead of uint64_t in driver read handlersVladimir Sementsov-Ogievskiy2021-09-291-3/+3
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.2-pul...Peter Maydell2021-09-161-1/+1
|\
| * spelling: sytem => systemMichael Tokarev2021-09-151-1/+1
* | block/file-posix: Do not force-cap *pnumHanna Reitz2021-09-151-3/+4
|/
* block/file-posix: Optimize for macOSAkihiko Odaki2021-07-061-2/+25
* file-posix: handle EINTR during ioctlPaolo Bonzini2021-06-251-1/+3
* block: detect DKIOCGETBLOCKCOUNT/SIZE before useJoelle van Dyne2021-06-251-1/+1
* block: try BSD disk size ioctls one after anotherPaolo Bonzini2021-06-251-18/+16
* block: feature detection for host block supportJoelle van Dyne2021-06-251-11/+22
* file-posix: try BLKSECTGET on block devices too, do not round to power of 2Paolo Bonzini2021-06-251-24/+33
* block: add max_hw_transfer to BlockLimitsPaolo Bonzini2021-06-251-1/+1
* scsi-generic: pass max_segments via max_iov field in BlockLimitsPaolo Bonzini2021-06-251-2/+1
* file-posix: fix max_iov for /dev/sg devicesPaolo Bonzini2021-06-251-0/+11
* block: remove duplicate trace.h includeDaniel P. Berrangé2021-06-141-2/+0
* block: add trace point when fdatasync failsDaniel P. Berrangé2021-06-141-0/+2
* block: preserve errno from fdatasync failuresDaniel P. Berrangé2021-06-141-3/+3
* block/file-posix: Try other fallbacks after invalid FALLOC_FL_ZERO_RANGEThomas Huth2021-06-021-9/+9
* block/file-posix: Fix problem with fallocate(PUNCH_HOLE) on GPFSThomas Huth2021-06-021-0/+11
* block: bdrv_reopen_multiple: refresh permissions on updated graphVladimir Sementsov-Ogievskiy2021-04-301-62/+29
* block: remove support for using "file" driver with block/char devicesDaniel P. Berrangé2021-03-181-11/+6
* block: refactor bdrv_check_request: add errpVladimir Sementsov-Ogievskiy2021-02-031-1/+1
* block: report errno when flock fcntl failsDavid Edmondson2021-01-261-10/+28
* block: bdrv_mark_request_serialising: split non-waiting functionVladimir Sementsov-Ogievskiy2020-12-181-1/+1
* block/file-posix: fix a possible undefined behaviorPan Nengyuan2020-12-131-1/+1
* block: introduce BDRV_MAX_LENGTHVladimir Sementsov-Ogievskiy2020-12-111-3/+3
* block/file-posix: fix workaround in raw_do_pwrite_zeroes()Vladimir Sementsov-Ogievskiy2020-12-111-1/+0
* file-posix: check the use_lock before setting the file lockLi Feng2020-12-111-1/+1
* file-posix: allow -EBUSY errors during write zeros on raw block devicesMaxim Levitsky2020-11-171-0/+1
* block/file: switch to use qemu_open/qemu_create for improved errorsDaniel P. Berrangé2020-09-161-11/+7
* util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé2020-09-161-7/+7
* file-posix: Handle `EINVAL` fallocate return valueAntoine Damhet2020-07-211-1/+5
* file-posix: Fix leaked fd in raw_open_common() error pathKevin Wolf2020-07-171-0/+3
* file-posix: Fix check_hdev_writable() with auto-read-onlyKevin Wolf2020-07-171-12/+21
* file-posix: Move check_hdev_writable() upKevin Wolf2020-07-171-33/+33
* file-posix: Allow byte-aligned O_DIRECT with NFSKevin Wolf2020-07-171-1/+25
* file-posix: Mitigate file fragmentation with extent size hintsKevin Wolf2020-07-141-0/+44
* error: Eliminate error_propagate() with Coccinelle, part 2Markus Armbruster2020-07-101-4/+2
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-6/+2
* qemu-option: Use returned bool to check for failureMarkus Armbruster2020-07-101-4/+2
* block/file-posix: drop unallocated_blocks_are_zeroVladimir Sementsov-Ogievskiy2020-07-061-3/+0
* block: Drop unused .bdrv_has_zero_init_truncateEric Blake2020-05-081-1/+0
* Compress lines for immediate returnSimran Singhal2020-05-041-5/+3
* file-posix: Support BDRV_REQ_ZERO_WRITE for truncateKevin Wolf2020-04-301-0/+4
* block: Add flags to BlockDriver.bdrv_co_truncate()Kevin Wolf2020-04-301-1/+1
* block/file-posix: Fix check_cache_dropped() error handlingMarkus Armbruster2020-04-291-1/+4