summaryrefslogtreecommitdiff
path: root/block/file-posix.c
AgeCommit message (Expand)AuthorFilesLines
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