Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Dead code removedHEADmaster | Ludovic Pouzenc | 2015-08-30 | 1 | -5/+0 |
| | |||||
* | raid_type as a config attr + code refactoring | Ludovic Pouzenc | 2015-08-30 | 1 | -33/+50 |
| | |||||
* | myraid : extract the math part in a separate file, make it re-usable | Ludovic Pouzenc | 2015-08-30 | 1 | -124/+17 |
| | |||||
* | Add debug info about subraid_no and always define it | Ludovic Pouzenc | 2015-08-30 | 1 | -2/+9 |
| | |||||
* | Adding RAID 5+0 support, memory fixes and improovements for big disks | Ludovic Pouzenc | 2015-08-21 | 1 | -5/+33 |
| | |||||
* | myraid: lecture RAID sur disque de donnée ou par calcul de parité | Ludovic Pouzenc | 2015-07-04 | 1 | -95/+129 |
| | |||||
* | RAID 5 layout implementation (left/right (as)symmetric and RAID 0 impl. | Ludovic Pouzenc | 2015-06-28 | 1 | -40/+82 |
| | |||||
* | Small improvements | Ludovic Pouzenc | 2015-06-17 | 1 | -13/+23 |
| | | | | | | | * keep refs to disks fd list in MyRaid * add raid_end as configurable parameter * allow raid_disk_order to have less disks than disk_count (for failed) * updates raid pseudo-files length on raid_disk_order change | ||||
* | Minor refactoring and renames, implementation of disk_xor | Ludovic Pouzenc | 2015-06-15 | 1 | -45/+65 |
| | |||||
* | Various minor improovements | Ludovic Pouzenc | 2015-06-14 | 1 | -8/+24 |
| | | | | | | * Log full stacktraces on exceptions * Compute correctly raid_size * Do all needed sanity checks on raid_disk_order | ||||
* | Initial import. | Ludovic Pouzenc | 2015-06-12 | 1 | -0/+154 |
RAID 5 xor parity checking is working, data reading on left-assymetric RAID 5 is working. Nothing done on other RAID types. |