summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/filemap.py
Commit message (Expand)AuthorAgeFilesLines
* wic: code cleanupEd Bartosh2017-06-231-6/+2
* filemap: calculate dst size correctlyEd Bartosh2017-06-141-1/+5
* filemap: check if dest is written for every blockEd Bartosh2017-06-141-0/+7
* filemap: change signature of sparse_copy functionEd Bartosh2017-06-141-3/+12
* filemap: add parameter 'length' to sparse_copyEd Bartosh2017-06-141-3/+12
* filemap: fix skip logicEd Bartosh2017-06-141-4/+7
* oe-selftest: test wic sparse_copy APIEd Bartosh2017-04-121-2/+4
* Revert "filemap: remove FilemapSeek class"Ed Bartosh2017-04-051-49/+260
* filemap: remove FilemapSeek classEd Bartosh2017-04-011-260/+49
* wic: fix bug in sparse_copyEd Bartosh2017-03-231-0/+1
* wic: filemap: Fixed spared_copy skipDaniel Schultz2017-03-101-3/+3
* wic: use next builtin instead of .next methodEd Bartosh2016-05-141-1/+1
* wic: use // operator instead of /Ed Bartosh2016-05-141-7/+7
* wic: add sparse_copy APIEd Bartosh2016-05-061-0/+30
* wic: add FIEMAP and SEEK_HOLE / SEEK_DATA APIsEd Bartosh2016-05-061-0/+531