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: Simplify the XFS_IOC_DIOINFO handling
Thomas Huth
2022-01-12
1
-21
/
+16
*
file-posix: Fix alignment after reopen changing O_DIRECT
Kevin Wolf
2021-11-16
1
-4
/
+16
*
linux-aio: add `dev_max_batch` parameter to laio_io_unplug()
Stefano Garzarella
2021-11-02
1
-1
/
+1
*
linux-aio: add `dev_max_batch` parameter to laio_co_submit()
Stefano Garzarella
2021-11-02
1
-1
/
+2
*
file-posix: add `aio-max-batch` option
Stefano Garzarella
2021-11-02
1
-0
/
+9
*
block/file-posix: Fix return value translation for AIO discards
Ari Sundholm
2021-11-02
1
-2
/
+2
*
block: introduce max_hw_iov for use in scsi-generic
Paolo Bonzini
2021-10-06
1
-1
/
+1
*
block: use int64_t instead of int in driver discard handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-3
/
+4
*
block: use int64_t instead of int in driver write_zeroes handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-3
/
+3
*
block: use int64_t instead of uint64_t in copy_range driver handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-5
/
+5
*
block: use int64_t instead of uint64_t in driver write handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-3
/
+3
*
block: use int64_t instead of uint64_t in driver read handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-3
/
+3
*
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.2-pul...
Peter Maydell
2021-09-16
1
-1
/
+1
|
\
|
*
spelling: sytem => system
Michael Tokarev
2021-09-15
1
-1
/
+1
*
|
block/file-posix: Do not force-cap *pnum
Hanna Reitz
2021-09-15
1
-3
/
+4
|
/
*
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
[next]