NetBSD/sys/fs
mycroft 45a21b76f0 Fixing age old cruft:
* Rather than using mnt_maxsymlinklen to indicate that a file systems returns
  d_type fields(!), add a new internal flag, IMNT_DTYPE.

Add 3 new elements to ufsmount:
* um_maxsymlinklen, replaces mnt_maxsymlinklen (which never should have existed
  in the first place).
* um_dirblksiz, which tracks the current directory block size, eliminating the
  FS-specific checks littered throughout the code.  This may be used later to
  make the block size variable.
* um_maxfilesize, which is the maximum file size, possibly adjusted lower due
  to implementation issues.

Sync some bug fixes from FFS into ext2fs, particularly:
* ffs_lookup.c 1.21, 1.28, 1.33, 1.48
* ffs_inode.c 1.43, 1.44, 1.45, 1.66, 1.67
* ffs_vnops.c 1.84, 1.85, 1.86

Clean up some crappy pointer frobnication.
2004-08-15 07:19:54 +00:00
..
adosfs Add ffs internal snapshots. Written by Marshall Kirk McKusick for FreeBSD. 2004-05-25 14:54:55 +00:00
cd9660 Fixing age old cruft: 2004-08-15 07:19:54 +00:00
filecorefs Fixing age old cruft: 2004-08-15 07:19:54 +00:00
msdosfs cleanup casts in get/set u short/long so that we don't have const castaways. 2004-06-30 03:43:14 +00:00
ntfs Fixing age old cruft: 2004-08-15 07:19:54 +00:00
smbfs unify the statvfs-reporting related code to single smbfs_smb_statvfs routine 2004-06-05 07:36:25 +00:00
union Keep a pointer to the leaf mount. Needed for write gating where a 2004-07-01 10:03:29 +00:00
Makefile