index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
file-posix.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block/file-posix: Optimize for macOS
Akihiko Odaki
2021-07-06
1
-2
/
+25
*
file-posix: handle EINTR during ioctl
Paolo Bonzini
2021-06-25
1
-1
/
+3
*
block: detect DKIOCGETBLOCKCOUNT/SIZE before use
Joelle van Dyne
2021-06-25
1
-1
/
+1
*
block: try BSD disk size ioctls one after another
Paolo Bonzini
2021-06-25
1
-18
/
+16
*
block: feature detection for host block support
Joelle van Dyne
2021-06-25
1
-11
/
+22
*
file-posix: try BLKSECTGET on block devices too, do not round to power of 2
Paolo Bonzini
2021-06-25
1
-24
/
+33
*
block: add max_hw_transfer to BlockLimits
Paolo Bonzini
2021-06-25
1
-1
/
+1
*
scsi-generic: pass max_segments via max_iov field in BlockLimits
Paolo Bonzini
2021-06-25
1
-2
/
+1
*
file-posix: fix max_iov for /dev/sg devices
Paolo Bonzini
2021-06-25
1
-0
/
+11
*
block: remove duplicate trace.h include
Daniel P. Berrangé
2021-06-14
1
-2
/
+0
*
block: add trace point when fdatasync fails
Daniel P. Berrangé
2021-06-14
1
-0
/
+2
*
block: preserve errno from fdatasync failures
Daniel P. Berrangé
2021-06-14
1
-3
/
+3
*
block/file-posix: Try other fallbacks after invalid FALLOC_FL_ZERO_RANGE
Thomas Huth
2021-06-02
1
-9
/
+9
*
block/file-posix: Fix problem with fallocate(PUNCH_HOLE) on GPFS
Thomas Huth
2021-06-02
1
-0
/
+11
*
block: bdrv_reopen_multiple: refresh permissions on updated graph
Vladimir Sementsov-Ogievskiy
2021-04-30
1
-62
/
+29
*
block: remove support for using "file" driver with block/char devices
Daniel P. Berrangé
2021-03-18
1
-11
/
+6
*
block: refactor bdrv_check_request: add errp
Vladimir Sementsov-Ogievskiy
2021-02-03
1
-1
/
+1
*
block: report errno when flock fcntl fails
David Edmondson
2021-01-26
1
-10
/
+28
*
block: bdrv_mark_request_serialising: split non-waiting function
Vladimir Sementsov-Ogievskiy
2020-12-18
1
-1
/
+1
*
block/file-posix: fix a possible undefined behavior
Pan Nengyuan
2020-12-13
1
-1
/
+1
*
block: introduce BDRV_MAX_LENGTH
Vladimir Sementsov-Ogievskiy
2020-12-11
1
-3
/
+3
*
block/file-posix: fix workaround in raw_do_pwrite_zeroes()
Vladimir Sementsov-Ogievskiy
2020-12-11
1
-1
/
+0
*
file-posix: check the use_lock before setting the file lock
Li Feng
2020-12-11
1
-1
/
+1
*
file-posix: allow -EBUSY errors during write zeros on raw block devices
Maxim Levitsky
2020-11-17
1
-0
/
+1
*
block/file: switch to use qemu_open/qemu_create for improved errors
Daniel P. Berrangé
2020-09-16
1
-11
/
+7
*
util: rename qemu_open() to qemu_open_old()
Daniel P. Berrangé
2020-09-16
1
-7
/
+7
*
file-posix: Handle `EINVAL` fallocate return value
Antoine Damhet
2020-07-21
1
-1
/
+5
*
file-posix: Fix leaked fd in raw_open_common() error path
Kevin Wolf
2020-07-17
1
-0
/
+3
*
file-posix: Fix check_hdev_writable() with auto-read-only
Kevin Wolf
2020-07-17
1
-12
/
+21
*
file-posix: Move check_hdev_writable() up
Kevin Wolf
2020-07-17
1
-33
/
+33
*
file-posix: Allow byte-aligned O_DIRECT with NFS
Kevin Wolf
2020-07-17
1
-1
/
+25
*
file-posix: Mitigate file fragmentation with extent size hints
Kevin Wolf
2020-07-14
1
-0
/
+44
*
error: Eliminate error_propagate() with Coccinelle, part 2
Markus Armbruster
2020-07-10
1
-4
/
+2
*
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
2020-07-10
1
-6
/
+2
*
qemu-option: Use returned bool to check for failure
Markus Armbruster
2020-07-10
1
-4
/
+2
*
block/file-posix: drop unallocated_blocks_are_zero
Vladimir Sementsov-Ogievskiy
2020-07-06
1
-3
/
+0
*
block: Drop unused .bdrv_has_zero_init_truncate
Eric Blake
2020-05-08
1
-1
/
+0
*
Compress lines for immediate return
Simran Singhal
2020-05-04
1
-5
/
+3
*
file-posix: Support BDRV_REQ_ZERO_WRITE for truncate
Kevin Wolf
2020-04-30
1
-0
/
+4
*
block: Add flags to BlockDriver.bdrv_co_truncate()
Kevin Wolf
2020-04-30
1
-1
/
+1
*
block/file-posix: Fix check_cache_dropped() error handling
Markus Armbruster
2020-04-29
1
-1
/
+4
*
block: trickle down the fallback image creation function use to the block dri...
Maxim Levitsky
2020-03-26
1
-1
/
+6
*
block: pass BlockDriver reference to the .bdrv_co_create
Maxim Levitsky
2020-03-26
1
-1
/
+3
*
block: introducing 'bdrv_co_delete_file' interface
Daniel Henrique Barboza
2020-03-11
1
-0
/
+23
*
block/file-posix: Remove redundant statement in raw_handle_perm_lock()
Chen Qun
2020-03-09
1
-1
/
+0
*
file-posix: Drop hdev_co_create_opts()
Max Reitz
2020-02-20
1
-67
/
+0
*
block/file-posix.c: extend to use io_uring
Aarushi Mehta
2020-01-30
1
-19
/
+79
*
block/io: wait for serialising requests when a request becomes serialising
Paolo Bonzini
2020-01-30
1
-1
/
+0
*
block/file-posix: Fix laio_init() error handling crash bug
Markus Armbruster
2019-12-02
1
-1
/
+1
*
block/file-posix: Let post-EOF fallocate serialize
Max Reitz
2019-11-04
1
-0
/
+36
[next]