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

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>

authored by

Bagas Sanjaya and committed by
Andreas Gruenbacher
620fc27e 02c03021

+14 -4
Documentation/filesystems/gfs2-glocks.rst Documentation/filesystems/gfs2/glocks.rst
Documentation/filesystems/gfs2-uevents.rst Documentation/filesystems/gfs2/uevents.rst
+12
Documentation/filesystems/gfs2.rst Documentation/filesystems/gfs2/index.rst
··· 4 4 Global File System 2 5 5 ==================== 6 6 7 + Overview 8 + ======== 9 + 7 10 GFS2 is a cluster file system. It allows a cluster of computers to 8 11 simultaneously use a block device that is shared between them (with FC, 9 12 iSCSI, NBD, etc). GFS2 reads and writes to the block device like a local ··· 53 50 gfs2_convert to convert a gfs filesystem to GFS2 in-place 54 51 mkfs.gfs2 to make a filesystem 55 52 ============ ============================================= 53 + 54 + Implementation Notes 55 + ==================== 56 + 57 + .. toctree:: 58 + :maxdepth: 1 59 + 60 + glocks 61 + uevents
+1 -3
Documentation/filesystems/index.rst
··· 89 89 ext3 90 90 ext4/index 91 91 f2fs 92 - gfs2 93 - gfs2-uevents 94 - gfs2-glocks 92 + gfs2/index 95 93 hfs 96 94 hfsplus 97 95 hpfs
+1 -1
MAINTAINERS
··· 10533 10533 S: Supported 10534 10534 B: https://bugzilla.kernel.org/enter_bug.cgi?product=File%20System&component=gfs2 10535 10535 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/ 10537 10537 F: fs/gfs2/ 10538 10538 F: include/uapi/linux/gfs2_ondisk.h 10539 10539