1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00
LVM2 mirror repository https://sourceware.org/lvm2/
Go to file
Christine Caulfield cecc0e9dc8 Fix locking in clvmd
The changes to remove LCK_NONBLOCK from the LVM locks broke clvmd because the
code was clearly wrong but working anyway! The constant was being masked rather
than the variable that was supposed to match against it.
2009-08-05 14:18:35 +00:00
autoconf extended configure with --enable-profiling for compiling code with gcov info 2008-06-27 15:35:09 +00:00
daemons Fix locking in clvmd 2009-08-05 14:18:35 +00:00
doc Add activation/udev_sync to lvm.conf. 2009-08-04 15:36:13 +00:00
include Remove pv_t, vg_t & lv_t handles from lib. Only liblvm uses them. 2009-07-29 13:26:01 +00:00
lib Forgotten '%s' in one of _mk_link warning messages. 2009-08-05 09:12:44 +00:00
libdm Add default udev rules. 2009-08-03 18:44:54 +00:00
liblvm Move FIXME from user visible lvm2app.h to lvm_vg.c 2009-08-03 12:11:45 +00:00
man '--noudevsync' -- update relevant man pages 2009-08-04 08:09:52 +00:00
old-tests Correct typo in comments: s/is part of the LVM2/is part of LVM2/. 2007-09-21 10:16:45 +00:00
po Store any errno and error messages issued while processing each command. 2009-07-15 23:57:54 +00:00
scripts Various vgimportclone fixes: 2009-06-17 15:47:01 +00:00
test Added basic pvcreate --dataalignmentoffset testing to t-pvcreate-usage.sh 2009-08-04 16:02:39 +00:00
tools Add --noudevsync option for relevant LVM tools. 2009-08-04 15:53:04 +00:00
udev Fix a typo in udev rule (splitname, NOT namesplit) 2009-08-04 08:05:06 +00:00
configure configure --udevdir 2009-07-31 13:31:53 +00:00
configure.in configure --udevdir 2009-07-31 13:31:53 +00:00
COPYING Outline docs 2001-12-31 16:12:40 +00:00
COPYING.LIB Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
INSTALL quick review of docs 2008-11-04 17:49:22 +00:00
make.tmpl.in Prepare for udev synchronisation code. (options don't work yet) 2009-07-31 11:49:53 +00:00
Makefile.in Prepare for udev synchronisation code. (options don't work yet) 2009-07-31 11:49:53 +00:00
README quick review of docs 2008-11-04 17:49:22 +00:00
VERSION post-release 2009-07-28 20:47:40 +00:00
VERSION_DM post-release 2009-07-28 20:47:40 +00:00
WHATS_NEW Fix locking in clvmd 2009-08-05 14:18:35 +00:00
WHATS_NEW_DM Set cookies in activation code and wait for udev to complete processing. 2009-07-31 18:30:31 +00:00

This tree contains the LVM2 and device-mapper tools and libraries.

For more information about LVM2 read the changelog in the WHATS_NEW file.
Installation instructions are in INSTALL.

There is no warranty - see COPYING and COPYING.LIB.

Tarballs are available from:
  ftp://sources.redhat.com/pub/lvm2/

To access the CVS tree use:
  cvs -d :pserver:cvs@sources.redhat.com:/cvs/lvm2 login
  CVS password: cvs
  cvs -d :pserver:cvs@sources.redhat.com:/cvs/lvm2 co LVM2

Mailing list for general discussion related to LVM2:
  linux-lvm@redhat.com
  Subscribe from https://www.redhat.com/mailman/listinfo/linux-lvm

Mailing list for LVM2 development, patches and commits:
  lvm-devel@redhat.com
  Subscribe from https://www.redhat.com/mailman/listinfo/linux-lvm

Mailing list for device-mapper development, including kernel patches
and multipath-tools:
  dm-devel@redhat.com
  Subscribe from https://www.redhat.com/mailman/listinfo/dm-devel