[linux-cifs-client] posix create

Steve French smfrench at gmail.com
Fri Feb 20 03:27:45 GMT 2009


The following patch helps improve the performance of the cifs create
path (to Samba and servers which support the cifs posix protocol
extensions).  Using Connectathon basic test1, with 2000 files, the
performance improved about 15%, and also helped reduce network traffic
(17% fewer SMBs sent over the wire) due to saving a network round trip
for the SetPathInfo on every file create.

It should also help the semantics (and probably the performance) of
write (e.g. when posix byte range locks are on the file) on file
handles opened with posix create, and adds support for a few flags
which would have to be ignored otherwise.

-- 
Thanks,

Steve
-------------- next part --------------
A non-text attachment was scrubbed...
Name: posix-open.diff
Type: text/x-diff
Size: 12203 bytes
Desc: not available
Url : http://lists.samba.org/archive/linux-cifs-client/attachments/20090219/71186bef/posix-open-0001.bin


More information about the linux-cifs-client mailing list