NetBSD/share/examples/refuse
agc a08d769680 Initial import of icfs, a case-insensitive/retentive file system.
This file system is based on librefuse and puffs.

	The icfs(8) utility can be used to mount an existing directory on a
	new mount point.  icfs makes use of the virtdir(3) virtual directory
	routines.  Underneath those virtual directories, the individual
	directory entries will be displayed as an exact mirror of the original
	directory, except that any capital letters in the original entry's
	name will be substituted with an entry name consisting entirely of
	lower-case letters.

This is an unusual example of a refuse-based file system which provides
lesser functionality than the file system it sits on.
2007-06-21 22:05:28 +00:00
..
dbfs
dmesgfs Another day, another file system. 2007-05-21 21:29:23 +00:00
fanoutfs
icfs Initial import of icfs, a case-insensitive/retentive file system. 2007-06-21 22:05:28 +00:00
id3fs Adapt to new signature for virtdir_add(). 2007-05-21 21:19:25 +00:00
pcifs Adapt to new signature for virtdir_add(). 2007-05-21 21:19:25 +00:00
virtdir Record the root directory at initialisation time. 2007-06-21 21:59:32 +00:00