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
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
direntry.h
fat.h
files.msdosfs
msdosfs_conv.c
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
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