summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/filemap.py
AgeCommit message (Expand)Author
2023-03-27filemap.py: enforce maximum of 4kb block sizeAndrew Geissler
2020-07-18wic/filemap: Fall back to standard copy when no way to get the block mapKevin Hao
2020-07-18wic/filemap: Drop the unused get_unmapped_ranges()Kevin Hao
2020-07-18wic/filemap: Drop the unused block_is_unmapped()Kevin Hao
2020-01-02wic/filemap: If FIGETBSZ iotctl fail, failback to os.statKalle Lampila
2019-06-08wic/filemap: handle FIGETBSZ failingRoss Burton
2019-05-09meta/lib+scripts: Convert to SPDX license headersRichard Purdie
2018-11-06wic: use explicit errno importRoss Burton
2018-01-14wic: if we can't get from ioctl, try from os.stat()Dogukan Ergun
2017-06-23wic: code cleanupEd Bartosh
2017-06-14filemap: calculate dst size correctlyEd Bartosh
2017-06-14filemap: check if dest is written for every blockEd Bartosh
2017-06-14filemap: change signature of sparse_copy functionEd Bartosh
2017-06-14filemap: add parameter 'length' to sparse_copyEd Bartosh
2017-06-14filemap: fix skip logicEd Bartosh
2017-04-11oe-selftest: test wic sparse_copy APIEd Bartosh
2017-04-05Revert "filemap: remove FilemapSeek class"Ed Bartosh
2017-03-31filemap: remove FilemapSeek classEd Bartosh
2017-03-22wic: fix bug in sparse_copyEd Bartosh
2017-03-10wic: filemap: Fixed spared_copy skipDaniel Schultz
2016-05-14wic: use next builtin instead of .next methodEd Bartosh
2016-05-14wic: use // operator instead of /Ed Bartosh
2016-05-06wic: add sparse_copy APIEd Bartosh
2016-05-06wic: add FIEMAP and SEEK_HOLE / SEEK_DATA APIsEd Bartosh