NetBSD/sys/miscfs/genfs
chs 68b98ea45f several bugs:
- in genfs_getpages() don't start read-ahead if we get an error on the
   sync read, and always start read-ahead after the range of the sync read
   if we do any at all.
 - off-by-one error in genfs_size().
2000-12-27 04:47:43 +00:00
..
Makefile Introduce layer library in genfs. This set of files abstracts most of 1999-07-08 01:18:59 +00:00
genfs.h Initial integration of the Unified Buffer Cache project. 2000-11-27 08:39:39 +00:00
genfs_vnops.c several bugs: 2000-12-27 04:47:43 +00:00
layer.h Delete redundant decl of layer_node_create(), it's in layer_extern.h. 2000-03-30 02:19:16 +00:00
layer_extern.h Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +00:00
layer_subr.c Initial integration of the Unified Buffer Cache project. 2000-11-27 08:39:39 +00:00
layer_vfsops.c Fix doubled 'the's in comments. 2000-03-13 23:52:25 +00:00
layer_vnops.c Don't cache a device vnode in a layer node cache once the layer node 2000-12-21 03:51:02 +00:00