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
/
iser
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-01
IB/iser: Bump driver version to 1.3
Or Gerlitz
1
-1
/
+1
2014-04-01
IB/iser: Update Mellanox copyright note
Or Gerlitz
5
-5
/
+5
2014-04-01
IB/iser: Print QP information once connection is established
Or Gerlitz
1
-2
/
+7
2014-04-01
IB/iser: Remove struct iscsi_iser_conn
Ariel Nahum
5
-79
/
+59
2014-04-01
IB/iser: Drain the tx cq once before looping on the rx cq
Roi Dayan
1
-3
/
+6
2014-04-01
IB/iser: Fix sector_t format warning
Randy Dunlap
1
-2
/
+3
2014-03-17
IB/iser: Publish T10-PI support to SCSI midlayer
Sagi Grimberg
1
-1
/
+22
2014-03-17
IB/iser: Implement check_protection
Sagi Grimberg
3
-0
/
+62
2014-03-17
IB/iser: Support T10-PI operations
Sagi Grimberg
4
-27
/
+304
2014-03-17
IB/iser: Initialize T10-PI resources
Alex Tabachnik
2
-8
/
+90
2014-03-17
IB/iser: Introduce pi_enable, pi_guard module parameters
Alex Tabachnik
3
-0
/
+24
2014-03-17
IB/iser: Generalize fall_to_bounce_buf routine
Sagi Grimberg
1
-24
/
+29
2014-03-17
IB/iser: Generalize iser_unmap_task_data and finalize_rdma_unaligned_sg
Sagi Grimberg
3
-38
/
+48
2014-03-17
IB/iser: Replace fastreg descriptor valid bool with indicators container
Sagi Grimberg
3
-5
/
+9
2014-03-17
IB/iser: Keep IB device attributes under iser_device
Sagi Grimberg
2
-12
/
+7
2014-03-17
IB/iser: Move fast_reg_descriptor initialization to a function
Sagi Grimberg
1
-18
/
+40
2014-03-17
IB/iser: Push the decision what memory key to use into fast_reg_mr routine
Sagi Grimberg
1
-42
/
+59
2014-03-17
IB/iser: Avoid FRWR notation, use fastreg instead
Sagi Grimberg
3
-65
/
+67
2014-03-17
IB/iser: Suppress completions for fast registration work requests
Sagi Grimberg
3
-19
/
+12
2014-02-14
IB/iser: Fix use after free in iser_snd_completion()
Dan Carpenter
1
-1
/
+2
2014-02-14
IB/iser: Avoid dereferencing iscsi_iser conn object when not bound to iser co...
Roi Dayan
1
-3
/
+7
2013-09-05
Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
5
-165
/
+589
2013-09-02
IB/iser: Fix redundant pointer check in dealloc flow
Sagi Grimberg
1
-1
/
+1
2013-09-02
IB/iser: Fix possible memory leak in iser_create_frwr_pool()
Roi Dayan
1
-3
/
+7
2013-08-26
[SCSI] IB/iser: Add Discovery support
Or Gerlitz
2
-2
/
+12
2013-08-09
IB/iser: Introduce fast memory registration model (FRWR)
Sagi Grimberg
3
-12
/
+287
2013-08-09
IB/iser: Place the fmr pool into a union in iser's IB conn struct
Sagi Grimberg
3
-41
/
+48
2013-08-09
IB/iser: Handle unaligned SG in separate function
Sagi Grimberg
1
-23
/
+43
2013-08-09
IB/iser: Generalize rdma memory registration
Sagi Grimberg
3
-20
/
+40
2013-08-09
IB/iser: Accept session->cmds_max from user space
Shlomo Pongratz
4
-27
/
+46
2013-08-09
IB/iser: Restructure allocation/deallocation of connection resources
Shlomo Pongratz
3
-71
/
+151
2013-08-09
IB/iser: Use proper debug level value for info prints
Or Gerlitz
2
-9
/
+8
2013-06-04
IB/iser: Add Mellanox copyright
Or Gerlitz
5
-0
/
+5
2013-06-04
IB/iser: Fix device removal flow
Roi Dayan
1
-7
/
+8
2013-05-01
IB/iser: Add support for iser CM REQ additional info
Or Gerlitz
2
-0
/
+16
2013-05-01
IB/iser: Return error to upper layers on EAGAIN registration failures
Or Gerlitz
1
-1
/
+2
2013-05-01
IB/iser: Move informational messages from error to info level
Roi Dayan
3
-25
/
+34
2013-05-01
IB/iser: Add module version
Roi Dayan
2
-5
/
+4
2013-02-22
IB/iser: Enable iser when FMRs are not supported
Or Gerlitz
2
-5
/
+10
2013-02-22
IB/iser: Avoid error prints on EAGAIN registration failures
Or Gerlitz
1
-1
/
+1
2013-02-22
IB/iser: Use proper define for the commands per LUN value advertised to SCSI ML
Or Gerlitz
1
-1
/
+1
2012-10-03
IB/iser: Add more RX CQs to scale out processing of SCSI responses
Alex Tabachnik
2
-44
/
+103
2012-05-18
IB/iser: Fix error flow in iser ep connection establishment
Or Gerlitz
2
-4
/
+4
2012-03-21
Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
4
-39
/
+34
2012-03-20
infiniband: remove the second argument of k[un]map_atomic()
Cong Wang
1
-4
/
+4
2012-03-05
IB/iser: Post initial receive buffers before sending the final login request
Or Gerlitz
3
-27
/
+22
2012-03-05
IB/iser: Free IB connection resources in the proper place
Doug Ledford
2
-12
/
+12
2012-01-03
switch ->is_visible() to returning umode_t
Al Viro
1
-1
/
+1
2011-11-06
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+1
2011-11-04
IB/iser: DMA unmap TX bufs used for iSCSI/iSER headers
Or Gerlitz
2
-4
/
+8
[next]