summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libfc
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] libfc: call fc_remote_port_chkready under the host lock.Mike Christie2010-08-061-2/+2
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-08-043-7/+5
|\
| * libfc: use ARRAY_SIZEKulikov Vasiliy2010-07-201-3/+1
| * fix typos concerning "hierarchy"Uwe Kleine-König2010-06-162-4/+4
* | [SCSI] libfc: Add retry logic to lport state machine when receiving LS_RJTBhanu Prakash Gollapudi2010-07-281-36/+27
* | [SCSI] libfc: don't require a local exchange for incoming requestsJoe Eykholt2010-07-284-212/+165
* | [SCSI] libfc: add interface to allocate a sequence for incoming requestsJoe Eykholt2010-07-281-0/+25
* | [SCSI] libfc: add fc_fill_reply_hdr() and fc_fill_hdr()Joe Eykholt2010-07-285-79/+110
* | [SCSI] libfc: add fc_frame_sid() and fc_frame_did() functionsJoe Eykholt2010-07-282-28/+10
* | [SCSI] libfc: eliminate rport LOGO stateJoe Eykholt2010-07-281-66/+22
* | [SCSI] libfc: track FIP exchangesJoe Eykholt2010-07-281-0/+2
* | [SCSI] libfc: add FLOGI state to rport for VN2VNJoe Eykholt2010-07-282-14/+280
* | [SCSI] libfc: Add local port point-to-multipoint flagJoe Eykholt2010-07-281-1/+35
* | [SCSI] libfc: add discovery-private pointer for LLDJoe Eykholt2010-07-282-8/+8
* | [SCSI] libfc: provide space for LLD after remote port structureJoe Eykholt2010-07-281-1/+1
* | [SCSI] libfc: convert rport lookup to be RCU safeJoe Eykholt2010-07-282-7/+21
* | [SCSI] libfc: IO errors on link down due to cable unplugVasu Dev2010-07-281-0/+5
* | [SCSI] libfc: fix slowpath error from WARN_ON in fc_fcp_send_dataYi Zou2010-07-281-2/+0
* | [SCSI] libfc: fix indefinite rport restartJoe Eykholt2010-07-271-1/+5
* | [SCSI] libfc: Fix remote port restart problemJoe Eykholt2010-07-271-44/+31
* | [SCSI] libfc: lport state is enum not bit maskYi Zou2010-07-271-1/+1
* | [SCSI] libfc: Handle unsolicited PRLO requestBhanu Prakash Gollapudi2010-07-271-8/+63
* | [SCSI] libfc: Honor LS_ACC response codes for PRLIBhanu Prakash Gollapudi2010-07-271-4/+19
* | [SCSI] libfc: Retry a rejected PRLI requestBhanu Prakash Gollapudi2010-07-271-1/+1
|/
* [SCSI] libfc: Move the port_id into lportRobert Love2010-05-167-19/+23
* [SCSI] libfc: Remove unused fc_get_host_port_typeRobert Love2010-05-161-11/+0
* [SCSI] libfc: set seq_id for incoming sequenceJoe Eykholt2010-05-161-4/+6
* [SCSI] libfc, fcoe: normalize format specifies for world wide namesChris Leech2010-04-112-3/+3
* [SCSI] libfc: set both precision and field with when printing FC IDsChris Leech2010-04-114-21/+21
* [SCSI] libfc: bug in erroring out upon FCP_RSP_LEN_VAL in fc_fcp_respYi Zou2010-04-111-2/+1
* [SCSI] libfc: remove unneeded variables in fc_exch_recv_req()Joe Eykholt2010-04-111-6/+0
* [SCSI] libfc, libfcoe, fcoe: use smp_processor_id() only when preempt disabledJoe Eykholt2010-04-112-4/+7
* [SCSI] libfc: Add debug statements when fc_fcp returns DID_ERROR to scsi-mlRobert Love2010-04-111-2/+17
* [SCSI] libfc: fix fcp pkt recovery in fc_fcp_recv_dataVasu Dev2010-04-111-19/+28
* [SCSI] libfc: use offload EM instance again instead jumping to next EMVasu Dev2010-04-111-10/+5
* [SCSI] libfc: fixes unnecessary seq id jumpVasu Dev2010-04-111-14/+5
* [SCSI] libfc: fix sequence-initiative WARN in fc_seq_start_nextJoe Eykholt2010-04-111-1/+1
* [SCSI] libfc: send point-to-poin FLOGI LS_ACC to assigned D_DIDJoe Eykholt2010-04-111-1/+1
* [SCSI] libfc: recognize incoming FLOGI for point-to-point modeJoe Eykholt2010-04-111-0/+3
* [SCSI] libfc: fix oops in point-to-point modeJoe Eykholt2010-04-111-2/+9
* [SCSI] libfc: recode incoming PRLI handlingJoe Eykholt2010-04-111-108/+87
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-306-1/+6
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-2/+2
|\
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
| * tree-wide: fix typos "ammount" -> "amount"Uwe Kleine-König2010-02-051-1/+1
* | [SCSI] libfc: Don't assume response request present.Hugh Daschbach2010-02-171-1/+2
* | [SCSI] libfc: Fix e_d_tov ns -> ms scaling factor in PLOGI response.Hugh Daschbach2010-02-171-1/+1
* | [SCSI] libfc: call ddp setup for only FCP reads to avoid accessing junk fsp p...Vasu Dev2010-02-172-4/+1
|/
* [SCSI] fcoe, libfc: adds enable/disable for fcoe interfaceVasu Dev2009-12-121-1/+6
* [SCSI] libfc: reduce hold time on SCSI host lockChris Leech2009-12-121-29/+36
OpenPOWER on IntegriCloud