NetBSD/sys/miscfs/genfs
reinoud e979c658c9 Import writing part of the UDF file system making optical media like CD's
and DVD's behave like floppy discs. Writing is supported upto and including
version 2.01; version 2.50 and 2.60 will follow.

Also extending the UDF implementation to support symbolic links and
hardlinks.

Added are the mmcformat(8) tool to format rewritable CD/DVD discs and
newfs_udf(8).

Limitations:
        all operations can be performed on the file system though the
        sheduling is currently optimised for archiving workloads.

        mv(1)/rename(2) is currently only implemented for non-directories.
2008-05-14 16:49:47 +00:00
..
Makefile
genfs.h Fix some race conditions in rename. 2008-01-28 14:31:15 +00:00
genfs_io.c Import writing part of the UDF file system making optical media like CD's 2008-05-14 16:49:47 +00:00
genfs_node.h Import writing part of the UDF file system making optical media like CD's 2008-05-14 16:49:47 +00:00
genfs_vfsops.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
genfs_vnops.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
layer.h Replace struct lock on vnodes with a simpler lock object built on 2008-01-30 09:50:19 +00:00
layer_extern.h Fix some race conditions in rename. 2008-01-28 14:31:15 +00:00
layer_subr.c specfs changes for PR kern/37717 (raidclose() is no longer called on 2008-01-24 17:32:52 +00:00
layer_vfsops.c Fix some race conditions in rename. 2008-01-28 14:31:15 +00:00
layer_vnops.c Replace struct lock on vnodes with a simpler lock object built on 2008-01-30 09:50:19 +00:00