aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorAustin Chang <austin880625@gmail.com>2024-04-02 22:21:28 +0800
committerDavid Sterba <dsterba@suse.com>2024-04-30 21:34:46 +0200
commit4081b8ba36f9b952c0d15b54fdd892049b84c3c9 (patch)
treeef017d6f6b1288eafb4720d0cfd21294470eb8fa /Documentation
parentd95a14949d80c7c7d6bb081d812ddcd39ba4b24d (diff)
downloadbtrfs-progs-4081b8ba36f9b952c0d15b54fdd892049b84c3c9.tar.gz
btrfs-progs: docs: fix image directives in design page
Copy the images from wiki so that we don't need to jump around the web search results. [ci skip] Pull-request: #771 Signed-off-by: Austin Chang <austin880625@gmail.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/dev/Copy-Design-r.pngbin0 -> 45125 bytes
-rw-r--r--Documentation/dev/Leaf-structure.pngbin0 -> 28031 bytes
-rw-r--r--Documentation/dev/dev-btrfs-design.rst8
3 files changed, 3 insertions, 5 deletions
diff --git a/Documentation/dev/Copy-Design-r.png b/Documentation/dev/Copy-Design-r.png
new file mode 100644
index 00000000..8df7749c
--- /dev/null
+++ b/Documentation/dev/Copy-Design-r.png
Binary files differ
diff --git a/Documentation/dev/Leaf-structure.png b/Documentation/dev/Leaf-structure.png
new file mode 100644
index 00000000..66dfbcfe
--- /dev/null
+++ b/Documentation/dev/Leaf-structure.png
Binary files differ
diff --git a/Documentation/dev/dev-btrfs-design.rst b/Documentation/dev/dev-btrfs-design.rst
index befd30a1..ee2e7c90 100644
--- a/Documentation/dev/dev-btrfs-design.rst
+++ b/Documentation/dev/dev-btrfs-design.rst
@@ -52,9 +52,8 @@ Leaves have an array of fixed sized items, and an area where item data
is stored. The offset and size fields in the item indicate where in the
leaf the item data can be found. Example:
- :alt: Leaf-structure.png
-
- Leaf-structure.png
+.. image:: Leaf-structure.png
+ :alt: Leaf structure
Item data is variably size, and various filesystem data structures are
defined as different types of item data. The type field in struct
@@ -393,10 +392,9 @@ one subvolume named 'default' (created by mkfs), and one snapshot of
example, 'default' has not changed since the snapshot was created and so
both point tree to the same root block on disk.
+.. image:: Copy-Design-r.png
:alt: Copy-Design-r.png
- Copy-Design-r.png
-
Copy on Write Logging
---------------------