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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
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
2019-08-17
block: fix NetBSD qemu-iotests failure
Paolo Bonzini
1
-2
/
+2
2019-08-16
file-posix: Handle undetectable alignment
Nir Soffer
1
-11
/
+25
2019-07-12
file-posix: Use max transfer length/segment count only for SCSI passthrough
Maxim Levitsky
1
-26
/
+28
2019-06-18
file-posix: Update open_flags in raw_set_perm()
Max Reitz
1
-0
/
+4
2019-06-12
block/file-posix: update .help of BLOCK_OPT_PREALLOC option
Stefano Garzarella
1
-1
/
+5
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
1
-0
/
+1
2019-05-20
block/file-posix: Unaligned O_DIRECT block-status
Max Reitz
1
-0
/
+16
2019-05-20
block/file-posix: Truncate in xfs_write_zeroes()
Max Reitz
1
-0
/
+13
2019-04-02
block/file-posix: do not fail on unlock bytes
Vladimir Sementsov-Ogievskiy
1
-0
/
+12
2019-03-26
file-posix: Support BDRV_REQ_NO_FALLBACK for zero writes
Kevin Wolf
1
-8
/
+16
2019-03-14
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
1
-0
/
+16
2019-03-13
file-posix: add drop-cache=on|off option
Stefan Hajnoczi
1
-0
/
+16
2019-03-12
block: Add a 'mutable_opts' field to BlockDriver
Alberto Garcia
1
-0
/
+6
2019-03-12
file-posix: Make auto-read-only dynamic
Kevin Wolf
1
-19
/
+17
2019-03-12
file-posix: Prepare permission code for fd switching
Kevin Wolf
1
-11
/
+85
2019-03-12
file-posix: Lock new fd in raw_reopen_prepare()
Kevin Wolf
1
-11
/
+16
2019-03-12
file-posix: Store BDRVRawState.reopen_state during reopen
Kevin Wolf
1
-0
/
+10
2019-03-12
file-posix: Factor out raw_reconfigure_getfd()
Kevin Wolf
1
-45
/
+62
2019-01-31
block/file-posix: Convert from DPRINTF() macro to trace events
Laurent Vivier
1
-19
/
+6
2019-01-11
avoid TABs in files that only contain a few
Paolo Bonzini
1
-1
/
+1
2018-12-14
file-posix: Avoid aio_worker() for QEMU_AIO_IOCTL
Kevin Wolf
1
-40
/
+17
2018-12-14
file-posix: Switch to .bdrv_co_ioctl
Kevin Wolf
1
-10
/
+11
2018-12-14
file-posix: Remove paio_submit_co()
Kevin Wolf
1
-34
/
+0
2018-12-14
file-posix: Avoid aio_worker() for QEMU_AIO_READ/WRITE
Kevin Wolf
1
-8
/
+19
2018-12-14
file-posix: Move read/write operation logic out of aio_worker()
Kevin Wolf
1
-20
/
+20
2018-12-14
file-posix: Avoid aio_worker() for QEMU_AIO_FLUSH
Kevin Wolf
1
-5
/
+11
2018-12-14
file-posix: Avoid aio_worker() for QEMU_AIO_DISCARD
Kevin Wolf
1
-8
/
+24
2018-12-14
file-posix: Avoid aio_worker() for QEMU_AIO_WRITE_ZEROES
Kevin Wolf
1
-19
/
+34
2018-12-14
file-posix: Avoid aio_worker() for QEMU_AIO_COPY_RANGE
Kevin Wolf
1
-5
/
+17
2018-12-14
file-posix: Avoid aio_worker() for QEMU_AIO_TRUNCATE
Kevin Wolf
1
-6
/
+6
2018-12-14
file-posix: Factor out raw_thread_pool_submit()
Kevin Wolf
1
-7
/
+10
[next]