aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2009-08-10[infiniband] Allow SRP reconnection attempts even after reporting failuresMichael Brown1-12/+5
2009-08-10[infiniband] Add support for SRP over InfinibandMichael Brown1-0/+530
2009-08-10[scsi] Generalise iscsi_parse_lun() to scsi_parse_lun()Michael Brown1-0/+30
2009-08-10[scsi] Generalise iscsi_detached_command() to scsi_detached_command()Michael Brown1-0/+12
2009-07-17[ata] Make ATA command issuing partially asynchronousMichael Brown1-1/+24
2009-07-17[scsi] Improve SCSI debuggingMichael Brown1-9/+26
2009-07-17[scsi] Make SCSI command issuing partially asynchronousMichael Brown1-3/+15
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown3-0/+6
2009-02-19[scsi] Fix DBG() message reporting of error numberMichael Brown1-2/+2
2009-01-30[scsi] Cope with targets that send multiple CHECK CONDITIONS at power-onMichael Brown1-5/+19
2008-11-19[blockdev] Move block device operations to structure block_device_operationsLaurent Vivier3-8/+24
2007-01-29Split bootsector execution code out into bootsector.c.Michael Brown1-0/+91
2006-12-12Automatically select between the "10" and "16" variants of command set,Michael Brown1-31/+72
2006-12-12Catch SCSI errors, and work around the start-of-day CHECK CONDITIONMichael Brown1-1/+32
2006-09-27We don't actually have a stdio.h header file. Our printf() functions areMichael Brown1-1/+0
2006-09-27added stdio.h to includes for DBG compilationMarty Connor1-0/+1
2006-06-12Updated debug message to reflect change in data structure.Michael Brown1-2/+3
2006-06-01Backing out last change; no immediate plans to make the whole block-deviceMichael Brown1-2/+1
2006-05-31ATA devices are now asynchronous. The ATA layer itself now performs theMichael Brown1-1/+2
2006-05-31Added generic asynchronous operations code.Michael Brown1-5/+4
2006-05-28Use separate data-in and data-out buffers.Michael Brown1-40/+30
2006-05-21Fixed debug codeMichael Brown1-3/+3
2006-05-21Added (untested) support for ATA devices. This code should be genericMichael Brown1-0/+169
2006-05-19READ CAPACITY (16) turns out to be an optional command (even thoughMichael Brown1-2/+57
2006-05-19Add the concept of a "user pointer" (similar to the void __user * inMichael Brown1-7/+9
2006-05-13Defined SCSI device interface, and added SCSI block deviceMichael Brown1-0/+142