summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* lvconvert: use _reload_lv on more placesZdenek Kabelac2012-08-231-60/+30
* lvconvert: move _reload_lv()Zdenek Kabelac2012-08-231-27/+28
* check: add internal errors for unexpected pathsZdenek Kabelac2012-08-232-0/+10
* cleanup: use proper activation_change_tZdenek Kabelac2012-08-232-2/+4
* cleanup: cast to matching typeZdenek Kabelac2012-08-231-2/+2
* cleanup: uint64_t castsZdenek Kabelac2012-08-231-1/+1
* cleanup: keep MKNOD type cast cleanZdenek Kabelac2012-08-231-1/+1
* cleanup: drop unneeded included header filesZdenek Kabelac2012-08-236-13/+0
* dmsetup: check if new_name is non NULLZdenek Kabelac2012-08-231-1/+1
* dmsetup: fix udev warning messageZdenek Kabelac2012-08-231-1/+1
* dmsetup: fix memleak in _get_split_nameZdenek Kabelac2012-08-231-1/+3
* thin: lvcreate --discardsZdenek Kabelac2012-08-092-1/+12
* RAID: Improve RAID argument handling.Jonathan Brassow2012-08-081-0/+21
* thin: use discards as plural rather than singularAlasdair G Kergon2012-08-075-25/+25
* thin: tidy commands.h arg listsAlasdair G Kergon2012-08-071-11/+8
* thin: mention discard/zero in lvchange errmsgAlasdair G Kergon2012-08-071-5/+4
* args: increase major:minor limit to 4095:1048575Peter Rajnoha2012-08-065-38/+47
* dmsetup: allow --noflush with status/wait for thinAlasdair G Kergon2012-07-271-2/+5
* vgextend: Allow PVs to be added to VGs that have PVs missingJonathan Brassow2012-07-261-2/+7
* thin: add lvchange for discard and zero changeZdenek Kabelac2012-07-182-3/+92
* thin: add discard support for thin poolZdenek Kabelac2012-07-184-1/+20
* lvconvert: count % upwards when merging a snapshotPeter Rajnoha2012-07-101-2/+2
* activate: skip manual activation for --sysinit -aayPeter Rajnoha2012-07-102-0/+14
* RAID: Fix extending size of RAID 4/5/6 logical volumes.Jonathan Brassow2012-06-261-2/+8
* toollib: fix ignored_mdas process_each_pv rescanAlasdair G Kergon2012-06-291-2/+1
* lvcreate: add --activate ay (autoactivate)Peter Rajnoha2012-06-282-1/+7
* lvchange: add --activate ay (autoactivate)Peter Rajnoha2012-06-282-1/+7
* pvscan: add --activate ay option (autoactivate)Peter Rajnoha2012-06-282-1/+30
* vgchange: add --activate ay option (autoactivate)Peter Rajnoha2012-06-282-1/+7
* activate: add autoactivation hooksPeter Rajnoha2012-06-285-24/+31
* args: add --activate synonym for --available argPeter Rajnoha2012-06-288-53/+54
* thin: fix lvconvert error path NULL dereferenceZdenek Kabelac2012-06-221-2/+2
* cleanup: replace memset with struct initilizationZdenek Kabelac2012-06-222-6/+3
* cleanup: use struct initializers instead of memsetZdenek Kabelac2012-06-201-8/+2
* More .gitignore files for an in-source-tree build.Alasdair G Kergon2012-06-081-0/+2
* Add .gitignore files for an in-source-tree build.Alasdair G Kergon2012-06-081-0/+1
* Remove unsupported udev_get_dev_path libudev call used for checking udev dir.Peter Rajnoha2012-05-291-18/+12
* Initial support for lvconvert for thin pool volumes.Zdenek Kabelac2012-05-092-1/+230
* Also rename DevNos header to DevNosUsed in dmsetup info -c output.Peter Rajnoha2012-04-241-1/+1
* Rename (Blk)DevNames header to (Blk)DevNamesUsed in dmsetup info -c output.Peter Rajnoha2012-04-241-2/+2
* Fix for bug 807776: invalid lvconvert --merge output should mention raid1 nowJonathan Earl Brassow2012-04-191-1/+1
* Remove 'up' from rounding message that sometimes rounds down.Alasdair Kergon2012-04-121-1/+16
* spacingAlasdair Kergon2012-04-111-1/+1
* Fix lvresize for thin poolZdenek Kabelac2012-04-111-8/+4
* Lvresize rounds upwardZdenek Kabelac2012-04-111-2/+5
* Support rounding downward for lvcreate and %Zdenek Kabelac2012-04-111-0/+14
* Move check for min strip sizeZdenek Kabelac2012-04-111-9/+10
* Fix unlocking in error path of vgreduceZdenek Kabelac2012-03-301-1/+8
* Detect VG name being part of the LV name in lvconvert --splitmirrors -n.Peter Rajnoha2012-03-301-3/+13
* Fail early if cmirror is not detected and pvmove requires it.Milan Broz2012-03-271-1/+9