-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
btrfs-progs: docs: add more chapters
The feature pages share the contents with the manual page section 5 so put the contents to separate files. Signed-off-by: David Sterba <[email protected]>
- Loading branch information
Showing
7 changed files
with
20 additions
and
239 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Checksumming | ||
============ | ||
|
||
... | ||
.. include:: ch-checksumming.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,5 @@ Anything that's standard and also supported | |
- FIEMAP | ||
|
||
- O_TMPFILE | ||
|
||
- XFLAGS, fileattr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Compression | ||
=========== | ||
|
||
... | ||
.. include:: ch-compression.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,12 @@ | ||
Inline files | ||
============ | ||
|
||
... | ||
Files up to some size can be stored in the metadata section ("inline" in the | ||
b-tree nodes), ie. no separate blocks for the extents. The default limit is | ||
2048 bytes and can be configured by mount option ``max_inline``. The data of | ||
inlined files can be also compressed as long as they fit into the b-tree nodes. | ||
|
||
If the filesystem has been created with different data and metadata profiles, | ||
namely with different level of integrity, this also affects the inlined files. | ||
It can be completely disabled by mounting with ``max_inline=0``. The upper | ||
limit is either the size of b-tree node or the page size of the host. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,3 +26,6 @@ overlayfs | |
|
||
SELinux | ||
------- | ||
|
||
io_uring | ||
-------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Seeding device | ||
============== | ||
|
||
... | ||
.. include:: ch-seeding-device.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters