summaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* add sysfs attrs need so iscsid can sync up after a restartmnc2006-03-033-60/+293
* from rocketman110@gmail.com: add KBUILD_OUTPUT supportmnc2006-02-211-2/+2
* from hare@suse.de: This patch removes the handles for kernel-userspace commun...mnc2006-02-133-36/+82
* upstream sync up: uninline iscsi_digest_final_sendmnc2006-02-071-1/+1
* more upstream sync up (rm unused sessions list)mnc2006-02-021-5/+0
* rm extra white space (mainline sync)mnc2006-02-021-1/+1
* from Robin H. Johnson: overhauls the open-iscsi build system. Install support...mnc2006-02-011-39/+90
* hare@suse.de: fix locking from handles patchmnc2006-01-241-4/+4
* tomo: don't ref ptrs from userspacemnc2006-01-242-23/+94
* if iscsi_if_transport_lookup fails we have not set daemon_pid yet so we can e...mnc2006-01-231-6/+10
* from andmike@us.ibm.com: Ensure that pool data is setup prior to calling memp...mnc2006-01-231-7/+6
* ogerlitz@voltaire.com: free session->mgmtpool for both r2tpool_alloc_fail and...mnc2006-01-231-1/+1
* DanA's patch reminded me we need to add the try_module_get back when trying t...mnc2006-01-201-0/+4
* From Erez. Fix session state. We are not in the logged in state at session cr...mnc2006-01-201-1/+1
* trivial coding style fixupmnc2006-01-191-1/+2
* rm conn lock: it is only used during dataqueue destruction. It appears the th...mnc2006-01-192-5/+0
* add session destroy call in failure goto unravelingmnc2006-01-191-0/+1
* fix 2.6.13 compat patch: scsi eh locking was removed in 2.6.13mnc2006-01-173-2/+99
* from da-x@monatomic.org: wrong skb is passed to skb_trim in iscsi_if_get_statsmnc2006-01-171-4/+3
* forgot to add new backward compat patches last ci so this ci just adds themmnc2006-01-173-0/+452
* add new compat patches to support 2.6.11 - 2.6.16-rc1mnc2006-01-173-271/+31
* more upstream sync up - use kzallocmnc2006-01-171-2/+1
* add and rm old transport class filesmnc2006-01-172-412/+353
* pass iscsi_cls struct between class and LLD or iscsi_transportmnc2006-01-173-46/+58
* sync upstream with svnmnc2006-01-174-43/+69
* oops: fix version number againmnc2006-01-131-1/+1
* increase iscsi_tcp version to match mainlinemnc2006-01-131-1/+1
* fix 4k stacks and xfs, sg and block SG_IO and st by using the scsi host work ...mnc2006-01-122-14/+6
* tomo and zhen: page_count is the wrong test. User SlabPage test instread. XFS...mnc2006-01-101-1/+1
* rm rdma code and sync upstream driver with svn and update usrspace to work wi...mnc2006-01-103-8/+0
* seperate netlink from session and connection creation functions and fix sysfs...mnc2006-01-105-380/+462
* michaelc and tomo: rm page_address usagemnc2006-01-102-55/+31
* fujita.tomonori@lab.ntt.co.jp: close page cache access and digest calc race a...mnc2006-01-042-7/+11
* zhenyu.z.wang@intel.com: take host lock instead of conn lock when checking sc...mnc2006-01-041-3/+4
* Wang Zhenyu: DataIn flag fixaaizman2005-12-271-4/+2
* extra white space cleanupmnc2005-12-041-11/+11
* sync svn and mainline module versionsmnc2005-11-301-1/+1
* cmd_per_lun is too high. set to 32 but make configurablemnc2005-11-302-6/+17
* check header digest for cmd and mgmt task from Signed-off-by: Wang Zhenyu <zh...mnc2005-11-291-12/+12
* Albert Pauw: updated backward-compile-2.6.12.patchaaizman2005-11-201-87/+99
* 2.6.14 compilation fixdmitry_yus2005-11-041-1/+2
* Wang Zhenyu: data digest fix (the bug caused data corruptionaaizman2005-10-281-25/+40
* 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