commit 471417c9cfb4c2574e2c03bf2273fe12f5388a8e tree ac026ba976bc253fc87a5cdec8f33d24d03e1c9c parent 20e007b8cc1266ff78810457d6e26c35c6b810ba parent db29e85a7ece62de1899917c1ec0ffe55cf1d3a0 author James Bottomley Wed, 10 Aug 2005 02:20:49 -0500 committer James Bottomley Wed, 10 Aug 2005 02:20:49 -0500 Merge ../linux-2.6 -------------------------- commit 20e007b8cc1266ff78810457d6e26c35c6b810ba tree 2a1080f78b400d40670fb3bacb5e92a0c4cfed68 parent 7ba2471389071707cb45e7f755b417edad68049d author James Bottomley Sat, 06 Aug 2005 21:50:03 -0500 committer James Bottomley Wed, 10 Aug 2005 02:18:19 -0500 [SCSI] iscsi: fix 64 bit compile warning drivers/scsi/scsi_transport_iscsi.c: In function `show_transport_handle': drivers/scsi/scsi_transport_iscsi.c:100: warning: long long unsigned int format, long unsigned int arg (arg 3) is caused because uint64_t is only unsigned long on a 64 bit platform. Fix this by casting to unsigned long long. Signed-off-by: James Bottomley -------------------------- commit 7ba2471389071707cb45e7f755b417edad68049d tree 0e991173dee1e063da04034c9853ebd45d9eccc5 parent c899e4ef96f01b7e051045e08f3a8fe5e5f2bbb7 author Alex Aizman Fri, 05 Aug 2005 09:30:08 -0700 committer James Bottomley Sat, 06 Aug 2005 19:35:35 -0500 [SCSI] open-iscsi/linux-iscsi-5 Initiator: Initiator code drivers/scsi/iscsi_tcp.c, iscsi data path. Signed-off-by: Alex Aizman Signed-off-by: Dmitry Yusupov Signed-off-by: Mike Christie Signed-off-by: James Bottomley -------------------------- commit c899e4ef96f01b7e051045e08f3a8fe5e5f2bbb7 tree 579e1bc660e18cfb3cca3ef54675937344be8fda parent 0896b752302662909b52895bd7f601136001069d author Alex Aizman Fri, 05 Aug 2005 09:33:15 -0700 committer James Bottomley Sat, 06 Aug 2005 19:35:14 -0500 [SCSI] open-iscsi/linux-iscsi-5 Initiator: Kconfig update Signed-off-by: Alex Aizman Signed-off-by: Dmitry Yusupov Signed-off-by: Mike Christie Signed-off-by: James Bottomley -------------------------- commit 0896b752302662909b52895bd7f601136001069d tree ceaf9740d0258ff45cadf81f10468e637f5ee13a parent c213ca0792bd83075233a48090c46155249b3991 author Alex Aizman Fri, 05 Aug 2005 09:33:07 -0700 committer James Bottomley Sat, 06 Aug 2005 19:34:48 -0500 [SCSI] open-iscsi/linux-iscsi-5 Initiator: Transport class update for iSCSI Signed-off-by: Alex Aizman Signed-off-by: Dmitry Yusupov Signed-off-by: Mike Christie Signed-off-by: James Bottomley -------------------------- commit c213ca0792bd83075233a48090c46155249b3991 tree 156120e20dbf01a372a6c52dcab86175e6e75089 parent 39e84790d3b65a4af1ea1fb0d8f06c3ad75304b3 author Alex Aizman Fri, 05 Aug 2005 09:30:31 -0700 committer James Bottomley Sat, 06 Aug 2005 19:34:20 -0500 [SCSI] open-iscsi/linux-iscsi-5 Initiator: Initiator header drivers/scsi/iscsi_tcp.h, header file. Signed-off-by: Alex Aizman Signed-off-by: Dmitry Yusupov Signed-off-by: Mike Christie Signed-off-by: James Bottomley -------------------------- commit 39e84790d3b65a4af1ea1fb0d8f06c3ad75304b3 tree 9b2be0119cb4020adccaf2ff959fc8cbbf3e2711 parent 885ececaa9e20750d147557fa7f39dbcdac77daa author Alex Aizman Fri, 05 Aug 2005 09:31:00 -0700 committer James Bottomley Sat, 06 Aug 2005 19:33:41 -0500 [SCSI] open-iscsi/linux-iscsi-5 Initiator: Header files open-iscsi-headers.patch - common header files: - iscsi_if.h (user/kernel #defines and user/kernel events); - iscsi_proto.h (RFC3720 #defines and types); - scsi_transport_iscsi.h (transport API, transport #defines and types). Signed-off-by: Alex Aizman Signed-off-by: Dmitry Yusupov Signed-off-by: Mike Christie Signed-off-by: James Bottomley -------------------------- commit 885ececaa9e20750d147557fa7f39dbcdac77daa tree b70a0b0d836ffc92d6cebde491c578120edd9d25 parent 534afb90a9cd0b9643f62d660c164e1d924f39cf author Alex Aizman Fri, 05 Aug 2005 09:31:27 -0700 committer James Bottomley Sat, 06 Aug 2005 19:32:44 -0500 [SCSI] open-iscsi/linux-iscsi-5 Initiator: Makefile Updates Signed-off-by: Alex Aizman Signed-off-by: Dmitry Yusupov Signed-off-by: Mike Christie Signed-off-by: James Bottomley --------------------------