summaryrefslogtreecommitdiffstats
path: root/tools/stub.h
Commit message (Collapse)AuthorAgeFilesLines
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-091-9/+9
|
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-201-3/+3
|
* Make SIZE_SHORT the default for display_size().Alasdair Kergon2006-05-091-4/+18
| | | | | | | Fix some memory leaks in error paths found by coverity. Use C99 struct initialisers. Move DEFS into configure.h. Clean-ups to remove miscellaneous compiler warnings.
* A pvresize implementation (Zak Kipling).Alasdair Kergon2005-10-311-1/+0
|
* Update copyright notices.Alasdair Kergon2004-03-301-2/+11
|
* The LVM2 part of vgmknodes [still to do the non-devfs device-mapper bit].Alasdair Kergon2003-11-121-1/+0
|
* Don't install the pvdata stub; update built-in mesg.Alasdair Kergon2003-09-151-1/+9
|
* Add pvmoveAlasdair Kergon2003-04-301-1/+0
|
* Some new features.Alasdair Kergon2002-11-181-1/+1
|
* o Remove e2fsadm to stop people waiting expectantly for something that ↵Joe Thornber2002-08-081-1/+0
| | | | | | isn't going to arrive.
* Add vgsplit.Alasdair Kergon2002-05-311-1/+0
|
* pvresize commandHeinz Mauelshagen2002-02-251-0/+1
|
* Preparation for an LVM2 liblvm - pass cmd_context into each tool andAlasdair Kergon2002-02-111-7/+7
| | | | link some globals that the tools need into that structure.
* Poor mans lvmdiskscanHeinz Mauelshagen2002-02-051-1/+0
|
* Display error when running unimplemented functions.Alasdair Kergon2002-01-311-8/+10
|
* o A vgimport implementationAlasdair Kergon2002-01-291-1/+0
| | | | | o Require -a or <list of vgs> parameters with vgexport/vgimport o Allow pvcreate -ff to destroy exported/partial VGs
* o Basic support for exporting (but importing not completed yet).Alasdair Kergon2002-01-291-1/+0
| | | | | o When volume group does not have write flag set, prevent changes to it. o Preparation for partial activation (not completed yet).
* o Add pvmove to the stub file.Joe Thornber2002-01-161-0/+1
|
* o vgcfgrestore works ! (with the couple of examples I tried).Joe Thornber2002-01-151-1/+0
|
* o ACTIVE is no longer a status flag - lv_active() used to check if an LVAlasdair Kergon2002-01-101-0/+1
| | | | | | | | | | is active in the device-mapper. o Many operations can be carried out regardless of whether the VG is active or not. o vgscan does not activate anything - use vgchange. o Change lvrename to support renaming of active LVs. o Remove '//' appearing in some pathnames. o Dummy lv_check_segments() for compilation.
* o vgcfgrestore.Joe Thornber2002-01-101-17/+2
|
* o Added a quick vgcfgbackup, needs parameters as yet.Joe Thornber2001-12-201-1/+0
|
* vgmerge first cutAlasdair Kergon2001-11-271-1/+0
|
* vgdisplayAlasdair Kergon2001-11-191-1/+0
|
* lvrename (without reactivation)Alasdair Kergon2001-11-151-1/+0
|
* o Added lvextendAlasdair Kergon2001-11-091-1/+0
| | | | | | | o Full signed arguments to lvreduce/lvextend o Consistent lv_number/pe map use o Populate pv->pe_allocated o Fixes for allocation/writing of multiple LVs
* lvdisplay & lvreduceAlasdair Kergon2001-11-081-2/+0
|
* lvcreateAlasdair Kergon2001-11-061-1/+0
|
* lvchangeAlasdair Kergon2001-10-301-1/+0
|
* basic lvscanAlasdair Kergon2001-10-291-1/+0
|
* lvremoveAlasdair Kergon2001-10-291-1/+0
|
* pvdisplayAlasdair Kergon2001-10-181-1/+0
|
* pvchangeAlasdair Kergon2001-10-171-1/+0
|
* pvscanAlasdair Kergon2001-10-161-1/+0
|
* vgchangeAlasdair Kergon2001-10-161-1/+0
|
* vgextendAlasdair Kergon2001-10-151-1/+0
|
* vgcreateAlasdair Kergon2001-10-121-1/+0
|
* o pvcreateJoe Thornber2001-10-121-1/+0
| | | | | | o added uuid unit o stubbed partition stuff
* vgreduce, vgremove, vgrename & vgscanAlasdair Kergon2001-10-111-2/+0
|
* o vgremove.Alasdair Kergon2001-10-091-1/+0
| | | | o filter devices by major.
* vgrename & vgckAlasdair Kergon2001-10-081-3/+7
|
* vgcreate & lvmchange outlinesAlasdair Kergon2001-10-031-2/+0
|
* vgrename & pvchange outlinesAlasdair Kergon2001-10-031-2/+0
|
* lvremove outlineAlasdair Kergon2001-10-031-1/+0
|
* pvscan frameworkAlasdair Kergon2001-10-021-1/+0
|
* Merge fixesAlasdair Kergon2001-10-011-1/+0
|
* lvactivate checkpoint commitAlasdair Kergon2001-09-251-0/+55