summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* And be consistent with return code as well (previous commit).Peter Rajnoha2010-04-301-1/+1
* Don't run any complex initialisation for the "version" lvm2 command.Peter Rajnoha2010-04-301-0/+4
* Remove no-longer-used arg_ptr_value.Alasdair Kergon2010-04-294-27/+12
* Don't attempt to convert the log type of an LV if the LVJonathan Earl Brassow2010-04-281-1/+1
* Add support for new IMPORT{db} udev rule.Peter Rajnoha2010-04-281-1/+2
* Small indent changeZdenek Kabelac2010-04-281-1/+1
* Fix lvconvert error message when existing mirrored LV is not found.Alasdair Kergon2010-04-261-4/+5
* add commentsAlasdair Kergon2010-04-261-0/+6
* Disallow the direct removal of a merging snapshot.Mike Snitzer2010-04-231-1/+1
* Remove redundant check in _lvs_single now that the callerMike Snitzer2010-04-231-3/+0
* Set appropriate udev flags for reserved LVs.Peter Rajnoha2010-04-231-46/+0
* Disallow the addition of mirror images while a mirror up-convertJonathan Earl Brassow2010-04-211-0/+10
* Remove -n argument from vgcfgrestore.Milan Broz2010-04-201-2/+1
* 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