Main Page
(→News: 5.16) |
(→Major Features Currently Implemented: more rtd links) |
||
(14 intermediate revisions by one user not shown) | |||
Line 43: | Line 43: | ||
* Extent based file storage | * Extent based file storage | ||
* 2^64 byte == 16 EiB maximum file size (practical limit is 8 EiB due to Linux VFS) | * 2^64 byte == 16 EiB maximum file size (practical limit is 8 EiB due to Linux VFS) | ||
− | * Space-efficient packing of small files | + | * [https://btrfs.readthedocs.io/en/latest/Inline-files.html Space-efficient packing of small files] |
* Space-efficient indexed directories | * Space-efficient indexed directories | ||
* Dynamic inode allocation | * Dynamic inode allocation | ||
* Writable snapshots, read-only snapshots | * Writable snapshots, read-only snapshots | ||
− | * Subvolumes (separate internal filesystem roots) | + | * [https://btrfs.readthedocs.io/en/latest/Subvolumes.html Subvolumes] (separate internal filesystem roots) |
− | * Checksums on data and metadata (crc32c, xxhash, sha256, blake2b) | + | * [https://btrfs.readthedocs.io/en/latest/Checksumming.html Checksums on data and metadata] (crc32c, xxhash, sha256, blake2b) |
− | * [ | + | * [https://btrfs.readthedocs.io/en/latest/Compression.html Compression] (ZLIB, LZO, ZSTD), heuristics |
* Integrated [[Multiple_Device_Support|multiple device support]] | * Integrated [[Multiple_Device_Support|multiple device support]] | ||
** File Striping | ** File Striping | ||
Line 55: | Line 55: | ||
** File Striping+Mirroring | ** File Striping+Mirroring | ||
** Single and Dual Parity implementations (experimental, not production-ready) | ** Single and Dual Parity implementations (experimental, not production-ready) | ||
− | * SSD (flash storage) awareness | + | * SSD (flash storage) awareness |
− | + | ** [https://btrfs.readthedocs.io/en/latest/Trim.html TRIM/Discard] for reporting free blocks for reuse | |
− | * Background scrub process for finding and repairing errors of files with redundant copies | + | ** Optimizations (e.g. avoiding unnecessary seek optimizations, sending writes in clusters, even if they are from unrelated files. This results in larger write operations and faster write throughput) |
− | * Online filesystem defragmentation | + | * Background [https://btrfs.readthedocs.io/en/latest/Scrub.html scrub] process for finding and repairing errors of files with redundant copies |
− | * [ | + | * Online filesystem [https://btrfs.readthedocs.io/en/latest/Defragmentation.html defragmentation] |
+ | * [https://btrfs.readthedocs.io/en/latest/btrfs-check.html Offline filesystem check] | ||
* In-place [[Conversion_from_Ext3|conversion]] of existing ext2/3/4 and reiserfs file systems | * In-place [[Conversion_from_Ext3|conversion]] of existing ext2/3/4 and reiserfs file systems | ||
− | * [ | + | * [https://btrfs.readthedocs.io/en/latest/Seeding-device.html Seeding devices]. Create a (readonly) filesystem that acts as a template to seed other Btrfs filesystems. The original filesystem and devices are included as a readonly starting point for the new filesystem. Using copy on write, all modifications are stored on different devices; the original is unchanged. |
− | * Subvolume-aware [ | + | * Subvolume-aware [https://btrfs.readthedocs.io/en/latest/Qgroups.html quota support] |
− | * Send/receive of subvolume changes | + | * [https://btrfs.readthedocs.io/en/latest/Send-receive.html Send/receive] of subvolume changes, efficient incremental filesystem mirroring and [[Incremental_Backup|backup]] |
− | + | ||
* Batch, or out-of-band [[deduplication]] (happens after writes, not during) | * Batch, or out-of-band [[deduplication]] (happens after writes, not during) | ||
− | * Swapfile support | + | * [https://btrfs.readthedocs.io/en/latest/Swapfile.html Swapfile] support |
− | * [ | + | * [https://btrfs.readthedocs.io/en/latest/Tree-checker.html Tree-checker], post-read and pre-write metadata verification |
* [[Zoned]] mode support (SMR/ZBC/ZNS friendly allocation) | * [[Zoned]] mode support (SMR/ZBC/ZNS friendly allocation) | ||
* fsverity integration | * fsverity integration | ||
=== Features by kernel version === | === Features by kernel version === | ||
− | |||
* [[Changelog#By_feature|features by kernel version]] | * [[Changelog#By_feature|features by kernel version]] | ||
Line 80: | Line 79: | ||
* DAX/persistent memory support | * DAX/persistent memory support | ||
* The file/directory -level encryption support (fscrypt) | * The file/directory -level encryption support (fscrypt) | ||
+ | |||
+ | === Documentation === | ||
+ | |||
+ | * https://btrfs.readthedocs.org or https://btrfs.rtfd.io | ||
+ | |||
</div> | </div> | ||
Line 111: | Line 115: | ||
=== Manual pages === | === Manual pages === | ||
− | * Manual pages generated from git ([ | + | * Manual pages generated from git ([https://btrfs.readthedocs.io/en/latest/man-index.html complete list]): |
− | ** [ | + | ** [https://btrfs.readthedocs.io/en/latest/btrfs.html btrfs] — main administration tool |
− | ** [ | + | ** [https://btrfs.readthedocs.io/en/latest/mkfs.btrfs.html mkfs.btrfs] — creating the filesystem |
− | ** [ | + | ** [https://btrfs.readthedocs.io/en/latest/btrfs-check.html btrfs check] — repairing file systems |
− | ** [ | + | ** [https://btrfs.readthedocs.io/en/latest/btrfs-convert.html btrfs-convert] — tool to convert in-place from ext2/3/4 filesystems to btrfs. For a greater detail of how the algorithm works, please see the [[Conversion from Ext3]] page. |
* Original wiki documentation (obsolete, will be removed) | * Original wiki documentation (obsolete, will be removed) | ||
Line 158: | Line 162: | ||
''' New location for documentation ''' | ''' New location for documentation ''' | ||
− | The new place for documentation will be at https://btrfs.readthedocs.org or https://btrfs.rtfd.io , | + | The new place for documentation will be at https://btrfs.readthedocs.org or https://btrfs.rtfd.io , wiki contents is going to be migrated |
''' IRC channel at libera.chat ''' | ''' IRC channel at libera.chat ''' | ||
Line 164: | Line 168: | ||
The #btrfs channel is at [https://libera.chat libera.chat], matrix.org bridge works (persistent room #btrfs:matrix.org). | The #btrfs channel is at [https://libera.chat libera.chat], matrix.org bridge works (persistent room #btrfs:matrix.org). | ||
− | ''' | + | ''' btrfs-progs v5.16 (Jan 2022) ''' |
+ | * rescue: new subcommand clear-uuid-tree to fix failed mount due to bad uuid subvolume keys, caught by tree-checker | ||
+ | * fi du: skip inaccessible files | ||
+ | * prop: properly resolve to symlink targets | ||
+ | * send, receive: fix crash after parent subvolume lookup errors | ||
+ | * build: | ||
+ | ** fix build on 5.12+ kernels due to changes in linux/kernel.h | ||
+ | ** fix build on musl with old kernel headers | ||
+ | * other: | ||
+ | ** error handling fixes, cleanups, refactoring | ||
+ | ** extent tree v2 preparatory work | ||
+ | ** lots of RST documentation updates (last release with asciidoc sources), https://btrfs.readthedocs.io | ||
− | + | ''' linux v5.16 (Jan 2022) ''' | |
− | + | Related projects: kernel port of zstd 1.4.10 also [https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=c8c109546a19613d323a319d0c921cb1f317e629 released] in 5.16 | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
Performance related: | Performance related: | ||
Line 198: | Line 201: | ||
* error handling improvements | * error handling improvements | ||
* cleanups and refactoring | * cleanups and refactoring | ||
+ | |||
</div> | </div> | ||
Revision as of 12:23, 13 January 2022
btrfs is a modern copy on write (CoW) filesystem for Linux aimed at implementing advanced features while also focusing on fault tolerance, repair and easy administration. Its main features and benefits are:
- Snapshots which do not make the full copy of files
- RAID - support for software-based RAID 0, RAID 1, RAID 10
- Self-healing - checksums for data and metadata, automatic detection of silent data corruptions
Development of Btrfs started in 2007. Since that time, Btrfs is a part of the Linux kernel and is under active development.
Jointly developed at multiple companies, Btrfs is licensed under the GPL and open for contribution from anyone.
Development and Issue ReportingFor feature status, please refer to the Status page. The Btrfs code base is stable. However, new features are still under development. Every effort is made to ensure that it remains stable and fast at each and every commit. This rapid pace of development means that the filesystem improves noticeably with every new Linux release so it's highly recommended that users run the most modern kernel possible. For benchmarks, it's recommended to test the latest stable Linux version, and not any older, as well as the latest Linux development versions. Also, it's recommended to test the various mount options such as different compression options. If you find any behavior you suspect to be caused by a bug, performance issues, or have any questions about using Btrfs, please email the Btrfs mailing list (no subscription required). Please report bugs on Bugzilla. FeaturesLinux has a wealth of filesystems from which to choose, but we are facing a number of challenges with scaling to the large storage subsystems that are becoming common in today's data centers. Filesystems need to scale in their ability to address and manage large storage, and also in their ability to detect, repair and tolerate errors in the data stored on disk. Major Features Currently Implemented
Features by kernel versionFeatures Currently in Development or Planned for Future Implementation
DocumentationDocumentationGuides and usage information
External Btrfs Documentation / GuidesLinks to Btrfs documentation of various Linux distributions:
Manual pages
Developer documentation
|
NewsNew location for documentation The new place for documentation will be at https://btrfs.readthedocs.org or https://btrfs.rtfd.io , wiki contents is going to be migrated IRC channel at libera.chat The #btrfs channel is at libera.chat, matrix.org bridge works (persistent room #btrfs:matrix.org). btrfs-progs v5.16 (Jan 2022)
linux v5.16 (Jan 2022) Related projects: kernel port of zstd 1.4.10 also released in 5.16 Performance related:
Core:
ChangelogRead about past releases in the separate Changelog page Source code downloadBtrfs source repositories describes purpose and contents, here are a few quick links:
Articles, presentations, podcasts
Historical resourcesLinks to old or obsolete documentation, articles. Kept for historical reasons. Stuff that's more than 3 years old. Articles, presentations, podcasts
Project information/Contact
Wiki accounts, editingThe wiki contributions are welcome! Please create an account and wait for approval (this is a necessary spam protection and we cannot remove it). You can try to catch some of the wiki admins on IRC (or ping user 'kdave' in a query) to expedite the account creation. The registration requires full name for account but it's not mandatory from our perspective. The wiki User and User talk pages are created automatically but removed after account is approved. If you want to use the pages, create them manually, they won't be deleted. |