wrapfs: change http URLs to https
authorErez Zadok <ezk@cs.sunysb.edu>
Sat, 7 May 2022 20:48:17 +0000 (16:48 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Sat, 7 May 2022 20:48:17 +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 a6e78b1f94c37b55b07e4d8d24d9f6f8133b2a50..e4fcde53ab9e8209054eb9b070c334bfb9919cbb 100644 (file)
@@ -9668,7 +9668,7 @@ F:        Documentation/workqueue.txt
 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 16394ba43e8b96f8fbcb54e7db827e91e2dd6b34..14a85cfc2b372fc5ede12ecff0086e036fec47e3 100644 (file)
@@ -167,9 +167,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);