NetBSD/sys/fs/efs
ad e071d39c84 - Convert hashinit() to use kmem_alloc(). The hash tables can be large
and it's better to not have them in kmem_map.
- Convert a couple of minor items along the way to kmem_alloc().
- Fix some memory leaks.
2008-05-05 17:11:16 +00:00
..
Makefile
efs.h
efs_dinode.h
efs_dir.h
efs_extent.h Additional fixes/enhancements: 2007-07-04 19:24:09 +00:00
efs_genfs.c
efs_genfs.h
efs_ihash.c - Convert hashinit() to use kmem_alloc(). The hash tables can be large 2008-05-05 17:11:16 +00:00
efs_ihash.h
efs_inode.h
efs_mount.h
efs_sb.h
efs_subr.c Merge brelse() changes from the vmlocking branch. 2007-10-08 18:02:53 +00:00
efs_subr.h Additional fixes/enhancements: 2007-07-04 19:24:09 +00:00
efs_vfsops.c Remove cn_lwp from struct componentname. curlwp should be used 2007-12-08 19:29:36 +00:00
efs_vnops.c Remove VOP_LEASE. Discussed on tech-kern. 2008-01-25 14:32:11 +00:00
files.efs