summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Add 'empty' commandZdenek Kabelac2011-08-041-0/+1
* Remove self assigment which has no effectZdenek Kabelac2011-08-041-2/+1
* Minor memory leak fixZdenek Kabelac2011-08-041-2/+4
* Add missing new line in lvrename help text.Zdenek Kabelac2011-08-041-1/+1
* Add basic RAID segment type(s) support.Jonathan Earl Brassow2011-08-021-7/+54
* remove unnecessary lvconvert.hAlasdair Kergon2011-07-084-4/+3
* Remove dev name prefix from dmsetup line output if exactly one dev requested.Alasdair Kergon2011-07-081-11/+5
* Add framework for validation of ioctls. Doesn't do any checks yet.Alasdair Kergon2011-07-011-3/+48
* Add age filter to dmsetup udevcomplete_all to minimise concurrency problems.Alasdair Kergon2011-06-291-10/+31
* Fix error message - the parameter name is '--mirrorlog' not '--log'Jonathan Earl Brassow2011-06-291-1/+1
* Remove unnecesary conditional.Jonathan Earl Brassow2011-06-281-5/+0
* Move _set_lvm_fallback into toolcontext, fix string comparison (/devtestAlasdair Kergon2011-06-271-49/+3
* Move udev_only logic inside stacked node op code.Alasdair Kergon2011-06-271-6/+6
* Disable udev fallback and add --udevfallback option to dmsetup.Peter Rajnoha2011-06-171-15/+19
* Disable udev fallback by default and add activation/udev_fallback to lvm.conf.Peter Rajnoha2011-06-171-2/+5
* Fix lvreduce stripe rounding up from previous commit.Milan Broz2011-06-151-2/+4
* Major pvmove fix to issue ioctls in the correct order when multiple LVsAlasdair Kergon2011-06-112-47/+55
* Fix mirrored stripe reduction.Milan Broz2011-06-091-4/+30
* Fix extent rounding for striped segments.Milan Broz2011-06-091-2/+8
* Defer writing PV labels to vg_write.Alasdair Kergon2011-06-014-7/+7
* Permit --available with lvcreate so non-snapshot LVs need not be activated.Alasdair Kergon2011-06-013-14/+16
* Clarify error message when unable to convert an LV into a snapshot of an LV.Peter Rajnoha2011-06-011-1/+1
* Use new dev_open_readonly fn to prevent opening devices for read-write when n...Peter Rajnoha2011-05-281-1/+1
* Do not log a superfluous stack message when the lv is properly processedZdenek Kabelac2011-05-191-2/+4
* Rewrite vgreduce --removemissing --force, using existing primitives:Petr Rockai2011-05-071-281/+23
* Add a new entry point in the mirror lvconvert code, for removing missing mirrorPetr Rockai2011-05-072-107/+118
* When glibc needs buffers for line buffering of input and output buffers, itPetr Rockai2011-05-071-1/+1
* pre-release clean-upsAlasdair Kergon2011-04-291-2/+2
* Use common udev_get_dev_dir() to get current device directory managed by udev.Peter Rajnoha2011-04-221-4/+1
* Obtain device list from udev by default if LVM2 is compiled with udev support.Peter Rajnoha2011-04-221-0/+4
* Require libudev >= 143 when compiling with udev support.Peter Rajnoha2011-04-222-2/+0
* Fix incorrect tests for dm_snprintf() failureZdenek Kabelac2011-04-091-1/+1
* Fix some unmatching sign comparation gcc warningsZdenek Kabelac2011-04-083-3/+3
* This patch adds the ability to extend 0 length layered LVs. ThisJonathan Earl Brassow2011-04-061-3/+4
* Fix free_vg orderZdenek Kabelac2011-03-302-14/+14
* Add attribute printfZdenek Kabelac2011-03-291-0/+1
* Const warning fixesZdenek Kabelac2011-03-291-4/+4
* Remove double bracesZdenek Kabelac2011-03-292-4/+4
* s/MIRROR_NOTSYNCED/LV_NOTSYNCED/ - Flag will may refer to more than just mirrorsJonathan Earl Brassow2011-03-292-3/+3
* cosmetic change - swapping one macro for anotherJonathan Earl Brassow2011-03-251-1/+1
* Add new free_pv_fid fn and use it throughout to free all attached fids.Peter Rajnoha2011-03-119-8/+49
* Use empty string instead of /dev// for LV path when there's no VG.Alasdair Kergon2011-03-091-5/+2
* PE size overflows, on most architectures it is catch by "PE cannot be 0"Milan Broz2011-03-022-0/+12
* Use 64bit unsigned value for maximum stripe size test.Milan Broz2011-03-022-2/+2
* Accept multiple mapped device names on many dmsetup command lines.Alasdair Kergon2011-03-021-134/+125
* Fix dm_udev_wait calls in dmsetup to occur before readahead display not after.Alasdair Kergon2011-03-021-11/+7
* Improve pvremove error message when PV belongs to a VG.Alasdair Kergon2011-02-281-2/+2
* Add a hint for manual revert if there's an error in pv_write, vg_write, vg_co...Peter Rajnoha2011-02-281-1/+6
* Allow non-orphan PVs with two metadata areas to be resized.Peter Rajnoha2011-02-284-8/+15
* Revert the patch for vgconvert to work with recent changes in metadata area h...Peter Rajnoha2011-02-251-20/+67