summaryrefslogtreecommitdiff
path: root/mytasks.py
Commit message (Collapse)AuthorAgeFilesLines
* find_bootsect : improvement against false positives, need configurable settingsLudovic Pouzenc2015-08-301-17/+25
|
* Adding RAID 5+0 support, memory fixes and improovements for big disksLudovic Pouzenc2015-08-211-12/+32
|
* find_files: block list aggregated. May have some bogus offset onLudovic Pouzenc2015-07-191-5/+14
| | | | ref_offset_end
* find_files : aggregation des secteurs trouves parmis les fichiers deLudovic Pouzenc2015-07-191-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 everyLudovic Pouzenc2015-07-141-16/+21
| | | | matching sector with one read and one dict access per sector
* task find_files : first impl. task find_bootsect : added "state"Ludovic Pouzenc2015-07-121-4/+56
|
* Bugfix : /config/tasks_find_files_pathlist could have multiple paths nowLudovic Pouzenc2015-07-121-0/+3
|
* Tasks : implement the first one : find_bootsectLudovic Pouzenc2015-07-041-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 multiprocessingLudovic Pouzenc2015-06-281-14/+50
|
* New module to handle background / long tasksLudovic Pouzenc2015-06-281-0/+58