Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | find_bootsect : improvement against false positives, need configurable settings | Ludovic Pouzenc | 2015-08-30 | 1 | -17/+25 |
| | |||||
* | Adding RAID 5+0 support, memory fixes and improovements for big disks | Ludovic Pouzenc | 2015-08-21 | 1 | -12/+32 |
| | |||||
* | find_files: block list aggregated. May have some bogus offset on | Ludovic Pouzenc | 2015-07-19 | 1 | -5/+14 |
| | | | | ref_offset_end | ||||
* | find_files : aggregation des secteurs trouves parmis les fichiers de | Ludovic Pouzenc | 2015-07-19 | 1 | -14/+104 |
| | | | | | | référence. Reste à aggreger les block-lists elles même et a tester les cas où la suite des données est lue avant (même offset disk, ordre inversé) | ||||
* | find_files : load all ref file in memory (in a dict) to find every | Ludovic Pouzenc | 2015-07-14 | 1 | -16/+21 |
| | | | | matching sector with one read and one dict access per sector | ||||
* | task find_files : first impl. task find_bootsect : added "state" | Ludovic Pouzenc | 2015-07-12 | 1 | -4/+56 |
| | |||||
* | Bugfix : /config/tasks_find_files_pathlist could have multiple paths now | Ludovic Pouzenc | 2015-07-12 | 1 | -0/+3 |
| | |||||
* | Tasks : implement the first one : find_bootsect | Ludovic Pouzenc | 2015-07-04 | 1 | -5/+41 |
| | | | | | 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 | -14/+50 |
| | |||||
* | New module to handle background / long tasks | Ludovic Pouzenc | 2015-06-28 | 1 | -0/+58 |