freebsd-dev/sys/fs/msdosfs
Poul-Henning Kamp 5e8c582ac2 Put a version element in the VFS filesystem configuration structure
and refuse initializing filesystems with a wrong version.  This will
aid maintenance activites on the 5-stable branch.

s/vfs_mount/vfs_omount/

s/vfs_nmount/vfs_mount/

Name our filesystems mount function consistently.

Eliminate the namiedata argument to both vfs_mount and vfs_omount.
It was originally there to save stack space.  A few places abused
it to get hold of some credentials to pass around.  Effectively
it is unused.

Reorganize the root filesystem selection code.
2004-07-30 22:08:52 +00:00
..
bootsect.h Spell the BPB member of the 7.10 bootsector as bsBPB rather than bsPBP to 2002-10-21 19:00:50 +00:00
bpb.h
denode.h Make msdosfs support the dirty flag in FAT16 and FAT32. 2003-12-26 17:19:19 +00:00
direntry.h Use size_t or ssize_t wherever appropriate instead of casting from int * 2004-02-19 09:56:58 +00:00
fat.h Make msdosfs support the dirty flag in FAT16 and FAT32. 2003-12-26 17:19:19 +00:00
msdosfs_conv.c Use size_t or ssize_t wherever appropriate instead of casting from int * 2004-02-19 09:56:58 +00:00
msdosfs_denode.c Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
msdosfs_fat.c Fixed some (most) style bugs in rev.1.33. Mainly 4-char indentation 2003-12-29 11:59:05 +00:00
msdosfs_fileno.c By popular request, add a workaround that allows large (>128GB or so) 2004-07-03 13:22:38 +00:00
msdosfs_iconv.c - Support for multibyte charsets in LIBICONV. 2003-09-26 20:26:25 +00:00
msdosfs_lookup.c - Support for multibyte charsets in LIBICONV. 2003-09-26 20:26:25 +00:00
msdosfs_vfsops.c Put a version element in the VFS filesystem configuration structure 2004-07-30 22:08:52 +00:00
msdosfs_vnops.c Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is 2004-07-26 07:24:04 +00:00
msdosfsmount.h By popular request, add a workaround that allows large (>128GB or so) 2004-07-03 13:22:38 +00:00