summaryrefslogtreecommitdiff
path: root/mydisks.py
Commit message (Collapse)AuthorAgeFilesLines
* mount-options : keep it simple and stupid + some refactoringLudovic Pouzenc2015-08-301-17/+11
|
* raid_type as a config attr + code refactoringLudovic Pouzenc2015-08-301-0/+1
|
* Adding RAID 5+0 support, memory fixes and improovements for big disksLudovic Pouzenc2015-08-211-2/+3
|
* Bugfix : lstat().st_size always return 0 if a block device is givenLudovic Pouzenc2015-07-141-5/+9
|
* Comments and error handlingLudovic Pouzenc2015-07-121-1/+1
|
* myraid: lecture RAID sur disque de donnée ou par calcul de paritéLudovic Pouzenc2015-07-041-0/+5
|
* Initial import.Ludovic Pouzenc2015-06-121-0/+75
RAID 5 xor parity checking is working, data reading on left-assymetric RAID 5 is working. Nothing done on other RAID types.