uweseimet / scsi2pi

Advanced performant SCSI/SASI emulation and tools for the PiSCSI/RaSCSI board
https://www.scsi2pi.net
BSD 3-Clause "New" or "Revised" License
9 stars 2 forks source link

Optimize writing sector sequences to an image file #62

Closed uweseimet closed 7 months ago

uweseimet commented 7 months ago

When several sectors are written in a SCSI WRITE command, the PiSCSI compatibe cache implementation writes these sectors to an image file one by one. This shall be changed for the new caching modes, so that as many sectors as required are written in a single go.