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:
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,
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
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.
}
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);