aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/srpt/ib_srpt.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-04scsi: RDMA/srpt: Rework I/O context allocationBart Van Assche1-4/+0
2018-12-19RDMA/srpt: Add support for immediate dataBart Van Assche1-4/+29
2018-12-19RDMA/srpt: Make kernel-doc headers completeBart Van Assche1-1/+4
2018-12-19RDMA/srpt: Improve coding style conformanceBart Van Assche1-1/+1
2018-12-19include/scsi/srp.h: Move response flag definitions into this fileBart Van Assche1-4/+0
2018-06-29IB/srpt: Support HCAs with more than two portsBart Van Assche1-2/+2
2018-03-07IB/srpt: Add RDMA/CM supportBart Van Assche1-1/+7
2018-01-18IB/srpt: Preparations for adding RDMA/CM supportBart Van Assche1-2/+6
2018-01-18IB/srpt: Don't allow reordering of commands on wait listBart Van Assche1-0/+2
2018-01-18IB/srpt: Rework multi-channel supportBart Van Assche1-9/+25
2018-01-18IB/srpt: Use the source GID as session nameBart Van Assche1-3/+1
2018-01-18IB/srpt: One target per portBart Van Assche1-7/+9
2018-01-18IB/srpt: Add P_Key supportBart Van Assche1-0/+2
2018-01-18IB/srpt: Rework srpt_disconnect_ch_sync()Bart Van Assche1-2/+0
2018-01-18IB/srpt: Make it safe to use RCU for srpt_device.rch_listBart Van Assche1-0/+2
2018-01-08IB/srpt: Micro-optimize I/O context state manipulationBart Van Assche1-2/+0
2018-01-08IB/srpt: Rename a local variable, a member variable and a constantBart Van Assche1-3/+3
2018-01-08IB/srpt: Document all structure members in ib_srpt.hBart Van Assche1-11/+22
2018-01-08IB/srpt: Remove an unused structure memberBart Van Assche1-1/+0
2017-10-18IB/srpt: Change default behavior from using SRQ to using RCBart Van Assche1-0/+6
2017-10-18IB/srpt: Cache global L_KeyBart Van Assche1-1/+2
2017-08-08IB/srpt: Increase lid and sm_lid to 32 bitsDasaratharaman Chandramouli1-2/+2
2017-01-27IB/srpt: Accept GUIDs as port namesBart Van Assche1-5/+13
2016-08-02IB/srpt: Limit the number of SG elements per work requestBart Van Assche1-1/+5
2016-06-23IB/srpt: Reduce QP buffer sizeBart Van Assche1-0/+1
2016-05-13IB/srpt: convert to the generic RDMA READ/WRITE APIChristoph Hellwig1-19/+12
2016-04-07Revert "ib_srpt: Convert to percpu_ida tag allocation"Bart Van Assche1-0/+2
2016-03-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-2/+0
2016-03-10ib_srpt: Convert to percpu_ida tag allocationNicholas Bellinger1-2/+0
2016-02-29IB/srpt: Detect session shutdown reliablyBart Van Assche1-8/+10
2016-02-29IB/srpt: Use a mutex to protect the channel listBart Van Assche1-2/+2
2016-02-29IB/srpt: Simplify srpt_shutdown_session()Bart Van Assche1-1/+0
2016-02-29IB/srpt: Remove struct srpt_node_aclBart Van Assche1-8/+0
2016-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-47/+6
2016-01-19IB/srpt: Remove redundant wc arraySagi Grimberg1-2/+0
2016-01-12ib_srpt: Convert acl lookup to modern get_initiator_node_acl usageNicholas Bellinger1-8/+0
2015-12-22Merge branches '4.5/Or-cleanup' and '4.5/rdma-cq' into k.o/for-4.5Doug Ledford1-42/+6
2015-12-22IB/ulps: Avoid calling ib_query_deviceOr Gerlitz1-3/+0
2015-12-11IB/srpt: chain RDMA READ/WRITE requestsChristoph Hellwig1-42/+6
2015-08-30ib_srpt: Remove ib_get_dma_mr callsJason Gunthorpe1-1/+0
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-21/+2
2015-06-02target: Minimize SCSI header #include directivesBart Van Assche1-1/+1
2015-05-30target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche1-1/+0
2015-05-30target: move transport ID handling to the coreChristoph Hellwig1-18/+0
2015-05-30target: move node ACL allocation to core codeChristoph Hellwig1-2/+2
2013-05-29ib_srpt: Call target_sess_cmd_list_set_waiting during shutdown_sessionNicholas Bellinger1-0/+1
2012-11-28ib_srpt: Convert I/O path to target_submit_cmd + drop legacy ioctx->krefNicholas Bellinger1-1/+0
2012-02-02IB/srpt: Remove unneeded <linux/version.h> includeJesper Juhl1-1/+0
2011-12-16ib_srpt: Initial SRP Target merge for v3.3-rc1Bart Van Assche1-0/+444