svn commit: samba-web r639 - in trunk: .

sfrench at samba.org sfrench at samba.org
Sat Apr 23 18:11:46 GMT 2005


Author: sfrench
Date: 2005-04-23 18:11:46 +0000 (Sat, 23 Apr 2005)
New Revision: 639

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

Log:
Update cifs web page for version 1.33

Modified:
   trunk/Linux_CIFS_client.html


Changeset:
Modified: trunk/Linux_CIFS_client.html
===================================================================
--- trunk/Linux_CIFS_client.html	2005-04-19 02:59:42 UTC (rev 638)
+++ trunk/Linux_CIFS_client.html	2005-04-23 18:11:46 UTC (rev 639)
@@ -6,16 +6,15 @@
 <META content="IBM WebSphere Studio Homepage Builder V6.0.2 for Windows" name="GENERATOR">
 <META http-equiv="Content-Style-Type" content="text/css">
 </HEAD>
-<BODY><BR>
+<BODY onload="document.mirrorForm.mirrorLocation.selectedIndex=0"><BR>
 <BR>
 &nbsp;
 <P>LATEST UPDATES - mount.cifs mount helper now updated in Samba svn to version
-1.5. cifs vfs 1.28 version is included in 2.6.10 kernels. Key bug fix included
-for heavy stress cases - very small socket peek responses causing occassional
-abnormal session termination (invalid SMB message would be logged to dmesg).
-Important readdir fixes also included. POSIX ACL support added to Samba
-3.0.11 and later servers. New mount parm added for using the server's (persistant,
-stable) inode numbers on files and directories</P>
+1.7. umount.cifs helper for user unmount created. cifs vfs version 1.31
+is included in 2.6.12-rc2 kernel. cifs vfs 1.33 is current in cifs bk tree
+and svn. dbench benchmark performance imporved almost 10 fold over previous
+versions of cifs, and cifs memory usage under stress has been reduced.
+No high severity open, validated bug reports against 1.33 cifs.</P>
 <TABLE cellSpacing=2 cellPadding=2 width="100%" border=0>
   <CAPTION>
   </CAPTION>
@@ -35,20 +34,21 @@
       <TD vAlign=top width="20%" bgColor=#eeeeee><!-- Menu (Left Column) --><!-- Menu -->
       <CENTER><IMG alt="http://us1.samba.org/samba/images/penguin.gif" src="samba/images/penguin.gif"></CENTER>
       <A 
-      href="mailto:sfrench at samba.org">Questions to developers</A>
+      href="mailto:sfrench at samba.org">Questions to developers<BR>
+      </A>
       <P>Documentation&nbsp;
+      
       <UL>
+        <LI><A href="https://bugzilla.samba.org/buglist.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&product=CifsVFS&content=">Search for open bugs in bugzilla </A>
+        <LI>Test Status (under construction)
+        <LI>Test plan/suggestions (under construction)
+        <LI><A href="http://websvn.samba.org/cgi-bin/viewcvs.cgi/branches/linux-2.6bk/fs/cifs/README?root=linux-cifs-client&rev=26&view=auto">Installation</A>&nbsp;
+        <LI><A href="http://websvn.samba.org/cgi-bin/viewcvs.cgi/branches/linux-2.6bk/fs/cifs/TODO?root=linux-cifs-client&rev=26&view=auto">Todo list</A>&nbsp;
         <LI><A 
-        href="http://cvs.samba.org/cgi-bin/cvsweb/cifsvfs/fs/cifs/README">Installation</A>&nbsp;
-        <LI><A 
-        href="http://cvs.samba.org/cgi-bin/cvsweb/cifsvfs/fs/cifs/TODO">Todo/Bug 
-        list</A>&nbsp;
-        <LI><A 
         href="http://www.snia.org/tech_activities/CIFS/CIFS-TR-1p00_FINAL.pdf">SNIA 
         CIFS Specification</A>&nbsp;
+        <LI><A href="http://websvn.samba.org/cgi-bin/viewcvs.cgi/branches/linux-2.6bk/fs/cifs/AUTHORS?root=linux-cifs-client&rev=22&view=auto">Authors/Thanks</A>&nbsp;
         <LI><A 
