wrapfs: change http URLs to https
authorErez Zadok <ezk@cs.sunysb.edu>
Sat, 7 May 2022 20:48:39 +0000 (16:48 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Sat, 7 May 2022 20:48:39 +0000 (16:48 -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 4fe94c3d6dd01e6ecb62957b0be334fdc932c25e..a75836cfc9a31bf54ee783ae8d4ed6ea444a47b1 100644 (file)
@@ -7377,7 +7377,7 @@ F:        Documentation/workqueue.txt
 WRAPFS
 M:     Erez Zadok <ezk@cs.sunysb.edu>
 L:     wrapfs@filesystems.org
-W:     http://wrapfs.filesystems.org/
+W:     https://wrapfs.filesystems.org/
 T:     git git.kernel.org/pub/scm/linux/kernel/git/ezk/wrapfs.git
 S:     Maintained
 F:     Documentation/filesystems/wrapfs.txt
index d790ccdce4028bc770a2c073491b3848e6a0f59d..309d19336d32368f1ab0128e38ecdbc8789df99f 100644 (file)
@@ -6,4 +6,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 763aef3c6b93597e17d3d1d71dfd05d2f7e8507d..22400ae6236e3c9359adf7dd34ed0b2d53d68bb8 100644 (file)
@@ -166,9 +166,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);