summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/filemap.py
Commit message (Expand)AuthorAgeFilesLines
* wic/filemap: If FIGETBSZ iotctl fail, failback to os.statKalle Lampila2020-01-021-2/+4
* wic/filemap: handle FIGETBSZ failingRoss Burton2019-06-081-1/+4
* meta/lib+scripts: Convert to SPDX license headersRichard Purdie2019-05-091-7/+2
* wic: use explicit errno importRoss Burton2018-11-071-4/+5
* wic: if we can't get from ioctl, try from os.stat()Dogukan Ergun2018-01-141-1/+9
* 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