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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
ReadOnly: add a readonly flag to the getdbmap control and show the readonly s...
Ronnie Sahlberg
2011-09-01
3
-5
/
+17
|
|
*
ReadOnly: Change the ctdb_db structure to keep a uint8_t for flags instead of...
Ronnie Sahlberg
2011-09-01
5
-15
/
+19
|
|
*
LibCTDB : initialize ctdb->pnn to -1 when we create a new context
Ronnie Sahlberg
2011-08-23
1
-0
/
+1
|
|
*
LibCTDB : change the ctdb_fetch_lock_once test tool to use libctdb instead of...
Ronnie Sahlberg
2011-08-23
2
-33
/
+57
|
|
*
LibCTDB : add support for getrecmode
Ronnie Sahlberg
2011-08-23
3
-0
/
+95
|
|
*
ReadOnly: Check the readonly flag instead of whether the tdb pointer is NULL ...
Ronnie Sahlberg
2011-08-23
4
-2
/
+5
|
|
*
ReadOnly: add description of readonly records
Ronnie Sahlberg
2011-08-23
1
-0
/
+246
|
|
*
ReadOnly: clear out the tracking record once a revoke is completed
Ronnie Sahlberg
2011-08-23
2
-0
/
+8
|
|
*
ReadOnly: When the client wants a readwrite lock but the local node is the dm...
Ronnie Sahlberg
2011-08-23
1
-0
/
+19
|
|
*
ReadOnly: Change the update_record test tool to use the new fetchlock routine...
Ronnie Sahlberg
2011-08-23
1
-3
/
+1
|
|
*
ReadOnly: Add a test tool that requests a readonly delegation in a loop
Ronnie Sahlberg
2011-08-23
2
-1
/
+140
|
|
*
ReadOnly: Add a test tool to fetch a record, requesting a readonly delegation...
Ronnie Sahlberg
2011-08-23
2
-1
/
+139
|
|
*
ReadOnly: Add clientside code to fetch readonly records
Ronnie Sahlberg
2011-08-23
3
-3
/
+212
|
|
*
ReadOnly: Add a ctdb_ltdb_fetch_readonly() helper function
Ronnie Sahlberg
2011-08-23
2
-0
/
+37
|
|
*
ReadOnly: Add handlign of readonly requests readwrite requests, delegations a...
Ronnie Sahlberg
2011-08-23
1
-0
/
+47
|
|
*
ReadOnly: Add processing for ReadOnly delegation requests and revoke requests...
Ronnie Sahlberg
2011-08-23
1
-14
/
+116
|
|
*
ReadOnly: Once recovery has finished, make sure to free all revoke child proc...
Ronnie Sahlberg
2011-08-23
1
-0
/
+4
|
|
*
ReadOnly: When releasing all deferred calls that blocked during revoke of all...
Ronnie Sahlberg
2011-08-23
1
-1
/
+1
|
|
*
ReadOnly: Add a new flag to call request packet to indicate that the client w...
Ronnie Sahlberg
2011-08-23
1
-1
/
+2
|
|
*
ReadOnly: Add a function to start a revoke of all delegations for a record.
Ronnie Sahlberg
2011-08-23
2
-0
/
+268
|
|
*
ReadOnly: Add functions to register CALLs to a context used to handle deferal...
Ronnie Sahlberg
2011-08-23
2
-0
/
+98
|
|
*
ReadOnly: Add an extra flag to ctdb_call_local to specify whether we want to ...
Ronnie Sahlberg
2011-08-23
3
-8
/
+12
|
|
*
ReadOnly: After recovering all databases, make sure to clear out the tracking...
Ronnie Sahlberg
2011-08-23
1
-0
/
+11
|
|
*
ReadOnly: Add "readonly" flag to the ctdb_db_context to indicate if this data...
Ronnie Sahlberg
2011-08-23
2
-0
/
+29
|
|
*
ReadOnly: After performing a recovery, clear out all flags related to readonl...
Ronnie Sahlberg
2011-08-23
1
-0
/
+5
|
|
*
Add the missing "persistent" argument to db_exist()
Ronnie Sahlberg
2011-08-23
1
-1
/
+2
|
|
*
ReadOnly: Add a new command 'ctdb cattdb'. This fucntion differs from 'ctdb c...
Ronnie Sahlberg
2011-08-23
1
-0
/
+56
|
|
*
ReadOnly: Add printing of the record flags when we are traversing a database ...
Ronnie Sahlberg
2011-08-23
1
-0
/
+9
|
|
*
ReadOnly: Add 4 new record flags to handle read only delegation and revoking ...
Ronnie Sahlberg
2011-08-23
1
-0
/
+4
|
|
*
ReadOnly: add a new test tool that does a fetchlock on a record, then bunps t...
Ronnie Sahlberg
2011-08-23
2
-1
/
+165
|
|
*
ReadOnly: Add clientside functions to send the UPDATE_RECORD control
Ronnie Sahlberg
2011-08-23
2
-0
/
+76
|
|
*
ReadOnly: Add test tool to validate the functions to manipulate and enumerate...
Ronnie Sahlberg
2011-08-23
2
-1
/
+142
|
|
*
ReadOnly: Add helper functions to manipulate a TDB_DATA as a bitmap for nodes...
Ronnie Sahlberg
2011-08-23
2
-0
/
+51
|
|
*
ReadOnly records: Add a new RPC function FETCH_WITH_HEADER.
Ronnie Sahlberg
2011-08-23
3
-2
/
+59
|
*
|
Drop loglevel for a tevent message from FATAL to ERROR
Ronnie Sahlberg
2011-09-08
1
-1
/
+1
|
*
|
Merge remote branch 'ddiss/master_pmda_and_client_timeouts'
Ronnie Sahlberg
2011-09-08
25
-46
/
+1054
|
|
\
\
|
|
*
|
pmda: handle struct latency_counter and add num_recoveries
David Disseldorp
2011-09-06
3
-7
/
+18
|
|
*
|
pmda: document in README how to add a new metric
David Disseldorp
2011-09-06
1
-1
/
+21
|
|
*
|
pmda: Use CTDB_PATH macro for default socket path
David Disseldorp
2011-09-06
1
-24
/
+30
|
|
*
|
pmda: Pull ctdb statistics once per fetch
David Disseldorp
2011-09-06
1
-69
/
+73
|
|
*
|
pmda: Attempt reconnects while ctdbd is unavailable
David Disseldorp
2011-09-06
3
-51
/
+143
|
|
*
|
pmda: Initial ctdb pmda check-in
David Disseldorp
2011-09-06
10
-2
/
+857
|
|
*
|
client: flag local node in ctdb -Y status output
David Disseldorp
2011-09-06
1
-5
/
+7
|
|
*
|
client: add timeout argument to ctdb_attach
David Disseldorp
2011-09-06
13
-26
/
+42
|
|
*
|
client: add req timeout argument to ctdb_cmdline_client
David Disseldorp
2011-09-06
11
-12
/
+14
|
*
|
|
Merge branch 'master' of 10.1.1.27:/shared/ctdb/ctdb-master
Ronnie Sahlberg
2011-09-06
5
-0
/
+88
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
Interface monitoring: add a event to trigger every 30 seconds to check that a...
Ronnie Sahlberg
2011-09-06
2
-0
/
+49
|
|
*
|
Check interfaces: when reading the public addresses file to create the vnn list
Ronnie Sahlberg
2011-09-06
5
-0
/
+39
|
*
|
|
Merge branch 'master' of ssh://git.samba.org/data/git/ctdb
Ronnie Sahlberg
2011-09-05
1
-1
/
+1
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
tools/ctdb: fix a typo in a debug message
Michael Adam
2011-09-02
1
-1
/
+1
[prev]
[next]