Skip to content

Commit 620fc27

Browse files
bagasmeAndreas Gruenbacher
authored andcommitted
Documentation: gfs2: Consolidate GFS2 docs into its own subdirectory
Documentation for GFS2 is scattered in three docs that are in Documentation/filesystems/ directory. As these docs are standing out as a group, move them into separate gfs2/ subdirectory. Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com> Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
1 parent 02c0302 commit 620fc27

5 files changed

Lines changed: 14 additions & 4 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Global File System 2
55
====================
66

7+
Overview
8+
========
9+
710
GFS2 is a cluster file system. It allows a cluster of computers to
811
simultaneously use a block device that is shared between them (with FC,
912
iSCSI, NBD, etc). GFS2 reads and writes to the block device like a local
@@ -50,3 +53,12 @@ The following man pages are available from gfs2-utils:
5053
gfs2_convert to convert a gfs filesystem to GFS2 in-place
5154
mkfs.gfs2 to make a filesystem
5255
============ =============================================
56+
57+
Implementation Notes
58+
====================
59+
60+
.. toctree::
61+
:maxdepth: 1
62+
63+
glocks
64+
uevents
File renamed without changes.

Documentation/filesystems/index.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,7 @@ Documentation for filesystem implementations.
8989
ext3
9090
ext4/index
9191
f2fs
92-
gfs2
93-
gfs2-uevents
94-
gfs2-glocks
92+
gfs2/index
9593
hfs
9694
hfsplus
9795
hpfs

MAINTAINERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10533,7 +10533,7 @@ L: gfs2@lists.linux.dev
1053310533
S: Supported
1053410534
B: https://bugzilla.kernel.org/enter_bug.cgi?product=File%20System&component=gfs2
1053510535
T: git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
10536-
F: Documentation/filesystems/gfs2*
10536+
F: Documentation/filesystems/gfs2/
1053710537
F: fs/gfs2/
1053810538
F: include/uapi/linux/gfs2_ondisk.h
1053910539

0 commit comments

Comments
 (0)