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
2024-10-02
block: fix -Werror=maybe-uninitialized false-positive
Marc-André Lureau
2024-07-02
block/file-posix: Drop ifdef for macOS versions older than 12.0
Akihiko Odaki
2024-06-28
block: remove separate bdrv_file_open callback
Paolo Bonzini
2024-06-10
linux-aio: add IO_CMD_FDSYNC command support
Prasad Pandit
2024-06-10
block: drop force_dup parameter of raw_reconfigure_getfd()
Denis V. Lunev via
2023-12-21
block/file-posix: set up Linux AIO and io_uring in the current thread
Stefan Hajnoczi
2023-11-06
file-posix: fix over-writing of returning zone_append offset
Naohiro Aota
2023-11-06
block/file-posix: fix update_zones_wp() caller
Sam Li
2023-09-21
Merge tag 'pull-block-2023-09-01' of https://gitlab.com/hreitz/qemu into staging
Stefan Hajnoczi
2023-09-08
block: spelling fixes
Michael Tokarev
2023-08-29
file-posix: Simplify raw_co_prw's 'out' zone code
Hanna Czenczek
2023-08-29
file-posix: Fix zone update in I/O error path
Hanna Czenczek
2023-08-29
file-posix: Check bs->bl.zoned for zone info
Hanna Czenczek
2023-08-29
file-posix: Clear bs->bl.zoned on error
Hanna Czenczek
2023-07-27
block/file-posix: fix g_file_get_contents return path
Sam Li
2023-06-28
file-posix: remove incorrect coroutine_fn calls
Paolo Bonzini
2023-06-01
block/linux-aio: convert to blk_io_plug_call() API
Stefan Hajnoczi
2023-06-01
block/io_uring: convert to blk_io_plug_call() API
Stefan Hajnoczi
2023-05-15
block: add some trace events for zone append
Sam Li
2023-05-15
block: introduce zone append write for zoned devices
Sam Li
2023-05-15
file-posix: add tracking of the zone write pointers
Sam Li
2023-05-15
block: add some trace events for new block layer APIs
Sam Li
2023-05-15
block: add zoned BlockDriver check to block layer
Sam Li
2023-05-15
block/block-backend: add block layer APIs resembling Linux ZonedBlockDevice i...
Sam Li
2023-05-15
block/file-posix: introduce helper functions for sysfs attributes
Sam Li
2023-04-25
thread-pool: avoid passing the pool parameter every time
Emanuele Giuseppe Esposito
2023-04-25
thread-pool: use ThreadPool from the running thread
Emanuele Giuseppe Esposito
2023-04-25
io_uring: use LuringState from the running thread
Emanuele Giuseppe Esposito
2023-04-25
linux-aio: use LinuxAioState from the running thread
Emanuele Giuseppe Esposito
2023-04-11
block: remove has_variable_length from BlockDriver
Paolo Bonzini
2023-02-23
block: Mark bdrv_co_create() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
block: Mark bdrv_co_copy_range() GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-02-23
block: Mark bdrv_co_flush() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-02-17
block/file-posix: don't use functions calling AIO_WAIT_WHILE in worker threads
Emanuele Giuseppe Esposito
2023-02-01
block/file: Add file-specific image info
Hanna Reitz
2023-02-01
block: Convert bdrv_lock_medium() to co_wrapper
Emanuele Giuseppe Esposito
2023-02-01
block: Convert bdrv_eject() to co_wrapper
Emanuele Giuseppe Esposito
2023-02-01
block: Convert bdrv_get_info() to co_wrapper_mixed
Emanuele Giuseppe Esposito
2023-02-01
block: Convert bdrv_get_allocated_file_size() to co_wrapper
Emanuele Giuseppe Esposito
2023-02-01
block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixed
Emanuele Giuseppe Esposito
2023-02-01
block: Convert bdrv_is_inserted() to co_wrapper
Emanuele Giuseppe Esposito
2023-02-01
block: Convert bdrv_io_unplug() to co_wrapper
Emanuele Giuseppe Esposito
2023-02-01
block: Convert bdrv_io_plug() to co_wrapper
Emanuele Giuseppe Esposito
2023-01-20
include/block: Untangle inclusion loops
Markus Armbruster
2023-01-09
error handling: Use RETRY_ON_EINTR() macro where applicable
Nikita Ivanov
2022-10-26
block: add BDRV_REQ_REGISTERED_BUF request flag
Stefan Hajnoczi
2022-10-07
file-posix: Remove unused s->discard_zeroes
Kevin Wolf
2022-10-07
file-posix: add missing coroutine_fn annotations
Paolo Bonzini
2022-09-30
block: use the request length for iov alignment
Keith Busch
2022-09-30
block: move bdrv_qiov_is_aligned to file-posix
Keith Busch
[next]