aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/iser (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-12IB/iser: Fix error flow in iser_create_ib_conn_res()Dan Carpenter1-16/+9
2010-05-12IB/iser: Enhance disconnection logic for multi-pathingOr Gerlitz3-38/+46
2010-05-12IB/iser: Remove buggy back-pointer settingOr Gerlitz1-2/+0
2010-05-12IB/iser: Add asynchronous event handlerOr Gerlitz2-1/+16
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo2-0/+2
2010-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-1/+1
2010-03-03[SCSI] libiscsi: Make iscsi_eh_target_reset start with session resetJayamohan Kallickal1-1/+1
2010-02-24IB/iser: Remove redundant locking from iser scsi command response flowOr Gerlitz1-25/+0
2010-02-24IB/iser: Use libiscsi passthrough modeOr Gerlitz2-20/+3
2010-02-24IB/iser: Remove unnecessary connection checksOr Gerlitz3-52/+0
2010-02-24IB/iser: Use atomic allocationsOr Gerlitz2-3/+3
2010-02-24IB/iser: Simplify send flow/descriptorsOr Gerlitz5-278/+115
2010-02-24IB/iser: Use different CQ for send completionsOr Gerlitz2-37/+76
2010-02-24IB/iser: Remove atomic counter for posted receive buffersOr Gerlitz3-12/+12
2010-02-24IB/iser: New receive buffer posting logicOr Gerlitz4-176/+235
2010-02-24IB/iser: Revert commit bba7ebb "avoid recv buffer exhaustion"Or Gerlitz3-95/+41
2009-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-66/+56
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-12-04[SCSI] iser: set tgt and lu reset timeoutMike Christie1-0/+1
2009-12-04tree-wide: fix some typos and punctuation in commentsThadeu Lima de Souza Cascardo1-1/+1
2009-11-12IB/iser: Rewrite SG handling for RDMA logicOr Gerlitz1-66/+56
2009-10-02[SCSI] libiscsi: iscsi_session_setup to allow for private spaceJayamohan Kallickal1-1/+1
2009-05-23[SCSI] libiscsi: add task aborted stateMike Christie1-5/+2
2009-05-23[SCSI] iscsi: pass ep connect shostMike Christie1-1/+2
2009-04-27[SCSI] cxgb3i, iser, iscsi_tcp: set target can queueMike Christie1-0/+1
2009-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds3-11/+10
2009-03-13[SCSI] iscsi class: remove host no argument from session creation calloutMike Christie1-2/+1
2009-03-13[SCSI] iscsi lib: remove qdepth param from iscsi host allocationMike Christie1-1/+1
2009-03-13[SCSI] iscsi lib: have lib create work queue for transmitting IOMike Christie2-2/+2
2009-03-13[SCSI] libiscsi: don't cap queue depth in iscsi modulesMike Christie2-3/+3
2009-03-13[SCSI] iser: have iser use its own loggingMike Christie1-5/+5
2009-02-27IB/iser: Remove hard setting of path MTUOr Gerlitz1-7/+0
2009-01-12IB/iser: Add dependency on INFINIBAND_ADDR_TRANSRandy Dunlap1-1/+1
2008-12-29[SCSI] libiscsi: pass opcode into alloc_pdu calloutMike Christie1-1/+1
2008-12-29[SCSI] iser: convert iser to new alloc_pdu apiMike Christie2-26/+27
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-4/+4
2008-12-21IB/iser: Avoid recv buffer exhaustion caused by unexpected PDUsDavid Disseldorp3-41/+95
2008-10-31drivers: replace NIPQUAD()Harvey Harrison1-4/+4
2008-10-13[SCSI] libiscsi: rename host reset to target resetMike Christie1-1/+1
2008-10-13[SCSI] libiscsi: Support drivers initiating session removalMike Christie1-0/+1
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk1-1/+0
2008-07-22IB/iser: Add support for RDMA_CM_EVENT_ADDR_CHANGE eventOr Gerlitz1-0/+1
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds5-334/+380
2008-07-14RDMA: Remove subversion $Id tagsRoland Dreier5-11/+0
2008-07-12[SCSI] libiscsi, iscsi_tcp, ib_iser: fix setting of can_queue with old tools.Mike Christie1-1/+0
2008-07-12[SCSI] libiscsi, iser, tcp: remove recv_lockMike Christie3-12/+16
2008-07-12[SCSI] iscsi class: Add session initiatorname and ifacename sysfs attrs.Mike Christie1-1/+2
2008-07-12[SCSI] iser: Modify iser to take a iscsi_endpoint struct in ep callouts and session setupMike Christie3-62/+43
2008-07-12[SCSI] iscsi class: user device_for_each_child instead of duplicating session listMike Christie1-1/+1
2008-07-12[SCSI] iser: handle iscsi_cmd_task renameMike Christie4-202/+203