From the "Performance Tuning Guidelines for Windows Server 2008":
TreatHostAsStableStorage
HKLM\System\CurrentControlSet\Services\LanmanServer\Parameters\(REG_DWORD)
The default is 0. This parameter disables the processing of write flush commands from clients. If the value of this entry is 1, the server performance and client latency for power-protected servers can improve. Workloads that resemble the NetBench file server benchmark benefit from this behavior.
and
AsynchronousCredits
HKLM\System\CurrentControlSet\Services\LanmanServer\Parameters\(REG_DWORD)
The default is 512. This parameter limits the number of concurrent “asynchronous” SMB commands that are allowed on a single connection. Some file clients such as IIS servers require a large amount of concurrency, with file change notification requests in particular. The value of this entry can be increased to support these clients.