1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-06 17:18:29 +03:00
lvm2/daemons/clogd
Jonathan Earl Brassow 8f26e18c13 Cluster log daemon (clogd): use LVM bitops in place of ext2 bitops
Eliminate dependency on outside library, since the same functionality
exists in our tree.

[It is important that the bitops work in the same way, as the bitmaps
must remain backwards compatible.  I haven't tested every architecture,
but the x86* archs work.  My test involved using the old ext2fsprogs
bitops, memcpy'ing the bits over to the LVM bitset array and ensuring
that only the bits set via the old methods were set.]
2009-08-13 16:31:01 +00:00
..
clogd.c After rebasing the cluster logging code, adjustments need to be 2009-07-21 15:34:53 +00:00
cluster.c Remove old custom list macros and replace with libdevmapper list 2009-07-28 21:14:12 +00:00
cluster.h Remove old custom list macros and replace with libdevmapper list 2009-07-28 21:14:12 +00:00
common.h After rebasing the cluster logging code, adjustments need to be 2009-07-21 15:34:53 +00:00
functions.c Cluster log daemon (clogd): use LVM bitops in place of ext2 bitops 2009-08-13 16:31:01 +00:00
functions.h Making adjustments to go along with the changes to the kernel. 2009-07-28 15:55:50 +00:00
link_mon.c Initial import of the cluster log daemon from the 'cluster' repository. 2009-01-08 17:12:33 +00:00
link_mon.h Initial import of the cluster log daemon from the 'cluster' repository. 2009-01-08 17:12:33 +00:00
local.c After rebasing the cluster logging code, adjustments need to be 2009-07-21 15:34:53 +00:00
local.h After rebasing the cluster logging code, adjustments need to be 2009-07-21 15:34:53 +00:00
logging.c After rebasing the cluster logging code, adjustments need to be 2009-07-21 15:34:53 +00:00
logging.h Remove old custom list macros and replace with libdevmapper list 2009-07-28 21:14:12 +00:00
Makefile Remove old custom list macros and replace with libdevmapper list 2009-07-28 21:14:12 +00:00