windows-local-directory-updates-smb-20070802
authorAsanka Herath <asanka@secure-endpoints.com>
Thu, 2 Aug 2007 22:05:39 +0000 (22:05 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 2 Aug 2007 22:05:39 +0000 (22:05 +0000)
commit9353e122a33044df752e61de95f155f63876f0a2
treedb710c9c2223ad4904fe7dbd1a04d513c7488510
parentac5346c3703e199eaabf8eeb7e156e42644092c4
windows-local-directory-updates-smb-20070802

The windows cache manager has suffered from poor performance as a result
of Create, Rename, and Delete operations because they invalidate the
contents of the directory pages in the cache thereby forcing them to be
reloaded from the file server.   As the directory size increases, the clock
time necessary to perform the reload increases.

This delta adds support for parsing and updating the AFS3 directory buffers
to cm_dir.c.  It then uses that functionality to perform local updates to
the directory buffers whenever the following conditions are met:

 1. the data version on the directory as a result of the change
    was incremented by one.

 2. all of the directory buffers required for the update are in
    the cache.

If these conditions are not met, the directory is reloaded from the file
server.
src/WINNT/afsd/smb.c