Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
2c218b7434205d2151118bd66832d73fb85e36ae
/
drivers
/
infiniband
/
ulp
/
iser
/
iser_verbs.c
3cffd93
IB/iser: Add module parameter for always register memory
by Sagi Grimberg
· 9 years ago
7dd7864
IB/core: Make ib_dealloc_pd return void
by Jason Gunthorpe
· 9 years ago
256b7ad
IB/iser: Use pd->local_dma_lkey
by Jason Gunthorpe
· 9 years ago
7332bed
IB/iser: Chain all iser transaction send work requests
by Sagi Grimberg
· 9 years ago
df749cd
IB/iser: Support up to 8MB data transfer in a single command
by Sagi Grimberg
· 9 years ago
f8db651
IB/iser: Pass registration pool a size parameter
by Sagi Grimberg
· 9 years ago
2b3bf95
IB/iser: Maintain connection fmr_pool under a single registration descriptor
by Adir Lev
· 9 years ago
385ad87
IB/iser: Introduce iser registration pool struct
by Sagi Grimberg
· 9 years ago
eb6ea8c3
IB/iser: Move fastreg descriptor allocation to iser_create_fastreg_desc
by Sagi Grimberg
· 9 years ago
48afbff
IB/iser: Introduce iser_reg_ops
by Sagi Grimberg
· 9 years ago
8c18ed0
IB/iser: Remove dead code in fmr_pool alloc/free
by Sagi Grimberg
· 9 years ago
5190cc2
IB/iser: Rename struct fast_reg_descriptor -> iser_fr_desc
by Sagi Grimberg
· 9 years ago
d711d81
IB/iser: Introduce struct iser_reg_resources
by Sagi Grimberg
· 9 years ago
34780f0
IB/iser: Convert to ib_alloc_mr
by Sagi Grimberg
· 9 years ago
9bee178
IB: Modify ib_create_mr API
by Sagi Grimberg
· 9 years ago
8b91ffc
IB/core: Get rid of redundant verb ib_destroy_mr
by Sagi Grimberg
· 9 years ago
8e37210
IB/core: Change ib_create_cq to use struct ib_cq_init_attr
by Matan Barak
· 10 years ago
871e00a
IB/iser: Align to generic logging helpers
by Sagi Grimberg
· 10 years ago
4dec2a2
IB/iser: Move PI context alloc/free to routines
by Sagi Grimberg
· 10 years ago
b130ede
IB/iser: Get rid of struct iser_rdma_regd
by Sagi Grimberg
· 10 years ago
d03e61d
IB/iser: Move memory reg/dereg routines to iser_memory.c
by Sagi Grimberg
· 10 years ago
30bf1d5
IB/iser: Handle fastreg/local_inv completion errors
by Sagi Grimberg
· 10 years ago
c4de466
IB/iser: Fix unload during ep_poll wrong dereference
by Sagi Grimberg
· 10 years ago
9a3119e
IB/iser: Release the iscsi endpoint if ep_disconnect wasn't called
by Ariel Nahum
· 10 years ago
6606e6a
IB/iser: Fix memory regions possible leak
by Sagi Grimberg
· 10 years ago
06c7fb6
IB/iser: Micro-optimize iser_handle_wc
by Sagi Grimberg
· 10 years ago
da64bdb
IB/iser: Use more completion queues
by Sagi Grimberg
· 10 years ago
7e1fd4d
IB/iser: Remove redundant is_mr indicator
by Sagi Grimberg
· 10 years ago
49df278
IB/iser: Fix sparse warnings
by Sagi Grimberg
· 10 years ago
93acb7b
IB/iser: Decrement CQ's active QPs accounting when QP creation fails
by Sagi Grimberg
· 10 years ago
5426b17
IB/iser: Collapse cleanup and disconnect handlers
by Ariel Nahum
· 10 years ago
16df2a2
IB/iser: Fix catastrophic error flow hang
by Sagi Grimberg
· 10 years ago
f4641ef
IB/iser: Re-adjust CQ and QP send ring sizes to HW limits
by Minh Tran
· 10 years ago
6df5a12
IB/iser: Suppress scsi command send completions
by Sagi Grimberg
· 10 years ago
6e6fe2f
IB/iser: Optimize completion polling
by Sagi Grimberg
· 10 years ago
ff3dd52
IB/iser: Use beacon to indicate all completions were consumed
by Sagi Grimberg
· 10 years ago
6aabfa7
IB/iser: Use single CQ for RX and TX
by Sagi Grimberg
· 10 years ago
183cfa4
IB/iser: Use internal polling budget to avoid possible live-lock
by Sagi Grimberg
· 10 years ago
bf17554
IB/iser: Centralize iser completion contexts
by Sagi Grimberg
· 10 years ago
aea8f4d
IB/iser: Use iser_warn instead of BUG_ON in iser_conn_release
by Ariel Nahum
· 10 years ago
8c204e6
IB/iser: Signal iSCSI layer that transport is broken in error completions
by Sagi Grimberg
· 10 years ago
c107a6c
IB/iser: Don't bound release_work completions timeouts
by Sagi Grimberg
· 10 years ago
c47a3c9
IB/iser: Fix DEVICE REMOVAL handling in the absence of iscsi daemon
by Sagi Grimberg
· 10 years ago
96f1519
IB/iser: Extend iser_free_ib_conn_res()
by Sagi Grimberg
· 10 years ago
a4ee353
IB/iser: Re-introduce ib_conn
by Sagi Grimberg
· 10 years ago
5716af6
IB/iser: Rename ib_conn -> iser_conn
by Sagi Grimberg
· 10 years ago
c33b15f
IB/iser: Fix RX/TX CQ resource leak on error flow
by Roi Dayan
· 10 years ago
8d4aca7
IB/iser: Clarify a duplicate counters check
by Roi Dayan
· 10 years ago
9a6d323
IB/iser: Replace connection waitqueue with completion object
by Ariel Nahum
· 10 years ago
504130c
IB/iser: Protect iser state machine with a mutex
by Ariel Nahum
· 10 years ago
f1a8bf0
IB/iser: Remove redundant return code in iser_free_ib_conn_res()
by Sagi Grimberg
· 10 years ago
0a69075
IB/iser: Seperate iser_conn and iscsi_endpoint storage space
by Ariel Nahum
· 10 years ago
2ea3293
IB/iser: Fix responder resources advertisement
by Sagi Grimberg
· 10 years ago
9579d60
IB/iser: Add TIMEWAIT_EXIT event handling
by Roi Dayan
· 10 years ago
96ed02d
IB/iser: Support IPv6 address family
by Roi Dayan
· 10 years ago
66d4e62
IB/iser: Fix a possible race in iser connection states transition
by Ariel Nahum
· 11 years ago
b73c3ad
IB/iser: Simplify connection management
by Ariel Nahum
· 11 years ago
3ee07d2
IB/iser: Update Mellanox copyright note
by Or Gerlitz
· 11 years ago
4f9208a
IB/iser: Print QP information once connection is established
by Or Gerlitz
· 11 years ago
4667f5d
IB/iser: Remove struct iscsi_iser_conn
by Ariel Nahum
· 11 years ago
1d6c2b7
IB/iser: Drain the tx cq once before looping on the rx cq
by Roi Dayan
· 11 years ago
39c978c
IB/iser: Fix sector_t format warning
by Randy Dunlap
· 11 years ago
0a7a08a
IB/iser: Implement check_protection
by Sagi Grimberg
· 11 years ago
6b5a8fb
IB/iser: Initialize T10-PI resources
by Alex Tabachnik
· 11 years ago
7f73384
IB/iser: Introduce pi_enable, pi_guard module parameters
by Alex Tabachnik
· 11 years ago
73bc06b
IB/iser: Replace fastreg descriptor valid bool with indicators container
by Sagi Grimberg
· 11 years ago
65198d6
IB/iser: Keep IB device attributes under iser_device
by Sagi Grimberg
· 11 years ago
310b347
IB/iser: Move fast_reg_descriptor initialization to a function
by Sagi Grimberg
· 11 years ago
7306b8f
IB/iser: Avoid FRWR notation, use fastreg instead
by Sagi Grimberg
· 11 years ago
db523b8
IB/iser: Suppress completions for fast registration work requests
by Sagi Grimberg
· 11 years ago
7d9eacf
IB/iser: Avoid dereferencing iscsi_iser conn object when not bound to iser connection
by Roi Dayan
· 11 years ago
27ae2d1
IB/iser: Fix possible memory leak in iser_create_frwr_pool()
by Roi Dayan
· 11 years ago
5587856
IB/iser: Introduce fast memory registration model (FRWR)
by Sagi Grimberg
· 11 years ago
e657571
IB/iser: Place the fmr pool into a union in iser's IB conn struct
by Sagi Grimberg
· 11 years ago
b4e155f
IB/iser: Generalize rdma memory registration
by Sagi Grimberg
· 11 years ago
b7f0451
IB/iser: Accept session->cmds_max from user space
by Shlomo Pongratz
· 11 years ago
986db0d
IB/iser: Restructure allocation/deallocation of connection resources
by Shlomo Pongratz
· 11 years ago
28f292e
IB/iser: Add Mellanox copyright
by Or Gerlitz
· 12 years ago
5b61ff4
IB/iser: Fix device removal flow
by Roi Dayan
· 12 years ago
8d8399d
IB/iser: Add support for iser CM REQ additional info
by Or Gerlitz
· 12 years ago
4f36388
IB/iser: Move informational messages from error to info level
by Roi Dayan
· 12 years ago
5525d21
IB/iser: Enable iser when FMRs are not supported
by Or Gerlitz
· 12 years ago
5a33a66
IB/iser: Add more RX CQs to scale out processing of SCSI responses
by Alex Tabachnik
· 12 years ago
7d9c0de
IB/iser: Fix error flow in iser ep connection establishment
by Or Gerlitz
· 13 years ago
d474186
IB/iser: Free IB connection resources in the proper place
by Doug Ledford
· 13 years ago
2c4ce60
IB/iser: Use separate buffers for the login request/response
by Or Gerlitz
· 13 years ago
b26f9b9
RDMA/cma: Pass QP type into rdma_create_id()
by Sean Hefty
· 15 years ago
9fda1ac
IB/iser: Fix error flow in iser_create_ib_conn_res()
by Dan Carpenter
· 15 years ago
39ff05d
IB/iser: Enhance disconnection logic for multi-pathing
by Or Gerlitz
· 15 years ago
d265b98
IB/iser: Remove buggy back-pointer setting
by Or Gerlitz
· 15 years ago
2110f9b
IB/iser: Add asynchronous event handler
by Or Gerlitz
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
aae3c99
IB/iser: Remove unnecessary connection checks
by Or Gerlitz
· 15 years ago
f19624a
IB/iser: Simplify send flow/descriptors
by Or Gerlitz
· 15 years ago
78ad0a3
IB/iser: Use different CQ for send completions
by Or Gerlitz
· 15 years ago
704315f
IB/iser: Remove atomic counter for posted receive buffers
by Or Gerlitz
· 15 years ago
bcc60c3
IB/iser: New receive buffer posting logic
by Or Gerlitz
· 15 years ago
1cef465
IB/iser: Revert commit bba7ebb "avoid recv buffer exhaustion"
by Or Gerlitz
· 15 years ago
94e2bd6
tree-wide: fix some typos and punctuation in comments
by Thadeu Lima de Souza Cascardo
· 15 years ago
1aedb77
IB/iser: Remove hard setting of path MTU
by Or Gerlitz
· 16 years ago
Next »