index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
ulp
/
srpt
Commit message (
Expand
)
Author
Age
Files
Lines
*
IB/cm: Remove compare_data checks
Haggai Eran
2015-08-30
1
-1
/
+1
*
IB/core: lock client data with lists_rwsem
Haggai Eran
2015-08-30
1
-3
/
+2
*
IB/srpt: Convert use of __constant_cpu_to_beXX to cpu_to_beXX
Vaishali Thakkar
2015-07-14
1
-36
/
+35
*
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
2015-07-04
2
-175
/
+31
|
\
|
*
target: Drop unnecessary core_tpg_register TFO parameter
Nicholas Bellinger
2015-06-15
1
-3
/
+1
|
*
target: target_core_configfs.h is not needed in fabric drivers
Christoph Hellwig
2015-05-30
1
-1
/
+0
|
*
ib_srpt: Remove set-but-not-used variables
Bart Van Assche
2015-05-30
1
-7
/
+0
|
*
target: Move task tag into struct se_cmd + support 64-bit tags
Bart Van Assche
2015-05-30
2
-19
/
+9
|
*
target: move transport ID handling to the core
Christoph Hellwig
2015-05-30
2
-57
/
+0
|
*
target: remove the get_fabric_proto_ident method
Christoph Hellwig
2015-05-30
1
-6
/
+0
|
*
target: change core_tpg_register prototype
Christoph Hellwig
2015-05-30
1
-1
/
+1
|
*
target: move node ACL allocation to core code
Christoph Hellwig
2015-05-30
2
-26
/
+3
|
*
target: refactor init/drop_nodeacl methods
Christoph Hellwig
2015-05-30
1
-45
/
+13
|
*
target: make the tpg_get_default_depth method optional
Christoph Hellwig
2015-05-30
1
-6
/
+0
|
*
target: Remove first argument of target_{get,put}_sess_cmd()
Bart Van Assche
2015-05-30
1
-5
/
+5
*
|
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2015-06-23
2
-1
/
+2
|
\
\
|
*
|
target: Minimize SCSI header #include directives
Bart Van Assche
2015-06-02
2
-1
/
+2
|
|
/
*
|
IB/mad: Support alternate Base Versions when creating MADs
Ira Weiny
2015-06-12
1
-1
/
+2
*
|
IB/core: Change ib_create_cq to use struct ib_cq_init_attr
Matan Barak
2015-06-12
1
-1
/
+3
|
/
*
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
2015-04-24
1
-36
/
+13
|
\
|
*
target: simplify the target template registration API
Christoph Hellwig
2015-04-14
1
-36
/
+13
*
|
ib_srpt: convert printk's to pr_* functions
Doug Ledford
2015-04-15
1
-97
/
+91
|
/
*
ib_srpt: wait_for_completion_timeout does not return negative status
Nicholas Mc Guire
2015-01-20
1
-2
/
+2
*
Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linus
James Bottomley
2014-12-18
1
-5
/
+5
|
\
|
*
scsi: remove MSG_*_TAG defines
Christoph Hellwig
2014-12-04
1
-5
/
+5
*
|
srp-target: Retry when QP creation fails with ENOMEM
Bart Van Assche
2014-10-28
1
-0
/
+8
|
/
*
ib_srpt: replace strnicmp with strncasecmp
Rasmus Villemoes
2014-10-14
1
-1
/
+1
*
-
.
Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'iwcm', 'mad', 'misc', 'mlx4...
Roland Dreier
2014-08-14
1
-1
/
+2
|
\
\
|
|
*
IB/srpt: Handle GID change events
Doug Ledford
2014-08-12
1
-0
/
+1
|
|
/
|
/
|
|
*
IB/mad: add new ioctl to ABI to support new registration options
Ira Weiny
2014-08-10
1
-1
/
+1
|
/
*
ib_srpt: Use correct ib_sg_dma primitives
Mike Marciniszyn
2014-04-11
1
-6
/
+10
*
target: Pass in transport supported PI at session initialization
Nicholas Bellinger
2014-04-07
1
-1
/
+1
*
target: Add TFO->abort_task for aborted task resources release
Nicholas Bellinger
2014-04-07
1
-0
/
+9
*
IB/srpt: replace strict_strtoul() with kstrtoul()
Jingoo Han
2014-02-12
1
-7
/
+7
*
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
2013-11-22
1
-10
/
+0
|
\
|
*
target: Drop left-over se_lun->lun_cmd_list shutdown code
Nicholas Bellinger
2013-11-07
1
-10
/
+0
*
|
ib_srpt: always set response for task management
Jack Wang
2013-10-03
1
-6
/
+4
*
|
ib_srpt: Destroy cm_id before destroying QP.
Nicholas Bellinger
2013-10-01
1
-2
/
+2
|
/
*
target: make queue_tm_rsp() return void
Joern Engel
2013-07-07
1
-10
/
+17
*
ib_srpt: Call target_sess_cmd_list_set_waiting during shutdown_session
Nicholas Bellinger
2013-05-29
2
-8
/
+25
*
target: Remove unused wait_for_tasks bit in target_wait_for_sess_cmds
Joern Engel
2013-05-20
1
-1
/
+1
*
SRPT: Fix odd use of WARN_ON()
Grant Grundler
2013-04-16
1
-1
/
+1
*
ib_srpt: Convert TMR path to target_submit_tmr
Nicholas Bellinger
2012-11-28
1
-19
/
+18
*
ib_srpt: Convert I/O path to target_submit_cmd + drop legacy ioctx->kref
Nicholas Bellinger
2012-11-28
2
-71
/
+52
*
target: pass sense_reason as a return value
Christoph Hellwig
2012-11-06
1
-25
/
+18
*
target: Simplify fabric sense data length handling
Roland Dreier
2012-09-17
1
-6
/
+0
*
target: Remove unused target_core_fabric_ops.get_fabric_sense_len method
Roland Dreier
2012-09-17
1
-6
/
+0
*
IB: Fix typos in infiniband drivers
Masanari Iida
2012-08-15
1
-1
/
+1
*
srpt: use target_execute_cmd for WRITEs in srpt_handle_rdma_comp
Christoph Hellwig
2012-07-16
1
-5
/
+10
*
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
2012-05-21
1
-7
/
+3
|
\
[next]