aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-19Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2-3/+1
2007-02-16USB Storage: indistinguishable devices with broken and unbroken firmwareOliver Neukum1-0/+1
2007-02-16[SCSI] scsi_transport.h should include scsi_device.hRolf Eike Beer1-0/+1
2007-02-16[SCSI] tgt: fix the user/kernel ring buffer interfaceFUJITA Tomonori1-3/+0
2007-02-11Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds3-2/+21
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day1-2/+1
2007-02-10Merge branch 'linus'James Bottomley1-19/+27
2007-02-09[PATCH] iscsi endianness annotationsAl Viro1-19/+27
2007-02-03[SCSI] libsas: Add an LU reset mechanism to the error handlerDarrick J. Wong1-0/+1
2007-02-02[SCSI] spi transport class: export spi_dv_pendingEric Moore1-0/+1
2007-01-27[SCSI] libsas: Handle SCSI commands that complete with failure codesDarrick J. Wong1-0/+1
2007-01-27[SCSI] libsas: Clean up discovery failure handler codeDarrick J. Wong1-0/+1
2007-01-13[SCSI] libsas: Add SAS_HA state flags to avoid queueing events while unloadingDarrick J. Wong1-0/+8
2007-01-13[SCSI] libsas: Delay issuing ABORT TASK TMF until the error handlerDarrick J. Wong1-1/+2
2007-01-13[SCSI] libsas: Enable the EH strategy handler to reset a phy after a commandDarrick J. Wong1-0/+1
2007-01-13[SCSI] libsas: Remove SAS_TASK_INITIATOR_ABORTED flagDarrick J. Wong1-1/+0
2007-01-13[SCSI] libsas: Add a sysfs knob to enable/disable a phyDarrick J. Wong2-0/+5
2007-01-13[SCSI] libsas: Don't give scsi_cmnds to the EH if they never made it to the SAS LLDD or have already returnedDarrick J. Wong1-0/+1
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-2/+2
2006-12-06Actually update the fixed up compile failures.David Howells1-1/+1
2006-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells8-23/+288
2006-12-05Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds8-23/+288
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells1-0/+2
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells1-0/+1
2006-12-04[PATCH] severing module.h->sched.hAl Viro1-0/+2
2006-12-03[SCSI] scsi tgt: SCSI RDMA Protocol library functionsFUJITA Tomonori1-0/+77
2006-11-28[PATCH] add missing libsas include to fix s390 compilation.Dave Jones1-0/+1
2006-11-25[SCSI] scsi tgt: scsi target user and kernel communication interfaceFUJITA Tomonori1-0/+90
2006-11-25[SCSI] scsi tgt: scsi target lib functionalityFUJITA Tomonori1-0/+19
2006-11-25[SCSI] export scsi-ml functions needed by tgt_scsi_lib and its LLDsFUJITA Tomonori2-0/+53
2006-11-22[SCSI] Make scsi_scan_host work for drivers which find their own targetsMatthew Wilcox1-0/+18
2006-11-22Merge ../scsi-rc-fixes-2.6James Bottomley3-8/+4
2006-11-22[PATCH] aic94xx: handle REQ_DEVICE_RESETDarrick J. Wong2-0/+3
2006-11-22WorkStruct: make allyesconfigDavid Howells3-7/+22
2006-11-15[SCSI] kill scsi_assign_lockChristoph Hellwig1-5/+0
2006-11-15[SCSI] libsas: add sas_abort_taskDarrick J. Wong1-0/+4
2006-11-15[SCSI] libsas: modify error handler to use scsi_eh_* functionsDarrick J. Wong1-3/+6
2006-10-25[SCSI] replace u8 and u32 with __u8 and __u32 in scsi.h for user spaceFUJITA Tomonori1-1/+1
2006-10-25[SCSI] scsi_debug: support REPORT TARGET PORT GROUPSHannes Reinecke1-0/+3
2006-10-25[SCSI] libiscsi: fix oops in connection create failure pathMike Christie1-3/+0
2006-10-25[SCSI] iscsi class: fix slab corruption during restartMike Christie1-4/+0
2006-10-11[SCSI] Add ability to scan scsi busses asynchronouslyMatthew Wilcox2-15/+18
2006-10-04Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-40/+21
2006-10-04[PATCH] helper function for retrieving scsi_cmd given host based block layer tagDavid C Somayajulu1-0/+20
2006-09-30[PATCH] scsi: device_reprobe() can failAndrew Morton1-2/+2
2006-09-30[PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells1-1/+2
2006-09-30[PATCH] Split struct request ->flags into two partsJens Axboe1-1/+1
2006-09-27[SCSI] scsi: device_reprobe() can failAndrew Morton1-2/+2
2006-09-26[SCSI] sg: fixes for large page_sizeDouglas Gilbert1-40/+21
2006-09-24[PATCH] SCSI gfp_t annotationsAl Viro1-2/+2