summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/iser/iser_memory.c
AgeCommit message (Expand)AuthorLines
2015-02-13IB/iser: Use correct dma direction when unmapping SGsRoi Dayan-3/+6
2014-12-15IB/iser: DIX updateSagi Grimberg-46/+16
2014-12-15IB/iser: Remove redundant is_mr indicatorSagi Grimberg-7/+2
2014-12-15IB/iser: Centralize memory region invalidation to a functionSagi Grimberg-16/+16
2014-12-15IB/iser: Fix sparse warningsSagi Grimberg-1/+0
2014-10-09IB/mlx5, iser, isert: Add Signature API additionsSagi Grimberg-26/+24
2014-10-09IB/iser: Centralize ib_sig_domain settingsSagi Grimberg-18/+18
2014-10-09IB/iser: Remove redundant assignmentSagi Grimberg-1/+0
2014-10-09IB/iser: Re-introduce ib_connSagi Grimberg-26/+26
2014-10-09IB/iser: Rename ib_conn -> iser_connSagi Grimberg-27/+27
2014-04-01IB/iser: Update Mellanox copyright noteOr Gerlitz-1/+1
2014-04-01IB/iser: Remove struct iscsi_iser_connAriel Nahum-10/+10
2014-03-17IB/iser: Support T10-PI operationsSagi Grimberg-22/+235
2014-03-17IB/iser: Generalize fall_to_bounce_buf routineSagi Grimberg-24/+29
2014-03-17IB/iser: Generalize iser_unmap_task_data and finalize_rdma_unaligned_sgSagi Grimberg-24/+16
2014-03-17IB/iser: Replace fastreg descriptor valid bool with indicators containerSagi Grimberg-2/+2
2014-03-17IB/iser: Push the decision what memory key to use into fast_reg_mr routineSagi Grimberg-42/+59
2014-03-17IB/iser: Avoid FRWR notation, use fastreg insteadSagi Grimberg-14/+14
2014-03-17IB/iser: Suppress completions for fast registration work requestsSagi Grimberg-11/+4
2013-08-09IB/iser: Introduce fast memory registration model (FRWR)Sagi Grimberg-3/+137
2013-08-09IB/iser: Place the fmr pool into a union in iser's IB conn structSagi Grimberg-11/+13
2013-08-09IB/iser: Handle unaligned SG in separate functionSagi Grimberg-23/+43
2013-08-09IB/iser: Use proper debug level value for info printsOr Gerlitz-7/+6
2013-06-04IB/iser: Add Mellanox copyrightOr Gerlitz-0/+1
2013-05-01IB/iser: Return error to upper layers on EAGAIN registration failuresOr Gerlitz-1/+2
2013-02-22IB/iser: Enable iser when FMRs are not supportedOr Gerlitz-3/+4
2013-02-22IB/iser: Avoid error prints on EAGAIN registration failuresOr Gerlitz-1/+1
2012-03-20infiniband: remove the second argument of k[un]map_atomic()Cong Wang-4/+4
2010-02-24IB/iser: Use atomic allocationsOr Gerlitz-2/+2
2010-02-24IB/iser: Simplify send flow/descriptorsOr Gerlitz-60/+0
2009-11-12IB/iser: Rewrite SG handling for RDMA logicOr Gerlitz-66/+56
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds-38/+39
2008-07-14RDMA: Remove subversion $Id tagsRoland Dreier-2/+0
2008-07-12[SCSI] iser: handle iscsi_cmd_task renameMike Christie-38/+39
2008-04-29IB/iser: Count FMR alignment violations per sessionEli Dorfman-0/+2
2008-04-29IB/iser: Move high-volume debug output to higher debug levelEli Dorfman-2/+5
2007-11-24IB/iser: Add missing counter increment in iser_data_buf_aligned_len()Erez Zilber-2/+4
2007-10-22[SG] Update drivers to use sg helpersJens Axboe-4/+4
2007-10-16infiniband: sg chaining supportJens Axboe-34/+41
2007-10-09IB/iser: Remove unnecessary includesRoland Dreier-2/+0
2007-07-17IB/iser: Make a couple of functions staticRoland Dreier-2/+2
2006-12-12IB/iser: Use the new verbs DMA mapping functionsRalph Campbell-62/+60
2006-12-12IB/iser: Remove unused "write-only" variablesRoland Dreier-2/+1
2006-12-08[PATCH] LOG2: Implement a general integer log2 facility in the kernelDavid Howells-2/+2
2006-12-04[PATCH] severing skbuff.h -> highmem.hAl Viro-0/+1
2006-09-28IB/iser: DMA unmap unaligned for RDMA data before touching itErez Zilber-0/+42
2006-09-22IB/iser: Do not use FMR for a single dma entry sgErez Zilber-14/+34
2006-09-22IB/iser: fix some debug printsErez Zilber-3/+14
2006-09-22IB/iser: make FMR "page size" be 4K and not PAGE_SIZEErez Zilber-11/+20
2006-09-22IB/iser: fix a check of SG alignment for RDMAErez Zilber-1/+1