Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: filesystems: update filename extensions

Update references to most txt files to rst files.
Update one reference to an md file to a rst file.
Update one file path to its current location.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: Alexander Viro <viro@zeniv.linux.org.uk>
Cc: Christian Brauner <brauner@kernel.org>
Cc: Jan Kara <jack@suse.cz>
Cc: linux-fsdevel@vger.kernel.org
Cc: Ian Kent <raven@themaw.net>
Cc: autofs@vger.kernel.org
Cc: Alexander Aring <aahringo@redhat.com>
Cc: David Teigland <teigland@redhat.com>
Cc: gfs2@lists.linux.dev
Cc: Eric Biggers <ebiggers@kernel.org>
Cc: Theodore Y. Ts'o <tytso@mit.edu>
Cc: fsverity@lists.linux.dev
Cc: Mark Fasheh <mark@fasheh.com>
Cc: Joel Becker <jlbec@evilplan.org>
Cc: Joseph Qi <joseph.qi@linux.alibaba.com>
Cc: ocfs2-devel@lists.linux.dev
Reviewed-by: Christian Brauner (Microsoft) <brauner@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20241120055246.158368-1-rdunlap@infradead.org

authored by

Randy Dunlap and committed by
Jonathan Corbet
1e726223 c818d5c6

+6 -6
+1 -1
Documentation/filesystems/autofs.rst
··· 442 442 It requires CAP_SYS_ADMIN for access. 443 443 444 444 The 'ioctl's that can be used on this device are described in a separate 445 - document `autofs-mount-control.txt`, and are summarised briefly here. 445 + document `autofs-mount-control.rst`, and are summarised briefly here. 446 446 Each ioctl is passed a pointer to an `autofs_dev_ioctl` structure:: 447 447 448 448 struct autofs_dev_ioctl {
+1 -1
Documentation/filesystems/dlmfs.rst
··· 36 36 Usage 37 37 ===== 38 38 39 - If you're just interested in OCFS2, then please see ocfs2.txt. The 39 + If you're just interested in OCFS2, then please see ocfs2.rst. The 40 40 rest of this document will be geared towards those who want to use 41 41 dlmfs for easy to setup and easy to use clustered locking in 42 42 userspace.
+1 -1
Documentation/filesystems/fsverity.rst
··· 16 16 code is needed to support fs-verity. 17 17 18 18 fs-verity is similar to `dm-verity 19 - <https://www.kernel.org/doc/Documentation/device-mapper/verity.txt>`_ 19 + <https://www.kernel.org/doc/Documentation/admin-guide/device-mapper/verity.rst>`_ 20 20 but works on files rather than block devices. On regular files on 21 21 filesystems supporting fs-verity, userspace can execute an ioctl that 22 22 causes the filesystem to build a Merkle tree for the file and persist
+1 -1
Documentation/filesystems/path-lookup.rst
··· 531 531 Automount points are locations in the filesystem where an attempt to 532 532 lookup a name can trigger changes to how that lookup should be 533 533 handled, in particular by mounting a filesystem there. These are 534 - covered in greater detail in autofs.txt in the Linux documentation 534 + covered in greater detail in autofs.rst in the Linux documentation 535 535 tree, but a few notes specifically related to path lookup are in order 536 536 here. 537 537
+1 -1
Documentation/filesystems/path-lookup.txt
··· 379 379 380 380 2. http://lse.sourceforge.net/locking/dcache/dcache.html 381 381 382 - 3. path-lookup.md in this directory. 382 + 3. path-lookup.rst in this directory.
+1 -1
Documentation/filesystems/ramfs-rootfs-initramfs.rst
··· 315 315 2) The cpio archive format chosen by the kernel is simpler and cleaner (and 316 316 thus easier to create and parse) than any of the (literally dozens of) 317 317 various tar archive formats. The complete initramfs archive format is 318 - explained in buffer-format.txt, created in usr/gen_init_cpio.c, and 318 + explained in buffer-format.rst, created in usr/gen_init_cpio.c, and 319 319 extracted in init/initramfs.c. All three together come to less than 26k 320 320 total of human-readable text. 321 321