summaryrefslogtreecommitdiffstats
path: root/block/file-posix.c
Commit message (Expand)AuthorAgeFilesLines
* file-posix: Drop hdev_co_create_opts()Max Reitz2020-02-201-67/+0Star
* block/file-posix.c: extend to use io_uringAarushi Mehta2020-01-301-19/+79
* block/io: wait for serialising requests when a request becomes serialisingPaolo Bonzini2020-01-301-1/+0Star
* block/file-posix: Fix laio_init() error handling crash bugMarkus Armbruster2019-12-021-1/+1
* block/file-posix: Let post-EOF fallocate serializeMax Reitz2019-11-041-0/+36
* Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-28' in...Peter Maydell2019-10-281-2/+9
|\
| * block: Evaluate @exact in protocol driversMax Reitz2019-10-281-1/+7
| * block: Add @exact parameter to bdrv_co_truncate()Max Reitz2019-10-281-1/+2
* | core: replace getpagesize() with qemu_real_host_page_sizeWei Yang2019-10-261-4/+5
|/
* qapi: query-blockstat: add driver specific file-posix statsAnton Nefedov2019-10-101-0/+32
* file-posix: account discard operationsAnton Nefedov2019-10-101-1/+21
* file-posix: Fix has_write_zeroes after NO_FALLBACKKevin Wolf2019-09-101-3/+3
* block/file-posix: Reduce xfsctl() useMax Reitz2019-09-101-76/+1Star
* block: workaround for unaligned byte range in fallocate()Andrey Shinkevich2019-09-051-0/+7
* file-posix: fix request_alignment typoStefan Hajnoczi2019-09-031-1/+1
* block: posix: Always allocate the first blockNir Soffer2019-09-031-0/+51
* block: Implement .bdrv_has_zero_init_truncate()Max Reitz2019-08-191-0/+1
* block: fix NetBSD qemu-iotests failurePaolo Bonzini2019-08-171-2/+2
* file-posix: Handle undetectable alignmentNir Soffer2019-08-161-11/+25
* file-posix: Use max transfer length/segment count only for SCSI passthroughMaxim Levitsky2019-07-121-26/+28
* file-posix: Update open_flags in raw_set_perm()Max Reitz2019-06-181-0/+4
* block/file-posix: update .help of BLOCK_OPT_PREALLOC optionStefano Garzarella2019-06-121-1/+5
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-0/+1
* block/file-posix: Unaligned O_DIRECT block-statusMax Reitz2019-05-201-0/+16
* block/file-posix: Truncate in xfs_write_zeroes()Max Reitz2019-05-201-0/+13
* block/file-posix: do not fail on unlock bytesVladimir Sementsov-Ogievskiy2019-04-021-0/+12
* file-posix: Support BDRV_REQ_NO_FALLBACK for zero writesKevin Wolf2019-03-261-8/+16
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2019-03-141-0/+16
|\
| * file-posix: add drop-cache=on|off optionStefan Hajnoczi2019-03-131-0/+16
* | block: Add a 'mutable_opts' field to BlockDriverAlberto Garcia2019-03-121-0/+6
* | file-posix: Make auto-read-only dynamicKevin Wolf2019-03-121-19/+17Star
* | file-posix: Prepare permission code for fd switchingKevin Wolf2019-03-121-11/+85
* | file-posix: Lock new fd in raw_reopen_prepare()Kevin Wolf2019-03-121-11/+16
* | file-posix: Store BDRVRawState.reopen_state during reopenKevin Wolf2019-03-121-0/+10
* | file-posix: Factor out raw_reconfigure_getfd()Kevin Wolf2019-03-121-45/+62
|/
* block/file-posix: Convert from DPRINTF() macro to trace eventsLaurent Vivier2019-01-311-19/+6Star
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-111-1/+1
* file-posix: Avoid aio_worker() for QEMU_AIO_IOCTLKevin Wolf2018-12-141-40/+17Star
* file-posix: Switch to .bdrv_co_ioctlKevin Wolf2018-12-141-10/+11
* file-posix: Remove paio_submit_co()Kevin Wolf2018-12-141-34/+0Star
* file-posix: Avoid aio_worker() for QEMU_AIO_READ/WRITEKevin Wolf2018-12-141-8/+19
* file-posix: Move read/write operation logic out of aio_worker()Kevin Wolf2018-12-141-20/+20
* file-posix: Avoid aio_worker() for QEMU_AIO_FLUSHKevin Wolf2018-12-141-5/+11
* file-posix: Avoid aio_worker() for QEMU_AIO_DISCARDKevin Wolf2018-12-141-8/+24
* file-posix: Avoid aio_worker() for QEMU_AIO_WRITE_ZEROESKevin Wolf2018-12-141-19/+34
* file-posix: Avoid aio_worker() for QEMU_AIO_COPY_RANGEKevin Wolf2018-12-141-5/+17
* file-posix: Avoid aio_worker() for QEMU_AIO_TRUNCATEKevin Wolf2018-12-141-6/+6
* file-posix: Factor out raw_thread_pool_submit()Kevin Wolf2018-12-141-7/+10
* file-posix: Reorganise RawPosixAIODataKevin Wolf2018-12-141-40/+49
* file-posix: Fix shared locks on reopen commitMax Reitz2018-11-191-1/+1