NetBSD/sys/ufs/ext2fs
pooka 835b0326c5 Using POOL_INIT here makes no sense, since file systems always have
an init method.  So get rid of it and #ifdef _LKM and just always
init in the init method.  Give malloc types the same treatment.
Makes file systems nicer to work with in linksetless environments
and fixes a few LKM discrepancies.
2007-06-30 09:37:53 +00:00
..
Makefile
ext2fs.h Change "inline" back to "__inline" in .h files -- C99 is still too 2006-02-16 20:17:12 +00:00
ext2fs_alloc.c Consistent usage of KAUTH_GENERIC_ISSUSER. 2007-01-04 16:55:29 +00:00
ext2fs_balloc.c __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
ext2fs_bmap.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ext2fs_bswap.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ext2fs_dinode.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ext2fs_dir.h Change "inline" back to "__inline" in .h files -- C99 is still too 2006-02-16 20:17:12 +00:00
ext2fs_extern.h Fix alignement problems for fhandle_t, exposed by gcc4.1. 2006-07-13 12:00:24 +00:00
ext2fs_inode.c improve post-ubc file overwrite performance in common cases. 2007-06-05 12:31:30 +00:00
ext2fs_lookup.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
ext2fs_readwrite.c improve post-ubc file overwrite performance in common cases. 2007-06-05 12:31:30 +00:00
ext2fs_subr.c fix a simonb-timecounters regression. 2006-06-23 14:13:02 +00:00
ext2fs_vfsops.c Using POOL_INIT here makes no sense, since file systems always have 2007-06-30 09:37:53 +00:00
ext2fs_vnops.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00