Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-03 | configfs: Add permission and ownership to configfs objects. | Joel Becker | |
configfs always made item and attribute ownership root.root and permissions based on a umask of 022. Add ->setattr() to allow chown(2)/chmod(2), and persist the changes for the lifetime of the items and attributes. Signed-off-by: Joel Becker <joel.becker@oracle.com> Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com> | |||
2006-01-03 | [PATCH] configfs: User-driven configuration filesystem | Joel Becker | |
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> |