1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3
Volker Lendecke 5193ae9b5a Change default bufsize to 512k
I did not do any scientific tests, but the dummy test on my laptop against a
w2k3 vmware shows that in this specific situation going beyond 512k seems not
to gain anything anymore.

smb: \> iosize 64512
iosize is now 64512
smb: \> lcd /dev
smb: \> get random null
getting file \random of size 104857600 as null (33453,1 kb/s) (average 19718,5 kb/s)
smb: \> get random null
getting file \random of size 104857600 as null (34236,0 kb/s) (average 20509,1 kb/s)
smb: \> iosize 524288
iosize is now 524288
smb: \> get random null
getting file \random of size 104857600 as null (49042,1 kb/s) (average 22521,9 kb/s)
smb: \> get random null
getting file \random of size 104857600 as null (49420,8 kb/s) (average 23432,9 kb/s)
smb: \> iosize 1048576
iosize is now 1048576
smb: \> get random null
getting file \random of size 104857600 as null (49420,8 kb/s) (average 24284,2 kb/s)
smb: \> get random null
getting file \random of size 104857600 as null (49136,3 kb/s) (average 25076,9 kb/s)
(This used to be commit 1bcfef6a90)
2008-03-06 13:28:23 +01:00
..
auth Be more verbose why create local token has failed during 2008-03-06 12:27:11 +01:00
client Change default bufsize to 512k 2008-03-06 13:28:23 +01:00
codepages
exports Create symbols to export in libtdb dynamically from tdb.h. 2008-02-14 14:17:57 +01:00
groupdb Fix "status used uninitialized" warnings. 2008-01-15 15:09:13 -08:00
include Add infrastructure to support async SMB requests 2008-03-06 13:28:23 +01:00
iniparser
iniparser_build
intl Fix some warnings 2008-02-25 16:09:26 +01:00
lib Add basic infrastructure for general async requests 2008-03-06 13:28:23 +01:00
libaddns Fix an uninitialized variable, Coverity ID 481 2008-03-06 11:47:31 +01:00
libads Add my copyright. 2008-02-27 19:38:48 +01:00
libgpo Fix gp_find_file() which broke during the pstring removal. 2008-03-03 09:44:36 +01:00
libnet Add secure_channel_type to libnetjoin. 2008-03-04 19:04:54 +01:00
librpc Re-run make idl. 2008-03-05 10:32:55 +01:00
libsmb Convert cli_read to use cli_pull 2008-03-06 13:28:23 +01:00
locking Fix some "set but never used" warnings 2008-01-20 17:44:40 +01:00
m4 configure: put swat-part of config into m4-include file of its own. 2008-02-26 13:56:12 +01:00
modules Respect FAMChanged -- attempt to fix bug 5307 2008-03-06 10:07:46 +01:00
nmbd Patch to fix the "Invalid read of size 4" errors. Bug #3617. 2008-02-29 06:55:33 -08:00
nsswitch Fix a memleak 2008-03-06 11:37:01 +01:00
pam_smbpass Fix build for pam_smbpass 2008-01-16 12:42:26 +03:00
param Fix lp_load with an empty registry and "config backend = registry". Michael, please check. 2008-03-06 09:52:06 +01:00
passdb Fix a memleak -- Coverity ID 222 2008-03-05 18:44:26 +01:00
pkgconfig libwbclient: add wbclient.pc.in 2008-01-15 10:43:43 +01:00
po
popt
printing Fix some typos. 2008-02-08 10:05:32 +01:00
profile
registry Fix init_registry_data for subkeyless top-level keys. 2008-03-01 01:02:15 +01:00
rpc_client Fix coverity ID 525, 526, 527, 528, 529 and 530 2008-03-05 22:36:18 +01:00
rpc_parse Remove unused marshalling for SRV_NET_REMOTE_TOD. 2008-03-05 10:40:52 +01:00
rpc_server Fix Coverity ID 565 2008-03-05 18:45:34 +01:00
rpcclient Use rpccli_srvsvc_NetRemoteTOD() in rpcclient. 2008-03-05 10:38:13 +01:00
script Test: Properly track current test binary for tracking crashes. 2008-03-06 09:25:49 +01:00
services Fix segfault in svcctl_get_secdesc(): prevent premature TALLOC_FREE. 2008-02-18 17:41:19 +01:00
smbd Be more verbose why create local token has failed during 2008-03-06 12:27:11 +01:00
stf
tests configure: Remove lib/repdir.c and related stuff 2008-02-29 09:48:24 +01:00
torture Remove a useless variable. 2008-02-28 12:20:43 +01:00
utils Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-test 2008-03-05 19:42:15 +01:00
web Always pass a TALLOC_CTX to str_list_make and str_list_copy 2008-02-04 20:57:49 +01:00
winbindd winbind: use a struct element for WBFLAG_PAM_UNIX_NAME 2008-02-28 23:00:42 +01:00
.dmallocrc
.indent.pro
autogen.sh
change-log
config.guess
config.sub
configure.developer
configure.in Revert "Make sure to generate pkgconfig files for libtdb and libtalloc." 2008-03-05 16:31:04 +01:00
Doxyfile
dynconfig.c popt: Use SMB_CONF_PATH environment var if no other configfile is set. 2008-02-04 17:41:23 +01:00
install-sh
library-versions.in Add support for building and using shared and static libtdb library. 2008-02-14 14:17:57 +01:00
mainpage.dox
Makefile.in Add infrastructure to support async SMB requests 2008-03-06 13:28:23 +01:00
smbadduser.in
VERSION