index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
file-posix.c
Age
Commit message (
Expand
)
Author
2017-05-08
qobject: Drop useless QObject casts
Eric Blake
2017-04-28
block: Add .bdrv_truncate() error messages
Max Reitz
2017-04-28
block: Add errp to BD.bdrv_truncate()
Max Reitz
2017-04-27
file-posix: Remove unnecessary includes
Kevin Wolf
2017-04-03
block: Document -drive problematic code and bugs
Markus Armbruster
2017-03-27
block/file-posix.c: Fix unused variable warning on OpenBSD
Peter Maydell
2017-03-27
file-posix: Make bdrv_flush() failure permanent without O_DIRECT
Kevin Wolf
2017-03-17
file-posix: Don't leak fd in hdev_get_max_segments
Fam Zheng
2017-03-17
file-posix: clean up max_segments buffer termination
Stefan Hajnoczi
2017-03-13
file-posix: Consider max_segments for BlockLimits.max_transfer
Fam Zheng
2017-02-24
qemu-img: Improve documentation for PREALLOC_MODE_FALLOC
Nir Soffer
2017-02-24
qemu-img: Truncate before full preallocation
Nir Soffer
2017-02-24
qemu-img: Do not truncate before preallocation
Nir Soffer
2017-01-27
block: get max_transfer limit for char (scsi-generic) devices
Eric Farman
2017-01-27
block: Fix target variable of BLKSECTGET ioctl
Eric Farman
2017-01-09
block: Rename raw-{posix,win32} to file-*.c
Eric Blake