summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* typo in commentAlasdair Kergon2010-04-201-1/+1
* Install symbolic .so links with relative paths between usrlibdir and libdir.Zdenek Kabelac2010-04-151-1/+1
* Allow incomplete mirror restore in lvconvert --repair upon insufficient space.Petr Rockai2010-04-141-36/+37
* Allow VGs with active LVs to be renamed.Peter Rajnoha2010-04-141-25/+17
* Only pass visible LVs to tools in cmdline VG name/tag expansions without -aAlasdair Kergon2010-04-141-0/+7
* Use typedefs for toollib process_each functions.Alasdair Kergon2010-04-132-72/+51
* Use del_pvl_from_vgs() in vgreduce paths.Dave Wysochanski2010-04-131-2/+1
* Call add_pvl_to_vgs() and del_pvl_from_vgs() from more places.Dave Wysochanski2010-04-133-14/+7
* Add --stripes to lvconvert too.Alasdair Kergon2010-04-136-80/+93
* Add activation/polling_interval to lvm.conf as --interval default.Alasdair Kergon2010-04-131-2/+5
* INSTALL rules updatesZdenek Kabelac2010-04-091-25/+22
* Use vpath instead of VPATH.Zdenek Kabelac2010-04-091-2/+1
* Permit mimage LVs to be striped in lvcreate and lvresize.Alasdair Kergon2010-04-094-45/+28
* Wipe dm-ioctl parameters in memory after use.Milan Broz2010-04-071-0/+1
* Change most remaining log_error WARNING messages to log_warn.Alasdair Kergon2010-04-011-1/+1
* remove unused varAlasdair Kergon2010-03-311-1/+0
* Use .commands created in builddir for symlink installation.Zdenek Kabelac2010-03-311-1/+1
* Do not allow {vg|lv}change --ignoremonitoring if on clustered VG.Mike Snitzer2010-03-295-3/+16
* Fixing another set of distclean problems where we left some generated filesZdenek Kabelac2010-03-291-8/+13
* Update cflow file generation - support build dir and use $(top_srcdir)Zdenek Kabelac2010-03-291-15/+7
* Add ability to create mirrored logs for mirror LVs.Jonathan Earl Brassow2010-03-263-197/+401
* Improve activation monitoring option processingMike Snitzer2010-03-236-13/+46
* UDEV_SYNC_SUPPORT, not UDEV_SYNC!Peter Rajnoha2010-03-231-1/+1
* Strictly require libudev if udev_sync is used.Peter Rajnoha2010-03-232-9/+4
* Remove const modifier for struct volume_group* from process_each_lv_in_vg().Zdenek Kabelac2010-03-232-2/+2
* Don't allow resizing of internal logical volumes.Mike Snitzer2010-03-201-0/+5
* Avoid scanning all pvs in the system if operating on a device with mdas.Dave Wysochanski2010-03-181-2/+6
* Remove unnecessary full_scan parameter from get_vgids and get_vgnames calls.Alasdair Kergon2010-03-162-4/+4
* replace existing_pv with existing_pvlAlasdair Kergon2010-03-161-5/+5
* Look up missing PVs by uuid not dev_name in _pvs_single to avoid invalid stat.Alasdair Kergon2010-03-162-21/+34
* Introduce is_missing_pv().Alasdair Kergon2010-03-163-7/+7
* Add --help dmsetup option as the synonym for help command.Milan Broz2010-03-081-2/+12
* mlockall() -> mlock()Zdenek Kabelac2010-03-051-2/+2
* Use UDEV_LIBS, and link -ludev only when needed.Zdenek Kabelac2010-03-041-0/+2
* This patch add SELINUX_LIBS and STATIC_LIBS variables.Zdenek Kabelac2010-03-041-2/+2
* Removes -rdynamic from linking of lvm.static and dmeventd.static.Zdenek Kabelac2010-03-041-2/+1
* Pthread linking changeZdenek Kabelac2010-03-041-7/+5
* Readline linking updateZdenek Kabelac2010-03-041-1/+1
* Introduce LVMINTERNAL_LIBSZdenek Kabelac2010-03-041-1/+1
* Replace CFLOW_CMD only in make.tmpl and use it as variable elsewhere.Zdenek Kabelac2010-03-041-6/+6
* Use $(top_builddir) for inclusion of make.tmpl in Makefiles.Zdenek Kabelac2010-03-041-1/+1
* Remove lvs_in_vg_activated_by_uuid_only call.Milan Broz2010-02-241-2/+2
* Refactor lvchange_tag() to call lv_change_tag() library function.Dave Wysochanski2010-02-241-19/+2
* Refactor vgcreate to call new vg_change_tag() function.Dave Wysochanski2010-02-241-10/+2
* Refactor _vgchange_tag() to vg_change_tag() library function.Dave Wysochanski2010-02-241-17/+3
* Refactor snapshot-merge deptree and device removal to support info-by-uuidMike Snitzer2010-02-171-5/+0
* Don't use LVM_UDEV_DISABLE_CHECKING environment variable anymore.Peter Rajnoha2010-02-151-8/+42
* Several changes in dmsetup and libdevmapper:Peter Rajnoha2010-02-151-16/+164
* Make lvconvert --repair --use-policies exit with success when no action is ne...Petr Rockai2010-02-061-0/+2
* Switch lvconvert_single() over to using get_vg_lock_and_logical_volume()Mike Snitzer2010-02-051-18/+10