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

docs: update ocfs2-devel mailing list address

The ocfs2-devel mailing list has been migrated to the kernel.org
infrastructure, update all related documentation pointers to reflect the
change.

Link: https://lkml.kernel.org/r/20230628013437.47030-3-ailiop@suse.com
Signed-off-by: Anthony Iliopoulos <ailiop@suse.com>
Acked-by: Joseph Qi <jiangqi903@gmail.com>
Acked-by: Joel Becker <jlbec@evilplan.org>
Cc: Changwei Ge <gechangwei@live.cn>
Cc: Gang He <ghe@suse.com>
Cc: Jun Piao <piaojun@huawei.com>
Cc: Junxiao Bi <junxiao.bi@oracle.com>
Cc: Mark Fasheh <mark@fasheh.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Anthony Iliopoulos and committed by
Andrew Morton
5a569db6 a57b4b7f

+17 -17
+2 -2
Documentation/ABI/obsolete/o2cb
··· 1 1 What: /sys/o2cb 2 2 Date: Dec 2005 3 3 KernelVersion: 2.6.16 4 - Contact: ocfs2-devel@oss.oracle.com 4 + Contact: ocfs2-devel@lists.linux.dev 5 5 Description: Ocfs2-tools looks at 'interface-revision' for versioning 6 6 information. Each logmask/ file controls a set of debug prints 7 7 and can be written into with the strings "allow", "deny", or 8 8 "off". Reading the file returns the current state. 9 9 Was renamed to /sys/fs/u2cb/ 10 10 Users: ocfs2-tools. It's sufficient to mail proposed changes to 11 - ocfs2-devel@oss.oracle.com. 11 + ocfs2-devel@lists.linux.dev.
+2 -2
Documentation/ABI/removed/o2cb
··· 1 1 What: /sys/o2cb symlink 2 2 Date: May 2011 3 3 KernelVersion: 3.0 4 - Contact: ocfs2-devel@oss.oracle.com 4 + Contact: ocfs2-devel@lists.linux.dev 5 5 Description: This is a symlink: /sys/o2cb to /sys/fs/o2cb. The symlink is 6 6 removed when new versions of ocfs2-tools which know to look 7 7 in /sys/fs/o2cb are sufficiently prevalent. Don't code new 8 8 software to look here, it should try /sys/fs/o2cb instead. 9 9 Users: ocfs2-tools. It's sufficient to mail proposed changes to 10 - ocfs2-devel@oss.oracle.com. 10 + ocfs2-devel@lists.linux.dev.
+2 -2
Documentation/ABI/stable/o2cb
··· 1 1 What: /sys/fs/o2cb/ 2 2 Date: Dec 2005 3 3 KernelVersion: 2.6.16 4 - Contact: ocfs2-devel@oss.oracle.com 4 + Contact: ocfs2-devel@lists.linux.dev 5 5 Description: Ocfs2-tools looks at 'interface-revision' for versioning 6 6 information. Each logmask/ file controls a set of debug prints 7 7 and can be written into with the strings "allow", "deny", or 8 8 "off". Reading the file returns the current state. 9 9 Users: ocfs2-tools. It's sufficient to mail proposed changes to 10 - ocfs2-devel@oss.oracle.com. 10 + ocfs2-devel@lists.linux.dev.
+6 -6
Documentation/ABI/testing/sysfs-ocfs2
··· 1 1 What: /sys/fs/ocfs2/ 2 2 Date: April 2008 3 - Contact: ocfs2-devel@oss.oracle.com 3 + Contact: ocfs2-devel@lists.linux.dev 4 4 Description: 5 5 The /sys/fs/ocfs2 directory contains knobs used by the 6 6 ocfs2-tools to interact with the filesystem. 7 7 8 8 What: /sys/fs/ocfs2/max_locking_protocol 9 9 Date: April 2008 10 - Contact: ocfs2-devel@oss.oracle.com 10 + Contact: ocfs2-devel@lists.linux.dev 11 11 Description: 12 12 The /sys/fs/ocfs2/max_locking_protocol file displays version 13 13 of ocfs2 locking supported by the filesystem. This version ··· 28 28 29 29 What: /sys/fs/ocfs2/loaded_cluster_plugins 30 30 Date: April 2008 31 - Contact: ocfs2-devel@oss.oracle.com 31 + Contact: ocfs2-devel@lists.linux.dev 32 32 Description: 33 33 The /sys/fs/ocfs2/loaded_cluster_plugins file describes 34 34 the available plugins to support ocfs2 cluster operation. ··· 48 48 49 49 What: /sys/fs/ocfs2/active_cluster_plugin 50 50 Date: April 2008 51 - Contact: ocfs2-devel@oss.oracle.com 51 + Contact: ocfs2-devel@lists.linux.dev 52 52 Description: 53 53 The /sys/fs/ocfs2/active_cluster_plugin displays which 54 54 cluster plugin is currently in use by the filesystem. ··· 65 65 66 66 What: /sys/fs/ocfs2/cluster_stack 67 67 Date: April 2008 68 - Contact: ocfs2-devel@oss.oracle.com 68 + Contact: ocfs2-devel@lists.linux.dev 69 69 Description: 70 70 The /sys/fs/ocfs2/cluster_stack file contains the name 71 71 of current ocfs2 cluster stack. This value is set by ··· 86 86 stack return an error. 87 87 88 88 Users: 89 - ocfs2-tools <ocfs2-tools-devel@oss.oracle.com> 89 + ocfs2-tools <ocfs2-tools-devel@lists.linux.dev>
+1 -1
Documentation/filesystems/dlmfs.rst
··· 12 12 13 13 :Project web page: http://ocfs2.wiki.kernel.org 14 14 :Tools web page: https://github.com/markfasheh/ocfs2-tools 15 - :OCFS2 mailing lists: https://oss.oracle.com/projects/ocfs2/mailman/ 15 + :OCFS2 mailing lists: https://subspace.kernel.org/lists.linux.dev.html 16 16 17 17 All code copyright 2005 Oracle except when otherwise noted. 18 18
+1 -1
Documentation/filesystems/ocfs2.rst
··· 14 14 15 15 Project web page: http://ocfs2.wiki.kernel.org 16 16 Tools git tree: https://github.com/markfasheh/ocfs2-tools 17 - OCFS2 mailing lists: https://oss.oracle.com/projects/ocfs2/mailman/ 17 + OCFS2 mailing lists: https://subspace.kernel.org/lists.linux.dev.html 18 18 19 19 All code copyright 2005 Oracle except when otherwise noted. 20 20
+3 -3
fs/ocfs2/Kconfig
··· 17 17 You'll want to install the ocfs2-tools package in order to at least 18 18 get "mount.ocfs2". 19 19 20 - Project web page: https://oss.oracle.com/projects/ocfs2 21 - Tools web page: https://oss.oracle.com/projects/ocfs2-tools 22 - OCFS2 mailing lists: https://oss.oracle.com/projects/ocfs2/mailman/ 20 + Project web page: https://ocfs2.wiki.kernel.org/ 21 + Tools web page: https://github.com/markfasheh/ocfs2-tools 22 + OCFS2 mailing lists: https://subspace.kernel.org/lists.linux.dev.html 23 23 24 24 For more information on OCFS2, see the file 25 25 <file:Documentation/filesystems/ocfs2.rst>.