X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Documentation%2Fmkfs.btrfs.asciidoc;h=6515e145ee6deef6195e218a29420ca9e85de578;hb=b56fe169227a17bc92dea2fa399d1fb77e7cd233;hp=82bb75672a3d1004cbcd115817fbf9a3da517def;hpb=39ac3d16c1554d7f481776335a6e4c03fde32d7c;p=platform%2Fupstream%2Fbtrfs-progs.git diff --git a/Documentation/mkfs.btrfs.asciidoc b/Documentation/mkfs.btrfs.asciidoc index 82bb756..6515e14 100644 --- a/Documentation/mkfs.btrfs.asciidoc +++ b/Documentation/mkfs.btrfs.asciidoc @@ -154,8 +154,8 @@ Print help. SIZE UNITS ---------- The default unit is 'byte'. All size parameters accept suffixes in the 1024 -base. The recognized suffixes are: 'k', 'm', 'g', 't', 'e', both uppercase and -lowercase. +base. The recognized suffixes are: 'k', 'm', 'g', 't', 'p', 'e', both uppercase +and lowercase. MULTIPLE DEVICES ---------------- @@ -185,7 +185,12 @@ initramfs/initrd systems. FILESYSTEM FEATURES ------------------- +Features that can be enabled during creation time. See also `btrfs`(5) section +'FILESYSTEM FEATURES'. + *mixed-bg*:: +(kernel support since 2.6.37) ++ mixed data and metadata block groups, also set by option '--mixed' *extref*:: @@ -196,6 +201,8 @@ supported a varying number of hardlinks depending on the sum of all file name sizes that can be stored into one metadata block *raid56*:: +(kernel support since 3.9) ++ extended format for RAID5/6, also enabled if raid5 or raid6 block groups are selected @@ -205,6 +212,8 @@ are selected reduced-size metadata for extent references, saves a few percent of metadata *no-holes*:: +(kernel support since 3.14) ++ improved representation of file extents where holes are not explicitly stored as an extent, saves a few percent of metadata if sparse files are used @@ -230,7 +239,7 @@ Other terms commonly used: *block group*:: *chunk*:: a logical range of space of a given profile, stores data, metadata or both; -sometimes the terms are used interchangably +sometimes the terms are used interchangeably + A typical size of metadata block group is 256MiB (filesystem smaller than 50GiB) and 1GiB (larger than 50GiB), for data it's 1GiB. The system block group @@ -254,17 +263,29 @@ There are the following block group types available: .2+^.