aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-04[SCSI] libfcoe: formatting and comment cleanupsRobert Love1-42/+42
2009-12-04[SCSI] libfc: Formatting cleanups across libfcRobert Love1-489/+505
2009-12-04[SCSI] libfc, fcoe: Add FC passthrough supportSteve Ma1-0/+7
2009-12-04[SCSI] libfc: Export FC headersRobert Love6-0/+13
2009-12-04[SCSI] libfc: Register Symbolic Port Name (RSPN_ID)Chris Leech3-0/+22
2009-12-04[SCSI] libfc: Register Symbolic Node Name (RSNN_NN)Chris Leech3-0/+21
2009-12-04[SCSI] libfc: RNN_ID may be required before RSNN_NN with some switchesChris Leech2-2/+3
2009-12-04[SCSI] libfc: RPN_ID is obsolete and unnecessaryChris Leech1-1/+0
2009-12-04[SCSI] libfcoe, fcoe: libfcoe NPIV supportChris Leech3-5/+23
2009-12-04[SCSI] libfc, libfcoe: FDISC ELS for NPIVChris Leech2-1/+32
2009-12-04[SCSI] libfc: vport link handling and fc_vport state managmentChris Leech1-0/+8
2009-12-04[SCSI] libfc: add some generic NPIV support routines to libfcChris Leech1-0/+20
2009-12-04[SCSI] libfc: changes to libfc_host_alloc to consolidate initialization with allocationChris Leech1-3/+12
2009-12-04[SCSI] libfc: Add libfc/fc_libfc.[ch] for libfc internal routinesRobert Love1-79/+0
2009-12-04[SCSI] libfc: Remove fc_fcp_completeRobert Love1-8/+0
2009-12-04[SCSI] libfc: Move non-common routines and prototypes out of libfc.hRobert Love1-49/+0
2009-12-04[SCSI] scsi_transport_fc: Introduce helper function for blocking scsi_ehChristof Schmitt1-0/+1
2009-12-04[SCSI] scsi_dh: Change the scsidh_activate interface to be asynchronousChandra Seetharaman2-3/+6
2009-12-04[SCSI] add queue_depth ramp up codeVasu Dev1-3/+6
2009-12-04[SCSI] modify change_queue_depth to take in reason why it is being calledMike Christie4-4/+12
2009-12-04[SCSI] libfc: fix free of fc_rport_priv with timer pendingJoe Eykholt1-0/+1
2009-12-04[SCSI] libfc: Fix frags in frame exceeding SKB_MAX_FRAGS in fc_fcp_send_dataYi Zou1-0/+3
2009-12-04[SCSI] libfc: removes unused disc_work and ex_listVasu Dev1-1/+0
2009-12-04[SCSI] scsi: Add missing command definitionsMartin K. Petersen1-0/+4
2009-10-02[SCSI] libiscsi: iscsi_session_setup to allow for private spaceJayamohan Kallickal1-1/+2
2009-10-02[SCSI] sd: Support disks formatted with DIF Type 2Martin K. Petersen1-0/+3
2009-10-02[SCSI] sd: Detach DIF from block integrity infrastructureMartin K. Petersen1-4/+11
2009-10-02[SCSI] Deprecate SCSI_PROT_*_CONVERT operationsMartin K. Petersen1-4/+0
2009-09-21trivial: remove unnecessary semicolonsJoe Perches1-2/+1
2009-09-12[SCSI] libiscsi, bnx2i: make bound ep check commonMike Christie1-0/+1
2009-09-12[SCSI] libiscsi: add completion function for drivers that do not need pdu processingMike Christie1-0/+2
2009-09-10[SCSI] libfc: send GPN_ID in reaction to single-port RSCNs.Joe Eykholt1-2/+14
2009-09-10[SCSI] libfc: use ADISC to verify rport login stateJoe Eykholt2-0/+22
2009-09-10[SCSI] libfc: improve debug messages for ELS response handlersJoe Eykholt1-0/+5
2009-09-10[SCSI] libfc: move remote port lookup for ELS requests into fc_rport.c.Joe Eykholt1-1/+1
2009-09-10[SCSI] libfc: Initialize fc_rport_identifiers inside fc_rport_createRobert Love1-8/+9
2009-09-10[SCSI] libfc: fix: empty zone causes endless discovery retries.Joe Eykholt1-0/+1
2009-09-10[SCSI] libfc: do not log off rports before or after discoveryJoe Eykholt1-0/+3
2009-09-10[SCSI] libfc: remove unused disc->delay elementJoe Eykholt1-1/+0
2009-09-10[SCSI] libfc: eliminate disc->eventJoe Eykholt1-1/+0
2009-09-10[SCSI] libfc: don't create dummy (rogue) remote portsJoe Eykholt1-21/+19
2009-09-10[SCSI] libfc: rename rport event CREATED to READYJoe Eykholt1-1/+1
2009-09-10[SCSI] libfc: make rport structure optionalJoe Eykholt1-13/+16
2009-09-10[SCSI] libfc: change elsct to use FC_ID instead of rdataJoe Eykholt2-22/+6
2009-09-10[SCSI] libfc: make fc_rport_priv the primary rport interface.Joe Eykholt2-14/+19
2009-09-10[SCSI] libfc: fix RPORT_TO_PRIV and PRIV_TO_RPORT() macros.Joe Eykholt1-2/+2
2009-09-10[SCSI] libfc: change interface for rport_createJoe Eykholt1-3/+2
2009-09-10[SCSI] libfc: prepare to split off struct fc_rport_priv from fc_rport_libfc_privJoe Eykholt1-1/+9
2009-09-05[SCSI] fcoe, libfc: fully makes use of per cpu exch pool and then removes em_lockVasu Dev1-3/+6
2009-09-05[SCSI] fcoe, libfc: adds per cpu exch pool within exchange manager(EM)Vasu Dev1-0/+1