summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/srpt/ib_srpt.c
Commit message (Expand)AuthorAgeFilesLines
* IB/srpt: Handle GID change eventsDoug Ledford2014-08-131-0/+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-301-8/+24
* 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-281-70/+52Star
* target: pass sense_reason as a return valueChristoph Hellwig2012-11-071-25/+18Star
* target: Simplify fabric sense data length handlingRoland Dreier2012-09-181-6/+0Star
* target: Remove unused target_core_fabric_ops.get_fabric_sense_len methodRoland Dreier2012-09-181-6/+0Star
* IB: Fix typos in infiniband driversMasanari Iida2012-08-151-1/+1
* srpt: use target_execute_cmd for WRITEs in srpt_handle_rdma_compChristoph Hellwig2012-07-171-5/+10
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2012-05-221-7/+3Star
|\
| * target: Rename target_allocate_tasks to target_setup_cmd_from_cdbAndy Grover2012-04-151-1/+1
| * IB/srpt: Remove use of transport_do_task_sg_chain()Roland Dreier2012-04-151-6/+2Star
* | IB/srpt: Set srq_type to IB_SRQT_BASICRoland Dreier2012-04-121-0/+1
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2012-03-221-40/+24Star
|\
| * ib_srpt: Fix srpt_handle_cmd send_ioctx->ioctx_kref leak on exceptionNicholas Bellinger2012-03-181-7/+12
| * target: Drop unused legacy target_core_fabric_ops API callersNicholas Bellinger2012-03-101-28/+0Star
| * target: Add SCF_SCSI_TMR_CDB usage and drop se_tmr_req_cacheAndy Grover2012-02-251-2/+2
| * target: replace various cmd flags with a transport stateChristoph Hellwig2012-02-251-3/+10
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-03-211-1/+1
|\ \ | |/ |/|
| * SRP: Fix typo in ib_srpt.cMasanari Iida2012-02-091-1/+1
* | IB/srpt: Don't return freed pointer from srpt_alloc_ioctx_ring()Jesper Juhl2012-02-061-0/+1
* | IB/srpt: Fix ERR_PTR() vs. NULL checking confusionDan Carpenter2012-02-031-3/+3
* | IB/srpt: Use ARRAY_SIZE() instead of open-codingRoland Dreier2012-02-021-2/+1Star
* | IB/srpt: Use DEFINE_SPINLOCK()/LIST_HEAD()Roland Dreier2012-02-021-5/+2Star
|/
* ib_srpt: Initial SRP Target merge for v3.3-rc1Bart Van Assche2011-12-161-0/+4073