]> sourceware.org Git - lvm2.git/commit
Use hash, bitset, malloc, pool from libdevmapper.
authorAlasdair Kergon <agk@redhat.com>
Sun, 16 Oct 2005 23:03:59 +0000 (23:03 +0000)
committerAlasdair Kergon <agk@redhat.com>
Sun, 16 Oct 2005 23:03:59 +0000 (23:03 +0000)
commit2262b32057a7a60b3de3876b26b192fa4d05205c
treee2593b67101f9e681cf3a9a5dafedb58c23c661a
parenta3f6b2ce798cf738c4e8bf510f86ebd45815842c
Use hash, bitset, malloc, pool from libdevmapper.
122 files changed:
WHATS_NEW
daemons/clvmd/clvmd-command.c
daemons/clvmd/clvmd-gulm.c
daemons/clvmd/lvm-functions.c
daemons/clvmd/tcp-comms.c
include/.symlinks
lib/Makefile.in
lib/activate/activate.c
lib/activate/activate.h
lib/activate/dev_manager.c
lib/activate/fs.c
lib/cache/lvmcache.c
lib/commands/toolcontext.c
lib/commands/toolcontext.h
lib/config/config.c
lib/config/config.h
lib/datastruct/bitset.c [deleted file]
lib/datastruct/bitset.h [deleted file]
lib/datastruct/btree.c
lib/datastruct/btree.h
lib/datastruct/hash.c [deleted file]
lib/datastruct/hash.h [deleted file]
lib/datastruct/list.h
lib/datastruct/str_list.c
lib/datastruct/str_list.h
lib/device/dev-cache.c
lib/device/dev-cache.h
lib/device/dev-io.c
lib/device/device.c
lib/device/device.h
lib/display/display.c
lib/error/errseg.c
lib/filters/filter-composite.c
lib/filters/filter-md.c
lib/filters/filter-persistent.c
lib/filters/filter-regex.c
lib/filters/filter-sysfs.c
lib/filters/filter.c
lib/format1/disk-rep.c
lib/format1/disk-rep.h
lib/format1/format1.c
lib/format1/import-export.c
lib/format1/import-extents.c
lib/format1/layout.c
lib/format1/lvm1-label.c
lib/format1/vg_number.c
lib/format_pool/disk_rep.c
lib/format_pool/disk_rep.h
lib/format_pool/format_pool.c
lib/format_pool/import_export.c
lib/format_pool/pool_label.c
lib/format_text/archive.c
lib/format_text/archiver.c
lib/format_text/export.c
lib/format_text/format-text.c
lib/format_text/format-text.h
lib/format_text/import-export.h
lib/format_text/import.c
lib/format_text/import_vsn1.c
lib/format_text/tags.c
lib/format_text/text_import.h
lib/format_text/text_label.c
lib/label/label.c
lib/locking/cluster_locking.c
lib/locking/file_locking.c
lib/log/log.c
lib/metadata/lv_alloc.h
lib/metadata/lv_manip.c
lib/metadata/metadata.c
lib/metadata/mirror.c
lib/metadata/pv_alloc.h
lib/metadata/pv_manip.c
lib/metadata/pv_map.c
lib/metadata/pv_map.h
lib/metadata/segtype.h
lib/mirror/mirrored.c
lib/misc/lib.h
lib/misc/lvm-file.c
lib/misc/lvm-string.c
lib/misc/lvm-string.h
lib/mm/dbg_malloc.c [deleted file]
lib/mm/dbg_malloc.h [deleted file]
lib/mm/memlock.c
lib/mm/pool-debug.c [deleted file]
lib/mm/pool-fast.c [deleted file]
lib/mm/pool.c [deleted file]
lib/mm/pool.h [deleted file]
lib/regex/matcher.c
lib/regex/matcher.h
lib/regex/parse_rx.c
lib/regex/parse_rx.h
lib/regex/ttree.c
lib/regex/ttree.h
lib/report/report.c
lib/snapshot/snapshot.c
lib/striped/striped.c
lib/zero/zero.c
libdm/datastruct/list.h
old-tests/config/config_t.c
old-tests/datastruct/hash_t.c
old-tests/device/dev_cache_t.c
old-tests/filters/pfilter_t.c
old-tests/filters/rfilter_t.c
old-tests/format1/get_pvs_t.c
old-tests/format1/get_vgs_t.c
old-tests/format1/read_pv_t.c
old-tests/format1/read_vg_t.c
old-tests/format1/write_vg_t.c
old-tests/mm/dbg_malloc_t.c
old-tests/regex/matcher_t.c
old-tests/regex/parse_t.c
tools/lvmcmdline.c
tools/lvrename.c
tools/polldaemon.c
tools/pvmove.c
tools/reporter.c
tools/toollib.c
tools/toollib.h
tools/tools.h
tools/vgcfgbackup.c
tools/vgextend.c
tools/vgmerge.c
This page took 0.057105 seconds and 5 git commands to generate.