[PATCH 0/6] Let sleeping disks lie

2013-12-16 Thread Phillip Susi
This is the set I currently have. I fixed libata to implement the REQUEST SENSE scsi command, and set up sd to use blk_pre_runtime_suspend to force the queue to the RPM_SUSPENDING state while issuing the REQUEST SENSE command to make sure other requests are blocked, then if REQUEST SENSE

[PATCH 0/6] Let sleeping disks lie

2013-11-09 Thread Phillip Susi
I've made a few corrections and extentions to this patch set after more testing. Changes include fixing the faked command to return the correct status, fixing some errors and adding more commands to be faked. The one command I have yet to figure out how to fake is IDENTIFY DEVICE, which I would