summaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Wang Zhenyu: iSCSI CMD and R2T response fixes according to the specdmitry_yus2005-09-261-5/+2
* Wang Zhenyu: iSCSI redirectdmitry_yus2005-09-131-2/+3
* Mike Christie: use opcode mask fixdmitry_yus2005-09-131-1/+1
* Erez Zilber: AF and RDMA provider propertiesdmitry_yus2005-09-133-0/+8
* Mike: added MODULE_VERSIONaaizman2005-09-121-1/+1
* Wang Zhenyu: cleanup hdr receive processing for slow path opcodes aaizman2005-09-081-35/+47
* James Bottomley: fix 64 bit compile warning (is caused because uint64_t is onlyaaizman2005-09-081-1/+1
* Fujita Tomonori: trivial cleanup of show_transport_handle()aaizman2005-08-221-1/+1
* Fujita Tomonori: fixed AHS lengthaaizman2005-08-191-1/+1
* Mike: This is just some iscsi_proto.h cleanups andaaizman2005-08-171-1/+1
* Zhenyu: latest kernels now support open-iscsi netlink out of the box.dmitry_yus2005-08-161-5/+14
* Zhenyu: fixed IET vs. Open-iSCSI in one box interop.dmitry_yus2005-08-161-2/+1
* Zhen: backward-compile-2.6.11.patch updatedmitry_yus2005-08-111-123/+13
* Zhenyu Wang: fix for PREEMPT_VOLUNTARY=yaaizman2005-08-101-24/+28
* Tomof: nodelay + msg_more performance fix on small number of threadsdmitry_yus2005-08-081-1/+1
* Wang: kmap_atomic lockup fixdmitry_yus2005-08-051-2/+2
* Mike included in Copyrightdmitry_yus2005-08-012-1/+2
* Wang: catch on cleanup fixdmitry_yus2005-08-011-5/+4
* Mike: SN cleanupdmitry_yus2005-08-011-4/+4
* Mike: use 8 space tabs in iscsi_data_recvdmitry_yus2005-08-011-89/+90
* Mike: huge iscsi_ctask_xmit cleanupdmitry_yus2005-08-011-286/+364
* Zhenyu Wang: (Feature:) Data Digestaaizman2005-07-292-14/+337
* Wang, Zhenyu: added check_assign_cmdsn(): better Max & Exp aaizman2005-07-261-24/+54
* mistakenly commited backward-compile patchdmitry_yus2005-07-161-88/+2
* updated backward-compile-2.6.12 patch, so int_to_scsilun() will not complaindmitry_yus2005-07-161-5/+100
* Mike: support multiple LUNs via new api in 2.6.13 int_to_scsilun()dmitry_yus2005-07-162-7/+14
* Tomof, Arne: file data corruption fix in DataIn + offset when offsetdmitry_yus2005-07-161-7/+14
* update for backward-compile-2.6.11.patchdmitry_yus2005-07-132-2/+195
* Mike: backward compile patch for 2.6.12dmitry_yus2005-07-132-1/+88
* removed one remaining host_lock from eh_host_reset() aaizman2005-07-091-1/+0
* Mike: 2.6.13 will not hold the lock when calling our eh calloutsaaizman2005-07-091-5/+0
* Mike: In 2.6.13-rc1 someone stole our netlink and __nlmsg_putaaizman2005-07-052-5/+5
* Mike: When we redid the iscsi_internal sessions code itaaizman2005-06-041-4/+0
* backward compile patch updateddmitry_yus2005-06-031-6/+6
* make XFS + bonnie++ works: do sendpage only() if page is refcounted, otherwisedmitry_yus2005-06-021-1/+1
* support for s/g IO pathes with elements greater than PAGE_SIZEdmitry_yus2005-06-011-10/+12
* support for non-s/g IO pathsdmitry_yus2005-06-012-33/+68
* clear/set conn->sock under lock after release/aquire to prevent eh_abort racesdmitry_yus2005-05-281-10/+14
* suspend bits cleanup and optimizationdmitry_yus2005-05-282-85/+79
* Wang: ifmarker typo fixdmitry_yus2005-05-271-1/+1
* fail host_reset() in case of session terminateddmitry_yus2005-05-271-3/+18
* force eh_abort to unblock while in conn_destroy() waitingdmitry_yus2005-05-271-1/+5
* propogating transport->caps up to the daemondmitry_yus2005-05-272-21/+29
* Mike: deadlock fix: cannot call del_timer sync with session_lock helddmitry_yus2005-05-261-1/+0
* Mike: don't hold session->lock when deleting timer with del_timer_sync()dmitry_yus2005-05-261-3/+4
* updated to the recent transport class changes backward-compile-2.6.11.patchdmitry_yus2005-05-261-20/+11
* Mike: remove the ISCSI_TRANSPORT_MAX limitation from the kernel using sysfsdmitry_yus2005-05-261-46/+97
* comments in the iscsi_tcp.haaizman2005-05-261-42/+52
* data_xmit_more() logic cleaned up and moved to the data_xmit()dmitry_yus2005-05-261-24/+16
* conn->cpu and friends removeddmitry_yus2005-05-262-15/+0