summaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* new api get_param(). used in iscsi transport classdmitry_yus2005-03-242-40/+112
* iscsid fork now works.dmitry_yus2005-03-231-3/+4
* >2TB supportdmitry_yus2005-03-233-2/+4
* removed useless printk'sdmitry_yus2005-03-231-6/+0
* minor x86_64 compilation warning fixesdmitry_yus2005-03-231-5/+6
* tmf task abort sent after session gets reopened fixeddmitry_yus2005-03-232-4/+9
* initial scsi_transport_iscsi implementation,dmitry_yus2005-03-233-70/+357
* pdu header parsing fix, re-open fixdmitry_yus2005-03-171-1/+3
* iscsi_if verbosity on errordmitry_yus2005-03-171-2/+7
* recovery optimization: avoid big allocations on re-opendmitry_yus2005-03-172-0/+10
* comments and minor fixesdmitry_yus2005-03-171-1/+10
* cleanup comments of Matt Mackall implementeddmitry_yus2005-03-163-56/+40
* recv skb pool, oom protectiondmitry_yus2005-03-151-11/+96
* race fix, when rmmod concurrent with session_destroy()dmitry_yus2005-03-151-1/+7
* do not fail command if session in STATE_FAILED. Just reject itdmitry_yus2005-03-151-1/+1
* 256 LUNS support fixdmitry_yus2005-03-151-0/+1
* unblock eh_abort() in case of tmf timedout.dmitry_yus2005-03-151-3/+4
* in the middle of fixing bug for David W.dmitry_yus2005-03-141-11/+39
* refcounting on session create/destroy fix.dmitry_yus2005-03-121-2/+9
* ctask->sg vs. sg_count cleanupdmitry_yus2005-03-121-2/+3
* write optimization: reduce number of TCP round trips. i.e.dmitry_yus2005-03-121-7/+7
* if we not in FF phase we still need to cleanup socket in data moverdmitry_yus2005-03-121-1/+12
* do not close session on bad cmd_rsp() from target.dmitry_yus2005-03-111-5/+2
* flush xmit queues on conn_stop(). so, after re-open queue will be empty.dmitry_yus2005-03-111-0/+31
* ERL=0 initial supportdmitry_yus2005-03-103-39/+98
* do not check for LUN on R2T receive in ERL=0.open-iscsi2005-03-081-3/+0
* more accurate error reportingopen-iscsi2005-03-051-3/+3
* trivial include fixopen-iscsi2005-03-051-1/+1
* assertions disabled before tarball releaseopen-iscsi2005-03-041-1/+1
* atomic allocation on socket.open-iscsi2005-03-041-0/+1
* more OOM cleanupopen-iscsi2005-03-041-12/+5
* immqueue leak fixopen-iscsi2005-03-041-4/+8
* reverted pdu recv. need more time to understand the problem...open-iscsi2005-03-041-103/+11
* trim skb on allocopen-iscsi2005-03-041-4/+11
* buf_left() fixopen-iscsi2005-03-041-0/+1
* fix r2t->sgopen-iscsi2005-03-041-5/+28
* recv pdu OOM-safeopen-iscsi2005-03-041-11/+96
* mempool preallocation for dout'sopen-iscsi2005-03-032-27/+12
* read regression fixopen-iscsi2005-03-031-1/+3
* xmit code cleanupopen-iscsi2005-03-032-169/+129
* serialization between conn_destroy(), xmitworker() and data_recv()open-iscsi2005-03-021-0/+6
* discovery fix, small write cleanupopen-iscsi2005-03-021-5/+10
* r2t vs. sendhdr race fixopen-iscsi2005-03-022-43/+44
* more fixes for ERL=0open-iscsi2005-03-012-34/+69
* sleep for recover in eh_abortopen-iscsi2005-03-012-44/+117
* Christoph writes:open-iscsi2005-02-281-8/+11
* no need to do atomic allocation for socket.open-iscsi2005-02-281-1/+0
* Mike: trivial-white-space.patchopen-iscsi2005-02-281-2/+2
* removed tcp_opt/tcp_sock and setting Nagleopen-iscsi2005-02-271-4/+1
* Mike C.: When you assign a void* to whatver* you do not needopen-iscsi2005-02-271-4/+4