index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ctdb
/
server
/
ctdb_ltdb_server.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove explicit include of lib/tevent/tevent.h.
Amitay Isaacs
2012-04-13
1
-1
/
+0
*
STICKY: add prototype code to make records stick to a node to "calm" down if ...
Ronnie Sahlberg
2012-03-20
1
-0
/
+22
*
READONLY: dont schedule for fast vacuum deletion if any of the readonly recor...
Ronnie Sahlberg
2012-02-21
1
-2
/
+3
*
ReadOnly: Make sure we dont try to fast-vacuum records that are set for reado...
Ronnie Sahlberg
2012-02-20
1
-0
/
+2
*
ReadOnly: add per-database statistics to view how much delegations/revokes we...
Ronnie Sahlberg
2012-02-08
1
-0
/
+17
*
ctdb_ltdb_store_server: when storing a record that is not to be scheduled for...
Michael Adam
2011-12-23
1
-6
/
+14
*
Move some common functions to common/ctdb_ltdb.c
Martin Schwenke
2011-11-11
1
-39
/
+0
*
Fix typo in ctdb_ltdb_store_server()
Martin Schwenke
2011-11-09
1
-1
/
+1
*
Record Fetch Collapse: Collapse multiple fetch request into one single request.
Ronnie Sahlberg
2011-11-08
1
-0
/
+11
*
Remove debug message
Ronnie Sahlberg
2011-10-24
1
-2
/
+0
*
Merge branch 'master-readonly-records' into foo
Ronnie Sahlberg
2011-09-12
1
-0
/
+70
|
\
|
*
ReadOnly: add a new control to activate readonly lock capability for a database.
Ronnie Sahlberg
2011-09-01
1
-29
/
+38
|
*
ReadOnly: Check the readonly flag instead of whether the tdb pointer is NULL ...
Ronnie Sahlberg
2011-08-23
1
-0
/
+2
|
*
ReadOnly: Add "readonly" flag to the ctdb_db_context to indicate if this data...
Ronnie Sahlberg
2011-08-23
1
-0
/
+27
|
*
ReadOnly records: Add a new RPC function FETCH_WITH_HEADER.
Ronnie Sahlberg
2011-08-23
1
-0
/
+32
*
|
Add a tunable "AllowClientDBAttach" with default value 1.
Michael Adam
2011-09-05
1
-0
/
+6
|
/
*
Deferred attach: create the timed event as a child context of the da context ...
Ronnie Sahlberg
2011-03-16
1
-1
/
+1
*
Dont allow clients to connect to databases untile we are well past and through
Ronnie Sahlberg
2011-03-14
1
-1
/
+2
*
ctdb_ltdb_store_server: honour the AUTOMATIC record flag
Michael Adam
2011-03-14
1
-0
/
+19
*
ctdb_ltdb_store_server: add ability to send SCHEDULE_FOR_DELETION control to ...
Michael Adam
2011-03-14
1
-1
/
+21
*
ctdb_ltdb_store_server: Improve debug message in ctdb_ltdb_store when store o...
Michael Adam
2011-03-14
1
-1
/
+13
*
ctdb_ltdb_store_server: always store the data when ctdb_ltdb_store() is calle...
Michael Adam
2011-03-14
1
-1
/
+13
*
ctdb_ltdb_store_server: implement fastpath vacuuming deletion based on VACUUM...
Michael Adam
2011-03-14
1
-3
/
+41
*
ctdb_ltdb_store_server: delete an empty record that is safe to delete instead...
Michael Adam
2011-03-14
1
-1
/
+31
*
server: Use the ctdb_ltdb_store_server() in the ctdb daemon for non-persisten...
Michael Adam
2011-03-14
1
-0
/
+2
*
server: create a server variant ctdb_ltdb_store_server() of ctdb_ltdb_store().
Michael Adam
2011-03-14
1
-1
/
+62
*
When attaching to a non-persistent DB, initialize the delete_queue.
Michael Adam
2011-03-14
1
-0
/
+8
*
ATTACH_DB: simplify the code slightly and change the semantics to only
Ronnie Sahlberg
2011-03-01
1
-7
/
+4
*
Deferred attach : at early startup, defer any db attach calls until we are ou...
Ronnie Sahlberg
2011-03-01
1
-11
/
+95
*
Dont return error if trying to set db priority on a db that does not yet exist.
Ronnie Sahlberg
2011-02-25
1
-2
/
+2
*
Add support to create TDB databases using the new jenkins hash.
Ronnie Sahlberg
2010-10-27
1
-5
/
+9
*
event: Update events to latest Samba version 0.9.8
Rusty Russell
2010-08-18
1
-1
/
+1
*
We can not be holding a chainlock at this stage, so the tdb_chainunlock() cal...
Ronnie Sahlberg
2010-06-09
1
-1
/
+0
*
add additional logging when tdb_chainunlock() fails
Ronnie Sahlberg
2010-06-09
1
-1
/
+5
*
fix a conflict in the merge from rusty
Ronnie Sahlberg
2009-12-17
1
-1
/
+4
|
\
|
*
ctdb: use mlockall, cautiously
Rusty Russell
2009-12-16
1
-0
/
+3
|
*
Add --valgringing flag instead of --nosetsched
Rusty Russell
2009-12-16
1
-1
/
+1
*
|
server: add CTDB_CONTROL_DB_SET_HEALTHY and CTDB_CONTROL_DB_GET_HEALTH
Stefan Metzmacher
2009-12-16
1
-0
/
+69
*
|
server: Use tdb_check to verify persistent tdbs on startup
Stefan Metzmacher
2009-12-16
1
-4
/
+385
*
|
server: open /var/ctdb/state/persistent_health.tdb.X on startup
Stefan Metzmacher
2009-12-16
1
-5
/
+116
*
|
server: only do the mkdir() calls for db_directory* once at the start
Stefan Metzmacher
2009-12-16
1
-20
/
+47
*
|
server: create tdbs with 0600 permissions in ctdb_local_attach()
Stefan Metzmacher
2009-12-16
1
-1
/
+1
*
|
ctdb: pass TDB_DISALLOW_NESTING to all tdb_open/tdb_wrap_open calls
Stefan Metzmacher
2009-12-16
1
-0
/
+1
|
/
*
Rename a struct member for clarity
Volker Lendecke
2009-12-12
1
-3
/
+3
*
lower the loglevel for the message that a client has attached to a persistent...
Ronnie Sahlberg
2009-12-02
1
-1
/
+1
*
iIt is better to plainly disallow clietnts from connecting here
Ronnie Sahlberg
2009-11-25
1
-14
/
+11
*
move the check to skip vacuuming on persistent database to the ctdb_vacuuming...
Ronnie Sahlberg
2009-11-03
1
-8
/
+6
*
server: disable vacuuming for persistent tdbs.
Michael Adam
2009-11-03
1
-5
/
+8
*
ensure tdb names end with .tdb. and any number of digits
Wolfgang Mueller-Friedt
2009-10-29
1
-8
/
+13
*
temporarily try allowing clients to attach to databases even if the node is b...
Ronnie Sahlberg
2009-10-27
1
-11
/
+14
[next]