summaryrefslogtreecommitdiffstats
path: root/tools/toollib.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: drop unneeded included header filesZdenek Kabelac2012-08-231-4/+0
* toollib: fix ignored_mdas process_each_pv rescanAlasdair G Kergon2012-06-291-2/+1
* args: add --activate synonym for --available argPeter Rajnoha2012-06-281-1/+1
* cleanup: replace memset with struct initilizationZdenek Kabelac2012-06-221-1/+0
* Add FIXMEsZdenek Kabelac2012-03-041-0/+8
* Correct enum typeZdenek Kabelac2012-03-011-2/+2
* Check return values after calling new lvmetad fnsAlasdair Kergon2012-02-281-2/+4
* Using enum types for enumsZdenek Kabelac2012-02-281-7/+7
* The lvmetad client-side integration. Only active when use_lvmetad = 1 is set inPetr Rockai2012-02-231-0/+3
* Initialize dmeventd monitoring for every commandZdenek Kabelac2012-02-151-11/+0
* Move lvmcache data structures behind an API (making the structures private toPetr Rockai2012-02-101-1/+1
* Switch to return voidZdenek Kabelac2012-02-081-5/+2
* Limit alignment to 32bit valuesZdenek Kabelac2012-01-251-2/+2
* Support rounding of percentage upwardZdenek Kabelac2012-01-051-3/+4
* Skip non-virtual snapshots for availabilityZdenek Kabelac2011-11-181-0/+6
* Thin remove unused defineZdenek Kabelac2011-11-121-1/+0
* Small comment and indent updatesZdenek Kabelac2011-11-101-0/+1
* Thin removing limitation on activation of pool device.Zdenek Kabelac2011-11-031-5/+0
* Thin pool activation changeZdenek Kabelac2011-10-281-0/+5
* Fix possible overflow of size if %FREE or %VG is used.Milan Broz2011-09-151-0/+6
* Support break for vgchange and vgrefresh operationZdenek Kabelac2011-09-071-1/+8
* Move the core of the lib/config/config.c functionality into libdevmapper,Petr Rockai2011-08-301-2/+2
* Replace free_vg with release_vgZdenek Kabelac2011-08-101-5/+5
* Defer writing PV labels to vg_write.Alasdair Kergon2011-06-011-3/+3
* Do not log a superfluous stack message when the lv is properly processedZdenek Kabelac2011-05-191-2/+4
* Add new free_pv_fid fn and use it throughout to free all attached fids.Peter Rajnoha2011-03-111-0/+13
* PE size overflows, on most architectures it is catch by "PE cannot be 0"Milan Broz2011-03-021-0/+6
* Use 64bit unsigned value for maximum stripe size test.Milan Broz2011-03-021-1/+1
* Remove useless mdas parameter for pv_read (from now on, we store mdas in aPeter Rajnoha2011-02-211-8/+6
* Add some backtraces for error paths in process_each_lvZdenek Kabelac2011-02-181-4/+13
* Const fixingZdenek Kabelac2011-02-181-5/+5
* Add change_tag to toollib.Alasdair Kergon2011-01-241-2/+46
* Remove unused variable dev_dir_providedZdenek Kabelac2010-12-201-2/+0
* Rename vg_release to free_vg.Alasdair Kergon2010-12-081-11/+11
* Test lv_name is not NULLZdenek Kabelac2010-12-011-1/+1
* Optimize second call to strchr with same parametersZdenek Kabelac2010-12-011-2/+3
* Move arg_vgnames from local scopeZdenek Kabelac2010-11-231-2/+1
* Suppress 'No PV label' message when removing several PVs without mdas.Alasdair Kergon2010-11-231-2/+2
* Remove tag length restriction and allow / = ! : # & characters.Alasdair Kergon2010-11-171-4/+4
* Extend cling allocation policy to recognise PV tags (cling_by_tags).Alasdair Kergon2010-11-091-4/+4
* Reuse result of previous strchrZdenek Kabelac2010-10-251-1/+1
* Add escape sequence for ':' and '@' found in device names used as PVs.Peter Rajnoha2010-09-231-14/+14
* Remove assumption that --yes must be used only in --force modeMilan Broz2010-08-191-5/+0
* improve vgmetadatacopies unmanaged messageAlasdair Kergon2010-06-301-8/+8
* Add pvmetadatacopies to lvm.conf and pvcreate man pages.Dave Wysochanski2010-06-301-2/+8
* Add --metadataignore to pvcreate.Dave Wysochanski2010-06-301-0/+12
* Add --vgmetadatacopies to vgcreate man page, command, and lvm.conf.Dave Wysochanski2010-06-281-0/+12
* Add mda_copies to VG structures and initialization.Dave Wysochanski2010-06-281-0/+2
* Require partial option in lvchange --refresh for partials LVs.Milan Broz2010-06-031-0/+6
* Replicator: use cmd_vg for process_each_lv_in_vg()Zdenek Kabelac2010-05-211-9/+36