summaryrefslogtreecommitdiff
path: root/block/file-posix.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-03block/file-posix: Fix fully preallocated truncateMax Reitz1-2/+3
2018-04-03block: handle invalid lseek returns gracefullyJeff Cody1-2/+12
2018-03-09file-posix: Fix no-op bdrv_truncate() with falloc preallocationKevin Wolf1-5/+9
2018-03-09file-posix: Support .bdrv_co_createKevin Wolf1-23/+56
2018-03-02block: rename .bdrv_create() to .bdrv_co_create_opts()Stefan Hajnoczi1-7/+8
2018-03-02file-posix: Switch to .bdrv_co_block_status()Eric Blake1-34/+30
2018-02-09block: Simplify bdrv_can_write_zeroes_with_unmap()Eric Blake1-2/+1
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-0/+2
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster1-0/+1
2017-09-26file-posix: Clear out first sector in hdev_createFam Zheng1-0/+10
2017-09-22scsi, file-posix: add support for persistent reservation managementPaolo Bonzini1-0/+30
2017-09-04qapi: Change data type of the FOO_lookup generated for enum FOOMarc-André Lureau1-3/+5
2017-09-04qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster1-2/+2
2017-09-04qapi: Generate FOO_str() macro for QAPI enum FOOMarkus Armbruster1-1/+0
2017-09-04qapi: Drop superfluous qapi_enum_parse() parameter maxMarkus Armbruster1-4/+3
2017-08-11file-posix: Do runtime check for ofd lock APIFam Zheng1-11/+8
2017-08-08block: respect error code from bdrv_getlength in handle_aiocb_write_zeroesDenis V. Lunev1-1/+7
2017-07-11block/file-posix: Preallocation for truncateMax Reitz1-12/+10
2017-07-11block/file-posix: Generalize raw_regular_truncateMax Reitz1-11/+50
2017-07-11block/file-posix: Extract raw_regular_truncate()Max Reitz1-66/+78
2017-07-11block/file-posix: Small fixes in raw_create()Max Reitz1-2/+3
2017-07-11block: Add PreallocMode to BD.bdrv_truncate()Max Reitz1-1/+8
2017-06-26block: change variable names in BlockDriverStateManos Pitsidianakis1-17/+17
2017-05-29block/file-*: *_parse_filename() and colonsMax Reitz1-14/+3
2017-05-11file-posix: Remove .bdrv_inactivate/invalidate_cacheKevin Wolf1-33/+0
2017-05-11file-posix: Add image locking to perm operationsFam Zheng1-1/+275
2017-05-11file-posix: Add 'locking' optionFam Zheng1-0/+5
2017-05-09qobject: Use simpler QDict/QList scalar insertion macrosEric Blake1-4/+4
2017-05-08qobject: Drop useless QObject castsEric Blake1-3/+3
2017-04-28block: Add .bdrv_truncate() error messagesMax Reitz1-5/+12
2017-04-28block: Add errp to BD.bdrv_truncate()Max Reitz1-1/+1
2017-04-27file-posix: Remove unnecessary includesKevin Wolf1-2/+0
2017-04-03block: Document -drive problematic code and bugsMarkus Armbruster1-0/+6
2017-03-27block/file-posix.c: Fix unused variable warning on OpenBSDPeter Maydell1-14/+14
2017-03-27file-posix: Make bdrv_flush() failure permanent without O_DIRECTKevin Wolf1-0/+22
2017-03-17file-posix: Don't leak fd in hdev_get_max_segmentsFam Zheng1-0/+3
2017-03-17file-posix: clean up max_segments buffer terminationStefan Hajnoczi1-1/+1
2017-03-13file-posix: Consider max_segments for BlockLimits.max_transferFam Zheng1-0/+47
2017-02-24qemu-img: Improve documentation for PREALLOC_MODE_FALLOCNir Soffer1-1/+6
2017-02-24qemu-img: Truncate before full preallocationNir Soffer1-0/+12
2017-02-24qemu-img: Do not truncate before preallocationNir Soffer1-7/+4
2017-01-27block: get max_transfer limit for char (scsi-generic) devicesEric Farman1-1/+1
2017-01-27block: Fix target variable of BLKSECTGET ioctlEric Farman1-7/+10
2017-01-09block: Rename raw-{posix,win32} to file-*.cEric Blake1-0/+2616