| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | [SCSI] libfc: RPN_ID is obsolete and unnecessary | Chris Leech | 2009-12-04 | 1 | -1/+0 |
| * | [SCSI] libfcoe, fcoe: libfcoe NPIV support | Chris Leech | 2009-12-04 | 3 | -5/+23 |
| * | [SCSI] libfc, libfcoe: FDISC ELS for NPIV | Chris Leech | 2009-12-04 | 2 | -1/+32 |
| * | [SCSI] libfc: vport link handling and fc_vport state managment | Chris Leech | 2009-12-04 | 1 | -0/+8 |
| * | [SCSI] libfc: add some generic NPIV support routines to libfc | Chris Leech | 2009-12-04 | 1 | -0/+20 |
| * | [SCSI] libfc: changes to libfc_host_alloc to consolidate initialization with ... | Chris Leech | 2009-12-04 | 1 | -3/+12 |
| * | [SCSI] libfc: Add libfc/fc_libfc.[ch] for libfc internal routines | Robert Love | 2009-12-04 | 1 | -79/+0 |
| * | [SCSI] libfc: Remove fc_fcp_complete | Robert Love | 2009-12-04 | 1 | -8/+0 |
| * | [SCSI] libfc: Move non-common routines and prototypes out of libfc.h | Robert Love | 2009-12-04 | 1 | -49/+0 |
| * | [SCSI] scsi_transport_fc: Introduce helper function for blocking scsi_eh | Christof Schmitt | 2009-12-04 | 1 | -0/+1 |
| * | [SCSI] scsi_dh: Change the scsidh_activate interface to be asynchronous | Chandra Seetharaman | 2009-12-04 | 2 | -3/+6 |
| * | [SCSI] add queue_depth ramp up code | Vasu Dev | 2009-12-04 | 1 | -3/+6 |
| * | [SCSI] modify change_queue_depth to take in reason why it is being called | Mike Christie | 2009-12-04 | 4 | -4/+12 |
| * | [SCSI] libfc: fix free of fc_rport_priv with timer pending | Joe Eykholt | 2009-12-04 | 1 | -0/+1 |
| * | [SCSI] libfc: Fix frags in frame exceeding SKB_MAX_FRAGS in fc_fcp_send_data | Yi Zou | 2009-12-04 | 1 | -0/+3 |
| * | [SCSI] libfc: removes unused disc_work and ex_list | Vasu Dev | 2009-12-04 | 1 | -1/+0 |
| * | [SCSI] scsi: Add missing command definitions | Martin K. Petersen | 2009-12-04 | 1 | -0/+4 |
* | | [SCSI] fix async scan add/remove race resulting in an oops | James Bottomley | 2009-11-26 | 1 | -0/+1 |
* | | [SCSI] Fix incorrect reporting of host protection capabilities | Martin K. Petersen | 2009-11-06 | 1 | -18/+11 |
|/ |
|
* | [SCSI] libiscsi: iscsi_session_setup to allow for private space | Jayamohan Kallickal | 2009-10-02 | 1 | -1/+2 |
* | [SCSI] sd: Support disks formatted with DIF Type 2 | Martin K. Petersen | 2009-10-02 | 1 | -0/+3 |
* | [SCSI] sd: Detach DIF from block integrity infrastructure | Martin K. Petersen | 2009-10-02 | 1 | -4/+11 |
* | [SCSI] Deprecate SCSI_PROT_*_CONVERT operations | Martin K. Petersen | 2009-10-02 | 1 | -4/+0 |
* | trivial: remove unnecessary semicolons | Joe Perches | 2009-09-21 | 1 | -2/+1 |
* | [SCSI] libiscsi, bnx2i: make bound ep check common | Mike Christie | 2009-09-12 | 1 | -0/+1 |
* | [SCSI] libiscsi: add completion function for drivers that do not need pdu pro... | Mike Christie | 2009-09-12 | 1 | -0/+2 |
* | [SCSI] libfc: send GPN_ID in reaction to single-port RSCNs. | Joe Eykholt | 2009-09-10 | 1 | -2/+14 |
* | [SCSI] libfc: use ADISC to verify rport login state | Joe Eykholt | 2009-09-10 | 2 | -0/+22 |
* | [SCSI] libfc: improve debug messages for ELS response handlers | Joe Eykholt | 2009-09-10 | 1 | -0/+5 |
* | [SCSI] libfc: move remote port lookup for ELS requests into fc_rport.c. | Joe Eykholt | 2009-09-10 | 1 | -1/+1 |
* | [SCSI] libfc: Initialize fc_rport_identifiers inside fc_rport_create | Robert Love | 2009-09-10 | 1 | -8/+9 |
* | [SCSI] libfc: fix: empty zone causes endless discovery retries. | Joe Eykholt | 2009-09-10 | 1 | -0/+1 |
* | [SCSI] libfc: do not log off rports before or after discovery | Joe Eykholt | 2009-09-10 | 1 | -0/+3 |
* | [SCSI] libfc: remove unused disc->delay element | Joe Eykholt | 2009-09-10 | 1 | -1/+0 |
* | [SCSI] libfc: eliminate disc->event | Joe Eykholt | 2009-09-10 | 1 | -1/+0 |
* | [SCSI] libfc: don't create dummy (rogue) remote ports | Joe Eykholt | 2009-09-10 | 1 | -21/+19 |
* | [SCSI] libfc: rename rport event CREATED to READY | Joe Eykholt | 2009-09-10 | 1 | -1/+1 |
* | [SCSI] libfc: make rport structure optional | Joe Eykholt | 2009-09-10 | 1 | -13/+16 |
* | [SCSI] libfc: change elsct to use FC_ID instead of rdata | Joe Eykholt | 2009-09-10 | 2 | -22/+6 |
* | [SCSI] libfc: make fc_rport_priv the primary rport interface. | Joe Eykholt | 2009-09-10 | 2 | -14/+19 |
* | [SCSI] libfc: fix RPORT_TO_PRIV and PRIV_TO_RPORT() macros. | Joe Eykholt | 2009-09-10 | 1 | -2/+2 |
* | [SCSI] libfc: change interface for rport_create | Joe Eykholt | 2009-09-10 | 1 | -3/+2 |
* | [SCSI] libfc: prepare to split off struct fc_rport_priv from fc_rport_libfc_priv | Joe Eykholt | 2009-09-10 | 1 | -1/+9 |
* | [SCSI] fcoe, libfc: fully makes use of per cpu exch pool and then removes em_... | Vasu Dev | 2009-09-05 | 1 | -3/+6 |
* | [SCSI] fcoe, libfc: adds per cpu exch pool within exchange manager(EM) | Vasu Dev | 2009-09-05 | 1 | -0/+1 |
* | [SCSI] iscsi_tcp: add new conn error to indicate tcp conn closed | Mike Christie | 2009-09-05 | 1 | -0/+1 |
* | [SCSI] scsi_dh: add the interface scsi_dh_set_params() | Chandra Seetharaman | 2009-08-22 | 2 | -0/+6 |
* | [SCSI] libfc: Remove FC_FRAME_SG_LEN in fc_fcp_send_data | Yi Zou | 2009-08-22 | 1 | -7/+0 |
* | [SCSI] fcoe, fnic, libfc: modifies current code paths to use EM anchor list | Vasu Dev | 2009-08-22 | 1 | -40/+8 |
* | [SCSI] libfc: Remove the FC_EM_DBG macro | Robert Love | 2009-08-22 | 1 | -6/+0 |