mirror_zfs/module/zfs
Alexander Motin e96fbdba34 Add more constraints for block cloning.
- We cannot clone into files with smaller block size if there is
more than one block, since we can not grow the block size.
 - Block size must be power-of-2 if destination offset != 0, since
there can be no multiple blocks of non-power-of-2 size.

The first should handle the case when destination file has several
blocks but still is not bigger than one block of the source file.
The second fixes panic in dmu_buf_hold_array_by_dnode() on attempt
to concatenate files with equal but non-power-of-2 block sizes.

While there, assert that error is reported if we made no progress.

Signed-off-by:	Alexander Motin <mav@FreeBSD.org>
Sponsored by:	iXsystems, Inc.
2023-09-10 14:02:52 -07:00
..
abd.c
aggsum.c
arc.c
blake3_zfs.c
blkptr.c
bplist.c
bpobj.c
bptree.c
bqueue.c
brt.c zfs_clone_range should return a descriptive error codes 2023-08-25 13:33:40 -07:00
btree.c
dataset_kstats.c
dbuf_stats.c
dbuf.c dmu_buf_will_clone: change assertion to fix 32-bit compiler warning 2023-09-01 09:33:33 -07:00
ddt_zap.c
ddt.c
dmu_diff.c
dmu_object.c
dmu_objset.c
dmu_recv.c
dmu_redact.c
dmu_send.c
dmu_traverse.c
dmu_tx.c
dmu_zfetch.c
dmu.c ZIL: Avoid dbuf_read() before dmu_sync(). 2023-08-25 11:58:44 -07:00
dnode_sync.c
dnode.c
dsl_bookmark.c
dsl_crypt.c
dsl_dataset.c
dsl_deadlist.c
dsl_deleg.c
dsl_destroy.c
dsl_dir.c
dsl_pool.c
dsl_prop.c
dsl_scan.c
dsl_synctask.c
dsl_userhold.c
edonr_zfs.c
fm.c
gzip.c
hkdf.c
lz4_zfs.c
lz4.c
lzjb.c
metaslab.c Fix some typos 2023-08-25 13:33:40 -07:00
mmp.c
multilist.c
objlist.c
pathname.c
range_tree.c
refcount.c
rrwlock.c
sa.c
sha2_zfs.c
skein_zfs.c
spa_checkpoint.c
spa_config.c
spa_errlog.c
spa_history.c
spa_log_spacemap.c
spa_misc.c
spa_stats.c
spa.c
space_map.c
space_reftree.c
THIRDPARTYLICENSE.cityhash
THIRDPARTYLICENSE.cityhash.descrip
txg.c
uberblock.c
unique.c
vdev_draid_rand.c
vdev_draid.c
vdev_indirect_births.c
vdev_indirect_mapping.c
vdev_indirect.c
vdev_initialize.c
vdev_label.c
vdev_mirror.c
vdev_missing.c
vdev_queue.c
vdev_raidz_math_aarch64_neon_common.h
vdev_raidz_math_aarch64_neon.c
vdev_raidz_math_aarch64_neonx2.c
vdev_raidz_math_avx2.c
vdev_raidz_math_avx512bw.c
vdev_raidz_math_avx512f.c
vdev_raidz_math_impl.h
vdev_raidz_math_powerpc_altivec_common.h
vdev_raidz_math_powerpc_altivec.c
vdev_raidz_math_scalar.c
vdev_raidz_math_sse2.c
vdev_raidz_math_ssse3.c
vdev_raidz_math.c
vdev_raidz.c
vdev_rebuild.c
vdev_removal.c
vdev_root.c
vdev_trim.c
vdev.c
zap_leaf.c
zap_micro.c
zap.c
zcp_get.c
zcp_global.c
zcp_iter.c
zcp_set.c
zcp_synctask.c
zcp.c
zfeature.c
zfs_byteswap.c
zfs_chksum.c
zfs_fm.c
zfs_fuid.c
zfs_impl.c
zfs_ioctl.c
zfs_log.c
zfs_onexit.c
zfs_quota.c
zfs_ratelimit.c
zfs_replay.c
zfs_rlock.c
zfs_sa.c
zfs_vnops.c Add more constraints for block cloning. 2023-09-10 14:02:52 -07:00
zil.c ZIL: Change ZIOs issue order. 2023-09-02 10:30:38 -07:00
zio_checksum.c
zio_compress.c
zio_inject.c
zio.c Update outdated assertion from zio_write_compress 2023-08-26 11:18:11 -07:00
zle.c
zrlock.c
zthr.c
zvol.c ZIL: Second attempt to reduce scope of zl_issuer_lock. 2023-08-25 11:58:44 -07:00