index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
file-posix.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
file-posix: Update open_flags in raw_set_perm()
Max Reitz
2019-06-18
1
-0
/
+4
*
block/file-posix: update .help of BLOCK_OPT_PREALLOC option
Stefano Garzarella
2019-06-12
1
-1
/
+5
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
1
-0
/
+1
*
block/file-posix: Unaligned O_DIRECT block-status
Max Reitz
2019-05-20
1
-0
/
+16
*
block/file-posix: Truncate in xfs_write_zeroes()
Max Reitz
2019-05-20
1
-0
/
+13
*
block/file-posix: do not fail on unlock bytes
Vladimir Sementsov-Ogievskiy
2019-04-02
1
-0
/
+12
*
file-posix: Support BDRV_REQ_NO_FALLBACK for zero writes
Kevin Wolf
2019-03-26
1
-8
/
+16
*
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2019-03-14
1
-0
/
+16
|
\
|
*
file-posix: add drop-cache=on|off option
Stefan Hajnoczi
2019-03-13
1
-0
/
+16
*
|
block: Add a 'mutable_opts' field to BlockDriver
Alberto Garcia
2019-03-12
1
-0
/
+6
*
|
file-posix: Make auto-read-only dynamic
Kevin Wolf
2019-03-12
1
-19
/
+17
*
|
file-posix: Prepare permission code for fd switching
Kevin Wolf
2019-03-12
1
-11
/
+85
*
|
file-posix: Lock new fd in raw_reopen_prepare()
Kevin Wolf
2019-03-12
1
-11
/
+16
*
|
file-posix: Store BDRVRawState.reopen_state during reopen
Kevin Wolf
2019-03-12
1
-0
/
+10
*
|
file-posix: Factor out raw_reconfigure_getfd()
Kevin Wolf
2019-03-12
1
-45
/
+62
|
/
*
block/file-posix: Convert from DPRINTF() macro to trace events
Laurent Vivier
2019-01-31
1
-19
/
+6
*
avoid TABs in files that only contain a few
Paolo Bonzini
2019-01-11
1
-1
/
+1
*
file-posix: Avoid aio_worker() for QEMU_AIO_IOCTL
Kevin Wolf
2018-12-14
1
-40
/
+17
*
file-posix: Switch to .bdrv_co_ioctl
Kevin Wolf
2018-12-14
1
-10
/
+11
*
file-posix: Remove paio_submit_co()
Kevin Wolf
2018-12-14
1
-34
/
+0
*
file-posix: Avoid aio_worker() for QEMU_AIO_READ/WRITE
Kevin Wolf
2018-12-14
1
-8
/
+19
*
file-posix: Move read/write operation logic out of aio_worker()
Kevin Wolf
2018-12-14
1
-20
/
+20
*
file-posix: Avoid aio_worker() for QEMU_AIO_FLUSH
Kevin Wolf
2018-12-14
1
-5
/
+11
*
file-posix: Avoid aio_worker() for QEMU_AIO_DISCARD
Kevin Wolf
2018-12-14
1
-8
/
+24
*
file-posix: Avoid aio_worker() for QEMU_AIO_WRITE_ZEROES
Kevin Wolf
2018-12-14
1
-19
/
+34
*
file-posix: Avoid aio_worker() for QEMU_AIO_COPY_RANGE
Kevin Wolf
2018-12-14
1
-5
/
+17
*
file-posix: Avoid aio_worker() for QEMU_AIO_TRUNCATE
Kevin Wolf
2018-12-14
1
-6
/
+6
*
file-posix: Factor out raw_thread_pool_submit()
Kevin Wolf
2018-12-14
1
-7
/
+10
*
file-posix: Reorganise RawPosixAIOData
Kevin Wolf
2018-12-14
1
-40
/
+49
*
file-posix: Fix shared locks on reopen commit
Max Reitz
2018-11-19
1
-1
/
+1
*
file-posix: Drop s->lock_fd
Fam Zheng
2018-11-12
1
-24
/
+13
*
file-posix: Skip effectiveless OFD lock operations
Fam Zheng
2018-11-12
1
-10
/
+44
*
file-posix: Use error API properly
Fam Zheng
2018-11-12
1
-23
/
+16
*
file-posix: Support auto-read-only option
Kevin Wolf
2018-11-05
1
-3
/
+16
*
file-posix: Forbid trying to change unsupported options during reopen
Alberto Garcia
2018-10-01
1
-2
/
+7
*
file-posix: x-check-cache-dropped should default to false on reopen
Alberto Garcia
2018-10-01
1
-1
/
+1
*
file-posix: Include filename in locking error message
Fam Zheng
2018-10-01
1
-4
/
+6
*
file-posix: Fix write_zeroes with unmap on block devices
Kevin Wolf
2018-07-30
1
-15
/
+44
*
file-posix: Handle EINTR in preallocation=full write
Fam Zheng
2018-07-30
1
-0
/
+3
*
block/file-posix: add bdrv_attach_aio_context callback for host dev and cdrom
Nishanth Aravamudan
2018-07-24
1
-0
/
+3
*
file-posix: specify expected filetypes
John Snow
2018-07-12
1
-8
/
+31
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2018-07-10
1
-9
/
+16
|
\
|
*
block: Add copy offloading trace points
Fam Zheng
2018-07-10
1
-0
/
+2
|
*
block: Prefix file driver trace points with "file_"
Fam Zheng
2018-07-10
1
-1
/
+1
|
*
block: split flags in copy_range
Vladimir Sementsov-Ogievskiy
2018-07-10
1
-8
/
+13
*
|
file-posix: Fix fd_open check in raw_co_copy_range_to
Fam Zheng
2018-07-09
1
-1
/
+1
|
/
*
file-posix: Unlock FD after creation
Max Reitz
2018-07-05
1
-3
/
+14
*
file-posix: Fix creation locking
Max Reitz
2018-07-05
1
-2
/
+2
*
file-posix: Fix EINTR handling
Fam Zheng
2018-06-29
1
-8
/
+9
*
file-posix: Implement co versions of discard/flush
Kevin Wolf
2018-06-29
1
-48
/
+24
[next]