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