Christoph Hellwig
0cc5b4ce7a
ext2: remove nobh support
...
The nobh mode is an obscure feature to save lowlevel for large memory
32-bit configurations while trading for much slower performance and
has been long obsolete. Remove it.
Signed-off-by: Christoph Hellwig <hch@lst.de >
Reviewed-by: Jan Kara <jack@suse.cz >
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org >
2022-08-02 12:34:04 -04:00
Kir Kolyshkin
a9edc03f13
docs: fix a cross-ref
...
Commit acda97acb2
changes dax.txt to dax.rst.
Fix the references accordingly.
Cc: Igor Matheus Andrade Torrente <igormtorrente@gmail.com >
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com >
Link: https://lore.kernel.org/r/20210611030044.1982911-4-kolyshkin@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2021-06-13 17:02:46 -06:00
Jonathan Neuschäfer
2356eb80ca
docs: filesystems: Reduce ext2.rst to one top-level heading
...
This prevents the other headings like "Options" and "Specification" from
leaking out and being listed separately in the table of contents.
Link: https://lore.kernel.org/r/20201108004045.1378676-1-j.neuschaefer@gmx.net
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net >
Signed-off-by: Jan Kara <jack@suse.cz >
2020-11-09 15:33:54 +01:00
Mauro Carvalho Chehab
6e29ad2ea3
docs: filesystems: convert ext2.txt to ReST
...
- Add a SPDX header;
- Some whitespace fixes and new line breaks;
- Mark literal blocks as such;
- Add table markups;
- Use footnoote markups;
- Add it to filesystems/index.rst.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org >
Acked-by: Jan Kara <jack@suse.cz >
Link: https://lore.kernel.org/r/fde6721f0303259d830391e351dbde48f67f3ec7.1581955849.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2020-03-02 14:02:59 -07:00