| Commit message (Expand) | Author | Age | Files | Lines |
* | [SCSI] Fix refcount breakage with 'echo "1" > scan' when target already present | James Bottomley | 2006-09-07 | 1 | -4/+16 |
* | [SCSI] SCSI: sanitize INQUIRY strings | Alan Stern | 2006-09-02 | 1 | -3/+34 |
* | [SCSI] Don't add scsi_device for devices that return PQ=1, PDT=0x1f | dave wysochanski | 2006-08-19 | 1 | -4/+19 |
* | [SCSI] fix up short inquiry printing | James Bottomley | 2006-08-06 | 1 | -1/+1 |
* | [SCSI] Improve inquiry printing | Matthew Wilcox | 2006-08-06 | 1 | -58/+8 |
* | Merge ../scsi-misc-2.6 | James Bottomley | 2006-07-03 | 1 | -0/+1 |
|\ |
|
| * | [SCSI] scsi: Device scanning oops for offlined devices (resend) | Brian King | 2006-06-28 | 1 | -0/+1 |
* | | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
|/ |
|
* | [SCSI] remove scsi_request infrastructure | Christoph Hellwig | 2006-06-10 | 1 | -1/+1 |
* | [SCSI] Return -EINVAL when "id == max_id" in scsi_scan_host_selected() | Amit Arora | 2006-05-28 | 1 | -1/+1 |
* | [SCSI] scsi_scan.c: fix compile warnings | akpm@osdl.org | 2006-04-15 | 1 | -6/+13 |
* | Merge ../scsi-rc-fixes-2.6 | James Bottomley | 2006-04-14 | 1 | -4/+15 |
|\ |
|
| * | [SCSI] add SCSI_UNKNOWN and LUN transfer limit restrictions | James Bottomley | 2006-04-13 | 1 | -4/+15 |
* | | [SCSI] BLIST_ATTACH_PQ3 flags | Kurt Garloff | 2006-04-14 | 1 | -1/+1 |
* | | [SCSI] Better log messages for PQ3 devs | Kurt Garloff | 2006-04-14 | 1 | -3/+35 |
* | | [SCSI] Try LUN 1 and use bflags | Kurt Garloff | 2006-04-14 | 1 | -13/+4 |
|/ |
|
* | [SCSI] scsi: move target_destroy call | Mike Anderson | 2006-03-14 | 1 | -3/+2 |
* | Merge ../linux-2.6 | James Bottomley | 2006-03-14 | 1 | -2/+14 |
|\ |
|
| * | [SCSI] scsi: handle ->slave_configure return value | Christoph Hellwig | 2006-02-27 | 1 | -2/+14 |
* | | [SCSI] fix two leaks in scsi_alloc_sdev failure paths | Dave Jones | 2006-03-12 | 1 | -0/+1 |
* | | [SCSI] scsi: Handle device_add failure in scsi_alloc_target | Brian King | 2006-02-27 | 1 | -2/+13 |
* | | [SCSI] fix scsi process problems and clean up the target reap issues | James Bottomley | 2006-02-27 | 1 | -16/+33 |
* | | [SCSI] Recognize missing LUNs for non-standard devices | Alan Stern | 2006-02-27 | 1 | -0/+13 |
* | | [SCSI] fix uninitialized variable error | Matthew Wilcox | 2006-02-27 | 1 | -8/+3 |
* | | [SCSI] Remove devfs support from the SCSI subsystem | Greg KH | 2006-02-27 | 1 | -5/+1 |
* | | [SCSI] SCSI core kmalloc2kzalloc | Jes Sorensen | 2006-02-27 | 1 | -4/+2 |
|/ |
|
* | [SCSI] fix wrong context bugs in SCSI | James Bottomley | 2006-02-14 | 1 | -22/+4 |
* | [SCSI] remove target parent limitiation | Christoph Hellwig | 2006-01-14 | 1 | -14/+2 |
* | [SCSI] turn most scsi semaphores into mutexes | Arjan van de Ven | 2006-01-12 | 1 | -8/+8 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2006-01-04 | 1 | -1/+1 |
|\ |
|
| * | [SCSI] Mark some core scsi data structures const | Arjan van de Ven | 2005-12-13 | 1 | -1/+1 |
* | | [PATCH] Fix Fibre Channel boot oops | James Bottomley | 2005-12-26 | 1 | -1/+2 |
* | | [SCSI] fix scsi_reap_target() device_del from atomic context | James Bottomley | 2005-12-17 | 1 | -10/+38 |
|/ |
|
* | [PATCH] Fix SCSI scanning slab corruption | Brian King | 2005-12-12 | 1 | -3/+0 |
* | [SCSI] remove Scsi_Device typedef | Christoph Hellwig | 2005-11-09 | 1 | -23/+23 |
* | [SCSI] Fix refcount leak in scsi_report_lun_scan | Alan Stern | 2005-11-08 | 1 | -3/+5 |
* | [SCSI] use {sdev,scmd,starget,shost}_printk in generic code | Jeff Garzik | 2005-10-28 | 1 | -8/+9 |
* | [SCSI] kill unused scsi_scan_single_target() | Jeff Garzik | 2005-10-28 | 1 | -13/+0 |
* | [SCSI] move the mid-layer printk's over to shost/starget/sdev_printk | James Bottomley | 2005-10-28 | 1 | -4/+3 |
* | [SCSI] allow REPORT LUN scanning even for LUN 0 PQ of 3 | James Bottomley | 2005-09-25 | 1 | -49/+47 |
* | [SCSI] SCSI scanning and removal fixes | Alan Stern | 2005-09-18 | 1 | -13/+7 |
* | [SCSI] Alter the scsi_add_device() API to conform to what users expect | James Bottomley | 2005-09-10 | 1 | -0/+13 |
* | [SCSI] Fix module removal/device add race | Alan Stern | 2005-09-10 | 1 | -2/+6 |
* | [SCSI] add missing scan mutex to scsi_scan_target() | Alan Stern | 2005-09-09 | 1 | -27/+40 |
* | [SCSI] convert sd to scsi_execute_req (and update the scsi_execute_req API) | James Bottomley | 2005-08-28 | 1 | -9/+4 |
* | Merge HEAD from ../scsi-misc-2.6-tmp | James Bottomley | 2005-08-28 | 1 | -7/+14 |
|\ |
|
| * | [SCSI] host state model update: mediate host add/remove race | Mike Anderson | 2005-07-30 | 1 | -7/+14 |
* | | [SCSI] use scatter lists for all block pc requests and simplify hw handlers | James Bottomley | 2005-08-28 | 1 | -63/+49 |
* | | [SCSI] fix target scanning oops with fc transport class | James.Smart@Emulex.Com | 2005-08-08 | 1 | -1/+15 |
|/ |
|
* | [PATCH] scsi_scan: check return code from scsi_sysfs_add_sdev | Alan Stern | 2005-07-27 | 1 | -1/+2 |