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