| Commit message (Expand) | Author | Age | Files | Lines |
* | - fix insmoding raid0 (#33172) | Pascal Rigaux | 2007-09-05 | 1 | -2/+2 |
* | - fix loading linux software raid (mdadm) kernel modules | Pascal Rigaux | 2007-08-27 | 1 | -5/+11 |
* | - diskdrake: | Pascal Rigaux | 2007-08-21 | 1 | -0/+2 |
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -5/+7 |
* | use --force when creating a md with only one device (bugzilla #21214) | Pascal Rigaux | 2006-02-20 | 1 | -1/+3 |
* | we shouldn't rely on callers to load missing modules... | Thierry Vignaud | 2005-12-22 | 1 | -0/+1 |
* | "mdadm --detail --brief" doesn't contain "devices=..." anymore (since mdadm 1... | Pascal Rigaux | 2005-10-18 | 1 | -1/+1 |
* | write /etc/mdadm.conf when creating a new md (bugzilla #15502) | Pascal Rigaux | 2005-08-08 | 1 | -1/+2 |
* | - move functions using /proc/partitions out of fsedit to fs::proc_partitions | Pascal Rigaux | 2005-06-10 | 1 | -1/+0 |
* | don't need prefixing with current package | Pascal Rigaux | 2005-06-09 | 1 | -1/+1 |
* | remove unused code | Pascal Rigaux | 2005-06-03 | 1 | -4/+0 |
* | calling inactivate_and_dirty() on a new structure is bad, we loose the {isFor... | Pascal Rigaux | 2005-03-24 | 1 | -4/+5 |
* | ensure we use/propose a free md when creating a new one | Pascal Rigaux | 2005-03-24 | 1 | -1/+6 |
* | after "mdadm --assemble" there can be some mds in inactivate state busying de... | Pascal Rigaux | 2005-03-24 | 1 | -1/+9 |
* | switch back to auto=yes : | Pascal Rigaux | 2005-01-27 | 1 | -1/+1 |
* | fix "mdadm package not installed" during install (bugzilla #13259) | Pascal Rigaux | 2005-01-27 | 1 | -1/+1 |
* | put the new option auto=dev instead of auto=yes (see mdadm-1.8.0-2mdk) | Pascal Rigaux | 2005-01-23 | 1 | -1/+1 |
* | - don't write /etc/mdadm.conf when no raid | Pascal Rigaux | 2005-01-21 | 1 | -1/+3 |
* | - fs::format::part_raw() now takes $wait_message to allow displaying the prog... | Pascal Rigaux | 2005-01-06 | 1 | -1/+1 |
* | better english (writing style rather than spoken one) | Thierry Vignaud | 2004-12-13 | 1 | -1/+1 |
* | remove some unneeded ";", add some for normalization (as told by perl_checker) | Pascal Rigaux | 2004-11-18 | 1 | -1/+1 |
* | since we need mdadm, ensure we have it (bugzilla #12146) | Pascal Rigaux | 2004-10-27 | 1 | -0/+5 |
* | newly created raids must have a fs_type (this was dropped in rev 1.45, it was... | Pascal Rigaux | 2004-10-26 | 1 | -0/+1 |
* | put UUID instead of devices in mdadm.conf to be more device naming independant | Pascal Rigaux | 2004-10-14 | 1 | -13/+22 |
* | safer | Pascal Rigaux | 2004-09-06 | 1 | -2/+3 |
* | fix typo | Pascal Rigaux | 2004-09-06 | 1 | -3/+4 |
* | handle pt_type, not only fs_type | Pascal Rigaux | 2004-09-06 | 1 | -2/+5 |
* | be more failsafe with half broken existing raids | Pascal Rigaux | 2004-09-06 | 1 | -0/+1 |
* | remove dead code | Pascal Rigaux | 2004-08-10 | 1 | -4/+0 |
* | - switch to mdadm (instead of raidtools) | Pascal Rigaux | 2004-08-08 | 1 | -76/+128 |
* | - add field {fs_type} partially replacing {pt_type} | Pascal Rigaux | 2004-07-27 | 1 | -5/+5 |
* | - move format related functions out of fs.pm to new module fs/format.pm | Pascal Rigaux | 2004-07-23 | 1 | -1/+1 |
* | big renaming of field {type} to {pt_type}, | Pascal Rigaux | 2004-07-05 | 1 | -1/+1 |
* | perl now handle cleanly utf8 string in exceptions, no need to die \N("...") | Pascal Rigaux | 2004-04-05 | 1 | -2/+2 |
* | perl_checker adaptations + fixes | Pascal Rigaux | 2003-04-24 | 1 | -2/+2 |
* | to workaround perl bug removing UTF8 flag when passing scalars to die's, pass | Guillaume Cottenceau | 2003-02-19 | 1 | -2/+2 |
* | mkraid wants all the md devices written in raidtab to exist, even if asking to | Pascal Rigaux | 2003-02-19 | 1 | -2/+2 |
* | cleanup | Pascal Rigaux | 2003-02-19 | 1 | -2/+6 |
* | perl_checker compliance ("ref" now need parentheses in many case) | Pascal Rigaux | 2003-02-12 | 1 | -1/+1 |
* | software raid (mdX) can go up to md31 | Pascal Rigaux | 2003-01-29 | 1 | -1/+3 |
* | use "if any" instead of "if grep", and various other occurences of "any", "ev... | Pascal Rigaux | 2003-01-07 | 1 | -1/+1 |
* | use output() | Pascal Rigaux | 2002-12-03 | 1 | -14/+13 |
* | testing aware | Guillaume Cottenceau | 2002-11-28 | 1 | -0/+1 |
* | various small syntax enhancements to please perl_checker | Pascal Rigaux | 2002-11-11 | 1 | -1/+1 |
* | - have "local *FILEHANDLE" before each "open FILEHANDLE, ..." | Pascal Rigaux | 2002-11-06 | 1 | -1/+1 |
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -4/+4 |
* | use each_index instead of map_index when the return value is not used | Pascal Rigaux | 2002-11-05 | 1 | -1/+1 |
* | also create a raidtab if it doesn't exist (occurs when / has been formatted) | Pascal Rigaux | 2002-09-24 | 1 | -0/+2 |
* | make new perl_checker happy (and that's not easy!) | Pascal Rigaux | 2002-07-31 | 1 | -4/+4 |
* | ensure the raid is disactivated and marked dirty on any actions that destroy ... | Pascal Rigaux | 2002-07-07 | 1 | -14/+26 |