aboutsummaryrefslogtreecommitdiff
path: root/block/file-posix.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-31block/file-posix: Convert from DPRINTF() macro to trace eventsLaurent Vivier1-19/+6
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-1/+1
2018-12-14file-posix: Avoid aio_worker() for QEMU_AIO_IOCTLKevin Wolf1-40/+17
2018-12-14file-posix: Switch to .bdrv_co_ioctlKevin Wolf1-10/+11
2018-12-14file-posix: Remove paio_submit_co()Kevin Wolf1-34/+0
2018-12-14file-posix: Avoid aio_worker() for QEMU_AIO_READ/WRITEKevin Wolf1-8/+19
2018-12-14file-posix: Move read/write operation logic out of aio_worker()Kevin Wolf1-20/+20
2018-12-14file-posix: Avoid aio_worker() for QEMU_AIO_FLUSHKevin Wolf1-5/+11
2018-12-14file-posix: Avoid aio_worker() for QEMU_AIO_DISCARDKevin Wolf1-8/+24
2018-12-14file-posix: Avoid aio_worker() for QEMU_AIO_WRITE_ZEROESKevin Wolf1-19/+34
2018-12-14file-posix: Avoid aio_worker() for QEMU_AIO_COPY_RANGEKevin Wolf1-5/+17
2018-12-14file-posix: Avoid aio_worker() for QEMU_AIO_TRUNCATEKevin Wolf1-6/+6
2018-12-14file-posix: Factor out raw_thread_pool_submit()Kevin Wolf1-7/+10
2018-12-14file-posix: Reorganise RawPosixAIODataKevin Wolf1-40/+49
2018-11-19file-posix: Fix shared locks on reopen commitMax Reitz1-1/+1
2018-11-12file-posix: Drop s->lock_fdFam Zheng1-24/+13
2018-11-12file-posix: Skip effectiveless OFD lock operationsFam Zheng1-10/+44
2018-11-12file-posix: Use error API properlyFam Zheng1-23/+16
2018-11-05file-posix: Support auto-read-only optionKevin Wolf1-3/+16
2018-10-01file-posix: Forbid trying to change unsupported options during reopenAlberto Garcia1-2/+7
2018-10-01file-posix: x-check-cache-dropped should default to false on reopenAlberto Garcia1-1/+1
2018-10-01file-posix: Include filename in locking error messageFam Zheng1-4/+6
2018-07-30file-posix: Fix write_zeroes with unmap on block devicesKevin Wolf1-15/+44
2018-07-30file-posix: Handle EINTR in preallocation=full writeFam Zheng1-0/+3
2018-07-24block/file-posix: add bdrv_attach_aio_context callback for host dev and cdromNishanth Aravamudan1-0/+3
2018-07-12file-posix: specify expected filetypesJohn Snow1-8/+31
2018-07-10Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-9/+16
2018-07-10block: Add copy offloading trace pointsFam Zheng1-0/+2
2018-07-10block: Prefix file driver trace points with "file_"Fam Zheng1-1/+1
2018-07-10block: split flags in copy_rangeVladimir Sementsov-Ogievskiy1-8/+13
2018-07-09file-posix: Fix fd_open check in raw_co_copy_range_toFam Zheng1-1/+1
2018-07-05file-posix: Unlock FD after creationMax Reitz1-3/+14
2018-07-05file-posix: Fix creation lockingMax Reitz1-2/+2
2018-06-29file-posix: Fix EINTR handlingFam Zheng1-8/+9
2018-06-29file-posix: Implement co versions of discard/flushKevin Wolf1-48/+24
2018-06-29file-posix: Make .bdrv_co_truncate asynchronousKevin Wolf1-115/+151
2018-06-29block: Convert .bdrv_truncate callback to coroutine_fnKevin Wolf1-6/+6
2018-06-27linux-aio: properly bubble up errors from initializationNishanth Aravamudan1-5/+28
2018-06-11block/file-posix: File locking during creationMax Reitz1-2/+35
2018-06-11block/file-posix: Pass FD to locking helpersMax Reitz1-13/+14
2018-06-01file-posix: Implement bdrv_co_copy_rangeFam Zheng1-3/+95
2018-05-11block/file-posix: add x-check-page-cache=on|off optionStefan Hajnoczi1-2/+98
2018-05-11block/file-posix: implement bdrv_co_invalidate_cache() on LinuxStefan Hajnoczi1-0/+46
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