Age | Commit message (Expand) | Author | Files | Lines |
2020-07-10 | iscsi: return -EIO when sense fields are meaningless | Xie Yongji | 1 | -0/+2 |
2020-07-10 | iscsi: handle check condition status in retry loop | Xie Yongji | 1 | -10/+10 |
2020-07-10 | nbd: Use ERRP_GUARD() | Vladimir Sementsov-Ogievskiy | 1 | -4/+3 |
2020-07-10 | error: Avoid error_propagate() after migrate_add_blocker() | Markus Armbruster | 7 | -25/+14 |
2020-07-10 | qapi: Smooth another visitor error checking pattern | Markus Armbruster | 11 | -54/+22 |
2020-07-10 | block/parallels: Simplify parallels_open() after previous commit | Markus Armbruster | 1 | -5/+2 |
2020-07-10 | error: Reduce unnecessary error propagation | Markus Armbruster | 5 | -10/+9 |
2020-07-10 | error: Eliminate error_propagate() manually | Markus Armbruster | 1 | -3/+1 |
2020-07-10 | error: Eliminate error_propagate() with Coccinelle, part 2 | Markus Armbruster | 17 | -61/+25 |
2020-07-10 | error: Eliminate error_propagate() with Coccinelle, part 1 | Markus Armbruster | 9 | -24/+10 |
2020-07-10 | error: Avoid unnecessary error_propagate() after error_setg() | Markus Armbruster | 4 | -33/+25 |
2020-07-10 | qapi: Use returned bool to check for failure, manual part | Markus Armbruster | 1 | -3/+2 |
2020-07-10 | qapi: Use returned bool to check for failure, Coccinelle part | Markus Armbruster | 4 | -10/+5 |
2020-07-10 | qemu-option: Use returned bool to check for failure | Markus Armbruster | 21 | -56/+28 |
2020-07-10 | qemu-option: Check return value instead of @err where convenient | Markus Armbruster | 1 | -2/+2 |
2020-07-06 | qed: Simplify backing reads | Eric Blake | 2 | -59/+6 |
2020-07-06 | block: drop unallocated_blocks_are_zero | Vladimir Sementsov-Ogievskiy | 3 | -9/+2 |
2020-07-06 | block/vhdx: drop unallocated_blocks_are_zero | Vladimir Sementsov-Ogievskiy | 1 | -3/+0 |
2020-07-06 | block/file-posix: drop unallocated_blocks_are_zero | Vladimir Sementsov-Ogievskiy | 1 | -3/+0 |
2020-07-06 | block/iscsi: drop unallocated_blocks_are_zero | Vladimir Sementsov-Ogievskiy | 1 | -1/+0 |
2020-07-06 | block/crypto: drop unallocated_blocks_are_zero | Vladimir Sementsov-Ogievskiy | 1 | -1/+0 |
2020-07-06 | block/vpc: return ZERO block-status when appropriate | Vladimir Sementsov-Ogievskiy | 1 | -2/+1 |
2020-07-06 | block/vdi: return ZERO block-status when appropriate | Vladimir Sementsov-Ogievskiy | 1 | -2/+1 |
2020-07-06 | block: inline bdrv_unallocated_blocks_are_zero() | Vladimir Sementsov-Ogievskiy | 1 | -3/+8 |
2020-07-06 | block/qcow2: implement blockdev-amend | Maxim Levitsky | 1 | -0/+39 |
2020-07-06 | block/crypto: implement blockdev-amend | Maxim Levitsky | 1 | -19/+53 |
2020-07-06 | block/core: add generic infrastructure for x-blockdev-amend qmp command | Maxim Levitsky | 2 | -1/+114 |
2020-07-06 | block/qcow2: extend qemu-img amend interface with crypto options | Maxim Levitsky | 1 | -9/+62 |
2020-07-06 | block/crypto: implement the encryption key management | Maxim Levitsky | 2 | -3/+161 |
2020-07-06 | block/crypto: rename two functions | Maxim Levitsky | 1 | -13/+12 |
2020-07-06 | block/amend: refactor qcow2 amend options | Maxim Levitsky | 1 | -100/+38 |
2020-07-06 | block/amend: separate amend and create options for qemu-img | Maxim Levitsky | 1 | -79/+94 |
2020-07-06 | block/amend: add 'force' option | Maxim Levitsky | 1 | -0/+1 |
2020-07-06 | qcrypto/core: add generic infrastructure for crypto options amendment | Maxim Levitsky | 2 | -0/+20 |
2020-07-06 | qcow2: Fix preallocation on images with unaligned sizes | Alberto Garcia | 1 | -3/+14 |
2020-07-06 | block/block-copy: block_copy_dirty_clusters: fix failure check | Vladimir Sementsov-Ogievskiy | 1 | -1/+3 |
2020-07-03 | vvfat: Fix array_remove_slice() | Kevin Wolf | 1 | -37/+5 |
2020-07-03 | vvfat: Check that updated filenames are valid | Kevin Wolf | 1 | -1/+24 |
2020-06-23 | block/nvme: support nested aio_poll() | Stefan Hajnoczi | 2 | -7/+58 |
2020-06-23 | block/nvme: keep BDRVNVMeState pointer in NVMeQueuePair | Stefan Hajnoczi | 1 | -32/+38 |
2020-06-23 | block/nvme: clarify that free_req_queue is protected by q->lock | Stefan Hajnoczi | 1 | -1/+1 |
2020-06-23 | block/nvme: switch to a NVMeRequest freelist | Stefan Hajnoczi | 1 | -27/+54 |
2020-06-23 | block/nvme: don't access CQE after moving cq.head | Stefan Hajnoczi | 1 | -1/+4 |
2020-06-23 | block/nvme: drop tautologous assertion | Stefan Hajnoczi | 1 | -1/+0 |
2020-06-23 | block/nvme: poll queues without q->lock | Stefan Hajnoczi | 1 | -0/+12 |
2020-06-17 | qcow2: Tweak comments on qcow2_get_persistent_dirty_bitmap_size | Eric Blake | 1 | -4/+5 |
2020-06-17 | block: Refactor subdirectory recursion during make | Eric Blake | 1 | -0/+1 |
2020-06-10 | block: Call attention to truncation of long NBD exports | Eric Blake | 1 | -8/+13 |
2020-06-05 | block: Factor out bdrv_run_co() | Vladimir Sementsov-Ogievskiy | 1 | -121/+72 |
2020-06-05 | io_uring: use io_uring_cq_ready() to check for ready cqes | Stefano Garzarella | 1 | -6/+3 |