summaryrefslogtreecommitdiffstats
path: root/ctdb
Commit message (Expand)AuthorAgeFilesLines
* add documentation for the vacuum and repack commands.Ronnie Sahlberg2008-01-103-45/+179
* increase version numberAndrew Tridgell2008-01-101-1/+3
* auto-run the vacuum and repack ops every 5 minutes by defaultAndrew Tridgell2008-01-101-0/+25
* block alarm signals during critical sections of vacuumAndrew Tridgell2008-01-104-13/+24
* tdb_freelist_size was reporting 1 more than correct sizeAndrew Tridgell2008-01-101-2/+1
* add a max runtime switch to ctdb toolAndrew Tridgell2008-01-101-0/+14
* report the store rate in ctdb_randrecAndrew Tridgell2008-01-091-1/+18
* a compromise for freelist scanning - we now will look for other than the firs...Andrew Tridgell2008-01-091-1/+16
* allow delete percentage to be specified on the command lineAndrew Tridgell2008-01-091-0/+1
* allow remote variable expansion in onnode, so you can use wildcards that expa...Andrew Tridgell2008-01-092-10/+10
* only match vacuum list if on the same databaseAndrew Tridgell2008-01-092-2/+2
* needs to be in Makefile.in tooAndrew Tridgell2008-01-091-0/+1
* forgot this fileAndrew Tridgell2008-01-091-0/+86
* increase version numberAndrew Tridgell2008-01-091-1/+3
* changed default vacuum limitAndrew Tridgell2008-01-091-1/+2
* nicer outut from repack and vacuumAndrew Tridgell2008-01-082-7/+23
* this is not an error - it just means the record was busyAndrew Tridgell2008-01-081-1/+0
* ensure the main daemon doesn't use a blocking lock on the freelistAndrew Tridgell2008-01-081-2/+18
* ensure the recovery daemon is not clagged up by vacuum callsAndrew Tridgell2008-01-085-47/+140
* added two new ctdb commands:Andrew Tridgell2008-01-0811-7/+883
* updated docs from ronnieAndrew Tridgell2008-01-082-130/+199
* show start/stop time of recovery on all nodesAndrew Tridgell2008-01-081-0/+5
* background the smbstatus -n commandAndrew Tridgell2008-01-071-1/+1
* merge from ronnieAndrew Tridgell2008-01-072-0/+9
* nicer onnode outputAndrew Tridgell2008-01-078-42/+137
* catch internal traversal errorsAndrew Tridgell2008-01-071-1/+15
* more efficient traversal in pulldb controlAndrew Tridgell2008-01-071-54/+43
* don't retstart statd when we don't need toAndrew Tridgell2008-01-071-0/+3
* new rpm versionAndrew Tridgell2008-01-061-1/+3
* added paranoid transaction idsAndrew Tridgell2008-01-064-16/+45
* new simpler and much faster recovery code based on tdb transactionsAndrew Tridgell2008-01-066-756/+513
* change default tunables to cope with larger dbsAndrew Tridgell2008-01-061-2/+2
* non-persistent databases don't need sync transactionsAndrew Tridgell2008-01-061-1/+1
* ensure tdb log messages appear in ctdbd logsAndrew Tridgell2008-01-063-6/+29
* - added tdb_add_flags() and tdb_remove_flags()Andrew Tridgell2008-01-064-3/+17
* this is needed with merged tdbAndrew Tridgell2008-01-051-0/+1
* merge from Samba4Andrew Tridgell2008-01-0516-79/+229
* update from Samba4Andrew Tridgell2008-01-0526-203/+2427
* convert tdb from u32 to uint32_t to match the current Samba treesAndrew Tridgell2008-01-057-49/+45
* Rewrote the tdb transaction code to be O(N) instead of O(N^2)Andrew Tridgell2008-01-051-184/+181
* fixed excludes in tar ball creation for src rpmAndrew Tridgell2008-01-051-1/+1
* fixed data offset definitionAndrew Tridgell2008-01-051-1/+1
* fixed the bug that make "onnode N service ctdb start" hangAndrew Tridgell2008-01-051-0/+5
* cleanup the new freelist codeAndrew Tridgell2008-01-051-29/+24
* added tdb_wipe_all() functionAndrew Tridgell2008-01-051-1/+55
* ensure we always build the right versionAndrew Tridgell2008-01-051-4/+4
* update versionAndrew Tridgell2008-01-051-1/+5
* a new tunable DatabaseMaxDead that enables the tdb max dead cache logicAndrew Tridgell2008-01-054-1/+52
* a useful hack for checking correct behaviour of recoveryAndrew Tridgell2008-01-051-0/+4
* convert much of the recovery logic to be async and parallel across all nodesAndrew Tridgell2008-01-051-73/+142