NetBSD/sys/fs/msdosfs
chs 8975a0856f adjust the UBC mapping code to support non-vnode uvm_objects.
this means we can no longer look at the vnode size to determine how many
pages to request in a fault, which is good since for NFS the size can change
out from under us on the server anyway.  there's also a new flag UBC_UNMAP
for ubc_release(), so that the file system code can make the decision about
whether to cache mappings for files being used as executables.
2005-01-09 16:42:43 +00:00
..
Makefile
TODO
bootsect.h Consistently use "bsBPB" as the struct member for the BIOS parameter block. 2003-10-06 02:21:47 +00:00
bpb.h cleanup casts in get/set u short/long so that we don't have const castaways. 2004-06-30 03:43:14 +00:00
denode.h add -t option for gmt time offset (normally MS-DOS filesystem has timestamp 2003-09-07 22:09:11 +00:00
direntry.h add -t option for gmt time offset (normally MS-DOS filesystem has timestamp 2003-09-07 22:09:11 +00:00
fat.h
files.msdosfs
msdosfs_conv.c add -t option for gmt time offset (normally MS-DOS filesystem has timestamp 2003-09-07 22:09:11 +00:00
msdosfs_denode.c Explicitly call pool_init() (and pool_destroy()) when being built as 2004-05-20 05:39:34 +00:00
msdosfs_fat.c Replace the statfs() family of system calls with statvfs(). 2004-04-21 01:05:31 +00:00
msdosfs_lookup.c Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
msdosfs_vfsops.c Rework the mountroot interface so that vfs_mountroot() opens the root device 2005-01-09 03:11:48 +00:00
msdosfs_vnops.c adjust the UBC mapping code to support non-vnode uvm_objects. 2005-01-09 16:42:43 +00:00
msdosfsmount.h Tweak sysctl setup functions (the macros, actually) for use in lkms, 2004-05-20 06:34:24 +00:00