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
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
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
[prev]
[next]