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
*
libctdb: implement ctdb_disconnect and ctdb_detachdb
Rusty Russell
2010-06-18
4
-12
/
+89
*
libctdb: fix io_elem resource leak on realloc failure.
Rusty Russell
2010-06-18
1
-2
/
+4
*
libctdb: fix writerecord() to actually write the record.
Rusty Russell
2010-06-21
1
-0
/
+2
*
libctdb: ctdb_service() never returns < 0
Rusty Russell
2010-06-18
1
-1
/
+1
*
libctdb: check ctdb_request_free & ctdb_cancel used appropriately.
Rusty Russell
2010-06-18
1
-0
/
+15
*
libctdb: synchronous should be using ctdb_cancel to kill unfinished requests.
Rusty Russell
2010-06-18
1
-2
/
+6
*
libctdb: fix uninitialized field usage on ctdb_attach failure path
Rusty Russell
2010-06-18
1
-1
/
+1
*
libctdb: removed unused lock field from struct ctdb_db
Rusty Russell
2010-06-18
1
-3
/
+0
*
config/interface_modify.sh: do the echo before running the script
Stefan Metzmacher
2010-07-15
1
-1
/
+1
*
config/interface_modify.sh: before calling a script check if it exists and is...
Stefan Metzmacher
2010-07-15
1
-0
/
+3
*
config: wrap iptables in flock to avoid concurrancy.
Rusty Russell
2010-07-15
1
-0
/
+6
*
ctdb: fix crash on "ctdb scriptstatus --events=releaseip"
Rusty Russell
2010-07-12
1
-0
/
+4
*
version: generate RPM version from git
Rusty Russell
2010-07-02
2
-10
/
+30
*
Report client for queue errors.
Rusty Russell
2010-07-01
7
-22
/
+52
*
tdb: improve logging
Rusty Russell
2010-07-01
1
-2
/
+3
*
ctdb_freeze: extend db priority hack to cover serverid.tdb deadlock.
Rusty Russell
2010-07-01
1
-2
/
+6
*
speed startup: with --sloppy-start, cut initial election timeout to 1/2 second.
Rusty Russell
2010-06-22
1
-0
/
+5
*
speed startup: add --sloppy-start.
Rusty Russell
2010-06-22
3
-1
/
+4
*
speed startup: run startup immediately after recovery finished.
Rusty Russell
2010-06-22
1
-1
/
+1
*
speed startup: don't wait a full recovery interval if we've already waited
Rusty Russell
2010-06-22
1
-3
/
+12
*
speed startup: immediately run first monitor event after startup.
Rusty Russell
2010-06-22
1
-1
/
+1
*
speed startup: alter recovery loop
Rusty Russell
2010-06-22
1
-100
/
+103
*
Wrap the IDR early, but not too early.
Ronnie Sahlberg
2010-06-10
1
-1
/
+1
*
Merge commit 'rusty/idtree'
Ronnie sahlberg
2010-06-10
4
-4
/
+14
|
\
|
*
Delay reusing ids to make protocol more robust
Rusty Russell
2010-06-10
3
-2
/
+10
|
*
idtree: fix handling of large ids (eg INT_MAX)
Rusty Russell
2010-06-10
1
-2
/
+4
*
|
fix a debug message
Ronnie Sahlberg
2010-06-09
1
-1
/
+1
*
|
idr can timeout and wrap/be reused quite quickly.
Ronnie Sahlberg
2010-06-09
1
-1
/
+11
*
|
We can not be holding a chainlock at this stage, so the tdb_chainunlock() cal...
Ronnie Sahlberg
2010-06-09
1
-1
/
+0
*
|
add extra logging for failed ctdb_ltdb_unlock() for a few more places
Ronnie Sahlberg
2010-06-09
1
-4
/
+19
*
|
add additional logging when tdb_chainunlock() fails
Ronnie Sahlberg
2010-06-09
3
-8
/
+39
*
|
print the db name qwhen a chainunlock fails too
Ronnie Sahlberg
2010-06-09
1
-1
/
+1
*
|
when tdb_chainunlock() fails, print the tdb error that occured
Ronnie Sahlberg
2010-06-09
1
-1
/
+1
|
/
*
Some "ctdb ..." commands can be run without having the main daemon running.
Ronnie Sahlberg
2010-06-09
1
-10
/
+11
*
libctdb: connect TDB logging to our logging
Rusty Russell
2010-06-08
3
-9
/
+68
*
libctdb: always check header hasn't changed on local tdb
Rusty Russell
2010-06-08
2
-25
/
+57
*
libctdb: more bool conversion, and accompany lock by ctdb_db in API
Rusty Russell
2010-06-08
4
-18
/
+34
*
libctdb: clarify logging levels
Rusty Russell
2010-06-08
3
-17
/
+30
*
libctdb: use magic to detect free/invalid locks
Rusty Russell
2010-06-08
1
-26
/
+32
*
Additional log messages when tdb databases can no longer be chainlocked or ch...
Ronnie Sahlberg
2010-06-08
2
-1
/
+3
*
In ctdb_writerecord()
Ronnie Sahlberg
2010-06-05
1
-0
/
+7
*
Split ctdb_release_lock() into a function to release the locvk and another fu...
Ronnie Sahlberg
2010-06-05
3
-3
/
+26
*
update "ctdb pnn" to use the new return value for _recv() where
Ronnie Sahlberg
2010-06-05
1
-2
/
+2
*
Must initialize ctdb->locks or else bad things happen
Ronnie Sahlberg
2010-06-05
1
-0
/
+1
*
Update the ctdb tool to use the new signature for ctdb_connect()
Ronnie Sahlberg
2010-06-05
1
-1
/
+2
*
libctdb: documentation
Rusty Russell
2010-06-04
2
-90
/
+385
*
libctdb: use values from ctdb_protocol.h, don't re-declare
Rusty Russell
2010-06-04
1
-12
/
+1
*
libctdb: use bool in API
Rusty Russell
2010-06-04
6
-64
/
+60
*
libctdb: track lock for each ctdb_db, complain if they hold too long.
Rusty Russell
2010-06-04
2
-33
/
+50
*
patch libctdb-use-logging.patch
Rusty Russell
2010-06-04
5
-22
/
+138
[next]