svn commit: samba r5064 - in trunk/source/smbd: .

jra at samba.org jra at samba.org
Fri Jan 28 21:01:58 GMT 2005


Author: jra
Date: 2005-01-28 21:01:58 +0000 (Fri, 28 Jan 2005)
New Revision: 5064

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=5064

Log:
Shamelessly steal the Samba4 logic (and some code :-) for directory
evaluation. This stops us from reading the entire directory into
memory at one go, and allows partial reads. It also keeps almost
the same interface to the OpenDir/ReadDir etc. code (sorry James :-).
Next I will optimise the findfirst with exact match code. This speeds
up our interactive response for large directories, but not when a
missing (ie. negative) findfirst is done.
Jeremy

Modified:
   trunk/source/smbd/dir.c
   trunk/source/smbd/filename.c
   trunk/source/smbd/notify_hash.c
   trunk/source/smbd/reply.c
   trunk/source/smbd/trans2.c


Changeset:
Sorry, the patch is too large (703 lines) to include; please use WebSVN to see it!
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=5064


More information about the samba-cvs mailing list