index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
ulp
/
iser
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-29
IB/iser: Port to new fast registration API
Sagi Grimberg
3
-52
/
+28
2015-10-29
Merge branch 'wr-cleanup' into k.o/for-4.4
Doug Ledford
3
-42
/
+42
2015-10-28
IB/cma: Add support for network namespaces
Guy Shapiro
1
-1
/
+1
2015-10-28
IB/iser: Enable SG clustering
Sagi Grimberg
1
-1
/
+1
2015-10-28
IB/iser: set block queue_virt_boundary
Sagi Grimberg
4
-326
/
+18
2015-10-23
IB/iser: Remove an unused variable
Bart Van Assche
1
-4
/
+0
2015-10-21
IB/iser: fix a comment typo
Geliang Tang
1
-1
/
+1
2015-10-08
IB: split struct ib_send_wr
Christoph Hellwig
3
-42
/
+42
2015-09-25
IB/iser: Add module parameter for always register memory
Sagi Grimberg
4
-14
/
+31
2015-08-31
IB/core: Make ib_dealloc_pd return void
Jason Gunthorpe
1
-1
/
+1
2015-08-31
IB/iser: Use pd->local_dma_lkey
Jason Gunthorpe
4
-5
/
+5
2015-08-31
IB/iser: Chain all iser transaction send work requests
Sagi Grimberg
4
-77
/
+99
2015-08-31
IB/iser: Add debug prints to the various memory registration methods
Sagi Grimberg
1
-1
/
+9
2015-08-31
IB/iser: Support up to 8MB data transfer in a single command
Sagi Grimberg
5
-7
/
+60
2015-08-31
IB/iser: Pass registration pool a size parameter
Sagi Grimberg
3
-25
/
+36
2015-08-31
IB/iser: Unify fast memory registration flows
Sagi Grimberg
3
-131
/
+113
2015-08-31
IB/iser: Make reg_desc_get a per device routine
Sagi Grimberg
2
-13
/
+41
2015-08-31
IB/iser: Rename iser_reg_page_vec to iser_fast_reg_fmr
Sagi Grimberg
1
-8
/
+8
2015-08-31
IB/iser: Maintain connection fmr_pool under a single registration descriptor
Adir Lev
3
-54
/
+68
2015-08-31
IB/iser: Introduce iser registration pool struct
Sagi Grimberg
3
-59
/
+82
2015-08-31
IB/iser: Move fastreg descriptor allocation to iser_create_fastreg_desc
Sagi Grimberg
1
-21
/
+17
2015-08-31
IB/iser: Introduce iser_reg_ops
Sagi Grimberg
4
-45
/
+75
2015-08-31
IB/iser: Remove dead code in fmr_pool alloc/free
Sagi Grimberg
1
-16
/
+10
2015-08-31
IB/iser: Rename struct fast_reg_descriptor -> iser_fr_desc
Sagi Grimberg
3
-14
/
+14
2015-08-31
IB/iser: Introduce struct iser_reg_resources
Sagi Grimberg
3
-81
/
+91
2015-08-31
IB/iser: Remove an unneeded print for unaligned memory
Sagi Grimberg
1
-11
/
+9
2015-08-31
IB/iser: Remove a redundant always-false condition
Sagi Grimberg
1
-6
/
+0
2015-08-31
IB/iser: Fix possible bogus DMA unmapping
Sagi Grimberg
2
-4
/
+10
2015-08-31
IB/iser: Get rid of un-maintained counters
Sagi Grimberg
1
-9
/
+3
2015-08-31
IB/iser: Fix missing return status check in iser_send_data_out
Sagi Grimberg
1
-3
/
+5
2015-08-31
IB/iser: Remove '.' from log message
Sagi Grimberg
1
-1
/
+2
2015-08-31
IB/iser: Change minor assignments and logging prints
Sagi Grimberg
1
-7
/
+4
2015-08-31
IB/iser: Change some module parameters to be RO
Jenny Falkovich
1
-16
/
+15
2015-08-31
IB/iser: Convert to ib_alloc_mr
Sagi Grimberg
1
-3
/
+4
2015-08-31
IB: Modify ib_create_mr API
Sagi Grimberg
1
-4
/
+2
2015-08-31
IB/core: Get rid of redundant verb ib_destroy_mr
Sagi Grimberg
1
-1
/
+1
2015-08-29
RDMA/iser: Limit sgs to the device fastreg depth
Steve Wise
1
-0
/
+9
2015-06-12
IB/core: Change ib_create_cq to use struct ib_cq_init_attr
Matan Barak
1
-1
/
+4
2015-05-18
IB/iser: Align to generic logging helpers
Sagi Grimberg
1
-10
/
+18
2015-04-15
IB/iser: Rewrite bounce buffer code path
Sagi Grimberg
3
-88
/
+137
2015-04-15
IB/iser: Bump version to 1.6
Sagi Grimberg
1
-1
/
+1
2015-04-15
IB/iser: Remove code duplication for a single DMA entry
Sagi Grimberg
1
-27
/
+21
2015-04-15
IB/iser: Pass struct iser_mem_reg to iser_fast_reg_mr and iser_reg_sig_mr
Sagi Grimberg
1
-43
/
+32
2015-04-15
IB/iser: Modify struct iser_mem_reg members
Sagi Grimberg
3
-33
/
+29
2015-04-15
IB/iser: Make fastreg pool cache friendly
Sagi Grimberg
1
-1
/
+1
2015-04-15
IB/iser: Move PI context alloc/free to routines
Sagi Grimberg
1
-55
/
+63
2015-04-15
IB/iser: Move fastreg descriptor pool get/put to helper functions
Sagi Grimberg
2
-18
/
+37
2015-04-15
IB/iser: Merge build page-vec into register page-vec
Sagi Grimberg
1
-58
/
+33
2015-04-15
IB/iser: Get rid of struct iser_rdma_regd
Sagi Grimberg
4
-70
/
+53
2015-04-15
IB/iser: Remove redundant assignments in iser_reg_page_vec
Sagi Grimberg
1
-5
/
+2
[next]