aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2017-07-10commit: Switch commit_run() to byte-basedEric Blake
2017-07-10commit: Switch commit_populate() to byte-basedEric Blake
2017-07-10stream: Switch stream_run() to byte-basedEric Blake
2017-07-10stream: Drop reached_end for stream_complete()Eric Blake
2017-07-10stream: Switch stream_populate() to byte-basedEric Blake
2017-07-10trace: Show blockjob actions via bytes, not sectorsEric Blake
2017-07-10blockjob: Track job ratelimits via bytes, not sectorsEric Blake
2017-07-10vvfat: change OEM name to 'MSWIN4.1'Hervé Poussineau
2017-07-10vvfat: handle KANJI lead byte 0xe5Hervé Poussineau
2017-07-10vvfat: limit number of entries in root directory in FAT12/FAT16Hervé Poussineau
2017-07-10vvfat: correctly generate numeric-tail of short file namesHervé Poussineau
2017-07-10vvfat: correctly create base short names for non-ASCII filenamesHervé Poussineau
2017-07-10vvfat: correctly create long names for non-ASCII filenamesHervé Poussineau
2017-07-10vvfat: always create . and .. entries at first and in that orderHervé Poussineau
2017-07-10vvfat: fix field names in FAT12/FAT16 and FAT32 boot sectorsHervé Poussineau
2017-07-10vvfat: introduce offset_to_bootsector, offset_to_fat and offset_to_root_dirHervé Poussineau
2017-07-10vvfat: rename useless enumeration valuesHervé Poussineau
2017-07-10vvfat: fix typosHervé Poussineau
2017-07-10vvfat: replace tabs by 8 spacesHervé Poussineau
2017-07-10vvfat: fix qemu-img map and qemu-img convertHervé Poussineau
2017-07-10blkdebug: Support .bdrv_co_get_block_statusEric Blake
2017-07-10block: Simplify use of BDRV_BLOCK_RAWEric Blake
2017-07-10block: Guarantee that *file is set on bdrv_get_block_status()Eric Blake
2017-07-04nbd: fix NBD over TLSPaolo Bonzini
2017-06-30block: Exploit BDRV_BLOCK_EOF for larger zero blocksEric Blake
2017-06-30block: Add BDRV_BLOCK_EOF to bdrv_get_block_status()Eric Blake
2017-06-26block: Do not strcmp() with NULL uri->schemeMax Reitz
2017-06-26blkverify: Catch bs->exact_filename overflowMax Reitz
2017-06-26blkdebug: Catch bs->exact_filename overflowMax Reitz
2017-06-26block: change variable names in BlockDriverStateManos Pitsidianakis
2017-06-26block: Remove bdrv_aio_readv/writev/flush()Kevin Wolf
2017-06-26qed: Use bdrv_co_* for coroutine_fnsKevin Wolf
2017-06-26qed: Add coroutine_fn to I/O path functionsKevin Wolf
2017-06-26qed: Use a coroutine for need_check_timerKevin Wolf
2017-06-26qed: Simplify request handlingKevin Wolf
2017-06-26qed: Use CoQueue for serialising allocationsKevin Wolf
2017-06-26qed: Implement .bdrv_co_readv/writevKevin Wolf
2017-06-26qed: Remove recursion in qed_aio_next_io()Kevin Wolf
2017-06-26qed: Remove ret argument from qed_aio_next_io()Kevin Wolf
2017-06-26qed: Add return value to qed_aio_read/write_data()Kevin Wolf
2017-06-26qed: Add return value to qed_aio_write_inplace/alloc()Kevin Wolf
2017-06-26qed: Add return value to qed_aio_write_cow()Kevin Wolf
2017-06-26qed: Add return value to qed_aio_write_main()Kevin Wolf
2017-06-26qed: Add return value to qed_aio_write_l2_update()Kevin Wolf
2017-06-26qed: Add return value to qed_aio_write_l1_update()Kevin Wolf
2017-06-26qed: Inline qed_commit_l2_update()Kevin Wolf
2017-06-26qed: Make qed_aio_write_main() synchronousKevin Wolf
2017-06-26qed: Make qed_aio_read_data() synchronousKevin Wolf
2017-06-26qed: Remove callback from qed_write_table()Kevin Wolf
2017-06-26qed: Remove GenericCBKevin Wolf