summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/srpt
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-11-141-44/+34Star
|\
| * target: use per-attribute show and store methodsChristoph Hellwig2015-10-141-44/+34Star
* | Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford2015-10-291-16/+16
|\ \
| * | IB: split struct ib_send_wrChristoph Hellwig2015-10-081-16/+16
| |/
* / IB/core: Add netdev and gid attributes paramteres to cacheMatan Barak2015-10-221-1/+2
|/
* ib_srpt: Remove ib_get_dma_mr callsJason Gunthorpe2015-08-312-12/+4Star
* IB/cm: Remove compare_data checksHaggai Eran2015-08-301-1/+1
* IB/core: lock client data with lists_rwsemHaggai Eran2015-08-301-3/+2Star
* IB/srpt: Convert use of __constant_cpu_to_beXX to cpu_to_beXXVaishali Thakkar2015-07-141-36/+35Star
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-07-042-175/+31Star
|\
| * target: Drop unnecessary core_tpg_register TFO parameterNicholas Bellinger2015-06-161-3/+1Star
| * target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig2015-05-311-1/+0Star
| * ib_srpt: Remove set-but-not-used variablesBart Van Assche2015-05-311-7/+0Star
| * target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche2015-05-312-19/+9Star
| * target: move transport ID handling to the coreChristoph Hellwig2015-05-312-57/+0Star
| * target: remove the get_fabric_proto_ident methodChristoph Hellwig2015-05-311-6/+0Star
| * target: change core_tpg_register prototypeChristoph Hellwig2015-05-311-1/+1
| * target: move node ACL allocation to core codeChristoph Hellwig2015-05-312-26/+3Star
| * target: refactor init/drop_nodeacl methodsChristoph Hellwig2015-05-311-45/+13Star
| * target: make the tpg_get_default_depth method optionalChristoph Hellwig2015-05-311-6/+0Star
| * target: Remove first argument of target_{get,put}_sess_cmd()Bart Van Assche2015-05-311-5/+5
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-06-242-1/+2
|\ \
| * | target: Minimize SCSI header #include directivesBart Van Assche2015-06-022-1/+2
| |/
* | IB/mad: Support alternate Base Versions when creating MADsIra Weiny2015-06-121-1/+2
* | IB/core: Change ib_create_cq to use struct ib_cq_init_attrMatan Barak2015-06-121-1/+3
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-04-241-36/+13Star
|\
| * target: simplify the target template registration APIChristoph Hellwig2015-04-141-36/+13Star
* | ib_srpt: convert printk's to pr_* functionsDoug Ledford2015-04-151-97/+91Star
|/
* ib_srpt: wait_for_completion_timeout does not return negative statusNicholas Mc Guire2015-01-211-2/+2
* Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley2014-12-181-5/+5
|\
| * scsi: remove MSG_*_TAG definesChristoph Hellwig2014-12-041-5/+5
* | srp-target: Retry when QP creation fails with ENOMEMBart Van Assche2014-10-281-0/+8
|/
* ib_srpt: replace strnicmp with strncasecmpRasmus Villemoes2014-10-141-1/+1
*-. Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'iwcm', 'mad', 'misc', 'mlx4...Roland Dreier2014-08-141-1/+2
|\ \
| | * IB/srpt: Handle GID change eventsDoug Ledford2014-08-131-0/+1
| |/ |/|
| * IB/mad: add new ioctl to ABI to support new registration optionsIra Weiny2014-08-111-1/+1
|/
* ib_srpt: Use correct ib_sg_dma primitivesMike Marciniszyn2014-04-121-6/+10
* target: Pass in transport supported PI at session initializationNicholas Bellinger2014-04-071-1/+1
* target: Add TFO->abort_task for aborted task resources releaseNicholas Bellinger2014-04-071-0/+9
* IB/srpt: replace strict_strtoul() with kstrtoul()Jingoo Han2014-02-131-7/+7
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2013-11-221-10/+0Star
|\
| * target: Drop left-over se_lun->lun_cmd_list shutdown codeNicholas Bellinger2013-11-071-10/+0Star
* | ib_srpt: always set response for task managementJack Wang2013-10-031-6/+4Star
* | ib_srpt: Destroy cm_id before destroying QP.Nicholas Bellinger2013-10-021-2/+2
|/
* target: make queue_tm_rsp() return voidJoern Engel2013-07-081-10/+17
* ib_srpt: Call target_sess_cmd_list_set_waiting during shutdown_sessionNicholas Bellinger2013-05-302-8/+25
* target: Remove unused wait_for_tasks bit in target_wait_for_sess_cmdsJoern Engel2013-05-211-1/+1
* SRPT: Fix odd use of WARN_ON()Grant Grundler2013-04-171-1/+1
* ib_srpt: Convert TMR path to target_submit_tmrNicholas Bellinger2012-11-281-19/+18Star
* ib_srpt: Convert I/O path to target_submit_cmd + drop legacy ioctx->krefNicholas Bellinger2012-11-282-71/+52Star