1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-23 21:35:29 +03:00
lvm2/libdm
Jonathan Earl Brassow 9dd273626a 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
..
datastruct more fixes 2008-11-04 15:07:45 +00:00
ioctl Fix failure situations in dm_task_run for udev sync. 2009-08-06 15:02:01 +00:00
misc Add default udev rules. 2009-08-03 18:44:54 +00:00
mm Add log_errno to set a specific errno and replace log_error in due course. 2009-07-16 00:52:06 +00:00
regex more tweaking to get things to compile - dmlib.h for log fns, list.h 2008-11-03 18:59:59 +00:00
.exported_symbols pre-release 2009-08-06 17:08:01 +00:00
libdevmapper.h Add 'udevcomplete_all' command for dmsetup. Export DM_COOKIE_MAGIC in libdevmapper.h. 2009-08-06 15:04:30 +00:00
libdevmapper.pc.in Use simple x.y.z library version in libdevmapper.pc 2008-11-01 20:48:09 +00:00
libdm-common.c Add 'udevcomplete_all' command for dmsetup. Export DM_COOKIE_MAGIC in libdevmapper.h. 2009-08-06 15:04:30 +00:00
libdm-common.h read_ahead node ops 2007-11-30 14:59:57 +00:00
libdm-deptree.c Cluster log daemon (clogd): use LVM bitops in place of ext2 bitops 2009-08-13 16:31:01 +00:00
libdm-file.c more tweaking to get things to compile - dmlib.h for log fns, list.h 2008-11-03 18:59:59 +00:00
libdm-report.c Separate PV label attributes which do not need parse metadata when reporting. 2009-02-09 09:45:49 +00:00
libdm-string.c Make mempool optional in dm_split_lvm_name() 2009-06-03 11:40:23 +00:00
Makefile.in Do not create some dm and lvm static librarie when they are not requested 2009-04-08 14:04:35 +00:00