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