summaryrefslogtreecommitdiffstats
path: root/block/file-posix.c
Commit message (Expand)AuthorAgeFilesLines
* block: add BDRV_REQ_REGISTERED_BUF request flagStefan Hajnoczi2022-10-261-1/+0Star
* file-posix: Remove unused s->discard_zeroesKevin Wolf2022-10-071-9/+0Star
* file-posix: add missing coroutine_fn annotationsPaolo Bonzini2022-10-071-1/+1
* block: use the request length for iov alignmentKeith Busch2022-09-301-1/+2
* block: move bdrv_qiov_is_aligned to file-posixKeith Busch2022-09-301-0/+21
* block: use bdrv_is_sg() helper instead of raw bs->sg readingDenis V. Lunev2022-09-301-1/+1
* block: move fcntl_setfl()Marc-André Lureau2022-05-031-0/+15
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0Star
* Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau2022-04-061-3/+3
* block/file-posix: Remove a deprecation warning on macOS 12Philippe Mathieu-Daudé2022-03-151-4/+10
* osdep: Move memalign-related functions to their own headerPeter Maydell2022-03-071-0/+1
* block/file-posix: Simplify the XFS_IOC_DIOINFO handlingThomas Huth2022-01-121-21/+16Star
* file-posix: Fix alignment after reopen changing O_DIRECTKevin Wolf2021-11-161-4/+16
* linux-aio: add `dev_max_batch` parameter to laio_io_unplug()Stefano Garzarella2021-11-021-1/+1
* linux-aio: add `dev_max_batch` parameter to laio_co_submit()Stefano Garzarella2021-11-021-1/+2
* file-posix: add `aio-max-batch` optionStefano Garzarella2021-11-021-0/+9
* block/file-posix: Fix return value translation for AIO discardsAri Sundholm2021-11-021-2/+2
* 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/+16Star
* 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/+1Star
* 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/+0Star
* 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/+29Star
* block: remove support for using "file" driver with block/char devicesDaniel P. Berrangé2021-03-181-11/+6Star
* 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/+0Star
* 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