wrapfs: change http URLs to https
authorErez Zadok <ezk@cs.sunysb.edu>
Sat, 7 May 2022 20:50:44 +0000 (16:50 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Sat, 7 May 2022 20:50:44 +0000 (16:50 -0400)
Documentation/filesystems/wrapfs.txt
MAINTAINERS
fs/wrapfs/Kconfig
fs/wrapfs/main.c

index daa313b2ac693d1b5172bfaa769c3227fb34f19a..a0fc9f90b29135a74e4695005a7126c251712c6c 100644 (file)
@@ -1,7 +1,7 @@
 Wrapfs: a null-layer (aka wrapper) stackable file system
 
 Maintainer: Erez Zadok <ezk AT cs DOT stonybrook DOT edu>
-Web Site: <http://wrapfs.filesystems.org/>
+Web Site: <https://wrapfs.filesystems.org/>
 
 ------------------------------------------------------------------------------
 MOTIVATION:
@@ -44,7 +44,7 @@ This is a brief description of how Wrapfs operates.  For more information,
 see the full paper published in Linux Expo 1999, titled "A Stackable File
 System Interface For Linux":
 
-       <http://www.fsl.cs.sunysb.edu/docs/linux-stacking/linux.pdf>
+       <https://www.fsl.cs.sunysb.edu/docs/linux-stacking/linux.pdf>
 
 The basic function of a stackable file system is to pass an operation and
 its arguments to the lower-level file system.  For every VFS object (inode,
index a748ddfeb8532e86c272722f63e7d615d3c89f84..24e0ea57281667a11d609854fb2a9a856feb14e6 100644 (file)
@@ -17153,7 +17153,7 @@ F:      Documentation/core-api/workqueue.rst
 WRAP FILE SYSTEM
 M:     Erez Zadok <ezk@cs.sunysb.edu>
 L:     wrapfs@filesystems.org
-W:     http://wrapfs.filesystems.org/
+W:     https://wrapfs.filesystems.org/
 T:     git git://git.fsl.cs.sunysb.edu/wrapfs-latest.git
 S:     Maintained
 F:     Documentation/filesystems/wrapfs.txt
index a495c7d05d286ef7d6d107ff6b25bff16293c719..6be29e8ba3d47508a4ae91cc0ff83f3bec3a61cb 100644 (file)
@@ -5,4 +5,4 @@ config WRAP_FS
          operations to the lower layer.  It is designed as a useful
          template for developing or debugging other stackable file systems,
          and more (see Documentation/filesystems/wrapfs.txt).  See
-         <http://wrapfs.filesystems.org/> for details.
+         <https://wrapfs.filesystems.org/> for details.
index daf175815f66b198cac3886d63383e5a13f9daa2..f247dfdca0678292e87371d3c2684f8eb79b482b 100644 (file)
@@ -165,9 +165,9 @@ static void __exit exit_wrapfs_fs(void)
 }
 
 MODULE_AUTHOR("Erez Zadok, Filesystems and Storage Lab, Stony Brook University"
-             " (http://www.fsl.cs.sunysb.edu/)");
+             " (https://www.fsl.cs.sunysb.edu/)");
 MODULE_DESCRIPTION("Wrapfs " WRAPFS_VERSION
-                  " (http://wrapfs.filesystems.org/)");
+                  " (https://wrapfs.filesystems.org/)");
 MODULE_LICENSE("GPL");
 
 module_init(init_wrapfs_fs);