index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SCSI] qla2xxx: Rearranged and cleaned up the code for processing the pending...
Giridhar Malavali
2010-07-28
4
-40
/
+25
*
[SCSI] qla2xxx: Updates for ISP82xx.
Giridhar Malavali
2010-07-28
4
-289
/
+42
*
[SCSI] qla2xxx: Do not allow ELS Passthru commands for ISP23xx adapters
Harish Zunjarrao
2010-07-28
1
-13
/
+24
*
[SCSI] qla2xxx: Add CT passthru support for ISP23xx adapters
Harish Zunjarrao
2010-07-28
3
-10
/
+162
*
[SCSI] qla2xxx: Don't issue set or get port param MBC if remote port is not l...
Madhuranath Iyengar
2010-07-28
1
-0
/
+7
*
[SCSI] qla2xxx: Add qla2x00_free_fcports() function
Chad Dupuis
2010-07-28
3
-6
/
+15
*
[SCSI] qla2xxx: Stop firmware before doing init firmware.
Andrew Vasquez
2010-07-28
1
-2
/
+3
*
[SCSI] qla2xxx: Propogate transport disrupted status for cable pull condition...
Duane Grigsby
2010-07-28
1
-0
/
+3
*
[SCSI] qla2xxx: Correct extended sense-data handling.
Andrew Vasquez
2010-07-28
1
-9
/
+18
*
[SCSI] qla2xxx: Check for golden firmware and show version if available
Madhuranath Iyengar
2010-07-28
3
-0
/
+42
*
[SCSI] qla2xxx: Use GFF_ID to check FCP-SCSI FC4 type before logging into Nx_...
Chad Dupuis
2010-07-28
4
-1
/
+103
*
[SCSI] qla2xxx: Appropriately log FCP priority data messages
Madhuranath Iyengar
2010-07-28
3
-20
/
+48
*
[SCSI] qla2xxx: Removed dependency for SRB structure for Marker processing
Giridhar Malavali
2010-07-28
5
-240
/
+19
*
[SCSI] qla2xxx: Don't issue set or get port param MBC if invalid port loop id
Madhuranath Iyengar
2010-07-28
1
-0
/
+7
*
[SCSI] iscsi_transport: wait on session in error handler path
Mike Christie
2010-07-28
3
-1
/
+44
*
[SCSI] iscsi_transport: Modidify recovery_tmo from sysfs
Vikas Chaudhary
2010-07-28
1
-5
/
+38
*
[SCSI] sg: fix bio leak with a detached device
FUJITA Tomonori
2010-07-28
1
-0
/
+2
*
[SCSI] fcoe: remove check for zero fabric name
Vasu Dev
2010-07-28
1
-1
/
+1
*
[SCSI] libfc: Add retry logic to lport state machine when receiving LS_RJT
Bhanu Prakash Gollapudi
2010-07-28
1
-36
/
+27
*
[SCSI] Revert "[SCSI] fcoe: Fix using VLAN ID in creating lport's WWWN/WWPN"
Vasu Dev
2010-07-28
1
-10
/
+1
*
[SCSI] fcoe: fix offload feature flag change from netdev
Yi Zou
2010-07-28
1
-19
/
+49
*
[SCSI] libfc: don't require a local exchange for incoming requests
Joe Eykholt
2010-07-28
6
-228
/
+174
*
[SCSI] libfc: add interface to allocate a sequence for incoming requests
Joe Eykholt
2010-07-28
2
-0
/
+32
*
[SCSI] libfc: add fc_fill_reply_hdr() and fc_fill_hdr()
Joe Eykholt
2010-07-28
7
-79
/
+121
*
[SCSI] libfc: add fc_frame_sid() and fc_frame_did() functions
Joe Eykholt
2010-07-28
4
-47
/
+54
*
[SCSI] libfc: eliminate rport LOGO state
Joe Eykholt
2010-07-28
2
-68
/
+22
*
[SCSI] fcoe: config via separate create_vn2vn module parameter
Joe Eykholt
2010-07-28
1
-4
/
+12
*
[SCSI] fcoe libfcoe: use correct FC-MAP for VN2VN mode
Joe Eykholt
2010-07-28
2
-8
/
+22
*
[SCSI] libfcoe: Fix FIP ELS encapsulation details for FLOGI responses
Joe Eykholt
2010-07-28
1
-14
/
+28
*
[SCSI] libfcoe: fcoe: fnic: add FIP VN2VN point-to-multipoint support
Joe Eykholt
2010-07-28
4
-69
/
+1071
*
[SCSI] libfcoe: add state change debugging
Joe Eykholt
2010-07-28
1
-7
/
+41
*
[SCSI] libfcoe: add protocol description of FIP VN2VN mode
Joe Eykholt
2010-07-28
2
-3
/
+50
*
[SCSI] libfc: track FIP exchanges
Joe Eykholt
2010-07-28
3
-0
/
+7
*
[SCSI] libfc: add FLOGI state to rport for VN2VN
Joe Eykholt
2010-07-28
4
-14
/
+286
*
[SCSI] libfc: Add local port point-to-multipoint flag
Joe Eykholt
2010-07-28
2
-1
/
+37
*
[SCSI] libfcoe: fcoe: fnic: change fcoe_ctlr_init interface to specify mode
Joe Eykholt
2010-07-28
4
-6
/
+15
*
[SCSI] libfc: add discovery-private pointer for LLD
Joe Eykholt
2010-07-28
3
-10
/
+15
*
[SCSI] libfcoe: convert FIP to lock with mutex instead of spin lock
Joe Eykholt
2010-07-28
2
-68
/
+57
*
[SCSI] libfc: provide space for LLD after remote port structure
Joe Eykholt
2010-07-28
2
-1
/
+3
*
[SCSI] libfc: convert rport lookup to be RCU safe
Joe Eykholt
2010-07-28
3
-7
/
+23
*
[SCSI] fcoe: adds src and dest mac address checking for fcoe frames
Vasu Dev
2010-07-28
2
-3
/
+27
*
[SCSI] fcoe: cleans up fcoe_disable and fcoe_enable
Vasu Dev
2010-07-28
1
-6
/
+4
*
[SCSI] libfc: IO errors on link down due to cable unplug
Vasu Dev
2010-07-28
1
-0
/
+5
*
[SCSI] fcoe: make it possible to verify fcoe with sparse
Bart Van Assche
2010-07-28
1
-2
/
+2
*
[SCSI] libfc: fix slowpath error from WARN_ON in fc_fcp_send_data
Yi Zou
2010-07-28
1
-2
/
+0
*
[SCSI] scsi_dh_rdac: Add Dell MD36xxi controller into RDAC device list
Yanqing_Liu@Dell.com
2010-07-28
1
-0
/
+1
*
[SCSI] dpt_i2o: move range check forward
Dan Carpenter
2010-07-28
1
-4
/
+7
*
[SCSI] lpfc 8.3.15: Update driver version 8.3.15
James Smart
2010-07-28
1
-1
/
+1
*
[SCSI] lpfc 8.3.15: Add target queue depth throttling
James Smart
2010-07-28
4
-10
/
+22
*
[SCSI] lpfc 8.3.15: FCoE Related Fixes
James Smart
2010-07-28
6
-40
/
+92
[next]