Nadav Tasher
9de608a26f
docs: replace broken links in ramfs-rootfs-initramfs docs
...
http://www.uwsg.iu.edu/ doesn't seem to exist anymore.
I managed to find backups on archive.org, which helped me find
the right links on https://lore.kernel.org/ .
http://freecode.com/projects/afio was also down, so I figured
it could be replaced with https://linux.die.net/man/1/afio .
Replace broken links to mailing list and aifo tool.
Signed-off-by: Nadav Tasher <tashernadav@gmail.com >
Acked-by: Randy Dunlap <rdunlap@infradead.org >
Tested-by: Randy Dunlap <rdunlap@infradead.org >
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
Message-ID: <20251025171625.33197-1-tashernadav@gmail.com >
2025-10-29 16:19:26 -06:00
Randy Dunlap
1e726223be
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
2024-11-22 10:31:04 -07:00
Randy Dunlap
bd415b5c95
Documentation/filesystems: ramfs-rootfs-initramfs: use :Author:
...
Use the :Author: markup instead of making it a chapter heading.
This cleans up the table of contents for this file.
Fixes: 7f46a240b0 ("[PATCH] ramfs, rootfs, and initramfs docs")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org >
Cc: Rob Landley <rob@landley.net >
Reviewed-by: Christian Brauner <brauner@kernel.org >
Link: https://lore.kernel.org/r/20230508055928.3548-1-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2023-05-16 12:55:35 -06:00
Robert Richter
5e60f363b3
Documentation: Fix intiramfs script name
...
Documentation was not changed when renaming the script in commit
80e715a06c ("initramfs: rename gen_initramfs_list.sh to
gen_initramfs.sh"). Fixing this.
Basically does:
$ sed -i -e s/gen_initramfs_list.sh/gen_initramfs.sh/g $(git grep -l gen_initramfs_list.sh)
Fixes: 80e715a06c ("initramfs: rename gen_initramfs_list.sh to gen_initramfs.sh")
Signed-off-by: Robert Richter <rrichter@amd.com >
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org >
2021-07-18 23:48:14 +09:00
Alexander A. Klimov
c69f22f25f
Replace HTTP links with HTTPS ones: Documentation/filesystems
...
Rationale:
Reduces attack surface on kernel devs opening the links for MITM
as HTTPS traffic is much harder to manipulate.
Deterministic algorithm:
For each file:
If not .svg:
For each line:
If doesn't contain `\bxmlns\b`:
For each link, `\bhttp://[^# \t\r\n]*(?:\w|/)`:
If both the HTTP and HTTPS versions
return 200 OK and serve the same content:
Replace HTTP with HTTPS.
Signed-off-by: Alexander A. Klimov <grandmaster@al2klimov.de >
Link: https://lore.kernel.org/r/20200621133552.46371-1-grandmaster@al2klimov.de
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2020-06-26 11:14:12 -06:00
Mauro Carvalho Chehab
0c1bc6b845
docs: filesystems: fix renamed references
...
Some filesystem references got broken by a previous patch
series I submitted. Address those.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org >
Acked-by: David Sterba <dsterba@suse.com > # fs/affs/Kconfig
Link: https://lore.kernel.org/r/57318c53008dbda7f6f4a5a9e5787f4d37e8565a.1586881715.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2020-04-20 15:45:22 -06:00
Mauro Carvalho Chehab
8979fc9a28
docs: filesystems: convert ramfs-rootfs-initramfs.txt to ReST
...
- Add a SPDX header;
- Add a document title;
- Some whitespace fixes and new line breaks;
- Mark literal blocks as such;
- Add table markups;
- Use notes markups;
- Add lists markups;
- Add it to filesystems/index.rst.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org >
Link: https://lore.kernel.org/r/89cbcc99a6371f3bff3ea1668fe497e8a15c226b.1581955849.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2020-03-02 14:04:41 -07:00