-        href="http://cvs.samba.org/cgi-bin/cvsweb/cifsvfs/fs/cifs/AUTHORS">Authors/Thanks</A>&nbsp;
-        <LI><A 
         href="http://www-124.ibm.com/developer/opensource/linux/presentations/samba/connectathon2002/french-cifsvfs.pdf">CIFS 
         VFS Paper</A>&nbsp;
         <LI><A 
@@ -66,20 +66,18 @@
         1.28 of the cifs vfs. The current version is always available via the bitkeeper
         tree at http://cifs.bkbits.net/linux-2.5cifs and a relatively recent version
         is also available by downloading replacement files that can be used in
-        place of those in the fs/cifs directory <A 
-        href="http://us1.samba.org/samba/ftp/cifs-cvs/cifs-1.20c-2.6.tar.gz">1.20 for 2.6 kernels</A>.
+        place of those in the fs/cifs directory <A href="http://pserver.samba.org/samba/ftp/cifs-cvs/cifs-1.33.tar.gz">1.33 for 2.6 kernels</A>.
         <LI><A 
-        href="http://www.samba.org/samba/ftp/cifs-cvs/mount.cifs">Prebuilt mount helper utility (/sbin/mount.cifs version 1.5) built for
+        href="http://www.samba.org/samba/ftp/cifs-cvs/mount.cifs">Prebuilt mount helper utility (/sbin/mount.cifs version 1.7) built for
         i386</A>
+        <LI>Prebuild umount utility (under construction)
         <LI><A href="http://www.samba.org/samba/ftp/cifs-cvs/mount.cifs.c">Source 
         for cifs mount utility on sambaweb</A>
         <LI><A href="http://www.samba.org/samba/ftp/cifs-cvs/mount.cifs.8">man 
         page for mount utility </A>&nbsp;
         <LI><A href="http://cvs.samba.org/cgi-bin/cvsweb/cifsvfs/">2.4 kernel CIFS Files via CVS Web</A>&nbsp;
-        <LI>Via CVS&nbsp;
-        <PRE>cvs -z5 -d&nbsp;
-:pserver:cvs at pserver.samba.org:/cvsroot
-co cifsvfs</PRE>
+        <LI>Source for fairly current cifs vfs can be retrieved via subversion from
+        samba svn linux-cifs-client project: svn co svn://svnanon.samba.org/linux-cifs-client/branches
         <LI><A href="http://cifs.bkbits.net/">Most current 2.6 source at cifs.bkbits.net (requires installation of BitKeeper)</A></LI>
       </UL>
       </TD>
@@ -110,11 +108,10 @@
       conflict. <BR>
       &nbsp;
       <P>The current 2.4 version of the CIFS VFS is <A 
-      href="http://us1.samba.org/samba/ftp/cifs-cvs/cifs-1.20c-2.4.tar.gz">1.20c</A> which was released in July , 2004 and the current 2.6.10 Linux version
-      of the cifs vfs is version 1.28 or to download replacement files for the
+      href="http://us1.samba.org/samba/ftp/cifs-cvs/cifs-1.20c-2.4.tar.gz">1.20c</A> which was released in July , 2004 and the current 2.6.12-rc2 Linux version
+      of the cifs vfs is version 1.31. To download replacement files for the
       fs/cifs directory which includes a relatively recent version of the cifs
-      vfs click <A 
-      href="http://us1.samba.org/samba/ftp/cifs-cvs/cifs-1.20c-2.6.tar.gz">1.20c for 2.6 kernels</A>.
+      vfs click <A href="http://pserver.samba.org/samba/ftp/cifs-cvs/cifs-1.33.tar.gz">1.33 for 2.6 kernels</A>.
       <P>CIFS VFS is licensed under the <A 
       href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</A> 
       version 2 or later.&nbsp;</P>
@@ -129,4 +126,5 @@
     </TR>
   </TBODY>
 </TABLE>
-</BODY></HTML>
+</BODY>
+</HTML>



More information about the samba-cvs mailing list