aboutsummaryrefslogtreecommitdiff
path: root/block/file-posix.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-03block: move fcntl_setfl()Marc-André Lureau1-0/+15
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau1-3/+3
2022-03-15block/file-posix: Remove a deprecation warning on macOS 12Philippe Mathieu-Daudé1-4/+10
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell1-0/+1
2022-01-12block/file-posix: Simplify the XFS_IOC_DIOINFO handlingThomas Huth1-21/+16
2021-11-16file-posix: Fix alignment after reopen changing O_DIRECTKevin Wolf1-4/+16
2021-11-02linux-aio: add `dev_max_batch` parameter to laio_io_unplug()Stefano Garzarella1-1/+1
2021-11-02linux-aio: add `dev_max_batch` parameter to laio_co_submit()Stefano Garzarella1-1/+2
2021-11-02file-posix: add `aio-max-batch` optionStefano Garzarella1-0/+9
2021-11-02block/file-posix: Fix return value translation for AIO discardsAri Sundholm1-2/+2
2021-10-06block: introduce max_hw_iov for use in scsi-genericPaolo Bonzini1-1/+1
2021-09-29block: use int64_t instead of int in driver discard handlersVladimir Sementsov-Ogievskiy1-3/+4
2021-09-29block: use int64_t instead of int in driver write_zeroes handlersVladimir Sementsov-Ogievskiy1-3/+3
2021-09-29block: use int64_t instead of uint64_t in copy_range driver handlersVladimir Sementsov-Ogievskiy1-5/+5
2021-09-29block: use int64_t instead of uint64_t in driver write handlersVladimir Sementsov-Ogievskiy1-3/+3
2021-09-29block: use int64_t instead of uint64_t in driver read handlersVladimir Sementsov-Ogievskiy1-3/+3
2021-09-16Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.2-pul...Peter Maydell1-1/+1
2021-09-15block/file-posix: Do not force-cap *pnumHanna Reitz1-3/+4
2021-09-15spelling: sytem => systemMichael Tokarev1-1/+1
2021-07-06block/file-posix: Optimize for macOSAkihiko Odaki1-2/+25
2021-06-25file-posix: handle EINTR during ioctlPaolo Bonzini1-1/+3
2021-06-25block: detect DKIOCGETBLOCKCOUNT/SIZE before useJoelle van Dyne1-1/+1
2021-06-25block: try BSD disk size ioctls one after anotherPaolo Bonzini1-18/+16
2021-06-25block: feature detection for host block supportJoelle van Dyne1-11/+22
2021-06-25file-posix: try BLKSECTGET on block devices too, do not round to power of 2Paolo Bonzini1-24/+33
2021-06-25block: add max_hw_transfer to BlockLimitsPaolo Bonzini1-1/+1
2021-06-25scsi-generic: pass max_segments via max_iov field in BlockLimitsPaolo Bonzini1-2/+1
2021-06-25file-posix: fix max_iov for /dev/sg devicesPaolo Bonzini1-0/+11
2021-06-14block: remove duplicate trace.h includeDaniel P. Berrangé1-2/+0
2021-06-14block: add trace point when fdatasync failsDaniel P. Berrangé1-0/+2
2021-06-14block: preserve errno from fdatasync failuresDaniel P. Berrangé1-3/+3
2021-06-02block/file-posix: Try other fallbacks after invalid FALLOC_FL_ZERO_RANGEThomas Huth1-9/+9
2021-06-02block/file-posix: Fix problem with fallocate(PUNCH_HOLE) on GPFSThomas Huth1-0/+11
2021-04-30block: bdrv_reopen_multiple: refresh permissions on updated graphVladimir Sementsov-Ogievskiy1-62/+29
2021-03-18block: remove support for using "file" driver with block/char devicesDaniel P. Berrangé1-11/+6
2021-02-03block: refactor bdrv_check_request: add errpVladimir Sementsov-Ogievskiy1-1/+1
2021-01-26block: report errno when flock fcntl failsDavid Edmondson1-10/+28
2020-12-18block: bdrv_mark_request_serialising: split non-waiting functionVladimir Sementsov-Ogievskiy1-1/+1
2020-12-13block/file-posix: fix a possible undefined behaviorPan Nengyuan1-1/+1
2020-12-11block: introduce BDRV_MAX_LENGTHVladimir Sementsov-Ogievskiy1-3/+3
2020-12-11block/file-posix: fix workaround in raw_do_pwrite_zeroes()Vladimir Sementsov-Ogievskiy1-1/+0
2020-12-11file-posix: check the use_lock before setting the file lockLi Feng1-1/+1
2020-11-17file-posix: allow -EBUSY errors during write zeros on raw block devicesMaxim Levitsky1-0/+1
2020-09-16block/file: switch to use qemu_open/qemu_create for improved errorsDaniel P. Berrangé1-11/+7
2020-09-16util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé1-7/+7
2020-07-21file-posix: Handle `EINVAL` fallocate return valueAntoine Damhet1-1/+5
2020-07-17file-posix: Fix leaked fd in raw_open_common() error pathKevin Wolf1-0/+3
2020-07-17file-posix: Fix check_hdev_writable() with auto-read-onlyKevin Wolf1-12/+21
2020-07-17file-posix: Move check_hdev_writable() upKevin Wolf1-33/+33