index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ctdb
/
server
/
ctdb_freeze.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ctdb-daemon: Add implementation of VACUUM_FETCH control
Amitay Isaacs
2019-10-24
1
-1
/
+8
*
ctdb-daemon: Fix signed/unsigned comparisons by declaring as unsigned
Martin Schwenke
2019-07-05
1
-5
/
+5
*
ctdb-daemon: Invalidate records if a node becomes INACTIVE
Amitay Isaacs
2018-10-08
1
-1
/
+23
*
ctdb-daemon: Add a function to check if db access is allowed
Amitay Isaacs
2017-09-12
1
-0
/
+18
*
ctdb-daemon: Add accessors for CTDB_DB_FLAGS_PERSISTENT flag
Amitay Isaacs
2017-06-29
1
-1
/
+1
*
ctdb-daemon: Drop implementation of global transaction controls
Amitay Isaacs
2016-07-28
1
-100
/
+0
*
ctdb-freeze: Remove ctdb_db_prio_frozen() function
Amitay Isaacs
2016-07-25
1
-17
/
+0
*
ctdb-freeze: Drop function thaw_priority()
Amitay Isaacs
2016-07-25
1
-16
/
+10
*
ctdb-daemon: Drop priorites from freeze/thaw code
Amitay Isaacs
2016-07-25
1
-90
/
+47
*
ctdb-server: Replace ctdb_logging.h with common/logging.h
Amitay Isaacs
2015-11-16
1
-1
/
+1
*
ctdb-daemon: Rename struct ctdb_control_transdb to ctdb_transdb
Amitay Isaacs
2015-11-04
1
-9
/
+9
*
ctdb-daemon: Rename struct ctdb_req_control to ctdb_req_control_old
Amitay Isaacs
2015-11-04
1
-5
/
+5
*
ctdb-daemon: Separate prototypes for common client/server functions
Amitay Isaacs
2015-10-30
1
-1
/
+1
*
ctdb-daemon: Remove dependency on includes.h
Amitay Isaacs
2015-10-30
1
-5
/
+12
*
ctdb-daemon: Introduce per database generation
Amitay Isaacs
2015-10-07
1
-2
/
+3
*
ctdb-freeze: Use individual database freeze in blocking freeze
Amitay Isaacs
2015-10-07
1
-8
/
+21
*
ctdb-freeze: Ensure all databases get frozen during freeze
Amitay Isaacs
2015-10-07
1
-4
/
+45
*
ctdb-freeze: Make function ctdb_start_freeze static
Amitay Isaacs
2015-10-07
1
-1
/
+1
*
ctdb-freeze: Fix a log message
Amitay Isaacs
2015-10-07
1
-1
/
+1
*
ctdb-freeze: Use database specific information in wipe database
Amitay Isaacs
2015-10-07
1
-3
/
+3
*
ctdb-freeze: Use single database transactions for global transactions
Amitay Isaacs
2015-10-07
1
-6
/
+13
*
ctdb-daemon: Add controls for transactions on a single database
Amitay Isaacs
2015-10-07
1
-0
/
+177
*
ctdb-daemon: Rename ctdb_control_wipe_database to ctdb_control_transdb
Amitay Isaacs
2015-10-07
1
-1
/
+1
*
ctdb-freeze: simplify code with TALLOC_FREE
Amitay Isaacs
2015-10-07
1
-4
/
+1
*
ctdb-freeze: Improve log message to indicate subsequent freeze operation
Amitay Isaacs
2015-10-07
1
-1
/
+1
*
ctdb-freeze: Use single database freeze/thaw code for existing controls
Amitay Isaacs
2015-10-07
1
-7
/
+107
*
ctdb-freeze: Move destructor closer to where it is used
Amitay Isaacs
2015-10-07
1
-9
/
+9
*
ctdb-daemon: Add controls to freeze/thaw a single database
Amitay Isaacs
2015-10-07
1
-0
/
+182
*
ctdb-daemon: Avoid the use of ctdb->freeze_mode variable
Amitay Isaacs
2015-10-07
1
-11
/
+9
*
ctdb-freeze: Refactor code to check if databases are frozen
Amitay Isaacs
2015-10-07
1
-0
/
+29
*
ctdb-freeze: Use ctdb_db_iterator to commit transaction on databases
Amitay Isaacs
2015-10-07
1
-20
/
+33
*
ctdb-freeze: Use ctdb_db_iterator to start transaction on databases
Amitay Isaacs
2015-10-07
1
-24
/
+33
*
ctdb-freeze: Use ctdb_db_iterator to cancel transaction on databases
Amitay Isaacs
2015-10-07
1
-21
/
+2
*
ctdb-freeze: Use ctdb_db_prio_iterator to cancel transaction on databases
Amitay Isaacs
2015-10-07
1
-24
/
+26
*
ctdb-freeze: Remove commented test code
Amitay Isaacs
2015-10-07
1
-10
/
+0
*
ctdb-freeze: Do an early exit if freeze is pending
Amitay Isaacs
2015-10-07
1
-14
/
+17
*
ctdb-util: Rename db_wrap to tdb_wrap and make it a build subsystem
Martin Schwenke
2014-09-10
1
-1
/
+1
*
ctdb-locking: Talloc lock request from client specified context
Amitay Isaacs
2014-09-05
1
-2
/
+2
*
ctdb-daemon: Do not thaw databases if recovery is active
Amitay Isaacs
2014-07-07
1
-3
/
+10
*
freeze: Make ctdb_start_freeze() a void function
Amitay Isaacs
2013-07-02
1
-14
/
+6
*
freeze: If priority is invalid here, it's time to abort
Amitay Isaacs
2013-07-02
1
-6
/
+1
*
freeze: Log message from ctdb_start_freeze() and ctdb_control_freeze()
Amitay Isaacs
2013-07-02
1
-2
/
+3
*
build: Fix tdb.h path to enable building with system TDB library
Mathieu Parent
2013-06-14
1
-1
/
+1
*
ctdb_freeze: Replace locking functions with locking API
Amitay Isaacs
2012-10-20
1
-140
/
+18
*
ctdbd: Return explicit boolean values for function returning bool
Amitay Isaacs
2012-07-16
1
-1
/
+1
*
server: Replace BOOL datatype with bool, True/False with true/false
Amitay Isaacs
2012-05-28
1
-1
/
+1
*
Track all child process so we never send a signal to an unrelated process (ou...
Ronnie Sahlberg
2012-05-03
1
-3
/
+3
*
Remove explicit include of lib/tevent/tevent.h.
Amitay Isaacs
2012-04-13
1
-1
/
+0
*
This needs more testing first
Ronnie Sahlberg
2011-03-21
1
-5
/
+0
*
ctdbd: call tdb_reopen_all() in freeze child.
Rusty Russell
2011-03-21
1
-0
/
+5
[next]