index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
file-posix.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-03
block: move fcntl_setfl()
Marc-André Lureau
1
-0
/
+15
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
1
-1
/
+0
2022-04-06
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
1
-3
/
+3
2022-03-15
block/file-posix: Remove a deprecation warning on macOS 12
Philippe Mathieu-Daudé
1
-4
/
+10
2022-03-07
osdep: Move memalign-related functions to their own header
Peter Maydell
1
-0
/
+1
2022-01-12
block/file-posix: Simplify the XFS_IOC_DIOINFO handling
Thomas Huth
1
-21
/
+16
2021-11-16
file-posix: Fix alignment after reopen changing O_DIRECT
Kevin Wolf
1
-4
/
+16
2021-11-02
linux-aio: add `dev_max_batch` parameter to laio_io_unplug()
Stefano Garzarella
1
-1
/
+1
2021-11-02
linux-aio: add `dev_max_batch` parameter to laio_co_submit()
Stefano Garzarella
1
-1
/
+2
2021-11-02
file-posix: add `aio-max-batch` option
Stefano Garzarella
1
-0
/
+9
2021-11-02
block/file-posix: Fix return value translation for AIO discards
Ari Sundholm
1
-2
/
+2
2021-10-06
block: introduce max_hw_iov for use in scsi-generic
Paolo Bonzini
1
-1
/
+1
2021-09-29
block: use int64_t instead of int in driver discard handlers
Vladimir Sementsov-Ogievskiy
1
-3
/
+4
2021-09-29
block: use int64_t instead of int in driver write_zeroes handlers
Vladimir Sementsov-Ogievskiy
1
-3
/
+3
2021-09-29
block: use int64_t instead of uint64_t in copy_range driver handlers
Vladimir Sementsov-Ogievskiy
1
-5
/
+5
2021-09-29
block: use int64_t instead of uint64_t in driver write handlers
Vladimir Sementsov-Ogievskiy
1
-3
/
+3
2021-09-29
block: use int64_t instead of uint64_t in driver read handlers
Vladimir Sementsov-Ogievskiy
1
-3
/
+3
2021-09-16
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.2-pul...
Peter Maydell
1
-1
/
+1
2021-09-15
block/file-posix: Do not force-cap *pnum
Hanna Reitz
1
-3
/
+4
2021-09-15
spelling: sytem => system
Michael Tokarev
1
-1
/
+1
2021-07-06
block/file-posix: Optimize for macOS
Akihiko Odaki
1
-2
/
+25
2021-06-25
file-posix: handle EINTR during ioctl
Paolo Bonzini
1
-1
/
+3
2021-06-25
block: detect DKIOCGETBLOCKCOUNT/SIZE before use
Joelle van Dyne
1
-1
/
+1
2021-06-25
block: try BSD disk size ioctls one after another
Paolo Bonzini
1
-18
/
+16
2021-06-25
block: feature detection for host block support
Joelle van Dyne
1
-11
/
+22
2021-06-25
file-posix: try BLKSECTGET on block devices too, do not round to power of 2
Paolo Bonzini
1
-24
/
+33
2021-06-25
block: add max_hw_transfer to BlockLimits
Paolo Bonzini
1
-1
/
+1
2021-06-25
scsi-generic: pass max_segments via max_iov field in BlockLimits
Paolo Bonzini
1
-2
/
+1
2021-06-25
file-posix: fix max_iov for /dev/sg devices
Paolo Bonzini
1
-0
/
+11
2021-06-14
block: remove duplicate trace.h include
Daniel P. Berrangé
1
-2
/
+0
2021-06-14
block: add trace point when fdatasync fails
Daniel P. Berrangé
1
-0
/
+2
2021-06-14
block: preserve errno from fdatasync failures
Daniel P. Berrangé
1
-3
/
+3
2021-06-02
block/file-posix: Try other fallbacks after invalid FALLOC_FL_ZERO_RANGE
Thomas Huth
1
-9
/
+9
2021-06-02
block/file-posix: Fix problem with fallocate(PUNCH_HOLE) on GPFS
Thomas Huth
1
-0
/
+11
2021-04-30
block: bdrv_reopen_multiple: refresh permissions on updated graph
Vladimir Sementsov-Ogievskiy
1
-62
/
+29
2021-03-18
block: remove support for using "file" driver with block/char devices
Daniel P. Berrangé
1
-11
/
+6
2021-02-03
block: refactor bdrv_check_request: add errp
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2021-01-26
block: report errno when flock fcntl fails
David Edmondson
1
-10
/
+28
2020-12-18
block: bdrv_mark_request_serialising: split non-waiting function
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2020-12-13
block/file-posix: fix a possible undefined behavior
Pan Nengyuan
1
-1
/
+1
2020-12-11
block: introduce BDRV_MAX_LENGTH
Vladimir Sementsov-Ogievskiy
1
-3
/
+3
2020-12-11
block/file-posix: fix workaround in raw_do_pwrite_zeroes()
Vladimir Sementsov-Ogievskiy
1
-1
/
+0
2020-12-11
file-posix: check the use_lock before setting the file lock
Li Feng
1
-1
/
+1
2020-11-17
file-posix: allow -EBUSY errors during write zeros on raw block devices
Maxim Levitsky
1
-0
/
+1
2020-09-16
block/file: switch to use qemu_open/qemu_create for improved errors
Daniel P. Berrangé
1
-11
/
+7
2020-09-16
util: rename qemu_open() to qemu_open_old()
Daniel P. Berrangé
1
-7
/
+7
2020-07-21
file-posix: Handle `EINVAL` fallocate return value
Antoine Damhet
1
-1
/
+5
2020-07-17
file-posix: Fix leaked fd in raw_open_common() error path
Kevin Wolf
1
-0
/
+3
2020-07-17
file-posix: Fix check_hdev_writable() with auto-read-only
Kevin Wolf
1
-12
/
+21
2020-07-17
file-posix: Move check_hdev_writable() up
Kevin Wolf
1
-33
/
+33
[next]