Age | Commit message (Expand) | Author | Files | Lines |
2009-03-12 | [SCSI] remove scsi_req_map_sg | FUJITA Tomonori | 1 | -6/+0 |
2009-03-12 | [SCSI] Check for deleted device in scsi_device_online() | Hannes Reinecke | 1 | -1/+2 |
2009-03-12 | [SCSI] Add VPD helper | Matthew Wilcox | 1 | -0/+1 |
2008-12-29 | [SCSI] add residual argument to scsi_execute and scsi_execute_req | FUJITA Tomonori | 1 | -2/+3 |
2008-12-29 | [SCSI] remove timeout from struct scsi_device | James Bottomley | 1 | -2/+0 |
2008-10-13 | [SCSI] Add helper code so transport classes/driver can control queueing (v3) | Mike Christie | 1 | -0/+10 |
2008-10-03 | [SCSI] Update the SCSI state model to allow blocking in the created state | James Bottomley | 1 | -5/+9 |
2008-10-03 | [SCSI] add inline functions for recognising created and blocked states | James Bottomley | 1 | -0/+11 |
2008-08-06 | [SCSI] sd: fix USB devices incorrectly reporting DIF support | Hugh Dickins | 1 | -1/+2 |
2008-08-06 | Re-introduce "[SCSI] extend the last_sector_bug flag to cover more sectors" | Linus Torvalds | 1 | -1/+2 |
2008-08-05 | Revert "[SCSI] extend the last_sector_bug flag to cover more sectors" | Linus Torvalds | 1 | -2/+1 |
2008-07-27 | [SCSI] extend the last_sector_bug flag to cover more sectors | Alan Jenkins | 1 | -1/+2 |
2008-07-26 | [SCSI] Support devices with protection information | Martin K. Petersen | 1 | -0/+5 |
2008-07-26 | [SCSI] scsi_dh: Implement common device table handling | Hannes Reinecke | 1 | -1/+8 |
2008-07-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 1 | -0/+22 |
2008-07-14 | scsi: sd: optionally set power condition in START STOP UNIT | Stefan Richter | 1 | -0/+1 |
2008-06-05 | [SCSI] scsi_dh: add infrastructure for SCSI Device Handlers | Chandra Seetharaman | 1 | -0/+22 |
2008-04-23 | [SCSI] rework scsi_target allocation | James Bottomley | 1 | -1/+2 |
2008-04-20 | SCSI: convert struct class_device to struct device | Tony Jones | 1 | -5/+5 |
2008-01-23 | [SCSI] scsi.h: add macro for enclosure bit of inquiry data | James Bottomley | 1 | -0/+4 |
2008-01-23 | [SCSI] sd: add fix for devices with last sector access problems | Hans de Goede | 1 | -0/+1 |
2008-01-12 | [SCSI] sd,sr: add early detection of medium not present | James Bottomley | 1 | -1/+1 |
2008-01-12 | [SCSI] move single_lun flag from scsi_device to scsi_target | Tony Battersby | 1 | -3/+3 |
2007-12-11 | esp_scsi: fix reset cleanup spinlock recursion | Maciej W. Rozycki | 1 | -0/+3 |
2007-11-04 | SCSI: add asynchronous event notification API | Jeff Garzik | 1 | -0/+25 |
2007-07-15 | [SCSI] Remove unused method scsi_device_cancel | Priyanka Gupta | 1 | -1/+0 |
2007-06-20 | [SCSI] zfcp: Report FCP LUN to SCSI midlayer | Christof Schmitt | 1 | -0/+1 |
2007-04-18 | [SCSI] modalias for scsi devices | Michael Tokarev | 1 | -0/+5 |
2007-03-20 | [SCSI] sd: implement START/STOP management | Tejun Heo | 1 | -0/+1 |
2007-03-11 | [SCSI] Make error printing more verbose | Martin K. Petersen | 1 | -2/+6 |
2007-02-17 | USB Storage: indistinguishable devices with broken and unbroken firmware | Oliver Neukum | 1 | -0/+1 |
2006-10-11 | [SCSI] Add ability to scan scsi busses asynchronously | Matthew Wilcox | 1 | -15/+15 |
2006-10-01 | [PATCH] scsi: device_reprobe() can fail | Andrew Morton | 1 | -2/+2 |
2006-03-19 | [SCSI] add scsi_mode_select to scsi_lib.c | James Bottomley | 1 | -0/+5 |
2006-03-14 | [SCSI] add scsi_reprobe_device | James Bottomley | 1 | -0/+5 |
2006-02-28 | [SCSI] fix scsi process problems and clean up the target reap issues | James Bottomley | 1 | -0/+10 |
2006-02-28 | [SCSI] Recognize missing LUNs for non-standard devices | Alan Stern | 1 | -1/+4 |
2006-02-28 | [SCSI] Remove devfs support from the SCSI subsystem | Greg KH | 1 | -1/+0 |
2006-01-26 | [SCSI] Prevent scsi_execute_async from guessing cdb length | brking@us.ibm.com | 1 | -1/+1 |
2005-12-15 | [SCSI] Convert SCSI mid-layer to scsi_execute_async | Mike Christie | 1 | -0/+6 |
2005-12-14 | [SCSI] correct some dropped const compiler warnings | James Bottomley | 1 | -3/+3 |
2005-10-29 | [SCSI] introduce sfoo_printk, sfoo_id, sfoo_channel helpers | Jeff Garzik | 1 | -0/+16 |
2005-10-28 | [SCSI] move the mid-layer printk's over to shost/starget/sdev_printk | James Bottomley | 1 | -0/+6 |
2005-09-25 | [SCSI] allow REPORT LUN scanning even for LUN 0 PQ of 3 | James Bottomley | 1 | -0/+1 |
2005-09-10 | [SCSI] Alter the scsi_add_device() API to conform to what users expect | James Bottomley | 1 | -2/+2 |
2005-08-28 | [SCSI] convert sd to scsi_execute_req (and update the scsi_execute_req API) | James Bottomley | 1 | -9/+5 |
2005-08-28 | [SCSI] convert SPI transport class to scsi_execute | James Bottomley | 1 | -0/+13 |
2005-08-28 | [SCSI] convert the remaining mid-layer pieces to scsi_execute_req | James Bottomley | 1 | -2/+11 |
2005-07-14 | [SCSI] fix function prototype warning | James Bottomley | 1 | -1/+1 |
2005-07-14 | [SCSI] add int_to_scsilun() function | James.Smart@Emulex.Com | 1 | -0/+1 |