Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-02-25 | lib/tdb: if we know pwrite and pread are thread/fork safe tdb_reopen_all() ↵ | Stefan Metzmacher | 1 | -0/+5 | |
should be a noop The reason for tdb_reopen_all() is that the seek pointer on fds are shared between parent and child. metze | |||||
2008-12-16 | imported the tdb_repack() code from CTDB | Andrew Tridgell | 1 | -0/+89 | |
The tdb_repack() function repacks a TDB so that it has a single freelist entry. The file doesn't shrink, but it does remove all freelist fragmentation. This code originated in the CTDB vacuuming code, but will now be used in ldb to cope with fragmentation from re-indexing | |||||
2008-09-17 | Move common libraries from root to lib/. | Jelmer Vernooij | 11 | -0/+4679 | |