NetBSD/sys/msdosfs
chs 9958c29316 VOP_PUTPAGES() requires page-aligned offsets, so be sure to provide such.
fixes PR 14759.

(while I'm here, call VOP_PUTPAGES() directly instead of indirecting through
the UVM pager op vector.)
2001-11-30 07:05:53 +00:00
..
Makefile
TODO
bootsect.h seperate -> separate 2001-07-22 13:33:58 +00:00
bpb.h
denode.h a whole bunch of changes to improve performance and robustness under load: 2001-09-15 20:36:31 +00:00
direntry.h
fat.h
msdosfs_conv.c add RCSIDs 2001-11-10 13:22:20 +00:00
msdosfs_denode.c add RCSIDs 2001-11-10 13:22:20 +00:00
msdosfs_fat.c add RCSIDs 2001-11-10 13:22:20 +00:00
msdosfs_lookup.c add RCSIDs 2001-11-10 13:22:20 +00:00
msdosfs_vfsops.c add RCSIDs 2001-11-10 13:22:20 +00:00
msdosfs_vnops.c VOP_PUTPAGES() requires page-aligned offsets, so be sure to provide such. 2001-11-30 07:05:53 +00:00
msdosfsmount.h add a new VFS op, vfs_reinit, which is called when desiredvnodes is 2001-09-15 16:12:54 +00:00