NetBSD/sys/ufs
dholland aaf6e0acef Widen several of the fields of BLOCK_INFO to 64 bits.
Keep the old BLOCK_INFO as BLOCK_INFO_70, and version the fcntls that
use it.

Note that BLOCK_INFO_70 has 64-bit padding issues so that it's
different on 32-bit and 64-bit machines. This has been fixed. However,
BLOCK_INFO also contains a pointer, so compat32 stuff for 32-on-64 is
still needed and doesn't currently exist.
2015-08-12 18:24:14 +00:00
..
chfs Make VOP_LINK return directory still locked and referenced. 2015-04-20 22:59:19 +00:00
ext2fs Make VOP_LINK return directory still locked and referenced. 2015-04-20 22:59:19 +00:00
ffs Need wapbl transaction around ffs_blkfree_cg. Fixes wapbl+discard. 2015-08-12 14:52:35 +00:00
lfs Widen several of the fields of BLOCK_INFO to 64 bits. 2015-08-12 18:24:14 +00:00
mfs Change ffs to use vcache_new: 2015-03-17 09:39:29 +00:00
ufs mp->mnt_stat.f_flag is never set. Use the mnt_flag directly. 2015-07-11 11:04:48 +00:00
files.ufs Change lfs from hash table to vcache. 2015-05-31 15:48:02 +00:00
Makefile