NetBSD/sys/ufs/ffs
mycroft fd303c4dc5 Add a special case for nrpos=1 to cbtorpos(). This massively reduces CPU usage
by newfs(8) -- and fsck_ffs(8) on a relatively empty file system.  There is
still one divide left in the inner loops, to calculate cylno values.
2002-04-10 14:31:07 +00:00
..
Makefile
ffs_alloc.c Use blkstofrags() and fragstoblks(). Use &(NBBY-1) rather than %NBBY. 2002-04-10 08:05:11 +00:00
ffs_balloc.c the previous fix (in rev. 1.26) for hangs when the filesystem is full 2001-11-08 05:27:25 +00:00
ffs_bswap.c These sources are pulled into makefs(8), so we need config.h and protection 2002-01-31 19:19:22 +00:00
ffs_extern.h
ffs_inode.c Bring over fixes from FreeBSD that weren't incorporated yet, mainly 2001-12-18 10:57:21 +00:00
ffs_softdep.c Fix a typo, a KNF-nit, and simplify a printf format string. 2002-03-18 13:38:52 +00:00
ffs_softdep.stub.c Bring over fixes from FreeBSD that weren't incorporated yet, mainly 2001-12-18 10:57:21 +00:00
ffs_subr.c Use blkstofrags() and fragstoblks(). Use &(NBBY-1) rather than %NBBY. 2002-04-10 08:05:11 +00:00
ffs_tables.c These sources are pulled into makefs(8), so we need config.h and protection 2002-01-31 19:19:22 +00:00
ffs_vfsops.c Use blkstofrags() and fragstoblks(). Use &(NBBY-1) rather than %NBBY. 2002-04-10 08:05:11 +00:00
ffs_vnops.c Do not compare an integer to NULL. 2001-12-31 21:37:22 +00:00
fs.h Add a special case for nrpos=1 to cbtorpos(). This massively reduces CPU usage 2002-04-10 14:31:07 +00:00
softdep.h Bring over fixes from FreeBSD that weren't incorporated yet, mainly 2001-12-18 10:57:21 +00:00