Resume link fixed
[www.jankratochvil.net.git] / project / smbfs / ListItem.pm
index 722da46..a7dc691 100755 (executable)
@@ -29,22 +29,18 @@ use My::Web;
 
 
 our @ListItem=(
-               "name"=>"SMB Kernel Filesystem Acceleration",
+               "name"=>'smbfs patch',
+               "platform"=>"unixuser",
+               "trivia"=>1,
                "priority"=>6,
                "download"=>"smbfs-2.1.132-blocksize.diff",
-               "summary"=>"SMB acceleration patch",
+               "summary"=>'Linux kernel smbfs acceleration patch',
                "license"=>"PD",
                "maintenance"=>"ready",
                "language"=>"C patch",
                "description"=><<"HERE",
-<p>Simple patch to increase virtual block size of SMB filesytem in Linux
-kernel. For me it improved tranfer rate of <code>cp</code> command almost
-by a factor of <strong>2</strong> (approx. 700KB -&gt; 1300KB or something
-like about it). Now <code>cp</code> should be as fast as <code>cat</code>
-redirected across networked filesystems.</p>
-<p>Unfortunately the blocksize causes different (4 times smaller) sizes
-reported by <code>du</code> command as it measures it in <i>blocks</i>
-and not in <i>kilobytes</i> as some people think.</p>
+<p>Accelerate twice the copying transfer rate for client GNU/Linux from SMB
+server share (Microsoft Windows).
 HERE
                );