NetBSD/sys/ufs
martin f0b8f9c13b From Michael Plass:
The superblock field that distinguishes between 4.2BSD and 4.4BSD
inodes is really only relevant on a UFS1 file system. Make sure that
it is a UFS1 fs before using fs_old_inodefmt.

Note that the NetBSD newfs and mkfs utilities initialize fs_old_inodefmt
even for UFS2, so problems were apparent only on file systems created
by other operating systems, for example, FreeBSD.
2016-07-28 08:24:58 +00:00
..
chfs Make VOP_LINK return directory still locked and referenced. 2015-04-20 22:59:19 +00:00
ext2fs GSoC 2016 (Hrishikesh Goyal): Htree index support from FreeBSD 2016-06-24 17:21:30 +00:00
ffs From Michael Plass: 2016-07-28 08:24:58 +00:00
lfs Don't do variable stack allocations for systems with non-const PAGE_SIZE; 2016-07-21 18:10:47 +00:00
mfs Change ffs to use vcache_new: 2015-03-17 09:39:29 +00:00
ufs KNF. Remove extra spaces. No functional change. 2016-07-07 06:55:38 +00:00
Makefile
files.ufs GSoC 2016 (Hrishikesh Goyal): Htree index support from FreeBSD 2016-06-24 17:21:30 +00:00