This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#10239 - USB storage write caching
Attached to Project:
Rockbox
Opened by Frank Gevaerts (fg) - Sunday, 24 May 2009, 22:57 GMT+2
Last edited by Frank Gevaerts (fg) - Sunday, 05 June 2011, 13:17 GMT+2
Opened by Frank Gevaerts (fg) - Sunday, 24 May 2009, 22:57 GMT+2
Last edited by Frank Gevaerts (fg) - Sunday, 05 June 2011, 13:17 GMT+2
|
DetailsWARNING : this patch works for me, but it doesn't have any error checking and is therefore likely to eat data every now and then
This patch adds a write queue to improve write speeds by allowing fully overlapping usb and disk operations. This significantly improves write speed. In some cases it gets better than the OF. Work needed before this is in any way ready to commit includes extending the SCSI handling to tell the host that we do write caching. |
This task depends upon
Closed by Frank Gevaerts (fg)
Sunday, 05 June 2011, 13:17 GMT+2
Reason for closing: Rejected
Additional comments about closing: We won't do this
Sunday, 05 June 2011, 13:17 GMT+2
Reason for closing: Rejected
Additional comments about closing: We won't do this
Unfortunately, disk errors aren't very visible. In linux they appear in dmesg, in windows they appear in the event log.