vfs:ceph: convert to using ceph_statx structures and functions, when available
[jlayton/samba.git] / ctdb /
2016-11-07 Martin Schwenkectdb-tests: Add tests for updated Debian style Samba...
2016-11-07 Mathieu Parentctdb-scripts: Fix Debian init in samba eventscript
2016-11-03 Amitay Isaacsctdb-scripts: Fix calculation of CTDB_BASE
2016-10-27 Amitay Isaacsctdb-packaging: Update required tdb version for tdb_sto...
2016-10-27 Amitay Isaacsctdb-tools: Simplify using a local variable
2016-10-27 Amitay Isaacsctdb-tools: Simplify using tdb_storev
2016-10-27 Amitay Isaacsctdb-tool: Simplify using tdb_storev
2016-10-27 Amitay Isaacsctdb-client: Simplify using tdb_storev
2016-10-27 Amitay Isaacsctdb-client: Simplify using a local variable
2016-10-27 Amitay Isaacsctdb-daemon: Simplify code using tdb_storev
2016-10-27 Amitay Isaacsctdb-common: Simplify code using tdb_storev
2016-10-27 Amitay Isaacsctdb-daemon: Simplify code using local variable
2016-10-27 Amitay Isaacsctdb-common: Simplify code using local variables
2016-10-25 Amitay IsaacsRevert "ctdb-common: Use SCHED_RESET_ON_FORK when setti...
2016-10-17 Volker Lendeckectdb: Add a required include
2016-10-17 Volker Lendeckectdb: Fix format errors for time_t!=long
2016-10-14 Martin Schwenkectdb-scripts: Strengthen check to see if ctdbd is running
2016-10-14 Martin Schwenkectdb-packaging: Move CTDB tests to /usr/local/share...
2016-10-13 Martin Schwenkectdb-tests: Add a missing assert()
2016-10-13 Martin Schwenkectdb-tests: Use bash locals for readability
2016-10-13 Martin Schwenkectdb-scripts: Drop backward compatibility from ctdbd_is...
2016-10-13 Martin Schwenkectdb-scripts: ctdbd_wrapper should never remove the...
2016-10-10 Martin Schwenkectdb-scripts: Dump stack traces of smbd processes after...
2016-09-22 Martin Schwenkectdb-daemon: Log when removing stale Unix domain socket
2016-09-22 Martin Schwenkectdb-daemon: Drop attempt to connect to Unix domain...
2016-09-22 Martin Schwenkectdb-daemon: Don't try to reopen TDB files
2016-09-22 Martin Schwenkectdb-daemon: Bind to Unix domain socket after PID file...
2016-09-22 Martin Schwenkectdb-daemon: Use PID file abstraction
2016-09-22 Amitay Isaacsctdb-common: Add routines to manage PID file
2016-09-22 Amitay Isaacsctdb-locking: Restrict lock debugging to once per second
2016-09-22 Amitay Isaacsctdb-locking: Log if ctdb is unable to take db locks...
2016-09-22 Martin Schwenkectdb-tests: Produce clear errors for missing IPv6 node...
2016-09-22 Martin Schwenkectdb-tests: Fix typo in local daemons IPv6 setup
2016-09-19 Amitay Isaacsctdb-daemon: Log a message when vfork() takes long...
2016-09-19 Amitay Isaacsctdb-daemon: Log a message when fork() takes long time
2016-09-19 Amitay Isaacsctdb-daemon: Avoid extra condition in tevent trace...
2016-09-19 Amitay Isaacsctdb-recovery-helper: Add missing initialisation of...
2016-09-14 Martin Schwenkectdb-tests: Add new public IP takeover no-op test
2016-09-14 Martin Schwenkectdb-tests: Factor out new local daemons functions...
2016-09-14 Martin Schwenkectdb-ipalloc: ipalloc_set_public_ips() can't fail
2016-09-14 Martin Schwenkectdb-ipalloc: Move merged IP list creation to ipalloc()
2016-09-14 Martin Schwenkectdb-ipalloc: Drop known_ips argument from merged IP...
2016-09-14 Martin Schwenkectdb-ipalloc: Optimise check to see if IPs can be hosted
2016-09-14 Martin Schwenkectdb-ipalloc: Whether IPs can be hosted need not depend...
2016-09-14 Martin Schwenkectdb-ipalloc: Store known public IPs in IP allocation...
2016-09-14 Martin Schwenkectdb-packaging: Fix systemd network dependency
2016-09-14 Amitay Isaacsctdb-daemon: Remove NUM_DB_PRIORITIES
2016-09-14 Amitay Isaacsctdb-recoverd: Drop code to freeze databases from set_r...
2016-09-14 Amitay Isaacsctdb-common: Use correct db_id size in marshalling...
2016-09-14 Amitay Isaacsctdb-protocol: Fix marshalling for GET_DB_SEQNUM contro...
2016-09-08 Martin Schwenkectdb-scripts: Optimise tickle_tcp_connections()
2016-09-08 Martin Schwenkectdb-scripts: Optimise update_tickles()
2016-09-08 Martin Schwenkectdb-tests: Allow "addtickle" and "deltickle" stubs...
2016-09-08 Martin Schwenkectdb-tests: CID 1125635 Dereference null return value...
2016-09-08 Martin Schwenkectdb-tools: CID 1125617 String not null terminated...
2016-09-08 Martin Schwenkectdb-daemon: Compare interface pointers instead of...
2016-09-08 Martin Schwenkectdb-daemon: Use ctdb_find_iface() instead of duplicati...
2016-09-08 Martin Schwenkectdb-deamon: Rename vnn_has_interface_with_name() to...
2016-09-08 Martin Schwenkectdb-daemon: Drop redundant uses of ctdb_find_iface()
2016-09-08 Martin Schwenkectdb-daemon: Make vnn->iface a list of new struct vnn_i...
2016-09-08 Martin Schwenkectdb-daemon: Change ctdb_add_local_iface() to return...
2016-09-08 Martin Schwenkectdb-daemon: Move interface addition into interface...
2016-09-08 Martin Schwenkectdb-daemon: Drop some uses of CTDB_NO_MEMORY{,_FATAL}()
2016-09-08 Martin Schwenkectdb-daemon: Consolidate interface checking with interf...
2016-09-08 Martin Schwenkectdb-daemon: Replace some uses of CTDB_NO_MEMORY_FATAL()
2016-09-08 Martin Schwenkectdb-daemon: Move and improve public IP duplicate checking
2016-09-08 Martin Schwenkectdb-daemon: Drop use of strdup(3) and free(3) when...
2016-09-01 Martin Schwenkectdb-tests: Add a test to ensure that CTDB works with...
2016-09-01 Martin Schwenkectdb-tests: Conditionally use temporary config file...
2016-09-01 Martin Schwenkectdb-tests: Factor out function config_from_environment()
2016-09-01 Martin Schwenkectdb-daemon: Don't steal control structure before synch...
2016-09-01 Martin Schwenkectdb-daemon: Handle failure immediately, do housekeepin...
2016-09-01 Martin Schwenkectdb-daemon: Schedule running of callback if there...
2016-08-23 Martin Schwenkectdb-tests: Reimplement daemons_stop() using ctdbd_wrapper
2016-08-23 Martin Schwenkectdb-tests: Remove function daemons_start_1()
2016-08-23 Martin Schwenkectdb-tests: Move local daemon configuration creation...
2016-08-23 Martin Schwenkectdb-tests: Drop attempts to pass arguments to ctdbd...
2016-08-23 Martin Schwenkectdb-tests: Drop function _ctdb_hack_options()
2016-08-21 Martin Schwenkectdb-daemon: When releasing an IP, update PNN in callback
2016-08-21 Martin Schwenkectdb-daemon: Rename takeover_callback_state -> release_...
2016-08-18 Martin Schwenkectdb-ipalloc: Fix cumulative takeover timeout
2016-08-18 Martin Schwenkectdb-tests: Validate that TAKE_IP works with IP already...
2016-08-17 Martin Schwenkectdb-tests: Validate that unexpected IP on interface...
2016-08-17 Martin Schwenkectdb-recoverd: Don't directly release rogue IP addresses
2016-08-17 Martin Schwenkectdb-daemon: Fix takeover of incorrectly assigned publi...
2016-08-17 Martin Schwenkectdb-daemon: Avoid referencing NULL pointer due to...
2016-08-17 Martin SchwenkeRevert "When adding an ip at runtime, it might not...
2016-08-17 Martin Schwenkectdb-scripts: Add early exit for redundant updateip
2016-08-17 Martin Schwenkectdb-daemon: Drop special case handling for new IP...
2016-08-17 Martin Schwenkectdb-daemon: Use release_ip_post() when releasing all...
2016-08-17 Martin Schwenkectdb-daemon: Factor out new function release_ip_post()
2016-08-17 Martin Schwenkectdb-daemon: Do not copy address for RELEASE_IP message
2016-08-17 Martin Schwenkectdb-daemon: Do not update the VNN state on RELEASE_IP...
2016-08-17 Martin Schwenkectdb-daemon: Try to release IP address even if interfac...
2016-08-17 Martin Schwenkectdb-common: Save errno before closing file to keep...
2016-08-17 Martin Schwenkectdb-tools: Consistently use db_name
2016-08-17 Martin Schwenkectdb-tools: Fix CID 1125618 String not null terminated...
2016-08-17 Martin Schwenkectdb-logging: Fix CID 1272823 Unchecked return value...
2016-08-17 Martin Schwenkectdb-daemon: Fix CID 1362723 Unchecked return value...
2016-08-17 Martin Schwenkectdb-tcp: Fix CID 1362724 Unchecked return value from...
next