2001-10-16 20:25:28 +04:00
../lib/activate/activate.h
2001-10-01 19:53:21 +04:00
../lib/config/config.h
2001-10-19 18:36:57 +04:00
../lib/datastruct/bitset.h
2001-10-25 15:38:19 +04:00
../lib/datastruct/btree.h
2001-10-08 13:45:16 +04:00
../lib/datastruct/hash.h
../lib/datastruct/list.h
../lib/datastruct/lvm-types.h
2001-10-03 16:43:29 +04:00
../lib/device/dev-cache.h
2001-10-08 13:45:16 +04:00
../lib/device/device.h
2001-10-01 19:53:21 +04:00
../lib/display/display.h
2001-10-23 15:50:49 +04:00
../lib/filters/filter-composite.h
2001-10-22 18:14:00 +04:00
../lib/filters/filter-persistent.h
o Filter for the dev cache that takes values from config file:
devices {
# first match is final, eg. /dev/ide/cdrom
# get's rejected due to the first pattern
filter=["r/cdrom/", # don't touch the music !
"a/hd[a-d][0-9]+/",
"a/ide/",
"a/sd/",
"a/md/",
"a|loop/[0-9]+|", # accept devfs style loop back
"r/loop/", # and reject old style
"a/dasd/",
"a/dac960/",
"a/nbd/",
"a/ida/",
"a/cciss/",
"a/ubd/",
"r/.*/"] # reject all others
}
Alasdair this is ready to roll into the tools now.
2001-10-19 22:20:37 +04:00
../lib/filters/filter-regex.h
2001-10-22 18:14:00 +04:00
../lib/filters/filter.h
2001-10-08 13:45:16 +04:00
../lib/format1/format1.h
2001-12-13 03:07:29 +03:00
../lib/label/label.h
2001-10-01 19:53:21 +04:00
../lib/log/log.h
../lib/metadata/metadata.h
../lib/mm/dbg_malloc.h
../lib/mm/pool.h
2001-10-08 13:45:16 +04:00
../lib/mm/xlate.h
2001-12-17 17:04:33 +03:00
../lib/misc/lvm-string.h
2001-10-19 18:36:57 +04:00
../lib/regex/matcher.h
2001-10-12 14:32:06 +04:00
../lib/uuid/uuid.h
2001-12-13 03:07:29 +03:00
../lib/vgcache/vgcache.h