aboutsummaryrefslogtreecommitdiff
path: root/block/file-posix.c
AgeCommit message (Expand)Author
2017-08-11file-posix: Do runtime check for ofd lock APIFam Zheng
2017-08-08block: respect error code from bdrv_getlength in handle_aiocb_write_zeroesDenis V. Lunev
2017-07-11block/file-posix: Preallocation for truncateMax Reitz
2017-07-11block/file-posix: Generalize raw_regular_truncateMax Reitz
2017-07-11block/file-posix: Extract raw_regular_truncate()Max Reitz
2017-07-11block/file-posix: Small fixes in raw_create()Max Reitz
2017-07-11block: Add PreallocMode to BD.bdrv_truncate()Max Reitz
2017-06-26block: change variable names in BlockDriverStateManos Pitsidianakis
2017-05-29block/file-*: *_parse_filename() and colonsMax Reitz
2017-05-11file-posix: Remove .bdrv_inactivate/invalidate_cacheKevin Wolf
2017-05-11file-posix: Add image locking to perm operationsFam Zheng
2017-05-11file-posix: Add 'locking' optionFam Zheng
2017-05-09qobject: Use simpler QDict/QList scalar insertion macrosEric Blake
2017-05-08qobject: Drop useless QObject castsEric Blake
2017-04-28block: Add .bdrv_truncate() error messagesMax Reitz
2017-04-28block: Add errp to BD.bdrv_truncate()Max Reitz
2017-04-27file-posix: Remove unnecessary includesKevin Wolf
2017-04-03block: Document -drive problematic code and bugsMarkus Armbruster
2017-03-27block/file-posix.c: Fix unused variable warning on OpenBSDPeter Maydell
2017-03-27file-posix: Make bdrv_flush() failure permanent without O_DIRECTKevin Wolf
2017-03-17file-posix: Don't leak fd in hdev_get_max_segmentsFam Zheng
2017-03-17file-posix: clean up max_segments buffer terminationStefan Hajnoczi
2017-03-13file-posix: Consider max_segments for BlockLimits.max_transferFam Zheng
2017-02-24qemu-img: Improve documentation for PREALLOC_MODE_FALLOCNir Soffer
2017-02-24qemu-img: Truncate before full preallocationNir Soffer
2017-02-24qemu-img: Do not truncate before preallocationNir Soffer
2017-01-27block: get max_transfer limit for char (scsi-generic) devicesEric Farman
2017-01-27block: Fix target variable of BLKSECTGET ioctlEric Farman
2017-01-09block: Rename raw-{posix,win32} to file-*.cEric Blake