index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
ulp
/
iser
/
iser_verbs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
IB/iser: Chain all iser transaction send work requests
Sagi Grimberg
2015-08-30
1
-10
/
+11
*
IB/iser: Support up to 8MB data transfer in a single command
Sagi Grimberg
2015-08-30
1
-0
/
+27
*
IB/iser: Pass registration pool a size parameter
Sagi Grimberg
2015-08-30
1
-21
/
+26
*
IB/iser: Maintain connection fmr_pool under a single registration descriptor
Adir Lev
2015-08-30
1
-20
/
+36
*
IB/iser: Introduce iser registration pool struct
Sagi Grimberg
2015-08-30
1
-25
/
+35
*
IB/iser: Move fastreg descriptor allocation to iser_create_fastreg_desc
Sagi Grimberg
2015-08-30
1
-21
/
+17
*
IB/iser: Introduce iser_reg_ops
Sagi Grimberg
2015-08-30
1
-23
/
+7
*
IB/iser: Remove dead code in fmr_pool alloc/free
Sagi Grimberg
2015-08-30
1
-16
/
+10
*
IB/iser: Rename struct fast_reg_descriptor -> iser_fr_desc
Sagi Grimberg
2015-08-30
1
-5
/
+5
*
IB/iser: Introduce struct iser_reg_resources
Sagi Grimberg
2015-08-30
1
-44
/
+57
*
IB/iser: Convert to ib_alloc_mr
Sagi Grimberg
2015-08-30
1
-3
/
+4
*
IB: Modify ib_create_mr API
Sagi Grimberg
2015-08-30
1
-4
/
+2
*
IB/core: Get rid of redundant verb ib_destroy_mr
Sagi Grimberg
2015-08-30
1
-1
/
+1
*
IB/core: Change ib_create_cq to use struct ib_cq_init_attr
Matan Barak
2015-06-12
1
-1
/
+4
*
IB/iser: Align to generic logging helpers
Sagi Grimberg
2015-05-18
1
-10
/
+18
*
IB/iser: Move PI context alloc/free to routines
Sagi Grimberg
2015-04-15
1
-55
/
+63
*
IB/iser: Get rid of struct iser_rdma_regd
Sagi Grimberg
2015-04-15
1
-1
/
+1
*
IB/iser: Move memory reg/dereg routines to iser_memory.c
Sagi Grimberg
2015-04-15
1
-87
/
+0
*
IB/iser: Handle fastreg/local_inv completion errors
Sagi Grimberg
2015-04-15
1
-5
/
+6
*
IB/iser: Fix unload during ep_poll wrong dereference
Sagi Grimberg
2015-04-15
1
-1
/
+1
*
IB/iser: Release the iscsi endpoint if ep_disconnect wasn't called
Ariel Nahum
2015-02-17
1
-0
/
+2
*
IB/iser: Fix memory regions possible leak
Sagi Grimberg
2015-02-17
1
-11
/
+14
*
IB/iser: Micro-optimize iser_handle_wc
Sagi Grimberg
2014-12-15
1
-1
/
+1
*
IB/iser: Use more completion queues
Sagi Grimberg
2014-12-15
1
-1
/
+11
*
IB/iser: Remove redundant is_mr indicator
Sagi Grimberg
2014-12-15
1
-4
/
+2
*
IB/iser: Fix sparse warnings
Sagi Grimberg
2014-12-15
1
-7
/
+8
*
IB/iser: Decrement CQ's active QPs accounting when QP creation fails
Sagi Grimberg
2014-12-15
1
-0
/
+4
*
IB/iser: Collapse cleanup and disconnect handlers
Ariel Nahum
2014-12-15
1
-8
/
+11
*
IB/iser: Fix catastrophic error flow hang
Sagi Grimberg
2014-12-15
1
-1
/
+3
*
IB/iser: Re-adjust CQ and QP send ring sizes to HW limits
Minh Tran
2014-12-15
1
-5
/
+24
*
IB/iser: Suppress scsi command send completions
Sagi Grimberg
2014-10-09
1
-2
/
+3
*
IB/iser: Optimize completion polling
Sagi Grimberg
2014-10-09
1
-5
/
+7
*
IB/iser: Use beacon to indicate all completions were consumed
Sagi Grimberg
2014-10-09
1
-14
/
+18
*
IB/iser: Use single CQ for RX and TX
Sagi Grimberg
2014-10-09
1
-120
/
+107
*
IB/iser: Use internal polling budget to avoid possible live-lock
Sagi Grimberg
2014-10-09
1
-0
/
+4
*
IB/iser: Centralize iser completion contexts
Sagi Grimberg
2014-10-09
1
-74
/
+62
*
IB/iser: Use iser_warn instead of BUG_ON in iser_conn_release
Ariel Nahum
2014-10-09
1
-1
/
+3
*
IB/iser: Signal iSCSI layer that transport is broken in error completions
Sagi Grimberg
2014-10-09
1
-4
/
+25
*
IB/iser: Don't bound release_work completions timeouts
Sagi Grimberg
2014-10-09
1
-9
/
+4
*
IB/iser: Fix DEVICE REMOVAL handling in the absence of iscsi daemon
Sagi Grimberg
2014-10-09
1
-58
/
+105
*
IB/iser: Extend iser_free_ib_conn_res()
Sagi Grimberg
2014-10-09
1
-28
/
+30
*
IB/iser: Re-introduce ib_conn
Sagi Grimberg
2014-10-09
1
-110
/
+121
*
IB/iser: Rename ib_conn -> iser_conn
Sagi Grimberg
2014-10-09
1
-186
/
+189
*
IB/iser: Fix RX/TX CQ resource leak on error flow
Roi Dayan
2014-09-22
1
-10
/
+14
*
IB/iser: Clarify a duplicate counters check
Roi Dayan
2014-08-01
1
-1
/
+4
*
IB/iser: Replace connection waitqueue with completion object
Ariel Nahum
2014-08-01
1
-15
/
+14
*
IB/iser: Protect iser state machine with a mutex
Ariel Nahum
2014-08-01
1
-10
/
+53
*
IB/iser: Remove redundant return code in iser_free_ib_conn_res()
Sagi Grimberg
2014-08-01
1
-5
/
+2
*
IB/iser: Seperate iser_conn and iscsi_endpoint storage space
Ariel Nahum
2014-08-01
1
-1
/
+1
*
IB/iser: Fix responder resources advertisement
Sagi Grimberg
2014-08-01
1
-1
/
+3
[next]