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
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
2018-12-14
file-posix: Reorganise RawPosixAIOData
Kevin Wolf
1
-40
/
+49
2018-11-19
file-posix: Fix shared locks on reopen commit
Max Reitz
1
-1
/
+1
2018-11-12
file-posix: Drop s->lock_fd
Fam Zheng
1
-24
/
+13
2018-11-12
file-posix: Skip effectiveless OFD lock operations
Fam Zheng
1
-10
/
+44
2018-11-12
file-posix: Use error API properly
Fam Zheng
1
-23
/
+16
2018-11-05
file-posix: Support auto-read-only option
Kevin Wolf
1
-3
/
+16
2018-10-01
file-posix: Forbid trying to change unsupported options during reopen
Alberto Garcia
1
-2
/
+7
2018-10-01
file-posix: x-check-cache-dropped should default to false on reopen
Alberto Garcia
1
-1
/
+1
2018-10-01
file-posix: Include filename in locking error message
Fam Zheng
1
-4
/
+6
2018-07-30
file-posix: Fix write_zeroes with unmap on block devices
Kevin Wolf
1
-15
/
+44
2018-07-30
file-posix: Handle EINTR in preallocation=full write
Fam Zheng
1
-0
/
+3
2018-07-24
block/file-posix: add bdrv_attach_aio_context callback for host dev and cdrom
Nishanth Aravamudan
1
-0
/
+3
2018-07-12
file-posix: specify expected filetypes
John Snow
1
-8
/
+31
2018-07-10
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-9
/
+16
2018-07-10
block: Add copy offloading trace points
Fam Zheng
1
-0
/
+2
2018-07-10
block: Prefix file driver trace points with "file_"
Fam Zheng
1
-1
/
+1
2018-07-10
block: split flags in copy_range
Vladimir Sementsov-Ogievskiy
1
-8
/
+13
2018-07-09
file-posix: Fix fd_open check in raw_co_copy_range_to
Fam Zheng
1
-1
/
+1
2018-07-05
file-posix: Unlock FD after creation
Max Reitz
1
-3
/
+14
2018-07-05
file-posix: Fix creation locking
Max Reitz
1
-2
/
+2
2018-06-29
file-posix: Fix EINTR handling
Fam Zheng
1
-8
/
+9
2018-06-29
file-posix: Implement co versions of discard/flush
Kevin Wolf
1
-48
/
+24
2018-06-29
file-posix: Make .bdrv_co_truncate asynchronous
Kevin Wolf
1
-115
/
+151
2018-06-29
block: Convert .bdrv_truncate callback to coroutine_fn
Kevin Wolf
1
-6
/
+6
2018-06-27
linux-aio: properly bubble up errors from initialization
Nishanth Aravamudan
1
-5
/
+28
2018-06-11
block/file-posix: File locking during creation
Max Reitz
1
-2
/
+35
2018-06-11
block/file-posix: Pass FD to locking helpers
Max Reitz
1
-13
/
+14
2018-06-01
file-posix: Implement bdrv_co_copy_range
Fam Zheng
1
-3
/
+95
2018-05-11
block/file-posix: add x-check-page-cache=on|off option
Stefan Hajnoczi
1
-2
/
+98
2018-05-11
block/file-posix: implement bdrv_co_invalidate_cache() on Linux
Stefan Hajnoczi
1
-0
/
+46
2018-04-03
block/file-posix: Fix fully preallocated truncate
Max Reitz
1
-2
/
+3
2018-04-03
block: handle invalid lseek returns gracefully
Jeff Cody
1
-2
/
+12
2018-03-09
file-posix: Fix no-op bdrv_truncate() with falloc preallocation
Kevin Wolf
1
-5
/
+9
2018-03-09
file-posix: Support .bdrv_co_create
Kevin Wolf
1
-23
/
+56
2018-03-02
block: rename .bdrv_create() to .bdrv_co_create_opts()
Stefan Hajnoczi
1
-7
/
+8
2018-03-02
file-posix: Switch to .bdrv_co_block_status()
Eric Blake
1
-34
/
+30
2018-02-09
block: Simplify bdrv_can_write_zeroes_with_unmap()
Eric Blake
1
-2
/
+1
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
1
-0
/
+2
2018-02-09
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
1
-0
/
+1
[next]