mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-24 03:59:52 +00:00
a5675f3901
When resizing an image with qcow2_co_truncate() using the falloc or full preallocation modes the code assumes that both the old and new sizes are cluster-aligned. There are two problems with this: 1) The calculation of how many clusters are involved does not always get the right result. Example: creating a 60KB image and resizing it (with preallocation=full) to 80KB won't allocate the second cluster. 2) No copy-on-write is performed, so in the previous example if there is a backing file then the first 60KB of the first cluster won't be filled with data from the backing file. This patch fixes both issues. Signed-off-by: Alberto Garcia <berto@igalia.com> Message-Id: <20200617140036.20311-1-berto@igalia.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Max Reitz <mreitz@redhat.com>
780 lines
35 KiB
Plaintext
780 lines
35 KiB
Plaintext
QA output created by 125
|
|
--- cluster_size=512 growth_size=16 create_mode=off growth_mode=off ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 16384/16384 bytes at offset 2048000
|
|
16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=512 growth_size=16 create_mode=off growth_mode=metadata ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 16384/16384 bytes at offset 2048000
|
|
16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=512 growth_size=16 create_mode=off growth_mode=falloc ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 16384/16384 bytes at offset 2048000
|
|
16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=512 growth_size=16 create_mode=off growth_mode=full ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 16384/16384 bytes at offset 2048000
|
|
16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=512 growth_size=16 create_mode=metadata growth_mode=off ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=metadata
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 16384/16384 bytes at offset 2048000
|
|
16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=512 growth_size=16 create_mode=metadata growth_mode=metadata ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=metadata
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 16384/16384 bytes at offset 2048000
|
|
16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=512 growth_size=16 create_mode=metadata growth_mode=falloc ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=metadata
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 16384/16384 bytes at offset 2048000
|
|
16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=512 growth_size=16 create_mode=metadata growth_mode=full ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=metadata
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 16384/16384 bytes at offset 2048000
|
|
16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=512 growth_size=16 create_mode=falloc growth_mode=off ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 16384/16384 bytes at offset 2048000
|
|
16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=512 growth_size=16 create_mode=falloc growth_mode=metadata ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 16384/16384 bytes at offset 2048000
|
|
16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=512 growth_size=16 create_mode=falloc growth_mode=falloc ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 16384/16384 bytes at offset 2048000
|
|
16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=512 growth_size=16 create_mode=falloc growth_mode=full ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 16384/16384 bytes at offset 2048000
|
|
16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=512 growth_size=16 create_mode=full growth_mode=off ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 16384/16384 bytes at offset 2048000
|
|
16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=512 growth_size=16 create_mode=full growth_mode=metadata ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 16384/16384 bytes at offset 2048000
|
|
16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=512 growth_size=16 create_mode=full growth_mode=falloc ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 16384/16384 bytes at offset 2048000
|
|
16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=512 growth_size=16 create_mode=full growth_mode=full ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 16384/16384 bytes at offset 2048000
|
|
16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=512 growth_size=48 create_mode=off growth_mode=off ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 49152/49152 bytes at offset 2048000
|
|
48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=512 growth_size=48 create_mode=off growth_mode=metadata ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 49152/49152 bytes at offset 2048000
|
|
48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=512 growth_size=48 create_mode=off growth_mode=falloc ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 49152/49152 bytes at offset 2048000
|
|
48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=512 growth_size=48 create_mode=off growth_mode=full ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 49152/49152 bytes at offset 2048000
|
|
48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=512 growth_size=48 create_mode=metadata growth_mode=off ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=metadata
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 49152/49152 bytes at offset 2048000
|
|
48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=512 growth_size=48 create_mode=metadata growth_mode=metadata ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=metadata
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 49152/49152 bytes at offset 2048000
|
|
48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=512 growth_size=48 create_mode=metadata growth_mode=falloc ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=metadata
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 49152/49152 bytes at offset 2048000
|
|
48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=512 growth_size=48 create_mode=metadata growth_mode=full ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=metadata
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 49152/49152 bytes at offset 2048000
|
|
48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=512 growth_size=48 create_mode=falloc growth_mode=off ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 49152/49152 bytes at offset 2048000
|
|
48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=512 growth_size=48 create_mode=falloc growth_mode=metadata ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 49152/49152 bytes at offset 2048000
|
|
48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=512 growth_size=48 create_mode=falloc growth_mode=falloc ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 49152/49152 bytes at offset 2048000
|
|
48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=512 growth_size=48 create_mode=falloc growth_mode=full ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 49152/49152 bytes at offset 2048000
|
|
48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=512 growth_size=48 create_mode=full growth_mode=off ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 49152/49152 bytes at offset 2048000
|
|
48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=512 growth_size=48 create_mode=full growth_mode=metadata ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 49152/49152 bytes at offset 2048000
|
|
48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=512 growth_size=48 create_mode=full growth_mode=falloc ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 49152/49152 bytes at offset 2048000
|
|
48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=512 growth_size=48 create_mode=full growth_mode=full ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 49152/49152 bytes at offset 2048000
|
|
48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=512 growth_size=80 create_mode=off growth_mode=off ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 81920/81920 bytes at offset 2048000
|
|
80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=512 growth_size=80 create_mode=off growth_mode=metadata ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 81920/81920 bytes at offset 2048000
|
|
80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=512 growth_size=80 create_mode=off growth_mode=falloc ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 81920/81920 bytes at offset 2048000
|
|
80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=512 growth_size=80 create_mode=off growth_mode=full ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 81920/81920 bytes at offset 2048000
|
|
80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=512 growth_size=80 create_mode=metadata growth_mode=off ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=metadata
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 81920/81920 bytes at offset 2048000
|
|
80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=512 growth_size=80 create_mode=metadata growth_mode=metadata ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=metadata
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 81920/81920 bytes at offset 2048000
|
|
80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=512 growth_size=80 create_mode=metadata growth_mode=falloc ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=metadata
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 81920/81920 bytes at offset 2048000
|
|
80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=512 growth_size=80 create_mode=metadata growth_mode=full ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=metadata
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 81920/81920 bytes at offset 2048000
|
|
80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=512 growth_size=80 create_mode=falloc growth_mode=off ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 81920/81920 bytes at offset 2048000
|
|
80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=512 growth_size=80 create_mode=falloc growth_mode=metadata ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 81920/81920 bytes at offset 2048000
|
|
80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=512 growth_size=80 create_mode=falloc growth_mode=falloc ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 81920/81920 bytes at offset 2048000
|
|
80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=512 growth_size=80 create_mode=falloc growth_mode=full ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 81920/81920 bytes at offset 2048000
|
|
80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=512 growth_size=80 create_mode=full growth_mode=off ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 81920/81920 bytes at offset 2048000
|
|
80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=512 growth_size=80 create_mode=full growth_mode=metadata ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 81920/81920 bytes at offset 2048000
|
|
80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=512 growth_size=80 create_mode=full growth_mode=falloc ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 81920/81920 bytes at offset 2048000
|
|
80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=512 growth_size=80 create_mode=full growth_mode=full ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 81920/81920 bytes at offset 2048000
|
|
80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=64k growth_size=16 create_mode=off growth_mode=off ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 16384/16384 bytes at offset 2048000
|
|
16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=64k growth_size=16 create_mode=off growth_mode=metadata ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 16384/16384 bytes at offset 2048000
|
|
16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=64k growth_size=16 create_mode=off growth_mode=falloc ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 16384/16384 bytes at offset 2048000
|
|
16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=64k growth_size=16 create_mode=off growth_mode=full ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 16384/16384 bytes at offset 2048000
|
|
16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=64k growth_size=16 create_mode=metadata growth_mode=off ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=metadata
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 16384/16384 bytes at offset 2048000
|
|
16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=64k growth_size=16 create_mode=metadata growth_mode=metadata ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=metadata
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 16384/16384 bytes at offset 2048000
|
|
16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=64k growth_size=16 create_mode=metadata growth_mode=falloc ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=metadata
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 16384/16384 bytes at offset 2048000
|
|
16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=64k growth_size=16 create_mode=metadata growth_mode=full ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=metadata
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 16384/16384 bytes at offset 2048000
|
|
16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=64k growth_size=16 create_mode=falloc growth_mode=off ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 16384/16384 bytes at offset 2048000
|
|
16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=64k growth_size=16 create_mode=falloc growth_mode=metadata ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 16384/16384 bytes at offset 2048000
|
|
16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=64k growth_size=16 create_mode=falloc growth_mode=falloc ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 16384/16384 bytes at offset 2048000
|
|
16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=64k growth_size=16 create_mode=falloc growth_mode=full ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 16384/16384 bytes at offset 2048000
|
|
16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=64k growth_size=16 create_mode=full growth_mode=off ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 16384/16384 bytes at offset 2048000
|
|
16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=64k growth_size=16 create_mode=full growth_mode=metadata ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 16384/16384 bytes at offset 2048000
|
|
16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=64k growth_size=16 create_mode=full growth_mode=falloc ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 16384/16384 bytes at offset 2048000
|
|
16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=64k growth_size=16 create_mode=full growth_mode=full ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 16384/16384 bytes at offset 2048000
|
|
16 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=64k growth_size=48 create_mode=off growth_mode=off ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 49152/49152 bytes at offset 2048000
|
|
48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=64k growth_size=48 create_mode=off growth_mode=metadata ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 49152/49152 bytes at offset 2048000
|
|
48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=64k growth_size=48 create_mode=off growth_mode=falloc ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 49152/49152 bytes at offset 2048000
|
|
48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=64k growth_size=48 create_mode=off growth_mode=full ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 49152/49152 bytes at offset 2048000
|
|
48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=64k growth_size=48 create_mode=metadata growth_mode=off ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=metadata
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 49152/49152 bytes at offset 2048000
|
|
48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=64k growth_size=48 create_mode=metadata growth_mode=metadata ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=metadata
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 49152/49152 bytes at offset 2048000
|
|
48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=64k growth_size=48 create_mode=metadata growth_mode=falloc ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=metadata
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 49152/49152 bytes at offset 2048000
|
|
48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=64k growth_size=48 create_mode=metadata growth_mode=full ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=metadata
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 49152/49152 bytes at offset 2048000
|
|
48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=64k growth_size=48 create_mode=falloc growth_mode=off ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 49152/49152 bytes at offset 2048000
|
|
48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=64k growth_size=48 create_mode=falloc growth_mode=metadata ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 49152/49152 bytes at offset 2048000
|
|
48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=64k growth_size=48 create_mode=falloc growth_mode=falloc ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 49152/49152 bytes at offset 2048000
|
|
48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=64k growth_size=48 create_mode=falloc growth_mode=full ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 49152/49152 bytes at offset 2048000
|
|
48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=64k growth_size=48 create_mode=full growth_mode=off ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 49152/49152 bytes at offset 2048000
|
|
48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=64k growth_size=48 create_mode=full growth_mode=metadata ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 49152/49152 bytes at offset 2048000
|
|
48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=64k growth_size=48 create_mode=full growth_mode=falloc ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 49152/49152 bytes at offset 2048000
|
|
48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=64k growth_size=48 create_mode=full growth_mode=full ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 49152/49152 bytes at offset 2048000
|
|
48 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=64k growth_size=80 create_mode=off growth_mode=off ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 81920/81920 bytes at offset 2048000
|
|
80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=64k growth_size=80 create_mode=off growth_mode=metadata ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 81920/81920 bytes at offset 2048000
|
|
80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=64k growth_size=80 create_mode=off growth_mode=falloc ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 81920/81920 bytes at offset 2048000
|
|
80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=64k growth_size=80 create_mode=off growth_mode=full ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 81920/81920 bytes at offset 2048000
|
|
80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=64k growth_size=80 create_mode=metadata growth_mode=off ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=metadata
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 81920/81920 bytes at offset 2048000
|
|
80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=64k growth_size=80 create_mode=metadata growth_mode=metadata ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=metadata
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 81920/81920 bytes at offset 2048000
|
|
80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=64k growth_size=80 create_mode=metadata growth_mode=falloc ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=metadata
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 81920/81920 bytes at offset 2048000
|
|
80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=64k growth_size=80 create_mode=metadata growth_mode=full ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=metadata
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 81920/81920 bytes at offset 2048000
|
|
80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=64k growth_size=80 create_mode=falloc growth_mode=off ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 81920/81920 bytes at offset 2048000
|
|
80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=64k growth_size=80 create_mode=falloc growth_mode=metadata ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 81920/81920 bytes at offset 2048000
|
|
80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=64k growth_size=80 create_mode=falloc growth_mode=falloc ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 81920/81920 bytes at offset 2048000
|
|
80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=64k growth_size=80 create_mode=falloc growth_mode=full ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 81920/81920 bytes at offset 2048000
|
|
80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=64k growth_size=80 create_mode=full growth_mode=off ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 81920/81920 bytes at offset 2048000
|
|
80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=64k growth_size=80 create_mode=full growth_mode=metadata ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 81920/81920 bytes at offset 2048000
|
|
80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=64k growth_size=80 create_mode=full growth_mode=falloc ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 81920/81920 bytes at offset 2048000
|
|
80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
--- cluster_size=64k growth_size=80 create_mode=full growth_mode=full ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
|
|
Image resized.
|
|
wrote 2048000/2048000 bytes at offset 0
|
|
1.953 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
wrote 81920/81920 bytes at offset 2048000
|
|
80 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
|
|
Formatting 'TEST_DIR/t.IMGFMT.base', fmt=raw size=131072
|
|
--- Resizing image from 31k to 96k ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=31744 backing_file=TEST_DIR/t.IMGFMT.base backing_fmt=raw
|
|
Image resized.
|
|
|
|
--- Resizing image from 33k to 96k ---
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=33792 backing_file=TEST_DIR/t.IMGFMT.base backing_fmt=raw
|
|
Image resized.
|
|
|
|
*** done
|