summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/srpt
AgeCommit message (Expand)AuthorFilesLines
2012-03-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-40/+24
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-03-18ib_srpt: Fix srpt_handle_cmd send_ioctx->ioctx_kref leak on exceptionNicholas Bellinger1-7/+12
2012-03-11target: Drop unused legacy target_core_fabric_ops API callersNicholas Bellinger1-28/+0
2012-02-26target: Add SCF_SCSI_TMR_CDB usage and drop se_tmr_req_cacheAndy Grover1-2/+2
2012-02-26target: replace various cmd flags with a transport stateChristoph Hellwig1-3/+10
2012-02-10SRP: Fix typo in ib_srpt.cMasanari Iida1-1/+1
2012-02-06IB/srpt: Don't return freed pointer from srpt_alloc_ioctx_ring()Jesper Juhl1-0/+1
2012-02-03IB/srpt: Fix ERR_PTR() vs. NULL checking confusionDan Carpenter1-3/+3
2012-02-03IB/srpt: Remove unneeded <linux/version.h> includeJesper Juhl1-1/+0
2012-02-03IB/srpt: Use ARRAY_SIZE() instead of open-codingRoland Dreier1-2/+1
2012-02-03IB/srpt: Use DEFINE_SPINLOCK()/LIST_HEAD()Roland Dreier1-5/+2
2011-12-16ib_srpt: Initial SRP Target merge for v3.3-rc1Bart Van Assche5-0/+4670