NetBSD/sys/fs/msdosfs
christos 6b98a17401 - If the filesystem lives on a wedge, then we try to get wedge information
since DIOCGPART is going to fail. Unfortunately there is no way to get the
  geometry information we need from the wedge; it would be nice for wedges
  to support a geometry ioctl. The values we cannot retrieve are marked with
  XXX.
- Add a lot more debugging.
2007-01-20 23:34:09 +00:00
..
bootsect.h When mounting an MSDOS fileysystem, do not require that bytes 252 and 2006-08-14 14:06:26 +00:00
bpb.h PR/35151: Christian Groessler: file size reported incorrectly for files > 2GB 2006-11-30 15:59:23 +00:00
denode.h Apply patch from PR kern/34583 sent by Rhialto, quoting him: 2006-09-22 17:45:21 +00:00
direntry.h - protect userland exported files against multiple inclusion. 2005-12-03 17:34:43 +00:00
fat.h - protect userland exported files against multiple inclusion. 2005-12-03 17:34:43 +00:00
files.msdosfs
Makefile
msdosfs_conv.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
msdosfs_denode.c Support FAT filesystems on non-DEV_BSIZE media. 2006-11-25 12:17:30 +00:00
msdosfs_fat.c Support FAT filesystems on non-DEV_BSIZE media. 2006-11-25 12:17:30 +00:00
msdosfs_lookup.c a smorgasbord of improvements to vnode locking and path lookup: 2006-12-09 16:11:50 +00:00
msdosfs_vfsops.c - If the filesystem lives on a wedge, then we try to get wedge information 2007-01-20 23:34:09 +00:00
msdosfs_vnops.c Consistent usage of KAUTH_GENERIC_ISSUSER. 2007-01-04 15:42:37 +00:00
msdosfsmount.h Support FAT filesystems on non-DEV_BSIZE media. 2006-11-25 12:17:30 +00:00
TODO