[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Sat Sep 20 13:14:04 MDT 2014


The branch, master has been updated
       via  c84a66d WHATSNEW: Mention unix domain datagram messaging
       via  e3a0c3e WHATSNEW: Mention tdb mutexes
      from  3360f9a WHATSNEW: mention overhauled "net idmap" command

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit c84a66d8405c99c962d1e04e9e17e120fb7a2dfd
Author: Volker Lendecke <vl at samba.org>
Date:   Sat Sep 20 17:20:11 2014 +0200

    WHATSNEW: Mention unix domain datagram messaging
    
    Signed-off-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Michael Adam <obnox at samba.org>
    
    Autobuild-User(master): Volker Lendecke <vl at samba.org>
    Autobuild-Date(master): Sat Sep 20 21:13:50 CEST 2014 on sn-devel-104

commit e3a0c3ef764e39baeb0fc6f77c9d463b908cb04a
Author: Volker Lendecke <vl at samba.org>
Date:   Sat Sep 20 17:16:49 2014 +0200

    WHATSNEW: Mention tdb mutexes
    
    Signed-off-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Michael Adam <obnox at samba.org>

-----------------------------------------------------------------------

Summary of changes:
 WHATSNEW.txt |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index e9a5627..6fd9261 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -95,6 +95,29 @@ systematized and subcommands for reading and writing the autorid idmap
 database have been added. Note that the writing commands should be
 used with great care. See the net(8) manual page for details.
 
+tdb improvements
+================
+
+The tdb library, our core mechanism to store Samba-specific data on disk and
+share it between processes, has been improved to support process shared robust
+mutexes on Linux. These mutexes are available on Linux and Solaris and
+significantly reduce the overhead involved with tdb. To enable mutexes for
+tdb, set
+
+dbwrap_tdb_mutexes:* = yes
+
+in the [global] section of your smb.conf.
+
+Tdb has furthermore improved to manage its file space more efficiently. This
+will lead to smaller and less fragmented databases.
+
+Messaging improvements
+======================
+
+Our internal messaging subsystem, used for example for things like oplock
+break messages between smbds or setting a process debug level dynamically, has
+been rewritten to use unix domain datagram messages.
+
 
 ######################################################################
 Changes


-- 
Samba Shared Repository


More information about the samba-cvs mailing list