Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding RAID 5+0 support, memory fixes and improovements for big disks | Ludovic Pouzenc | 2015-08-21 | 1 | -4/+4 |
| | |||||
* | Minor adjustements to the fs | Ludovic Pouzenc | 2015-07-12 | 1 | -1/+5 |
| | |||||
* | Comments and error handling | Ludovic Pouzenc | 2015-07-12 | 1 | -16/+18 |
| | |||||
* | Bugfix : /config/tasks_find_files_pathlist could have multiple paths now | Ludovic Pouzenc | 2015-07-12 | 1 | -16/+6 |
| | |||||
* | myraid: lecture RAID sur disque de donnée ou par calcul de parité | Ludovic Pouzenc | 2015-07-04 | 1 | -3/+3 |
| | |||||
* | Tasks : implement the first one : find_bootsect | Ludovic Pouzenc | 2015-07-04 | 1 | -1/+1 |
| | | | | | task_kill does not work, stale python process stays after umount. Should use state as initialisation vector too (start / kill / restart) | ||||
* | mytasks : début d'implementation a l'aide de multiprocessing | Ludovic Pouzenc | 2015-06-28 | 1 | -4/+11 |
| | |||||
* | New module to handle background / long tasks | Ludovic Pouzenc | 2015-06-28 | 1 | -14/+40 |
| | |||||
* | RAID 5 layout implementation (left/right (as)symmetric and RAID 0 impl. | Ludovic Pouzenc | 2015-06-28 | 1 | -5/+9 |
| | |||||
* | Small improvements | Ludovic Pouzenc | 2015-06-17 | 1 | -10/+17 |
| | | | | | | | * 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 | -12/+14 |
| | |||||
* | Various minor improovements | Ludovic Pouzenc | 2015-06-14 | 1 | -11/+16 |
| | | | | | | * 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/+351 |
RAID 5 xor parity checking is working, data reading on left-assymetric RAID 5 is working. Nothing done on other RAID types. |