summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/iser/iscsi_iser.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-1/+1
|\
| * IB/iser: Switch from dma_device to dev.parentBart Van Assche2017-01-241-1/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-02-211-0/+1
|\ \
| * | scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig2017-02-061-0/+1
| |/
* | IB/iser: remove unused variable from iser_conn structMax Gurtovoy2017-01-241-0/+4
* | IB/iser: Fix sg_tablesize calculationMax Gurtovoy2017-01-241-7/+0
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* IB/iser: Fix max_sectors calculationChristoph Hellwig2016-05-051-4/+10
* iser: Accept arbitrary sg lists mapping if the device supports itSagi Grimberg2016-03-041-1/+10
* IB/iser: Fix module init not cleaning up on error flowRoi Dayan2015-12-241-3/+6
* IB/ulps: Avoid calling ib_query_deviceOr Gerlitz2015-12-221-2/+2
* IB/iser: Enable SG clusteringSagi Grimberg2015-10-281-1/+1
* IB/iser: set block queue_virt_boundarySagi Grimberg2015-10-281-3/+9
* IB/iser: Remove an unused variableBart Van Assche2015-10-221-4/+0
* IB/iser: fix a comment typoGeliang Tang2015-10-211-1/+1
* IB/iser: Add module parameter for always register memorySagi Grimberg2015-09-251-0/+5
* IB/iser: Use pd->local_dma_lkeyJason Gunthorpe2015-08-301-1/+1
* IB/iser: Chain all iser transaction send work requestsSagi Grimberg2015-08-301-0/+1
* IB/iser: Support up to 8MB data transfer in a single commandSagi Grimberg2015-08-301-2/+8
* IB/iser: Fix possible bogus DMA unmappingSagi Grimberg2015-08-301-4/+8
* IB/iser: Get rid of un-maintained countersSagi Grimberg2015-08-301-9/+3
* IB/iser: Remove '.' from log messageSagi Grimberg2015-08-301-1/+2
* IB/iser: Change minor assignments and logging printsSagi Grimberg2015-08-301-7/+4
* IB/iser: Change some module parameters to be ROJenny Falkovich2015-08-301-16/+15
* RDMA/iser: Limit sgs to the device fastreg depthSteve Wise2015-08-281-0/+9
* IB/iser: DIX updateSagi Grimberg2014-12-151-11/+10
* IB/iser: Terminate connection before cleaning inflight tasksSagi Grimberg2014-12-151-1/+1
* IB/iser: Fix race between iser connection teardown and scsi TMFsSagi Grimberg2014-12-151-8/+41
* IB/iser: Fix possible NULL derefernce ib_conn->device in session_createAriel Nahum2014-12-151-4/+18
* IB/iser: Re-adjust CQ and QP send ring sizes to HW limitsMinh Tran2014-12-151-3/+7
* scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-241-1/+1
* scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig2014-11-241-0/+1
* IB/iser: Set IP_CSUM as default guard typeSagi Grimberg2014-10-091-2/+2
* IB/iser: Fix/add kernel-doc style description in iscsi_iser.cSagi Grimberg2014-10-091-9/+160
* IB/iser: Change iscsi_conn_stop log level to infoAriel Nahum2014-10-091-1/+1
* IB/iser: Protect tasks cleanup in case IB device was already releasedSagi Grimberg2014-10-091-1/+7
* IB/iser: Unbind at conn_stop stageAriel Nahum2014-10-091-0/+7
* IB/iser: Re-introduce ib_connSagi Grimberg2014-10-091-8/+10
* IB/iser: Rename ib_conn -> iser_connSagi Grimberg2014-10-091-61/+64
* IB/iser: Allow bind only when connection state is UPSagi Grimberg2014-09-221-5/+14
* IB/iser: Replace connection waitqueue with completion objectAriel Nahum2014-08-011-7/+6
* IB/iser: Protect iser state machine with a mutexAriel Nahum2014-08-011-4/+11
* IB/iser: Seperate iser_conn and iscsi_endpoint storage spaceAriel Nahum2014-08-011-3/+13
* IB/iser: Support IPv6 address familyRoi Dayan2014-08-011-2/+1
* IB/iser: Add missing newlines to logging messagesRoi Dayan2014-05-261-4/+4
* IB/iser: Simplify connection managementAriel Nahum2014-05-261-40/+57
* IB/iser: Update Mellanox copyright noteOr Gerlitz2014-04-011-1/+1
* IB/iser: Remove struct iscsi_iser_connAriel Nahum2014-04-011-27/+18
* IB/iser: Publish T10-PI support to SCSI midlayerSagi Grimberg2014-03-171-1/+22
* IB/iser: Implement check_protectionSagi Grimberg2014-03-171-0/+13