aboutsummaryrefslogtreecommitdiff
path: root/block/file-posix.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-11block: introducing 'bdrv_co_delete_file' interfaceDaniel Henrique Barboza1-0/+23
2020-03-09block/file-posix: Remove redundant statement in raw_handle_perm_lock()Chen Qun1-1/+0
2020-02-20file-posix: Drop hdev_co_create_opts()Max Reitz1-67/+0
2020-01-30block/file-posix.c: extend to use io_uringAarushi Mehta1-19/+79
2020-01-30block/io: wait for serialising requests when a request becomes serialisingPaolo Bonzini1-1/+0
2019-12-02block/file-posix: Fix laio_init() error handling crash bugMarkus Armbruster1-1/+1
2019-11-04block/file-posix: Let post-EOF fallocate serializeMax Reitz1-0/+36
2019-10-28Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-28' in...Peter Maydell1-2/+9
2019-10-28block: Evaluate @exact in protocol driversMax Reitz1-1/+7
2019-10-28block: Add @exact parameter to bdrv_co_truncate()Max Reitz1-1/+2
2019-10-26core: replace getpagesize() with qemu_real_host_page_sizeWei Yang1-4/+5
2019-10-10qapi: query-blockstat: add driver specific file-posix statsAnton Nefedov1-0/+32
2019-10-10file-posix: account discard operationsAnton Nefedov1-1/+21
2019-09-10file-posix: Fix has_write_zeroes after NO_FALLBACKKevin Wolf1-3/+3
2019-09-10block/file-posix: Reduce xfsctl() useMax Reitz1-76/+1
2019-09-05block: workaround for unaligned byte range in fallocate()Andrey Shinkevich1-0/+7
2019-09-03file-posix: fix request_alignment typoStefan Hajnoczi1-1/+1
2019-09-03block: posix: Always allocate the first blockNir Soffer1-0/+51
2019-08-19block: Implement .bdrv_has_zero_init_truncate()Max Reitz1-0/+1
2019-08-17block: fix NetBSD qemu-iotests failurePaolo Bonzini1-2/+2
2019-08-16file-posix: Handle undetectable alignmentNir Soffer1-11/+25
2019-07-12file-posix: Use max transfer length/segment count only for SCSI passthroughMaxim Levitsky1-26/+28
2019-06-18file-posix: Update open_flags in raw_set_perm()Max Reitz1-0/+4
2019-06-12block/file-posix: update .help of BLOCK_OPT_PREALLOC optionStefano Garzarella1-1/+5
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-0/+1
2019-05-20block/file-posix: Unaligned O_DIRECT block-statusMax Reitz1-0/+16
2019-05-20block/file-posix: Truncate in xfs_write_zeroes()Max Reitz1-0/+13
2019-04-02block/file-posix: do not fail on unlock bytesVladimir Sementsov-Ogievskiy1-0/+12
2019-03-26file-posix: Support BDRV_REQ_NO_FALLBACK for zero writesKevin Wolf1-8/+16
2019-03-14Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-0/+16
2019-03-13file-posix: add drop-cache=on|off optionStefan Hajnoczi1-0/+16
2019-03-12block: Add a 'mutable_opts' field to BlockDriverAlberto Garcia1-0/+6
2019-03-12file-posix: Make auto-read-only dynamicKevin Wolf1-19/+17
2019-03-12file-posix: Prepare permission code for fd switchingKevin Wolf1-11/+85
2019-03-12file-posix: Lock new fd in raw_reopen_prepare()Kevin Wolf1-11/+16
2019-03-12file-posix: Store BDRVRawState.reopen_state during reopenKevin Wolf1-0/+10
2019-03-12file-posix: Factor out raw_reconfigure_getfd()Kevin Wolf1-45/+62
2019-01-31block/file-posix: Convert from DPRINTF() macro to trace eventsLaurent Vivier1-19/+6
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-1/+1
2018-12-14file-posix: Avoid aio_worker() for QEMU_AIO_IOCTLKevin Wolf1-40/+17
2018-12-14file-posix: Switch to .bdrv_co_ioctlKevin Wolf1-10/+11
2018-12-14file-posix: Remove paio_submit_co()Kevin Wolf1-34/+0
2018-12-14file-posix: Avoid aio_worker() for QEMU_AIO_READ/WRITEKevin Wolf1-8/+19
2018-12-14file-posix: Move read/write operation logic out of aio_worker()Kevin Wolf1-20/+20
2018-12-14file-posix: Avoid aio_worker() for QEMU_AIO_FLUSHKevin Wolf1-5/+11
2018-12-14file-posix: Avoid aio_worker() for QEMU_AIO_DISCARDKevin Wolf1-8/+24
2018-12-14file-posix: Avoid aio_worker() for QEMU_AIO_WRITE_ZEROESKevin Wolf1-19/+34
2018-12-14file-posix: Avoid aio_worker() for QEMU_AIO_COPY_RANGEKevin Wolf1-5/+17
2018-12-14file-posix: Avoid aio_worker() for QEMU_AIO_TRUNCATEKevin Wolf1-6/+6
2018-12-14file-posix: Factor out raw_thread_pool_submit()Kevin Wolf1-7/+10