summaryrefslogtreecommitdiff
path: root/include/scsi
Commit message (Expand)AuthorAgeFilesLines
...
* | | atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-252-2/+2
|\ \
| * | treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody2011-07-211-1/+1
| * | treewide: Fix recieve/receive typosJoe Perches2011-06-241-1/+1
| |/
* | [SCSI] libfc, tcm_fc: add ddp_targ() to libfc function template to supprot FC...Yi Zou2011-06-291-0/+8
* | [SCSI] iscsi: Use struct scsi_lun in iscsi structs instead of u8[8]Andy Grover2011-06-292-10/+10
|/
* [SCSI] libsas: Add option for SATA soft resetDave Jiang2011-05-261-0/+1
* [SCSI] target: Convert TASK_ATTR to scsi_tcq.h definitionsNicholas Bellinger2011-05-241-0/+1
* scsi: remove performance regression due to async queue runJens Axboe2011-05-171-0/+1
* Fix common misspellingsLucas De Marchi2011-03-317-12/+12
* [SCSI] libiscsi_tcp: use kmap in xmit pathMike Christie2011-03-231-0/+1
* [SCSI] ses: Avoid kernel panic when lun 0 is not mappedKrishnasamy, Somasundaram2011-03-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-03-178-18/+218
|\
| * [SCSI] libfcoe: Move FCOE_MTU definition from fcoe.h to libfcoe.hBhanu Prakash Gollapudi2011-02-281-0/+6
| * [SCSI] libfc: introduce __fc_fill_fc_hdr that accepts fc_hdr as an argumentBhanu Prakash Gollapudi2011-02-281-9/+17
| * [SCSI] fc: Add GSPN_ID request to header fileChristof Schmitt2011-02-251-1/+10
| * [SCSI] cxgbi: convert to use iscsi_conn_get_addr_paramMike Christie2011-02-241-6/+0
| * [SCSI] iscsi class: add callout to get iscsi_endpoint valuesMike Christie2011-02-241-0/+2
| * [SCSI] libiscsi: add helper to convert addr to stringMike Christie2011-02-241-0/+2
| * [SCSI] iscsi class: remove unused active variableMike Christie2011-02-241-1/+0
| * [SCSI] iscsi: fix iscsi_endpoint leakMike Christie2011-02-241-0/+3
| * [SCSI] libsas: convert to libata new error handlerJames Bottomley2011-02-131-0/+22
| * [SCSI] libfcoe: Move common code from fcoe to libfcoe moduleBhanu Prakash Gollapudi2011-02-121-0/+51
| * [SCSI] libfc: introduce LLD event callbackBhanu Prakash Gollapudi2011-02-121-0/+15
| * [SCSI] libfcoe: add fcoe_transport structure defines to include/scsi/libfcoe.hYi Zou2011-02-121-0/+48
| * [SCSI] libfc: export seq_release() for users of seq_assign()Joe Eykholt2011-02-121-0/+7
| * [SCSI] libfc: add hook to notify providers of local port changesJoe Eykholt2011-02-121-1/+13
| * [SCSI] libfc: add local port hook for provider session lookupJoe Eykholt2011-02-121-0/+2
| * [SCSI] libfc: add method for setting handler for incoming exchangeJoe Eykholt2011-02-121-0/+10
| * [SCSI] libfc: add hook for FC-4 provider registrationJoe Eykholt2011-02-121-0/+26
| * [SCSI] Add detailed SCSI I/O errorsHannes Reinecke2011-02-121-0/+5
| * [SCSI] scsi_dh: Use scsi_devinfo functions to do matching of device_handler t...Peter Jones2011-01-241-0/+1
* | libsas: convert to libata new error handlerJames Bottomley2011-03-021-0/+22
* | [SCSI] fix incorrect value of SCSI_MAX_SG_CHAIN_SEGMENTS due to include file ...David Dillow2011-01-241-0/+1
|/
* Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-01-131-0/+1
|\
| * sr: implement sr_check_events()Tejun Heo2010-12-161-0/+1
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-2/+2
|\ \
| * \ Merge branch 'master' into for-nextJiri Kosina2010-12-227-10/+87
| |\ \
| * | | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-2/+2
* | | | [SCSI] libiscsi: do not take host lock in queuecommandMike Christie2010-12-311-1/+2
* | | | [SCSI] libiscsi: add more informative failure message during iscsi scsi ehMike Christie2010-12-311-0/+1
* | | | [SCSI] Add missing SPC-4 CDB and MAINTENANCE_[IN,OUT] service action definitionsNicholas Bellinger2010-12-211-0/+28
* | | | [SCSI] libfc: fix statistics for FCP input/output megabytesJoe Eykholt2010-12-211-4/+4
* | | | [SCSI] libfcoe: retry rejected FLOGI to another FCF if possibleJoe Eykholt2010-12-211-0/+8
* | | | [SCSI] libfc: remove tgt_flags from fc_fcp_pkt structjohn fastabend2010-12-211-2/+0
* | | | [SCSI] bnx2i: Added fix for NOP-Out response panic from unsolicited NOP-InEddie Wai2010-12-211-0/+1
* | | | [SCSI] libsas: fix definition of wideport, include local sas addressDan Williams2010-12-211-0/+2
| |/ / |/| |
* | | SCSI host lock push-downJeff Garzik2010-11-164-8/+24
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-10-314-2/+63
|\ \ | |/ |/|
| * [SCSI] libosd: write/read_sg_kern APIBoaz Harrosh2010-10-261-0/+7