aboutsummaryrefslogtreecommitdiff
path: root/block/file-posix.c
AgeCommit message (Expand)Author
2021-02-03block: refactor bdrv_check_request: add errpVladimir Sementsov-Ogievskiy
2021-01-26block: report errno when flock fcntl failsDavid Edmondson
2020-12-18block: bdrv_mark_request_serialising: split non-waiting functionVladimir Sementsov-Ogievskiy
2020-12-13block/file-posix: fix a possible undefined behaviorPan Nengyuan
2020-12-11block: introduce BDRV_MAX_LENGTHVladimir Sementsov-Ogievskiy
2020-12-11block/file-posix: fix workaround in raw_do_pwrite_zeroes()Vladimir Sementsov-Ogievskiy
2020-12-11file-posix: check the use_lock before setting the file lockLi Feng
2020-11-17file-posix: allow -EBUSY errors during write zeros on raw block devicesMaxim Levitsky
2020-09-16block/file: switch to use qemu_open/qemu_create for improved errorsDaniel P. Berrangé
2020-09-16util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé
2020-07-21file-posix: Handle `EINVAL` fallocate return valueAntoine Damhet
2020-07-17file-posix: Fix leaked fd in raw_open_common() error pathKevin Wolf
2020-07-17file-posix: Fix check_hdev_writable() with auto-read-onlyKevin Wolf
2020-07-17file-posix: Move check_hdev_writable() upKevin Wolf
2020-07-17file-posix: Allow byte-aligned O_DIRECT with NFSKevin Wolf
2020-07-14file-posix: Mitigate file fragmentation with extent size hintsKevin Wolf
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 2Markus Armbruster
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-10qemu-option: Use returned bool to check for failureMarkus Armbruster
2020-07-06block/file-posix: drop unallocated_blocks_are_zeroVladimir Sementsov-Ogievskiy
2020-05-08block: Drop unused .bdrv_has_zero_init_truncateEric Blake
2020-05-04Compress lines for immediate returnSimran Singhal
2020-04-30file-posix: Support BDRV_REQ_ZERO_WRITE for truncateKevin Wolf
2020-04-30block: Add flags to BlockDriver.bdrv_co_truncate()Kevin Wolf
2020-04-29block/file-posix: Fix check_cache_dropped() error handlingMarkus Armbruster
2020-03-26block: trickle down the fallback image creation function use to the block dri...Maxim Levitsky
2020-03-26block: pass BlockDriver reference to the .bdrv_co_createMaxim Levitsky
2020-03-11block: introducing 'bdrv_co_delete_file' interfaceDaniel Henrique Barboza
2020-03-09block/file-posix: Remove redundant statement in raw_handle_perm_lock()Chen Qun
2020-02-20file-posix: Drop hdev_co_create_opts()Max Reitz
2020-01-30block/file-posix.c: extend to use io_uringAarushi Mehta
2020-01-30block/io: wait for serialising requests when a request becomes serialisingPaolo Bonzini
2019-12-02block/file-posix: Fix laio_init() error handling crash bugMarkus Armbruster
2019-11-04block/file-posix: Let post-EOF fallocate serializeMax Reitz
2019-10-28Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-28' in...Peter Maydell
2019-10-28block: Evaluate @exact in protocol driversMax Reitz
2019-10-28block: Add @exact parameter to bdrv_co_truncate()Max Reitz
2019-10-26core: replace getpagesize() with qemu_real_host_page_sizeWei Yang
2019-10-10qapi: query-blockstat: add driver specific file-posix statsAnton Nefedov
2019-10-10file-posix: account discard operationsAnton Nefedov
2019-09-10file-posix: Fix has_write_zeroes after NO_FALLBACKKevin Wolf
2019-09-10block/file-posix: Reduce xfsctl() useMax Reitz
2019-09-05block: workaround for unaligned byte range in fallocate()Andrey Shinkevich
2019-09-03file-posix: fix request_alignment typoStefan Hajnoczi
2019-09-03block: posix: Always allocate the first blockNir Soffer
2019-08-19block: Implement .bdrv_has_zero_init_truncate()Max Reitz
2019-08-17block: fix NetBSD qemu-iotests failurePaolo Bonzini
2019-08-16file-posix: Handle undetectable alignmentNir Soffer
2019-07-12file-posix: Use max transfer length/segment count only for SCSI passthroughMaxim Levitsky
2019-06-18file-posix: Update open_flags in raw_set_perm()Max Reitz