Skip to content

Commit 037e127

Browse files
committed
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 <[email protected]>
1 parent bf7ba8e commit 037e127

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

Documentation/filesystems/btrfs.rst

+13-3
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,23 @@ The main Btrfs features include:
1919
* Subvolumes (separate internal filesystem roots)
2020
* Object level mirroring and striping
2121
* Checksums on data and metadata (multiple algorithms available)
22-
* Compression
22+
* Compression (multiple algorithms available)
23+
* Reflink, deduplication
24+
* Scrub (on-line checksum verification)
25+
* Hierarchical quota groups (subvolume and snapshot support)
2326
* Integrated multiple device support, with several raid algorithms
2427
* Offline filesystem check
25-
* Efficient incremental backup and FS mirroring
28+
* Efficient incremental backup and FS mirroring (send/receive)
29+
* Trim/discard
2630
* Online filesystem defragmentation
31+
* Swapfile support
32+
* Zoned mode
33+
* Read/write metadata verification
34+
* Online resize (shrink, grow)
2735

28-
For more information please refer to the wiki
36+
For more information please refer to the documentation site or wiki
37+
38+
https://btrfs.readthedocs.io
2939

3040
https://btrfs.wiki.kernel.org
3141

0 commit comments

Comments
 (0)