Show patches with: Submitter = Nir Soffer       |    State = Action Required       |   61 patches
Patch Series A/R/T S/W/F Date Submitter Delegate State
qemu-io: Return non-zero exit code on failure - 2 - --- 2017-01-11 Nir Soffer New
qemu-img: Do not truncate before preallocation - - - --- 2017-01-27 Nir Soffer New
[v2,1/2] qemu-io: Return non-zero exit code on failure - 2 - --- 2017-01-28 Nir Soffer New
[v2,2/2] qemu-io: Add regression tests - - - --- 2017-01-28 Nir Soffer New
[v3,1/3] qemu-io: Return non-zero exit code on failure - 2 - --- 2017-01-28 Nir Soffer New
[v3,2/3] qemu-io: Add regression tests - - - --- 2017-01-28 Nir Soffer New
[v3,3/3] qemu-io: Fix tests expecting the wrong output - - - --- 2017-01-28 Nir Soffer New
[v3,1/3] qemu-io: Return non-zero exit code on failure - 2 - --- 2017-01-30 Nir Soffer New
[v3,2/3] qemu-io: Add regression tests - - - --- 2017-01-30 Nir Soffer New
[v3,3/3] qemu-io: Fix tests expecting the wrong output - - - --- 2017-01-30 Nir Soffer New
[v4,1/2] qemu-io: Return non-zero exit code on failure - 1 - --- 2017-01-31 Nir Soffer New
[v4,2/2] qemu-io: Add regression tests - - - --- 2017-01-31 Nir Soffer New
[v5,1/3] qemu-io: Return non-zero exit code on failure - 1 - --- 2017-02-01 Nir Soffer New
[v5,2/3] qemu-iotests: Add _unsupported_fmt helper - - - --- 2017-02-01 Nir Soffer New
[v5,3/3] qemu-io: Add failure regression tests - - - --- 2017-02-01 Nir Soffer New
qemu-img: Do not truncate before preallocation - - - --- 2017-02-03 Nir Soffer New
[1/3] qemu-img: Add tests for raw image preallocation - - - --- 2017-02-17 Nir Soffer New
[2/3] qemu-img: Truncate before full preallocation - - - --- 2017-02-17 Nir Soffer New
[3/3] qemu-img: Improve documentation for PREALLOC_MODE_FALLOC - - - --- 2017-02-17 Nir Soffer New
[1/3] nbd: Add option to disallow listing exports - - 1 --- 2018-04-13 Nir Soffer New
[2/3] iotests.py: Add helper for running commands - - - --- 2018-04-13 Nir Soffer New
[3/3] qemu-iotests: Test new qemu-nbd --nolist option - - - --- 2018-04-13 Nir Soffer New
qemu-img: Enable BDRV_REQ_MAY_UNMAP in convert qemu-img: Enable BDRV_REQ_MAY_UNMAP in convert - 1 - --- 2019-03-23 Nir Soffer New
block: file-posix: Fix alignment probing on glsuter block: file-posix: Fix alignment probing on glsuter - - - --- 2019-08-06 Nir Soffer New
[v2] block: posix: Handle undetectable alignment [v2] block: posix: Handle undetectable alignment - - - --- 2019-08-11 Nir Soffer New
[v3] block: posix: Handle undetectable alignment [v3] block: posix: Handle undetectable alignment - - - --- 2019-08-13 Nir Soffer New
block: posix: Always allocate the first block block: posix: Always allocate the first block - - - --- 2019-08-16 Nir Soffer New
block: Use QEMU_IS_ALIGNED instead of reinventing it block: Use QEMU_IS_ALIGNED instead of reinventing it - 1 - --- 2019-08-17 Nir Soffer New
block: gluster: Probe alignment limits block: gluster: Probe alignment limits - - - --- 2019-08-17 Nir Soffer New
[v2,1/2] block: posix: Always allocate the first block Optimize alignment probing - 1 - --- 2019-08-25 Nir Soffer New
[v2,2/2] iotests: Test allocate_first_block() with O_DIRECT Optimize alignment probing - 1 - --- 2019-08-25 Nir Soffer New
[v3,1/2] block: posix: Always allocate the first block Optimize alignment probing - 1 - --- 2019-08-27 Nir Soffer New
[v3,2/2] iotests: Test allocate_first_block() with O_DIRECT Optimize alignment probing - 1 - --- 2019-08-27 Nir Soffer New
iotests: Unify cache mode quoting iotests: Unify cache mode quoting - - - --- 2019-08-27 Nir Soffer New
[v2,1/2] block: Use QEMU_IS_ALIGNED Alignment checks cleanup - - - --- 2019-08-27 Nir Soffer New
[v2,2/2] block: Remove unused masks Alignment checks cleanup - 2 - --- 2019-08-27 Nir Soffer New
block: nbd: Fix dirty bitmap context name block: nbd: Fix dirty bitmap context name - - - --- 2019-12-19 Nir Soffer New
block: file-posix: Fail unmap with NO_FALLBACK on block device block: file-posix: Fail unmap with NO_FALLBACK on block device - - - --- 2020-06-13 Nir Soffer New
[1/2] block: nbd: Fix convert qcow2 compressed to nbd Fix convert to qcow2 compressed to NBD - - - --- 2020-07-26 Nir Soffer New
[2/2] qemu-iotests: Test convert to qcow2 compressed to NBD Fix convert to qcow2 compressed to NBD - - - --- 2020-07-26 Nir Soffer New
[v2,1/4] block: nbd: Fix convert qcow2 compressed to nbd Fix convert to qcow2 compressed to NBD - 2 - --- 2020-07-27 Nir Soffer New
[v2,2/4] iotests: Make qemu_nbd_popen() a contextmanager Fix convert to qcow2 compressed to NBD - 1 - --- 2020-07-27 Nir Soffer New
[v2,3/4] iotests: Add more qemu_img helpers Fix convert to qcow2 compressed to NBD - 1 - --- 2020-07-27 Nir Soffer New
[v2,4/4] iotests: Test convert to qcow2 compressed to NBD Fix convert to qcow2 compressed to NBD - 1 1 --- 2020-07-27 Nir Soffer New
qemu-iotests: Fix FilePaths cleanup qemu-iotests: Fix FilePaths cleanup - 1 - --- 2020-08-20 Nir Soffer New
[v2,1/5] qemu-iotests: Fix FilePaths cleanup iotest.FilePath fixes and cleanups - 1 - --- 2020-08-20 Nir Soffer New
[v2,2/5] qemu-iotests: Fix FilePaths docstring iotest.FilePath fixes and cleanups - 1 - --- 2020-08-20 Nir Soffer New
[v2,3/5] qemu-iotests: Support varargs syntax in FilePaths iotest.FilePath fixes and cleanups - 1 - --- 2020-08-20 Nir Soffer New
[v2,4/5] qemu-iotests: Merge FilePaths and FilePath iotest.FilePath fixes and cleanups - 1 - --- 2020-08-20 Nir Soffer New
[v2,5/5] qemu-iotests: Simplify FilePath __init__ iotest.FilePath fixes and cleanups - 1 - --- 2020-08-20 Nir Soffer New
[v3,1/5] qemu-iotests: Fix FilePaths cleanup iotest.FilePath fixes and cleanups - 1 - --- 2020-08-28 Nir Soffer New
[v3,2/5] qemu-iotests: Fix FilePaths docstring iotest.FilePath fixes and cleanups - - - --- 2020-08-28 Nir Soffer New
[v3,3/5] qemu-iotests: Support varargs syntax in FilePaths iotest.FilePath fixes and cleanups - 1 - --- 2020-08-28 Nir Soffer New
[v3,4/5] qemu-iotests: Merge FilePaths and FilePath iotest.FilePath fixes and cleanups - 1 - --- 2020-08-28 Nir Soffer New
[v3,5/5] qemu-iotests: Simplify FilePath __init__ iotest.FilePath fixes and cleanups - 1 - --- 2020-08-28 Nir Soffer New
[1/2] block: file-posix: Extract preallocate helpers Replace posix_fallocate() with falloate() - 1 - --- 2020-08-31 Nir Soffer New
[2/2] block: file-posix: Replace posix_fallocate with fallocate Replace posix_fallocate() with falloate() - 1 - --- 2020-08-31 Nir Soffer New
nbd: server: Report holes for raw images nbd: server: Report holes for raw images - 2 - --- 2021-02-19 Nir Soffer New
qemu-iotest: Test NBD hole reporting for qcow2 qemu-iotest: Test NBD hole reporting for qcow2 - - - --- 2021-04-13 Nir Soffer New
qemu-{img,nbd}: Don't report zeroed cluster as a hole qemu-{img,nbd}: Don't report zeroed cluster as a hole - - - --- 2021-06-07 Nir Soffer New
qemu-nbd: Change default cache mode to writeback qemu-nbd: Change default cache mode to writeback - 1 - --- 2021-08-13 Nir Soffer New