summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/srpt
AgeCommit message (Expand)Author
2016-03-10ib_srpt: Convert to percpu_ida tag allocationNicholas Bellinger
2016-03-10ib_srpt: Convert to target_alloc_session usageNicholas Bellinger
2016-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2016-01-19IB/srpt: Remove redundant wc arraySagi Grimberg
2016-01-19IB/srpt: Fix the RDMA completion handlersBart Van Assche
2016-01-19IB/mad: pass ib_mad_send_buf explicitly to the recv_handlerChristoph Hellwig
2016-01-12ib_srpt: Convert acl lookup to modern get_initiator_node_acl usageNicholas Bellinger
2015-12-22Merge branches '4.5/Or-cleanup' and '4.5/rdma-cq' into k.o/for-4.5Doug Ledford
2015-12-22IB/ulps: Avoid calling ib_query_deviceOr Gerlitz
2015-12-11IB/srpt: chain RDMA READ/WRITE requestsChristoph Hellwig
2015-11-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2015-10-28Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford
2015-10-21IB/core: Add netdev and gid attributes paramteres to cacheMatan Barak
2015-10-13target: use per-attribute show and store methodsChristoph Hellwig
2015-10-08IB: split struct ib_send_wrChristoph Hellwig
2015-08-30ib_srpt: Remove ib_get_dma_mr callsJason Gunthorpe
2015-08-30IB/cm: Remove compare_data checksHaggai Eran
2015-08-30IB/core: lock client data with lists_rwsemHaggai Eran
2015-07-14IB/srpt: Convert use of __constant_cpu_to_beXX to cpu_to_beXXVaishali Thakkar
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2015-06-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2015-06-15target: Drop unnecessary core_tpg_register TFO parameterNicholas Bellinger
2015-06-12IB/mad: Support alternate Base Versions when creating MADsIra Weiny
2015-06-12IB/core: Change ib_create_cq to use struct ib_cq_init_attrMatan Barak
2015-06-02target: Minimize SCSI header #include directivesBart Van Assche
2015-05-30target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig
2015-05-30ib_srpt: Remove set-but-not-used variablesBart Van Assche
2015-05-30target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche
2015-05-30target: move transport ID handling to the coreChristoph Hellwig
2015-05-30target: remove the get_fabric_proto_ident methodChristoph Hellwig
2015-05-30target: change core_tpg_register prototypeChristoph Hellwig
2015-05-30target: move node ACL allocation to core codeChristoph Hellwig
2015-05-30target: refactor init/drop_nodeacl methodsChristoph Hellwig
2015-05-30target: make the tpg_get_default_depth method optionalChristoph Hellwig
2015-05-30target: Remove first argument of target_{get,put}_sess_cmd()Bart Van Assche
2015-04-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2015-04-15ib_srpt: convert printk's to pr_* functionsDoug Ledford
2015-04-14target: simplify the target template registration APIChristoph Hellwig
2015-01-20ib_srpt: wait_for_completion_timeout does not return negative statusNicholas Mc Guire
2014-12-18Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley
2014-12-04scsi: remove MSG_*_TAG definesChristoph Hellwig
2014-10-28srp-target: Retry when QP creation fails with ENOMEMBart Van Assche
2014-10-14ib_srpt: replace strnicmp with strncasecmpRasmus Villemoes
2014-08-14Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'iwcm', 'mad', 'misc', 'mlx4...Roland Dreier
2014-08-12IB/srpt: Handle GID change eventsDoug Ledford
2014-08-10IB/mad: add new ioctl to ABI to support new registration optionsIra Weiny
2014-04-11ib_srpt: Use correct ib_sg_dma primitivesMike Marciniszyn
2014-04-07target: Pass in transport supported PI at session initializationNicholas Bellinger
2014-04-07target: Add TFO->abort_task for aborted task resources releaseNicholas Bellinger
2014-02-12IB/srpt: replace strict_strtoul() with kstrtoul()Jingoo Han