[PATCH] configfs: User-driven configuration filesystem
authorJoel Becker <joel.becker@oracle.com>
Thu, 15 Dec 2005 22:29:43 +0000 (14:29 -0800)
committerJoel Becker <joel.becker@oracle.com>
Tue, 3 Jan 2006 19:45:28 +0000 (11:45 -0800)
commit7063fbf2261194f72ee75afca67b3b38b554b5fa
tree7bfe4eeab8ce784b767cf30886623d456c384718
parent88026842b0a760145aa71d69e74fbc9ec118ca44
[PATCH] configfs: User-driven configuration filesystem

Configfs, a file system for userspace-driven kernel object configuration.
The OCFS2 stack makes extensive use of this for propagation of cluster
configuration information into kernel.

Signed-off-by: Joel Becker <joel.becker@oracle.com>
15 files changed:
Documentation/filesystems/00-INDEX
Documentation/filesystems/configfs/configfs.txt [new file with mode: 0644]
Documentation/filesystems/configfs/configfs_example.c [new file with mode: 0644]
MAINTAINERS
fs/Kconfig
fs/Makefile
fs/configfs/Makefile [new file with mode: 0644]
fs/configfs/configfs_internal.h [new file with mode: 0644]
fs/configfs/dir.c [new file with mode: 0644]
fs/configfs/file.c [new file with mode: 0644]
fs/configfs/inode.c [new file with mode: 0644]
fs/configfs/item.c [new file with mode: 0644]
fs/configfs/mount.c [new file with mode: 0644]
fs/configfs/symlink.c [new file with mode: 0644]
include/linux/configfs.h [new file with mode: 0644]