cvs commit: src/sys/fs/msdosfs msdosfs_vnops.c

Alfred Perlstein alfred at freebsd.org
Sat Jul 21 02:10:28 UTC 2007


* Bruce Evans <bde at FreeBSD.org> [070720 10:06] wrote:
> bde         2007-07-20 17:06:57 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/fs/msdosfs       msdosfs_vnops.c 
>   Log:
>   Implement vfs clustering for msdosfs.
...
>   msdosfs is now only slightly slower than ffs with soft updates for
>   writing and slightly faster for reading when both use their best block
>   sizes.  Writing is slower for msdosfs because of more sync writes.
>   Reading is faster for msdosfs because indirect blocks interfere with
>   clustering in ffs.

Very cool, is there any merit for modifying ffs to reallocblks for
indirect blocks?  Or does that not apply?  Basically, attempt to
keep indirect blocks closeby to either each other or possibly
the direct blocks they reference?

-- 
- Alfred Perlstein


More information about the cvs-src mailing list