index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
file-posix.c
Age
Commit message (
Expand
)
Author
2022-03-15
block/file-posix: Remove a deprecation warning on macOS 12
Philippe Mathieu-Daudé
2022-03-07
osdep: Move memalign-related functions to their own header
Peter Maydell
2022-01-12
block/file-posix: Simplify the XFS_IOC_DIOINFO handling
Thomas Huth
2021-11-16
file-posix: Fix alignment after reopen changing O_DIRECT
Kevin Wolf
2021-11-02
linux-aio: add `dev_max_batch` parameter to laio_io_unplug()
Stefano Garzarella
2021-11-02
linux-aio: add `dev_max_batch` parameter to laio_co_submit()
Stefano Garzarella
2021-11-02
file-posix: add `aio-max-batch` option
Stefano Garzarella
2021-11-02
block/file-posix: Fix return value translation for AIO discards
Ari Sundholm
2021-10-06
block: introduce max_hw_iov for use in scsi-generic
Paolo Bonzini
2021-09-29
block: use int64_t instead of int in driver discard handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
block: use int64_t instead of int in driver write_zeroes handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
block: use int64_t instead of uint64_t in copy_range driver handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
block: use int64_t instead of uint64_t in driver write handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
block: use int64_t instead of uint64_t in driver read handlers
Vladimir Sementsov-Ogievskiy
2021-09-16
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.2-pul...
Peter Maydell
2021-09-15
block/file-posix: Do not force-cap *pnum
Hanna Reitz
2021-09-15
spelling: sytem => system
Michael Tokarev
2021-07-06
block/file-posix: Optimize for macOS
Akihiko Odaki
2021-06-25
file-posix: handle EINTR during ioctl
Paolo Bonzini
2021-06-25
block: detect DKIOCGETBLOCKCOUNT/SIZE before use
Joelle van Dyne
2021-06-25
block: try BSD disk size ioctls one after another
Paolo Bonzini
2021-06-25
block: feature detection for host block support
Joelle van Dyne
2021-06-25
file-posix: try BLKSECTGET on block devices too, do not round to power of 2
Paolo Bonzini
2021-06-25
block: add max_hw_transfer to BlockLimits
Paolo Bonzini
2021-06-25
scsi-generic: pass max_segments via max_iov field in BlockLimits
Paolo Bonzini
2021-06-25
file-posix: fix max_iov for /dev/sg devices
Paolo Bonzini
2021-06-14
block: remove duplicate trace.h include
Daniel P. Berrangé
2021-06-14
block: add trace point when fdatasync fails
Daniel P. Berrangé
2021-06-14
block: preserve errno from fdatasync failures
Daniel P. Berrangé
2021-06-02
block/file-posix: Try other fallbacks after invalid FALLOC_FL_ZERO_RANGE
Thomas Huth
2021-06-02
block/file-posix: Fix problem with fallocate(PUNCH_HOLE) on GPFS
Thomas Huth
2021-04-30
block: bdrv_reopen_multiple: refresh permissions on updated graph
Vladimir Sementsov-Ogievskiy
2021-03-18
block: remove support for using "file" driver with block/char devices
Daniel P. Berrangé
2021-02-03
block: refactor bdrv_check_request: add errp
Vladimir Sementsov-Ogievskiy
2021-01-26
block: report errno when flock fcntl fails
David Edmondson
2020-12-18
block: bdrv_mark_request_serialising: split non-waiting function
Vladimir Sementsov-Ogievskiy
2020-12-13
block/file-posix: fix a possible undefined behavior
Pan Nengyuan
2020-12-11
block: introduce BDRV_MAX_LENGTH
Vladimir Sementsov-Ogievskiy
2020-12-11
block/file-posix: fix workaround in raw_do_pwrite_zeroes()
Vladimir Sementsov-Ogievskiy
2020-12-11
file-posix: check the use_lock before setting the file lock
Li Feng
2020-11-17
file-posix: allow -EBUSY errors during write zeros on raw block devices
Maxim Levitsky
2020-09-16
block/file: switch to use qemu_open/qemu_create for improved errors
Daniel P. Berrangé
2020-09-16
util: rename qemu_open() to qemu_open_old()
Daniel P. Berrangé
2020-07-21
file-posix: Handle `EINVAL` fallocate return value
Antoine Damhet
2020-07-17
file-posix: Fix leaked fd in raw_open_common() error path
Kevin Wolf
2020-07-17
file-posix: Fix check_hdev_writable() with auto-read-only
Kevin Wolf
2020-07-17
file-posix: Move check_hdev_writable() up
Kevin Wolf
2020-07-17
file-posix: Allow byte-aligned O_DIRECT with NFS
Kevin Wolf
2020-07-14
file-posix: Mitigate file fragmentation with extent size hints
Kevin Wolf
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 2
Markus Armbruster
[next]