summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* New column-based reporting tools: lvs, pvs & vgs.Alasdair Kergon2002-12-1219-143/+597
* Fix long arg processing.Alasdair Kergon2002-12-051-4/+10
* tidyAlasdair Kergon2002-12-031-2/+1
* Default size unit normally MB not KB.Alasdair Kergon2002-12-033-9/+23
* Suppress a (normally) unnecessary warning.Alasdair Kergon2002-12-031-2/+7
* Further help text tidying & support for -?.Alasdair Kergon2002-11-294-209/+202
* tiny tidyingHeinz Mauelshagen2002-11-281-3/+1
* Corrected lvcreate synopsis.Heinz Mauelshagen2002-11-281-43/+68
* Fix snapshot lvcreate activation check.Alasdair Kergon2002-11-221-6/+4
* Some new features.Alasdair Kergon2002-11-1839-1700/+1859
* agk, I recall you saying you had a massive commit pending; if you need meAndres Salomon2002-10-2720-0/+66
* Wow, learn something new every day. Apparently, the signed-ness of char isAndres Salomon2002-10-081-1/+1
* Support alternative lvrename syntax.Alasdair Kergon2002-09-051-8/+22
* o Remove e2fsadm to stop people waiting expectantly for something that isn't...Joe Thornber2002-08-082-14/+0
* Improved snapshot-related arg validationAlasdair Kergon2002-07-171-4/+22
* i) Add the VISIBLE flag to the text format. (Other changes are pendingJoe Thornber2002-07-111-0/+6
* i) There's now a seperate field in struct logical_volume that stores theJoe Thornber2002-07-113-18/+14
* tidyAlasdair Kergon2002-07-111-0/+1
* Add --ignorelockingfailureAlasdair Kergon2002-07-105-9/+31
* Add vgsplit.Alasdair Kergon2002-05-314-6/+296
* Tidy/fix segment rounding.Alasdair Kergon2002-05-311-7/+14
* Fix vgcfgrestore segfault (wrong variable used).Alasdair Kergon2002-05-301-3/+2
* Drop the default chunk size for snapshots down to 8kJoe Thornber2002-05-131-1/+1
* Import snapshot status & persistence + indent etc.Alasdair Kergon2002-05-101-25/+11
* i) Put back chunksize_ARG for lvcreate.Joe Thornber2002-05-081-3/+3
* Always call init_log() to initialise logging defaults.Alasdair Kergon2002-05-081-8/+6
* log/{prefix,command_names} use defaults.h & reset between shell cmdsAlasdair Kergon2002-05-071-7/+14
* Add features to get table/status & wait for next event.Patrick Caulfield2002-05-031-0/+64
* Some partial VG support with format_text.Alasdair Kergon2002-04-301-3/+7
* o Updated *display output for LVM1 compatibilityAJ Lewis2002-04-291-0/+3
* Changed DEFAULT_PV and DEFAULT_LV to 256 (has been fixed in LVM1 before)Heinz Mauelshagen2002-04-251-2/+2
* Merge with text format branch.Alasdair Kergon2002-04-2430-204/+292
* add setlocale() call so that localisation of things like number entryPatrick Caulfield2002-04-241-0/+2
* o Added support for chunk_size to lvcreate.Joe Thornber2002-04-152-2/+4
* Missing VG lock when iterating through all LVs.Alasdair Kergon2002-04-156-4/+20
* o Drop the default chunk size for snapshots down to 16k.Joe Thornber2002-04-151-1/+1
* Implement an external locking interface.Patrick Caulfield2002-04-081-1/+1
* Cope with creation of additional snapshots while active.Alasdair Kergon2002-03-271-5/+6
* Snapshots are now attached to their origin device for locking purposesAlasdair Kergon2002-03-261-8/+14
* New-style persistent minor support.Alasdair Kergon2002-03-261-1/+2
* Better support for LVs with hyphens in names.Alasdair Kergon2002-03-191-0/+5
* Support device queries by uuid as well as by name. (Used by lvrename.)Alasdair Kergon2002-03-181-1/+1
* Tie all snapshot (de)activation requests to (de)activation of origin device.Alasdair Kergon2002-03-182-1/+8
* Review locking: block signals instead of ignoring them and restore stateAlasdair Kergon2002-03-159-10/+11
* Suppress verbose/debug messages from libdevmapper.Alasdair Kergon2002-03-141-0/+2
* dmsetup display uuidAlasdair Kergon2002-03-131-0/+4
* Let dmsetup store the uuid on device creation.Alasdair Kergon2002-03-111-16/+20
* lv_info replaces lv_active etc.Alasdair Kergon2002-03-114-36/+42
* o activate/reactivate mergeAlasdair Kergon2002-03-1112-65/+65
* o dm_destroy_all() called on exit - but doesn't touch suspended devices yet.Alasdair Kergon2002-03-071-47/+48