NetBSD/sys/ufs/ffs
enami 69615345e2 Fix a recently introduced bug which prevents csum totals being copied
when an old ffs filesytem is first mounted (as a result, df reports disk
full on old ffs filesystem or mfs created by old binary).  Problem first
noticed by onoe san.
2003-09-17 02:24:33 +00:00
..
ffs_alloc.c use arc4random instead of random (mask with INT32_MAX to avoid getting 2003-09-05 21:58:35 +00:00
ffs_appleufs.c
ffs_balloc.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
ffs_bswap.c use bswap32 and bswap64 correctly. 2003-04-16 14:20:25 +00:00
ffs_extern.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
ffs_inode.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
ffs_softdep.c buffer cache mp locks. 2003-09-07 11:55:43 +00:00
ffs_softdep.stub.c Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
ffs_subr.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
ffs_tables.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
ffs_vfsops.c Fix a recently introduced bug which prevents csum totals being copied 2003-09-17 02:24:33 +00:00
ffs_vnops.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
fs.h Split CGSIZE definition so it can be used with 64bit fpg values. 2003-08-21 14:41:00 +00:00
Makefile
softdep.h Add support for UFS2. UFS2 is an enhanced FFS, adding support for 2003-04-02 10:39:19 +00:00