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