index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
ulp
/
isert
/
ib_isert.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-18
iser-target: avoid reinitializing rdma contexts for isert commands
Bharat Potnuri
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-03-30
iser-target: avoid posting a recv buffer twice
Sagi Grimberg
1
-1
/
+2
2016-09-02
IB/isert: Properly release resources on DEVICE_REMOVAL
Raju Rangoju
1
-0
/
+2
2016-08-02
IB/isert: Remove an unused member variable
Bart Van Assche
1
-1
/
+0
2016-05-13
IB/isert: convert to the generic RDMA READ/WRITE API
Christoph Hellwig
1
-66
/
+3
2016-03-30
iser-target: Use ib_drain_qp
Sagi Grimberg
1
-2
/
+0
2016-03-10
iser-target: Kill the ->isert_cmd back pointer in struct iser_tx_desc
Christoph Hellwig
1
-1
/
+5
2016-03-10
iser-target: Kill struct isert_rdma_wr
Christoph Hellwig
1
-18
/
+12
2016-03-10
iser-target: Convert to new CQ API
Christoph Hellwig
1
-7
/
+15
2016-03-10
iser-target: Split and properly type the login buffer
Christoph Hellwig
1
-2
/
+1
2016-03-10
iser-target: Remove ISER_RECV_DATA_SEG_LEN
Christoph Hellwig
1
-5
/
+3
2016-03-10
iser-target: Remove redundant wait in release_conn
Jenny Derzhavetz
1
-1
/
+0
2016-03-10
iser-target: Rework connection termination
Jenny Derzhavetz
1
-1
/
+0
2016-03-10
iser-target: Add new state ISER_CONN_BOUND to isert_conn
Jenny Derzhavetz
1
-0
/
+1
2015-12-24
IB/isert: Support the remote invalidation exception
Jenny Derzhavetz
1
-0
/
+2
2015-12-24
IB/isert: Remove unused file iser_proto.h
Sagi Grimberg
1
-0
/
+32
2015-12-24
IB/iser,isert: Create and use new shared header
Sagi Grimberg
1
-2
/
+4
2015-12-22
IB/ulps: Avoid calling ib_query_device
Or Gerlitz
1
-1
/
+0
2015-10-28
iser-target: Port to new memory registration API
Sagi Grimberg
1
-2
/
+0
2015-10-28
Merge branch 'wr-cleanup' of git://git.infradead.org/users/hch/rdma into wr-c...
Doug Ledford
1
-3
/
+3
2015-10-08
IB: split struct ib_send_wr
Christoph Hellwig
1
-3
/
+3
2015-09-15
iser-target: Skip data copy if all the command data comes as immediate
Jenny Derzhavetz
1
-0
/
+1
2015-09-15
iser-target: Change the recv buffers posting logic
Jenny Derzhavetz
1
-2
/
+2
2015-09-15
iser-target: Fix pending connections handling in target stack shutdown sequnce
Jenny Derzhavetz
1
-2
/
+3
2015-09-15
iser-target: Remove np_ prefix from isert_np members
Jenny Derzhavetz
1
-4
/
+4
2015-09-15
iser-target: Remove unused variables
Jenny Derzhavetz
1
-5
/
+0
2015-08-30
iser-target: Remove ib_get_dma_mr calls
Jason Gunthorpe
1
-1
/
+0
2015-04-07
iser-target: Remove conn_ prefix from struct isert_conn members
Sagi Grimberg
1
-16
/
+16
2015-04-07
iser-target: Remove un-needed rdma_listen backlog
Sagi Grimberg
1
-1
/
+0
2015-04-07
iser-target: Use a single DMA MR and PD per device
Sagi Grimberg
1
-2
/
+2
2014-12-12
iser-target: Use debug_level parameter to control logging level
Sagi Grimberg
1
-0
/
+27
2014-12-12
iser-target: Fix logout sequence
Sagi Grimberg
1
-0
/
+1
2014-12-12
iser-target: Reduce CQ lock contention by batch polling
Sagi Grimberg
1
-0
/
+2
2014-12-12
iser-target: Remove an atomic operation from the IO path
Sagi Grimberg
1
-1
/
+2
2014-12-12
iser-target: Use single CQ for TX and RX
Sagi Grimberg
1
-9
/
+5
2014-12-12
iser-target: Centralize completion elements to a context
Sagi Grimberg
1
-10
/
+20
2014-12-12
iser-target: Remove interrupt coalescing
Sagi Grimberg
1
-6
/
+0
2014-12-12
iscsi,iser-target: Expose supported protection ops according to t10_pi
Sagi Grimberg
1
-0
/
+1
2014-12-12
iser-target: Allocate PI contexts dynamically
Sagi Grimberg
1
-0
/
+7
2014-12-12
iser-target: Fix implicit termination of connections
Sagi Grimberg
1
-0
/
+1
2014-12-12
iser-target: Handle ADDR_CHANGE event for listener cm_id
Sagi Grimberg
1
-0
/
+1
2014-12-12
iser-target: Parallelize CM connection establishment
Sagi Grimberg
1
-0
/
+2
2014-12-12
iser-target: Fix flush + disconnect completion handling
Sagi Grimberg
1
-1
/
+1
2014-12-12
iscsi,iser-target: Initiate termination only once
Sagi Grimberg
1
-1
/
+0
2014-05-20
Target/iser: Improve cm events handling
Sagi Grimberg
1
-0
/
+1
2014-05-19
Target/iser: Fix hangs in connection teardown
Sagi Grimberg
1
-1
/
+0
2014-05-15
Target/iser: Fix iscsit_accept_np and rdma_cm racy flow
Sagi Grimberg
1
-1
/
+1
2014-04-07
IB/isert: Support T10-PI protected transactions
Sagi Grimberg
1
-0
/
+1
2014-04-07
IB/isert: Initialize T10-PI resources
Sagi Grimberg
1
-4
/
+19
[next]