NetBSD/sys/fs/msdosfs
xtraeme 729d0a0184 Apply patch from PR kern/34583 sent by Rhialto, quoting him:
"Add a 3rd entry in the cache, which keeps the end position
 from just before extending a file.
 This has the desired effect of keeping the write speed constant."

And yes, that helps a lot copying large files... always at full speed
now. This closes my PR kern/30868 "Poor performance copying large files
on msdosfs".

Also remove a 2 if-statements testing the same condition, combine them.

All that from Rhialto, thank you very much.
2006-09-22 17:45:21 +00:00
..
Makefile
TODO
bootsect.h When mounting an MSDOS fileysystem, do not require that bytes 252 and 2006-08-14 14:06:26 +00:00
bpb.h
denode.h Apply patch from PR kern/34583 sent by Rhialto, quoting him: 2006-09-22 17:45:21 +00:00
direntry.h
fat.h
files.msdosfs
msdosfs_conv.c
msdosfs_denode.c integrate kauth. 2006-05-14 21:31:52 +00:00
msdosfs_fat.c Apply patch from PR kern/34583 sent by Rhialto, quoting him: 2006-09-22 17:45:21 +00:00
msdosfs_lookup.c integrate kauth. 2006-05-14 21:31:52 +00:00
msdosfs_vfsops.c add missing initializers 2006-09-02 07:12:11 +00:00
msdosfs_vnops.c Apply patch from PR kern/34583 sent by Rhialto, quoting him: 2006-09-22 17:45:21 +00:00
msdosfsmount.h