Home
last modified time | relevance | path

Searched refs:deduplication (Results 1 – 14 of 14) sorted by relevance

/linux/Documentation/arch/powerpc/
A Dvmemmap_dedup.rst7 The device-dax interface uses the tail deduplication technique explained in
10 On powerpc, vmemmap deduplication is only used with radix MMU translation. Also
12 deduplication.
16 vmemmap deduplication possible.
/linux/drivers/md/dm-vdo/
A DKconfig4 tristate "VDO: deduplication and compression target"
12 deduplication, compression and thin-provisioning.
A Dtypes.h226 bool deduplication; member
A Ddm-vdo-target.c598 return parse_bool(value, "on", "off", &config->deduplication); in parse_one_key_value_pair()
759 config->deduplication = true; in parse_device_config()
1463 vdo_log_debug("Deduplication = %s", (config->deduplication ? "on" : "off")); in vdo_initialize()
2243 if (vdo->device_config->deduplication) { in load_callback()
A Ddedupe.c2591 if (config->deduplication) { in resume_index()
/linux/Documentation/admin-guide/device-mapper/
A Dvdo-design.rst7 The dm-vdo (virtual data optimizer) target provides inline deduplication,
16 Because deduplication rates fall drastically as the block size increases, a
18 deduplication rates of 254:1, i.e. up to 254 copies of a given 4K block can
25 The design of dm-vdo is based on the idea that deduplication is a two-part
28 parts: a deduplication index (called UDS) that is used to discover
39 block sizes in order to achieve good deduplication rates, acceptable
188 the deduplication window by a factor of 10, at the expense of also
204 related to deduplication or compression.
210 related to deduplication and other vdo features. The data_vio is the
400 data_vio can write its data somewhere even if deduplication and
[all …]
A Dvdo.rst7 block-level deduplication, compression, and thin provisioning. As a device
42 deduplication and compression is not cancelled out by the metadata
136 deduplication based on the hash value of data blocks. The
165 deduplication:
166 Whether deduplication is enabled. The default is 'on'; the
179 <maxDiscard>, <compression>, and <deduplication>.
301 The current state of the deduplication index in the vdo
329 The deduplication index requires additional memory which scales with the
330 size of the deduplication window. For dense indexes, the index requires 1
/linux/Documentation/mm/
A Dksm.rst45 The deduplication limit enforced by ``max_page_sharing`` is required
60 deduplication factor at the expense of slower worst case for rmap
A Dvmemmap_dedup.rst188 The device-dax interface uses the same tail deduplication technique explained
202 System RAM ranges initialized at boot. Thus the tail page deduplication
/linux/Documentation/filesystems/
A Dbtrfs.rst23 * Reflink, deduplication
A Derofs.rst70 - Support chunk-based data deduplication and rolling-hash compressed data
71 deduplication;
268 In order to support chunk-based data deduplication, a new inode data layout has
368 therefore it can be used for compressed data deduplication.
/linux/Documentation/admin-guide/mm/
A Dksm.rst137 deduplication limit to avoid high latency for virtual memory
142 deduplication factor will be, but the slower the worst case
155 that hit the deduplication limit for stale information.
/linux/fs/erofs/
A DKconfig11 xattrs/data, chunk-based deduplication, multiple devices, etc.) for
/linux/Documentation/filesystems/xfs/
A Dxfs-online-fsck-design.rst993 defeats device-level deduplication because the filesystem requires real

Completed in 45 milliseconds