aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/srpt (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds2-359/+137
2016-01-19IB/srpt: Remove redundant wc arraySagi Grimberg1-2/+0
2016-01-19IB/srpt: Fix the RDMA completion handlersBart Van Assche1-2/+2
2016-01-19IB/mad: pass ib_mad_send_buf explicitly to the recv_handlerChristoph Hellwig1-0/+1
2016-01-12ib_srpt: Convert acl lookup to modern get_initiator_node_acl usageNicholas Bellinger2-81/+30
2015-12-22Merge branches '4.5/Or-cleanup' and '4.5/rdma-cq' into k.o/for-4.5Doug Ledford2-345/+130
2015-12-22IB/ulps: Avoid calling ib_query_deviceOr Gerlitz2-12/+6
2015-12-11IB/srpt: chain RDMA READ/WRITE requestsChristoph Hellwig2-345/+130
2015-11-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-44/+34
2015-10-28Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford1-16/+16
2015-10-21IB/core: Add netdev and gid attributes paramteres to cacheMatan Barak1-1/+2
2015-10-13target: use per-attribute show and store methodsChristoph Hellwig1-44/+34
2015-10-08IB: split struct ib_send_wrChristoph Hellwig1-16/+16
2015-08-30ib_srpt: Remove ib_get_dma_mr callsJason Gunthorpe2-12/+4
2015-08-30IB/cm: Remove compare_data checksHaggai Eran1-1/+1
2015-08-30IB/core: lock client data with lists_rwsemHaggai Eran1-3/+2
2015-07-14IB/srpt: Convert use of __constant_cpu_to_beXX to cpu_to_beXXVaishali Thakkar1-36/+35
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2-175/+31
2015-06-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-1/+2
2015-06-15target: Drop unnecessary core_tpg_register TFO parameterNicholas Bellinger1-3/+1
2015-06-12IB/mad: Support alternate Base Versions when creating MADsIra Weiny1-1/+2
2015-06-12IB/core: Change ib_create_cq to use struct ib_cq_init_attrMatan Barak1-1/+3
2015-06-02target: Minimize SCSI header #include directivesBart Van Assche2-1/+2
2015-05-30target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig1-1/+0
2015-05-30ib_srpt: Remove set-but-not-used variablesBart Van Assche1-7/+0
2015-05-30target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche2-19/+9
2015-05-30target: move transport ID handling to the coreChristoph Hellwig2-57/+0
2015-05-30target: remove the get_fabric_proto_ident methodChristoph Hellwig1-6/+0
2015-05-30target: change core_tpg_register prototypeChristoph Hellwig1-1/+1
2015-05-30target: move node ACL allocation to core codeChristoph Hellwig2-26/+3
2015-05-30target: refactor init/drop_nodeacl methodsChristoph Hellwig1-45/+13
2015-05-30target: make the tpg_get_default_depth method optionalChristoph Hellwig1-6/+0
2015-05-30target: Remove first argument of target_{get,put}_sess_cmd()Bart Van Assche1-5/+5
2015-04-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-36/+13
2015-04-15ib_srpt: convert printk's to pr_* functionsDoug Ledford1-97/+91
2015-04-14target: simplify the target template registration APIChristoph Hellwig1-36/+13
2015-01-20ib_srpt: wait_for_completion_timeout does not return negative statusNicholas Mc Guire1-2/+2
2014-12-18Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley1-5/+5
2014-12-04scsi: remove MSG_*_TAG definesChristoph Hellwig1-5/+5
2014-10-28srp-target: Retry when QP creation fails with ENOMEMBart Van Assche1-0/+8
2014-10-14ib_srpt: replace strnicmp with strncasecmpRasmus Villemoes1-1/+1
2014-08-14Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'iwcm', 'mad', 'misc', 'mlx4', 'mlx5', 'ocrdma' and 'srp' into for-nextRoland Dreier1-1/+2
2014-08-12IB/srpt: Handle GID change eventsDoug Ledford1-0/+1
2014-08-10IB/mad: add new ioctl to ABI to support new registration optionsIra Weiny1-1/+1
2014-04-11ib_srpt: Use correct ib_sg_dma primitivesMike Marciniszyn1-6/+10
2014-04-07target: Pass in transport supported PI at session initializationNicholas Bellinger1-1/+1
2014-04-07target: Add TFO->abort_task for aborted task resources releaseNicholas Bellinger1-0/+9
2014-02-12IB/srpt: replace strict_strtoul() with kstrtoul()Jingoo Han1-7/+7
2013-11-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-10/+0
2013-11-07target: Drop left-over se_lun->lun_cmd_list shutdown codeNicholas Bellinger1-10/+0