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
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
2020-07-17
file-posix: Allow byte-aligned O_DIRECT with NFS
Kevin Wolf
1
-1
/
+25
2020-07-14
file-posix: Mitigate file fragmentation with extent size hints
Kevin Wolf
1
-0
/
+44
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 2
Markus Armbruster
1
-4
/
+2
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
1
-6
/
+2
2020-07-10
qemu-option: Use returned bool to check for failure
Markus Armbruster
1
-4
/
+2
2020-07-06
block/file-posix: drop unallocated_blocks_are_zero
Vladimir Sementsov-Ogievskiy
1
-3
/
+0
2020-05-08
block: Drop unused .bdrv_has_zero_init_truncate
Eric Blake
1
-1
/
+0
2020-05-04
Compress lines for immediate return
Simran Singhal
1
-5
/
+3
2020-04-30
file-posix: Support BDRV_REQ_ZERO_WRITE for truncate
Kevin Wolf
1
-0
/
+4
2020-04-30
block: Add flags to BlockDriver.bdrv_co_truncate()
Kevin Wolf
1
-1
/
+1
2020-04-29
block/file-posix: Fix check_cache_dropped() error handling
Markus Armbruster
1
-1
/
+4
2020-03-26
block: trickle down the fallback image creation function use to the block dri...
Maxim Levitsky
1
-1
/
+6
2020-03-26
block: pass BlockDriver reference to the .bdrv_co_create
Maxim Levitsky
1
-1
/
+3
2020-03-11
block: introducing 'bdrv_co_delete_file' interface
Daniel Henrique Barboza
1
-0
/
+23
2020-03-09
block/file-posix: Remove redundant statement in raw_handle_perm_lock()
Chen Qun
1
-1
/
+0
2020-02-20
file-posix: Drop hdev_co_create_opts()
Max Reitz
1
-67
/
+0
2020-01-30
block/file-posix.c: extend to use io_uring
Aarushi Mehta
1
-19
/
+79
2020-01-30
block/io: wait for serialising requests when a request becomes serialising
Paolo Bonzini
1
-1
/
+0
2019-12-02
block/file-posix: Fix laio_init() error handling crash bug
Markus Armbruster
1
-1
/
+1
2019-11-04
block/file-posix: Let post-EOF fallocate serialize
Max Reitz
1
-0
/
+36
2019-10-28
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-28' in...
Peter Maydell
1
-2
/
+9
2019-10-28
block: Evaluate @exact in protocol drivers
Max Reitz
1
-1
/
+7
2019-10-28
block: Add @exact parameter to bdrv_co_truncate()
Max Reitz
1
-1
/
+2
2019-10-26
core: replace getpagesize() with qemu_real_host_page_size
Wei Yang
1
-4
/
+5
2019-10-10
qapi: query-blockstat: add driver specific file-posix stats
Anton Nefedov
1
-0
/
+32
2019-10-10
file-posix: account discard operations
Anton Nefedov
1
-1
/
+21
2019-09-10
file-posix: Fix has_write_zeroes after NO_FALLBACK
Kevin Wolf
1
-3
/
+3
2019-09-10
block/file-posix: Reduce xfsctl() use
Max Reitz
1
-76
/
+1
2019-09-05
block: workaround for unaligned byte range in fallocate()
Andrey Shinkevich
1
-0
/
+7
2019-09-03
file-posix: fix request_alignment typo
Stefan Hajnoczi
1
-1
/
+1
2019-09-03
block: posix: Always allocate the first block
Nir Soffer
1
-0
/
+51
2019-08-19
block: Implement .bdrv_has_zero_init_truncate()
Max Reitz
1
-0
/
+1
[next]