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_lock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ctdb-daemon: Use statically allocated arrays for helper paths
Martin Schwenke
2015-03-10
1
-24
/
+13
*
ctdb-locking: Back-off from logging every 10 seconds
Amitay Isaacs
2015-03-05
1
-4
/
+16
*
ctdb-daemon: Use correct tdb flags when enabling robust mutex support
Amitay Isaacs
2014-12-19
1
-6
/
+24
*
ctdb-build: Rename define BINDIR to CTDB_HELPER_BINDIR
Martin Schwenke
2014-10-08
1
-1
/
+1
*
ctdb-locking: Reset ttimer before doing an early return
Amitay Isaacs
2014-09-25
1
-0
/
+1
*
ctdb-locking: Fork lock helper with vfork_with_logging()
Martin Schwenke
2014-09-12
1
-32
/
+19
*
ctdb-locking: Add argc parameter to lock_helper_args()
Martin Schwenke
2014-09-12
1
-12
/
+16
*
ctdb-util: Rename db_wrap to tdb_wrap and make it a build subsystem
Martin Schwenke
2014-09-10
1
-1
/
+1
*
ctdb-tests: Mark some functions as static
Martin Schwenke
2014-09-10
1
-1
/
+1
*
ctdb-locking: Remove unused function ctdb_free_lock_request_context
Amitay Isaacs
2014-09-05
1
-10
/
+0
*
ctdb-locking: Talloc lock request from client specified context
Amitay Isaacs
2014-09-05
1
-11
/
+23
*
ctdb-locking: Run debug locks script only if the node is active
Amitay Isaacs
2014-09-05
1
-0
/
+4
*
ctdb: Use sys_read() and sys_write() to ensure correct signal interaction
Martin Schwenke
2014-08-21
1
-1
/
+1
*
ctdb-locking: Simplify ctdb_find_lock_context()
Volker Lendecke
2014-08-06
1
-34
/
+33
*
ctdb-locking: TALLOC_FREE copes with NULL
Volker Lendecke
2014-08-06
1
-3
/
+1
*
ctdb-locking: Add per database queues for pending and active lock requests
Amitay Isaacs
2014-08-04
1
-32
/
+80
*
ctdb-locking: Update a comment
Amitay Isaacs
2014-08-04
1
-1
/
+1
*
ctdb-locking: Simplify check for locks on record or database
Amitay Isaacs
2014-08-04
1
-3
/
+3
*
ctdb-locking: Decrement pending statistics when lock is scheduled
Amitay Isaacs
2014-08-04
1
-2
/
+2
*
ctdb-locking: Update ctdb statistics for all lock types
Amitay Isaacs
2014-08-04
1
-1
/
+1
*
ctdb-locking: Add DB lock requests to head of the pending queue
Amitay Isaacs
2014-08-04
1
-1
/
+8
*
ctdb-locking: Remove unused variable lock_num_pending
Amitay Isaacs
2014-08-04
1
-4
/
+0
*
ctdb-locking: Add new tunable LockProcessesPerDB
Amitay Isaacs
2014-08-04
1
-4
/
+1
*
ctdb-locking: Allocate lock request soon after allocating lock context
Amitay Isaacs
2014-08-04
1
-6
/
+6
*
ctdb-locking: Remove unused function find_lock_context()
Amitay Isaacs
2014-08-04
1
-53
/
+0
*
ctdb-locking: Schedule the next possible lock based on per-db limit
Amitay Isaacs
2014-08-04
1
-15
/
+5
*
ctdb-locking: Remove multiple lock requests per lock context (part 2)
Amitay Isaacs
2014-08-04
1
-20
/
+12
*
ctdb-locking: Remove multiple lock requests per lock context (part 1)
Amitay Isaacs
2014-08-04
1
-41
/
+29
*
ctdb-locking: Remove unused structure members
Amitay Isaacs
2014-08-04
1
-3
/
+0
*
ctdb-locking: Fix the lock_type_str corresponding to LOCK_ALLDB
Amitay Isaacs
2014-08-04
1
-1
/
+1
*
ctdb: Fix a comment typo
Volker Lendecke
2014-04-30
1
-1
/
+1
*
ctdb-locking: Instead of comparing key, compare key hash
Amitay Isaacs
2014-03-28
1
-4
/
+6
*
ctdb-locking: Check for talloc_memdup error
Amitay Isaacs
2014-03-28
1
-0
/
+5
*
ctdb-locking: Avoid memory leak
Amitay Isaacs
2014-03-28
1
-0
/
+1
*
ctdb-locking: Use vfork instead of fork to exec helpers
Amitay Isaacs
2013-11-27
1
-2
/
+5
*
ctdb-locking: Update current lock statistics when lock is scheduled
Amitay Isaacs
2013-11-27
1
-2
/
+2
*
ctdb-locking: Do not merge multiple lock requests to avoid unfair scheduling
Amitay Isaacs
2013-11-27
1
-1
/
+6
*
ctdb-locking: Implement active lock requests limit per database
Amitay Isaacs
2013-11-27
1
-8
/
+11
*
ctdb-server: Coverity fixes
Amitay Isaacs
2013-11-19
1
-4
/
+7
*
ctdbd: Debug locks by default with override from enviroment variable
Martin Schwenke
2013-10-22
1
-4
/
+16
*
locking: Do not create multiple lock processes for the same key
Amitay Isaacs
2013-08-09
1
-6
/
+15
*
locking: Move function find_lock_context() before ctdb_lock_schedule()
Amitay Isaacs
2013-08-09
1
-53
/
+53
*
locking: Use external script to debug locking issues
Amitay Isaacs
2013-07-10
1
-152
/
+19
*
locking: Update locking bucket intervals
Amitay Isaacs
2013-07-10
1
-10
/
+14
*
locking: Update locks latency in CTDB statistics only for RECORD or DB locks
Amitay Isaacs
2013-07-10
1
-2
/
+6
*
build: Fix compiler warnings for uninitialized variables
Amitay Isaacs
2013-07-04
1
-1
/
+1
*
locking: Set lock helper path once
Amitay Isaacs
2013-05-24
1
-6
/
+13
*
locking: Remove functions that are not used anymore
Amitay Isaacs
2013-05-24
1
-84
/
+0
*
locking: Remove functions that are not used anymore
Amitay Isaacs
2013-05-24
1
-91
/
+0
*
locking: Use separate locking helper binary for locking
Amitay Isaacs
2013-05-24
1
-17
/
+39
[next]