1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/lib
Joe Thornber d1b28647ed o First pass at the regex code. lib/regex/matcher takes an array of regex's
and builds a *very* efficient engine that will tell you which regex a string
  matches with only a single pass through the string.  To be used in the config
  file when specifying devices.

o Anchor's aren't supported yet (^ and $) but that won't take long.

o Also when we get some realistic config files we may want to consider adding an
  extra level of indirection to the dfa state in order to compress the table.
  It all depends on how large typical tables get.
2001-10-19 14:36:57 +00:00
..
activate vgchange 2001-10-16 16:25:28 +00:00
config standardise some log messages 2001-10-10 16:36:32 +00:00
datastruct o First pass at the regex code. lib/regex/matcher takes an array of regex's 2001-10-19 14:36:57 +00:00
device o pvcreate 2001-10-12 10:32:06 +00:00
display pvdisplay 2001-10-18 16:55:19 +00:00
filters vgchange 2001-10-16 16:25:28 +00:00
format1 pvdisplay 2001-10-18 16:55:19 +00:00
log standardise some log messages 2001-10-10 16:36:32 +00:00
metadata vgextend 2001-10-15 22:04:27 +00:00
mm vgchange 2001-10-16 16:25:28 +00:00
regex o First pass at the regex code. lib/regex/matcher takes an array of regex's 2001-10-19 14:36:57 +00:00
uuid o pvcreate 2001-10-12 10:32:06 +00:00
Makefile.in o First pass at the regex code. lib/regex/matcher takes an array of regex's 2001-10-19 14:36:57 +00:00
README o initial subdir population 2001-08-15 16:20:46 +00:00

Base library directory