summaryrefslogtreecommitdiffstats
path: root/block/file-posix.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* block/file: switch to use qemu_open/qemu_create for improved errorsDaniel P. Berrangé2020-09-161-11/+7Star
* util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé2020-09-161-7/+7
* file-posix: Handle `EINVAL` fallocate return valueAntoine Damhet2020-07-211-1/+5
* file-posix: Fix leaked fd in raw_open_common() error pathKevin Wolf2020-07-171-0/+3
* file-posix: Fix check_hdev_writable() with auto-read-onlyKevin Wolf2020-07-171-12/+21
* file-posix: Move check_hdev_writable() upKevin Wolf2020-07-171-33/+33
* file-posix: Allow byte-aligned O_DIRECT with NFSKevin Wolf2020-07-171-1/+25
* file-posix: Mitigate file fragmentation with extent size hintsKevin Wolf2020-07-141-0/+44
* error: Eliminate error_propagate() with Coccinelle, part 2Markus Armbruster2020-07-101-4/+2Star
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-6/+2Star
* qemu-option: Use returned bool to check for failureMarkus Armbruster2020-07-101-4/+2Star
* block/file-posix: drop unallocated_blocks_are_zeroVladimir Sementsov-Ogievskiy2020-07-061-3/+0Star
* block: Drop unused .bdrv_has_zero_init_truncateEric Blake2020-05-081-1/+0Star
* Compress lines for immediate returnSimran Singhal2020-05-041-5/+3Star
* file-posix: Support BDRV_REQ_ZERO_WRITE for truncateKevin Wolf2020-04-301-0/+4
* block: Add flags to BlockDriver.bdrv_co_truncate()Kevin Wolf2020-04-301-1/+1
* block/file-posix: Fix check_cache_dropped() error handlingMarkus Armbruster2020-04-291-1/+4
* block: trickle down the fallback image creation function use to the block dri...Maxim Levitsky2020-03-261-1/+6
* block: pass BlockDriver reference to the .bdrv_co_createMaxim Levitsky2020-03-261-1/+3
* block: introducing 'bdrv_co_delete_file' interfaceDaniel Henrique Barboza2020-03-111-0/+23
* block/file-posix: Remove redundant statement in raw_handle_perm_lock()Chen Qun2020-03-091-1/+0Star
* 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