You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-fs/redirfs/metadata.xml

23 lines
1.0 KiB

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>bicatali@gentoo.org</email>
</maintainer>
<longdescription lang='en'>
The RedirFS or redirecting file system is a layer between
virtual file system switch (VFS) and file system drivers. It is
implemented as an out-of-kernel module for Linux and it provides
framework allowing modification of file system calls in the VFS
layer. The RedirFS by itself does not provide any additional
functionality and if it is loaded into the Linux kernel, it just
occupies some memory space and it does practically nothing. The
RedirFS is intended to be used by so-called filters. Filter is a
linux kernel module (LKM) that uses the RedirFS framework. Each
filter can add some useful functionality to the existing file
systems like transparent compression, transparent encryption,
merging contents of several directories into one, allowing writing
to a read-only media and others.
</longdescription>
</pkgmetadata>