aboutsummaryrefslogtreecommitdiff
path: root/slof/fs/scsi-disk.fs
AgeCommit message (Expand)AuthorFilesLines
2017-04-06Fix "Unsupported PQ" problems in the scsi-disk open functionThomas Huth1-2/+6
2016-11-24scsi: Add SCSI block write supportThomas Huth1-0/+38
2016-10-13scsi: implement READ (16) commandNikunj A Dadhania1-1/+6
2016-10-10scsi: implement read-capacity-16Nikunj A Dadhania1-0/+19
2013-10-04scsi: make probe more error resilientNikunj A Dadhania1-8/+12
2013-06-27scsi: Fix cdrom boot crash when no medium presentNikunj A Dadhania1-1/+1
2013-06-27scsi-disk: Bound check read-blocksBenjamin Herrenschmidt1-0/+12
2013-06-27Fix off by one error in scsi-disk get-capacityBenjamin Herrenschmidt1-1/+1
2013-06-05scsi: Move scsi-disk.fs to a generic placeBenjamin Herrenschmidt1-0/+308