summaryrefslogtreecommitdiffstats
path: root/tools/lvmcmdline.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: drop unneeded included header filesZdenek Kabelac2012-08-231-3/+0
* thin: use discards as plural rather than singularAlasdair G Kergon2012-08-071-5/+5
* args: increase major:minor limit to 4095:1048575Peter Rajnoha2012-08-061-32/+29
* thin: add discard support for thin poolZdenek Kabelac2012-07-181-0/+13
* activate: add autoactivation hooksPeter Rajnoha2012-06-281-0/+6
* args: add --activate synonym for --available argPeter Rajnoha2012-06-281-2/+3
* spacingAlasdair Kergon2012-04-111-1/+1
* Fix a regression in handling --major/--minor arguments to lvcreate & lvchange,Petr Rockai2012-03-161-1/+16
* Fix error path for create_toolcontextZdenek Kabelac2012-03-121-1/+4
* Switch pvscan --cache major:minor to --major --minor.Alasdair Kergon2012-03-061-0/+5
* Log sys errorsZdenek Kabelac2012-03-011-3/+6
* Initialize dmeventd monitoring for every commandZdenek Kabelac2012-02-151-0/+6
* Handle all succefull values from open()Zdenek Kabelac2012-02-131-1/+1
* Only use built-in stack size in clvmd - ignore lvm.conf.Alasdair Kergon2011-12-081-1/+1
* Fix command line option decodingZdenek Kabelac2011-09-161-2/+2
* Move cascade inside libdm etc.Alasdair Kergon2011-09-021-9/+7
* Add 'empty' commandZdenek Kabelac2011-08-041-0/+1
* Remove self assigment which has no effectZdenek Kabelac2011-08-041-2/+1
* Move _set_lvm_fallback into toolcontext, fix string comparison (/devtestAlasdair Kergon2011-06-271-49/+3
* Disable udev fallback by default and add activation/udev_fallback to lvm.conf.Peter Rajnoha2011-06-171-2/+5
* When glibc needs buffers for line buffering of input and output buffers, itPetr Rockai2011-05-071-1/+1
* 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-221-1/+0
* Fix some unmatching sign comparation gcc warningsZdenek Kabelac2011-04-081-1/+1
* Do not log backtrace for correctly processed commandZdenek Kabelac2011-01-131-2/+5
* Remove dead store in lvm_run_commandZdenek Kabelac2010-12-201-2/+2
* Test return value from read() and close() for an error.Zdenek Kabelac2010-12-201-6/+10
* Refactor the percent (mirror sync, snapshot usage) handling code to usePetr Rockai2010-11-301-1/+1
* Remove dead assignment in lvm2_mainZdenek Kabelac2010-11-291-1/+0
* Add missing destrustion of cmd_contextZdenek Kabelac2010-11-241-2/+4
* Remove tag length restriction and allow / = ! : # & characters.Alasdair Kergon2010-11-171-1/+1
* Support repetition of --addtag and --deltag arguments.Alasdair Kergon2010-11-111-155/+181
* Add global/metadata_read_only to use unrepaired metadata in read-only cmds.Alasdair Kergon2010-10-251-0/+7
* Fix memory leak of config_treeZdenek Kabelac2010-09-301-0/+4
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-091-22/+22
* Fix --[vg]metadatacopies arg processingAlasdair Kergon2010-06-301-18/+11
* Update partial mode warning message.Alasdair Kergon2010-06-301-2/+1
* Allow 'all' and 'unmanaged' values for --vgmetadatacopies.Dave Wysochanski2010-06-281-0/+28
* Ensure --metadatacopies parameter gets interpreted based on command.Dave Wysochanski2010-06-281-2/+7
* Add new --sysinit option for vgchange and lvchange.Peter Rajnoha2010-05-061-2/+2
* Suppress duplicate error messages about read failures and missing devices.Petr Rockai2010-05-051-0/+1
* 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-291-22/+8
* UDEV_SYNC_SUPPORT, not UDEV_SYNC!Peter Rajnoha2010-03-231-1/+1
* Strictly require libudev if udev_sync is used.Peter Rajnoha2010-03-231-2/+2
* Don't use LVM_UDEV_DISABLE_CHECKING environment variable anymore.Peter Rajnoha2010-02-151-8/+42
* Add %ORIGIN support to lv{create,extend,reduce,resize} --extents optionMike Snitzer2010-02-031-0/+3
* Move error message to locking constructor and printMilan Broz2010-01-221-2/+0