diff options
author | David Sterba <dsterba@suse.com> | 2022-06-14 16:27:48 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2022-06-21 15:47:19 +0300 |
commit | 037e127452b973f45b34c1e88a1af183e652e657 (patch) | |
tree | 907b6b2ead50b0d5a37647c7e0a8fdcf07b1e7b6 /Documentation/filesystems/btrfs.rst | |
parent | bf7ba8ee759b7b7a34787ddd8dc3f190a3d7fa24 (diff) | |
download | linux-037e127452b973f45b34c1e88a1af183e652e657.tar.xz |
Documentation: update btrfs list of features and link to readthedocs.io
The btrfs documentation in kernel is only meant as a starting point, so
update the list of features and add link to btrfs.readthedocs.io page
that is most up-to-date. The wiki is still used but information is
migrated from there.
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'Documentation/filesystems/btrfs.rst')
-rw-r--r-- | Documentation/filesystems/btrfs.rst | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/Documentation/filesystems/btrfs.rst b/Documentation/filesystems/btrfs.rst index d0904f602819..992eddb0e11b 100644 --- a/Documentation/filesystems/btrfs.rst +++ b/Documentation/filesystems/btrfs.rst @@ -19,13 +19,23 @@ The main Btrfs features include: * Subvolumes (separate internal filesystem roots) * Object level mirroring and striping * Checksums on data and metadata (multiple algorithms available) - * Compression + * Compression (multiple algorithms available) + * Reflink, deduplication + * Scrub (on-line checksum verification) + * Hierarchical quota groups (subvolume and snapshot support) * Integrated multiple device support, with several raid algorithms * Offline filesystem check - * Efficient incremental backup and FS mirroring + * Efficient incremental backup and FS mirroring (send/receive) + * Trim/discard * Online filesystem defragmentation + * Swapfile support + * Zoned mode + * Read/write metadata verification + * Online resize (shrink, grow) -For more information please refer to the wiki +For more information please refer to the documentation site or wiki + + https://btrfs.readthedocs.io https://btrfs.wiki.kernel.org |