Skip to content

Commit 5efc953

Browse files
bagasmeKernel Patches Daemon
authored andcommitted
Documentation: filesystems: Fix stale reference to device-mapper docs
Commit 6cf2a73 ("docs: device-mapper: move it to the admin-guide") moves device mapper docs to Documentation/admin-guide, but left references (which happen to be external ones) behind, hence 404 when clicking them. Fix the references while also converting them to internal ones. Signed-off-by: Bagas Sanjaya <[email protected]>
1 parent 680c427 commit 5efc953

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

Documentation/filesystems/fsverity.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@ of read-only files. Currently, it is supported by the ext4, f2fs, and
1515
btrfs filesystems. Like fscrypt, not too much filesystem-specific
1616
code is needed to support fs-verity.
1717

18-
fs-verity is similar to `dm-verity
19-
<https://www.kernel.org/doc/Documentation/admin-guide/device-mapper/verity.rst>`_
20-
but works on files rather than block devices. On regular files on
21-
filesystems supporting fs-verity, userspace can execute an ioctl that
22-
causes the filesystem to build a Merkle tree for the file and persist
23-
it to a filesystem-specific location associated with the file.
18+
fs-verity is similar to :doc:`dm-verity
19+
</admin-guide/device-mapper/verity>` but works on files rather than block
20+
devices. On regular files on filesystems supporting fs-verity, userspace can
21+
execute an ioctl that causes the filesystem to build a Merkle tree for the file
22+
and persist it to a filesystem-specific location associated with the file.
2423

2524
After this, the file is made readonly, and all reads from the file are
2625
automatically verified against the file's Merkle tree. Reads of any

Documentation/filesystems/ubifs-authentication.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,9 +439,9 @@ References
439439

440440
[DMC-CBC-ATTACK] https://www.jakoblell.com/blog/2013/12/22/practical-malleability-attack-against-cbc-encrypted-luks-partitions/
441441

442-
[DM-INTEGRITY] https://www.kernel.org/doc/Documentation/device-mapper/dm-integrity.rst
442+
[DM-INTEGRITY] Documentation/admin-guide/device-mapper/dm-integrity.rst
443443

444-
[DM-VERITY] https://www.kernel.org/doc/Documentation/device-mapper/verity.rst
444+
[DM-VERITY] Documentation/admin-guide/device-mapper/verity.rst
445445

446446
[FSCRYPT-POLICY2] https://lore.kernel.org/r/[email protected]/
447447

0 commit comments

Comments
 (0)