aboutsummaryrefslogtreecommitdiff
path: root/include/scsi
AgeCommit message (Expand)AuthorFilesLines
2009-03-13[SCSI] iscsi class: remove host no argument from session creation calloutGravatar Mike Christie 1-1/+1
2009-03-13[SCSI] libiscsi: pass session failure a session structGravatar Mike Christie 1-1/+1
2009-03-13[SCSI] iscsi lib: remove qdepth param from iscsi host allocationGravatar Mike Christie 1-1/+1
2009-03-13[SCSI] iscsi lib: have lib create work queue for transmitting IOGravatar Mike Christie 1-1/+6
2009-03-13[SCSI] iscsi class: fix lock dep warning on logoutGravatar Mike Christie 1-2/+0
2009-03-13[SCSI] libiscsi: don't cap queue depth in iscsi modulesGravatar Mike Christie 1-2/+1
2009-03-13[SCSI] libiscsi: replace scsi_debug logging with session/conn loggingGravatar Mike Christie 1-7/+0
2009-03-13[SCSI] libfc: add support of large receive offload by ddp in fc_fcpGravatar Yi Zou 3-35/+32
2009-03-13[SCSI] fcoe, libfc: check offload features from LLD through netdevGravatar Yi Zou 1-0/+1
2009-03-13[SCSI] net, fcoe: add ETH_P_FCOE for Fibre Channel over Ethernet (FCoE)Gravatar Yi Zou 1-7/+0
2009-03-12[SCSI] Make scsi.h independent of the rest of the scsi includesGravatar James Bottomley 2-17/+17
2009-03-12[SCSI] remove scsi_req_map_sgGravatar FUJITA Tomonori 1-6/+0
2009-03-12[SCSI] libosd: SCSI/OSD Sense decoding supportGravatar Boaz Harrosh 2-0/+309
2009-03-12[SCSI] libosd: OSDv2 auto detectionGravatar Boaz Harrosh 1-0/+3
2009-03-12[SCSI] libosd: OSD version 2 SupportGravatar Boaz Harrosh 2-4/+125
2009-03-12[SCSI] libosd: attributes SupportGravatar Boaz Harrosh 1-0/+327
2009-03-12[SCSI] osd_uld: API for retrieving osd devices from KernelGravatar Boaz Harrosh 1-0/+4
2009-03-12[SCSI] osd_uld: OSD scsi ULDGravatar Boaz Harrosh 1-0/+6
2009-03-12[SCSI] libosd: OSDv1 HeadersGravatar Boaz Harrosh 4-0/+914
2009-03-12[SCSI] add OSD_TYPEGravatar Boaz Harrosh 1-0/+1
2009-03-12[SCSI] Remove SUGGEST flagsGravatar Martin K. Petersen 1-11/+0
2009-03-12[SCSI] Check for deleted device in scsi_device_online()Gravatar Hannes Reinecke 1-1/+2
2009-03-12[SCSI] Add VPD helperGravatar Matthew Wilcox 1-0/+1
2009-03-10[SCSI] fcoe: Out of order tx frames was causing several check condition SCSI ...Gravatar Vasu Dev 1-0/+1
2009-03-10[SCSI] fcoe: ETH_P_8021Q is already in if_ether and fcoe is not using it anywayGravatar Yi Zou 1-4/+0
2009-03-10[SCSI] libfc, fcoe: Remove unnecessary cast by removing inline wrapperGravatar Robert Love 1-7/+1
2009-03-10[SCSI] libfc, fcoe: Fix kerneldoc commentsGravatar Robert Love 1-7/+7
2009-03-06[SCSI] libfc: Cleanup libfc_function_template commentsGravatar Robert Love 1-41/+66
2009-03-06[SCSI] libfc: Don't violate transport template for rogue port creationGravatar Robert Love 1-0/+5
2009-03-06[SCSI] libfc: rport retry on LS_RJT from certain ELSGravatar Chris Leech 1-0/+5
2009-03-06[SCSI] libfc, fcoe: fixed locking issues with lport->lp_mutex around lport->l...Gravatar Vasu Dev 1-10/+2
2009-03-06[SCSI] libfc: Pass lport in exch_mgr_resetGravatar Abhijeet Joglekar 1-2/+2
2009-01-13[SCSI] iscsi_tcp: make padbuf non-staticGravatar Karen Xie 1-0/+1
2009-01-06[SCSI] fc transport: restore missing dev_loss_tmo callback to LLDDGravatar James Smart 1-0/+1
2008-12-29[SCSI] fcoe: Fibre Channel over EthernetGravatar Robert Love 2-0/+230
2008-12-29[SCSI] libfc: A modular Fibre Channel libraryGravatar Robert Love 3-0/+1489
2008-12-29[SCSI] FC protocol definition header filesGravatar Robert Love 8-0/+1983
2008-12-29[SCSI] add residual argument to scsi_execute and scsi_execute_reqGravatar FUJITA Tomonori 1-2/+3
2008-12-29[SCSI] libiscsi_tcp: support padding offloadGravatar Mike Christie 2-1/+4
2008-12-29[SCSI] libiscsi: pass opcode into alloc_pdu calloutGravatar Mike Christie 1-1/+1
2008-12-29[SCSI] libiscsi: allow drivers to modify the itt sent to the targetGravatar Mike Christie 2-2/+6
2008-12-29[SCSI] iscsi_tcp: split module into lib and lldGravatar Mike Christie 1-0/+131
2008-12-29[SCSI] libiscsi: prepare libiscsi for new offload engines by modifying unsol ...Gravatar Mike Christie 2-9/+34
2008-12-29[SCSI] iscsi_tcp: prepare helpers for LLDs that can offload some operationsGravatar Mike Christie 1-2/+3
2008-12-29[SCSI] remove timeout from struct scsi_deviceGravatar James Bottomley 1-2/+0
2008-11-21[SCSI] fc_transport: fix old bug on bitflag definitionsGravatar James Smart 1-1/+1
2008-10-27scsi: make sure that scsi_init_shared_tag_map() doesn't overwrite existing mapGravatar Jens Axboe 1-2/+12
2008-10-21[PATCH] don't mess with file in scsi_nonblockable_ioctl()Gravatar Al Viro 1-1/+1
2008-10-13[SCSI] iscsi_tcp: return a descriptive error value during connection errorsGravatar Mike Christie 1-0/+1
2008-10-13[SCSI] libiscsi: rename host reset to target resetGravatar Mike Christie 1-1/+1