Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
28ecc0b658e2ac882faa80e7ff1d72d144299bd0
/
drivers
/
infiniband
/
ulp
/
iser
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
c6c95ef
IB/iser: Use correct dma direction when unmapping SGs
by Roi Dayan
· 10 years ago
056da88
IB/iser: Bump version to 1.5
by Or Gerlitz
· 10 years ago
5bb6e54
IB/iser: DIX update
by Sagi Grimberg
· 10 years ago
06c7fb6
IB/iser: Micro-optimize iser_handle_wc
by Sagi Grimberg
· 10 years ago
60e2090
IB/iser: Micro-optimize iser logging
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
a11b3e6
IB/iser: Centralize memory region invalidation to a function
by Sagi Grimberg
· 10 years ago
f0caef6
IB/iser: Terminate connection before cleaning inflight tasks
by Sagi Grimberg
· 10 years ago
7414dde
IB/iser: Fix race between iser connection teardown and scsi TMFs
by Sagi Grimberg
· 10 years ago
3f562a0
IB/iser: Fix possible NULL derefernce ib_conn->device in session_create
by Ariel Nahum
· 10 years ago
49df278
IB/iser: Fix sparse warnings
by Sagi Grimberg
· 10 years ago
6ec9d4d
IB/iser: Fix possible SQ overflow
by Max Gurtovoy
· 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
db5ed4d
scsi: drop reason argument from ->change_queue_depth
by Christoph Hellwig
· 10 years ago
c40ecc1
scsi: avoid ->change_queue_depth indirection for queue full tracking
by Christoph Hellwig
· 10 years ago
78eda2b
IB/mlx5, iser, isert: Add Signature API additions
by Sagi Grimberg
· 10 years ago
92792c0
IB/iser: Centralize ib_sig_domain settings
by Sagi Grimberg
· 10 years ago
f043032
IB/iser: Set IP_CSUM as default guard type
by Sagi Grimberg
· 10 years ago
6f5f8a0
IB/iser: Remove redundant assignment
by Sagi Grimberg
· 10 years ago
b261aea
IB/iser: Bump version, add maintainer
by Or Gerlitz
· 10 years ago
dc05ac3
IB/iser: Fix/add kernel-doc style description in iscsi_iser.c
by Sagi Grimberg
· 10 years ago
cd88621
IB/iser: Add/Fix kernel doc style descriptions in iscsi_iser.h
by Sagi Grimberg
· 10 years ago
e9d49b8
IB/iser: Nit - add space after __func__ in iser logging
by Sagi Grimberg
· 10 years ago
bba0a3c
IB/iser: Change iscsi_conn_stop log level to info
by Ariel Nahum
· 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
3a940da
IB/iser: Protect tasks cleanup in case IB device was already released
by Sagi Grimberg
· 10 years ago
ec370e2
IB/iser: Unbind at conn_stop stage
by Ariel Nahum
· 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
6bb0279
IB/iser: Remove unused variables and dead code
by Roi Dayan
· 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
61aabb3
IB/iser: Bump version to 1.4.1
by Or Gerlitz
· 10 years ago
91eb1df
IB/iser: Allow bind only when connection state is UP
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
ed9ea4e
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 11 years ago
d77e653
libiscsi, iser: Adjust data_length to include protection information
by Sagi Grimberg
· 11 years ago
c7ca4b6
IB/iser: Bump version to 1.4
by Or Gerlitz
· 11 years ago
e7eeffa
IB/iser: Add missing newlines to logging messages
by Roi Dayan
· 11 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
5de2ad9
IB/iser: Bump driver version to 1.3
by Or Gerlitz
· 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
6192d4e
IB/iser: Publish T10-PI support to SCSI midlayer
by Sagi Grimberg
· 11 years ago
0a7a08a
IB/iser: Implement check_protection
by Sagi Grimberg
· 11 years ago
177e31bd
IB/iser: Support T10-PI operations
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
5f588e3
IB/iser: Generalize fall_to_bounce_buf routine
by Sagi Grimberg
· 11 years ago
9a8b08f
IB/iser: Generalize iser_unmap_task_data and finalize_rdma_unaligned_sg
by Sagi Grimberg
· 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
d11ec4e
IB/iser: Push the decision what memory key to use into fast_reg_mr routine
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
fd8b48b
IB/iser: Fix use after free in iser_snd_completion()
by Dan Carpenter
· 11 years ago
7d9eacf
IB/iser: Avoid dereferencing iscsi_iser conn object when not bound to iser connection
by Roi Dayan
· 11 years ago
7c049d0
Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband
by Linus Torvalds
· 11 years ago
2e02d653
IB/iser: Fix redundant pointer check in dealloc flow
by Sagi Grimberg
· 11 years ago
27ae2d1
IB/iser: Fix possible memory leak in iser_create_frwr_pool()
by Roi Dayan
· 11 years ago
6a06a4b
[SCSI] IB/iser: Add Discovery support
by Or Gerlitz
· 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
919fc27
IB/iser: Handle unaligned SG in separate function
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
f91424c
IB/iser: Use proper debug level value for info prints
by Or Gerlitz
· 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
450d1e4
IB/iser: Return error to upper layers on EAGAIN registration failures
by Or Gerlitz
· 12 years ago
4f36388
IB/iser: Move informational messages from error to info level
by Roi Dayan
· 12 years ago
Next »