freebsd-dev/sys/msdosfs
John Dyson bd7e5f992e Eliminated many redundant vm_map_lookup operations for vm_mmap.
Speed up for vfs_bio -- addition of a routine bqrelse to greatly diminish
	overhead for merged cache.
Efficiency improvement for vfs_cluster.  It used to do alot of redundant
	calls to cluster_rbuild.
Correct the ordering for vrele of .text and release of credentials.
Use the selective tlb update for 486/586/P6.
Numerous fixes to the size of objects allocated for files.  Additionally,
	fixes in the various pagers.
Fixes for proper positioning of vnode_pager_setsize in msdosfs and ext2fs.
Fixes in the swap pager for exhausted resources.  The pageout code
	will not as readily thrash.
Change the page queue flags (PG_ACTIVE, PG_INACTIVE, PG_FREE, PG_CACHE) into
	page queue indices (PQ_ACTIVE, PQ_INACTIVE, PQ_FREE, PQ_CACHE),
	thereby improving efficiency of several routines.
Eliminate even more unnecessary vm_page_protect operations.
Significantly speed up process forks.
Make vm_object_page_clean more efficient, thereby eliminating the pause
	that happens every 30seconds.
Make sequential clustered writes B_ASYNC instead of B_DELWRI even in the
	case of filesystems mounted async.
Fix a panic with busy pages when write clustering is done for non-VMIO
	buffers.
1996-01-19 04:00:31 +00:00
..
bootsect.h Pad out MSDOS boot block to 512 bytes (bugfix only) 1995-10-31 20:54:33 +00:00
bpb.h Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
denode.h Introduced a type `vop_t' for vnode operation functions and used 1995-11-09 08:17:23 +00:00
direntry.h Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
fat.h staticize private parts. 1995-11-07 14:06:45 +00:00
msdosfs_conv.c staticize private parts. 1995-11-07 14:06:45 +00:00
msdosfs_denode.c Eliminated many redundant vm_map_lookup operations for vm_mmap. 1996-01-19 04:00:31 +00:00
msdosfs_fat.c Added prototypes. 1995-12-03 16:42:02 +00:00
msdosfs_lookup.c Added prototypes. 1995-12-03 16:42:02 +00:00
msdosfs_vfsops.c Convert QUOTA to new-style option. 1996-01-05 18:31:58 +00:00
msdosfs_vnops.c Untangled the vm.h include file spaghetti. 1995-12-07 12:48:31 +00:00
msdosfsmount.h Moved declarations for static functions to the correct place (not in a 1995-11-16 11:48:10 +00:00