summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/isert/ib_isert.h
AgeCommit message (Expand)AuthorFilesLines
2022-05-11scsi: target: iscsi: Rename iscsi_conn to iscsit_connMax Gurtovoy1-1/+1
2022-05-11scsi: target: iscsi: Rename iscsi_cmd to iscsit_cmdMax Gurtovoy1-1/+1
2021-06-24IB/isert: Align target max I/O size to initiator sizeMax Gurtovoy1-3/+0
2020-10-28IB/isert: add module param to set sg_tablesize for IO cmdMax Gurtovoy1-0/+6
2020-09-09IB/isert: Fix unaligned immediate-data handlingSagi Grimberg1-10/+31
2020-07-29IB/isert: use new shared CQ mechanismYamin Friedman1-16/+2
2020-07-16IB/isert: allocate RW ctxs according to max IO sizeMax Gurtovoy1-1/+2
2017-12-19iser-target: avoid reinitializing rdma contexts for isert commandsBharat Potnuri1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-31iser-target: avoid posting a recv buffer twiceSagi Grimberg1-1/+2
2016-09-02IB/isert: Properly release resources on DEVICE_REMOVALRaju Rangoju1-0/+2
2016-08-02IB/isert: Remove an unused member variableBart Van Assche1-1/+0
2016-05-13IB/isert: convert to the generic RDMA READ/WRITE APIChristoph Hellwig1-66/+3
2016-03-31iser-target: Use ib_drain_qpSagi Grimberg1-2/+0
2016-03-11iser-target: Kill the ->isert_cmd back pointer in struct iser_tx_descChristoph Hellwig1-1/+5
2016-03-11iser-target: Kill struct isert_rdma_wrChristoph Hellwig1-18/+12
2016-03-11iser-target: Convert to new CQ APIChristoph Hellwig1-7/+15
2016-03-11iser-target: Split and properly type the login bufferChristoph Hellwig1-2/+1
2016-03-11iser-target: Remove ISER_RECV_DATA_SEG_LENChristoph Hellwig1-5/+3
2016-03-11iser-target: Remove redundant wait in release_connJenny Derzhavetz1-1/+0
2016-03-11iser-target: Rework connection terminationJenny Derzhavetz1-1/+0
2016-03-11iser-target: Add new state ISER_CONN_BOUND to isert_connJenny Derzhavetz1-0/+1
2015-12-24IB/isert: Support the remote invalidation exceptionJenny Derzhavetz1-0/+2
2015-12-24IB/isert: Remove unused file iser_proto.hSagi Grimberg1-0/+32
2015-12-24IB/iser,isert: Create and use new shared headerSagi Grimberg1-2/+4
2015-12-22IB/ulps: Avoid calling ib_query_deviceOr Gerlitz1-1/+0
2015-10-29iser-target: Port to new memory registration APISagi Grimberg1-2/+0
2015-10-29Merge branch 'wr-cleanup' of git://git.infradead.org/users/hch/rdma into wr-c...Doug Ledford1-3/+3
2015-10-08IB: split struct ib_send_wrChristoph Hellwig1-3/+3
2015-09-16iser-target: Skip data copy if all the command data comes as immediateJenny Derzhavetz1-0/+1
2015-09-16iser-target: Change the recv buffers posting logicJenny Derzhavetz1-2/+2
2015-09-16iser-target: Fix pending connections handling in target stack shutdown sequnceJenny Derzhavetz1-2/+3
2015-09-16iser-target: Remove np_ prefix from isert_np membersJenny Derzhavetz1-4/+4
2015-09-16iser-target: Remove unused variablesJenny Derzhavetz1-5/+0
2015-08-31iser-target: Remove ib_get_dma_mr callsJason Gunthorpe1-1/+0
2015-04-08iser-target: Remove conn_ prefix from struct isert_conn membersSagi Grimberg1-16/+16
2015-04-08iser-target: Remove un-needed rdma_listen backlogSagi Grimberg1-1/+0
2015-04-08iser-target: Use a single DMA MR and PD per deviceSagi Grimberg1-2/+2
2014-12-13iser-target: Use debug_level parameter to control logging levelSagi Grimberg1-0/+27
2014-12-13iser-target: Fix logout sequenceSagi Grimberg1-0/+1
2014-12-13iser-target: Reduce CQ lock contention by batch pollingSagi Grimberg1-0/+2
2014-12-13iser-target: Remove an atomic operation from the IO pathSagi Grimberg1-1/+2
2014-12-13iser-target: Use single CQ for TX and RXSagi Grimberg1-9/+5
2014-12-13iser-target: Centralize completion elements to a contextSagi Grimberg1-10/+20
2014-12-13iser-target: Remove interrupt coalescingSagi Grimberg1-6/+0
2014-12-13iscsi,iser-target: Expose supported protection ops according to t10_piSagi Grimberg1-0/+1
2014-12-13iser-target: Allocate PI contexts dynamicallySagi Grimberg1-0/+7
2014-12-13iser-target: Fix implicit termination of connectionsSagi Grimberg1-0/+1
2014-12-13iser-target: Handle ADDR_CHANGE event for listener cm_idSagi Grimberg1-0/+1
2014-12-13iser-target: Parallelize CM connection establishmentSagi Grimberg1-0/+2