| Commit message (Expand) | Author | Age | Files | Lines |
* | Synthesized commit during git-svn import combining previous Mandriva history ... | Mageia SVN-Git Migration | 2011-02-06 | 1 | -1/+1 |
* | default to defaultFS in LVM, not ext2 | Pascal Terjan | 2010-05-13 | 1 | -1/+1 |
* | Add back and fix lvm in patitioning wizard | Pascal Terjan | 2010-02-08 | 1 | -1/+1 |
* | avoid error messages when using lvm in draklive-install (#36415) | Pascal Terjan | 2009-10-19 | 1 | -1/+1 |
* | extract detect_during_install | Olivier Blin | 2009-10-16 | 1 | -4/+6 |
* | - fix handling LVM VGs with "-" in the name (#37267) | Pascal Rigaux | 2008-01-28 | 1 | -1/+1 |
* | - bootloader-config: | Pascal Rigaux | 2008-01-22 | 1 | -4/+8 |
* | simplify | Pascal Rigaux | 2007-09-24 | 1 | -2/+2 |
* | create partition_table_initialize() and partition_table_clear_and_initialize() | Pascal Rigaux | 2007-09-19 | 1 | -0/+12 |
* | - create lvm::add_to_VG() out of diskdrake::interactive::Add2LVM() | Pascal Rigaux | 2007-09-19 | 1 | -2/+14 |
* | - diskdrake: | Pascal Rigaux | 2007-08-08 | 1 | -0/+1 |
* | fix typos (thanks to Arpad Biro) | Pascal Rigaux | 2005-09-22 | 1 | -1/+1 |
* | reduce the overall perl_checker warnings | Thierry Vignaud | 2005-07-08 | 1 | -1/+1 |
* | handle pvmove | Pascal Rigaux | 2005-07-01 | 1 | -0/+6 |
* | - we can keep vg available when using vgreduce | Pascal Rigaux | 2005-07-01 | 1 | -1/+1 |
* | fix message | Pascal Rigaux | 2005-07-01 | 1 | -1/+1 |
* | create lvm::pv_physical_extents() and use it | Pascal Rigaux | 2005-07-01 | 1 | -1/+4 |
* | remove debug code from previous commit | Pascal Rigaux | 2005-07-01 | 1 | -3/+1 |
* | create generic function get_pv_field() | Pascal Rigaux | 2005-07-01 | 1 | -3/+10 |
* | better name | Pascal Rigaux | 2005-07-01 | 1 | -1/+1 |
* | replace lv_nb_segments() with lv_nb_pvs() | Pascal Rigaux | 2005-07-01 | 1 | -3/+7 |
* | handle vgreduce | Pascal Rigaux | 2005-07-01 | 1 | -0/+10 |
* | better error message, and translate it | Pascal Rigaux | 2005-07-01 | 1 | -1/+1 |
* | lilo only accept /boot (or /) on a LV if it uses only one PV, so correctly wa... | Pascal Rigaux | 2005-07-01 | 1 | -0/+11 |
* | ensure we have a {lv_name} (esp. for auto_installs) | Pascal Rigaux | 2005-03-29 | 1 | -0/+1 |
* | ensure {lv_name} is set when calling check_mntpoint() from Create() (via chec... | Pascal Rigaux | 2005-03-22 | 1 | -1/+6 |
* | rootDevice must be properly set, esp. for newt diskdrake (bugzilla #14254) | Pascal Rigaux | 2005-03-18 | 1 | -0/+1 |
* | ensure {lv_name} is set for LVM partitions | Pascal Rigaux | 2005-02-01 | 1 | -0/+1 |
* | move device mapper initialisation out of lvm.pm into devices.pm (since it wil... | Pascal Rigaux | 2004-12-29 | 1 | -9/+1 |
* | remove some unneeded ";", add some for normalization (as told by perl_checker) | Pascal Rigaux | 2004-11-18 | 1 | -1/+1 |
* | no need to run vgscan and vgchange in standalone | Pascal Rigaux | 2004-10-14 | 1 | -2/+4 |
* | don't die when device-mapper is missing (occurs on 2.4 kernel) (bugzilla #11834) | Pascal Rigaux | 2004-09-30 | 1 | -3/+4 |
* | call pvremove on every PVs when destroying a VG (to clear the LVM2 magic) (bu... | Pascal Rigaux | 2004-09-22 | 1 | -0/+1 |
* | many functions in fsedit don't modify anything, they are simply accessors. | Pascal Rigaux | 2004-08-03 | 1 | -1/+0 |
* | introduce ->ensure_binary_is_installed and use it | Pascal Rigaux | 2004-08-02 | 1 | -1/+1 |
* | - add field {fs_type} partially replacing {pt_type} | Pascal Rigaux | 2004-07-27 | 1 | -6/+5 |
* | a {type} didn't get moved to {pt_type}, fixing | Pascal Rigaux | 2004-07-27 | 1 | -1/+1 |
* | big renaming of field {type} to {pt_type}, | Pascal Rigaux | 2004-07-05 | 1 | -2/+2 |
* | perl now handle cleanly utf8 string in exceptions, no need to die \N("...") | Pascal Rigaux | 2004-04-05 | 1 | -1/+1 |
* | create /dev/mapper/control (needed when you don't have devfs) | Pascal Rigaux | 2004-02-04 | 1 | -0/+7 |
* | - replace PE_size with extent_size and get it (fix illegal division by 0) | Pascal Rigaux | 2004-02-04 | 1 | -9/+11 |
* | adaptation/simplification for new lvm2 (thanks to Luca Berra) | Pascal Rigaux | 2004-01-15 | 1 | -5/+3 |
* | lvm2 uses urandom | Pascal Rigaux | 2004-01-13 | 1 | -0/+1 |
* | - install lvm2 rpm instead of lvm (and using ->ensure_is_installed) | Pascal Rigaux | 2004-01-13 | 1 | -4/+2 |
* | basic lvm2 support (not tested yet!) | Pascal Rigaux | 2004-01-06 | 1 | -22/+22 |
* | fix typo (fix bug #4239) | Pascal Rigaux | 2003-08-11 | 1 | -1/+1 |
* | allow choosing lv name (thanks to Brian Murrell) | Pascal Rigaux | 2003-06-04 | 1 | -3/+3 |
* | perl_checker adaptations + fixes | Pascal Rigaux | 2003-04-24 | 1 | -1/+1 |
* | to workaround perl bug removing UTF8 flag when passing scalars to die's, pass | Guillaume Cottenceau | 2003-02-19 | 1 | -1/+1 |
* | add "new" to lvm.pm, and use it | Pascal Rigaux | 2002-12-18 | 1 | -0/+6 |