Commit Graph

2972 Commits

Author SHA1 Message Date
Bart Van Assche
80af39b041 scstadmin: Restore LUNs in "scstadmin -list_sessions" output (merge r5409 from trunk)
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@6056 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2015-02-10 13:52:29 +00:00
Bart Van Assche
d8c83a7456 Spelling fix: occured -> occurred (merge r5950 from trunk)
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@6055 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2015-02-10 13:51:18 +00:00
Bart Van Assche
c0baa8b857 scst: Add force_close callback in target template (merge r4852 from trunk)
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@6054 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2015-02-10 13:45:50 +00:00
Bart Van Assche
d0a1d3ae94 ib_srpt: Remove an unused variable
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@6053 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2015-02-10 13:36:24 +00:00
Bart Van Assche
37d5958e37 scst_local: Add 64-bit LUN support (merge r5588 from trunk)
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@6052 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2015-02-10 13:35:27 +00:00
Bart Van Assche
7f1f786ac2 scst_local: Remove two superfluous tests (merge r5385 from trunk)
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@6051 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2015-02-10 13:33:22 +00:00
Bart Van Assche
67064cf9f0 scst_local: Add newline to sysfs output (merge r5308 from trunk)
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@6050 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2015-02-10 13:32:28 +00:00
Bart Van Assche
638cc3becf scst_local: Remove an error message print statement (merge r5082 from trunk)
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@6049 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2015-02-10 13:30:24 +00:00
Bart Van Assche
5c43e0ae6b scst_local: RHEL 5 fix (merge r4828 from trunk)
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@6048 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2015-02-10 13:28:24 +00:00
Bart Van Assche
eeb40d2559 scst_local: Improve automatic queue depth adjustment for older kernels (merge r4800 from trunk)
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@6047 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2015-02-10 13:27:19 +00:00
Bart Van Assche
3c6548d277 scst_local: Add automatic queue depth adjustment (merge r4798 from trunk)
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@6046 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2015-02-10 13:26:24 +00:00
Bart Van Assche
cb856ee924 fcst: Remove an unused variable (merge r5605 from trunk)
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@6045 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2015-02-10 13:19:14 +00:00
Bart Van Assche
f7e9bfc4da scst_mem: Spelling fix (merge r5952 from trunk)
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@6044 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2015-02-10 13:17:17 +00:00
Bart Van Assche
ef01e8efbf scst_mem: Fix recently introduced sparse warnings (merge r5178 from trunk)
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@6043 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2015-02-10 13:16:17 +00:00
Bart Van Assche
d1cb470258 Update for 3.17.x kernel series (merge r5582 from trunk)
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@6042 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2015-02-10 13:14:32 +00:00
Bart Van Assche
eb41c9e15d scst: Add 64-bit LUN support (merge r5587 from trunk)
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@6041 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2015-02-10 13:03:18 +00:00
Bart Van Assche
fdaee30dd1 ib_srpt: Kernel 3.17 build fix (merge r5725 from trunk)
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@6040 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2015-02-10 13:00:33 +00:00
Bart Van Assche
0176d806ad Convert strict_strtoul() and simple_strtoul() into kstrtoul() or sscanf() (merge r4137 from trunk)
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@6039 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2015-02-10 12:59:03 +00:00
Bart Van Assche
1c8d735825 Port to kernel 3.16 (merge r5717 from trunk)
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@6038 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2015-02-10 12:51:35 +00:00
Bart Van Assche
7e817c3d70 iscsi-scst: Handle data buffers with non-zero offset correctly (merge r5281 from trunk)
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@5699 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2014-07-21 16:41:57 +00:00
Bart Van Assche
6ad4000fc3 nightly build: Merge r5541:5642 from trunk
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@5644 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2014-06-29 05:55:00 +00:00
Bart Van Assche
d384c5210b scripts: Merge r5337:5642 from trunk
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@5643 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2014-06-29 05:54:01 +00:00
Bart Van Assche
66c239c95d nightly build: Add kernel 3.15 build infrastructure (merge r5611 from trunk)
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@5642 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2014-06-29 05:51:09 +00:00
Bart Van Assche
51a29a310e Update for 3.15 kernels (merge r5610 from trunk)
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@5641 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2014-06-29 05:50:05 +00:00
Bart Van Assche
575b26cb62 scripts/generate-kernel-patch: Add support for kernel versions 3.2.>=57
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@5640 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2014-06-29 05:46:18 +00:00
Bart Van Assche
3ff5efd580 scripts/generate-kernel-patch: Fix for kernel versions 3.7, 3.10, 3.12 and 3.13 (merge r5399 from trunk)
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@5639 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2014-06-29 05:44:50 +00:00
Bart Van Assche
548f229efb ib_srpt: Build fix for kernel version 3.13 and later
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@5553 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2014-05-24 07:03:12 +00:00
Bart Van Assche
1910a00ed9 regression tests: Run the 2.6.26..2.6.32 tests on the sysfs code instead of procfs (merge r5270 from trunk)
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@5552 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2014-05-24 06:11:23 +00:00
Bart Van Assche
12fc7d0e0f Add iscsi-scst/kernel/patches/rhel/put_page_callback-2.6.32-279.patch (merge r4535 from trunk)
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@5551 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2014-05-24 06:08:26 +00:00
Bart Van Assche
651c38d866 Add iscsi-scst/kernel/patches/rhel/put_page_callback-2.6.32-358.patch (merge r5162 from trunk)
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@5550 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2014-05-24 06:07:29 +00:00
Bart Van Assche
3b5c682647 Add iscsi-scst/kernel/patches/rhel/put_page_callback-2.6.32-431.patch (merge r5171 from trunk)
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@5549 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2014-05-24 06:06:30 +00:00
Bart Van Assche
eb8758d0dd Add iscsi-scst/kernel/patches/put_page_callback-3.2.57.patch (merge r5450 from trunk)
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@5548 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2014-05-24 06:04:26 +00:00
Bart Van Assche
62ab339c71 scst_vdisk: Fix READ CAPACITY(10) (merge r5388 from trunk)
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@5546 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2014-05-23 09:28:32 +00:00
Bart Van Assche
2703ade89c RHEL 7 build fixes (merge r5543 from trunk)
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@5544 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2014-05-23 07:36:50 +00:00
Bart Van Assche
0802e338bb Merge r5325:5541 from trunk
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@5542 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2014-05-23 06:00:06 +00:00
Bart Van Assche
fd0d627d77 nightly build: Add kernel 3.14 build infrastructure (merge r5433 from trunk)
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@5541 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2014-05-23 05:58:44 +00:00
Bart Van Assche
9b68c723ed Update for kernel 3.14 (merge r5432 from trunk)
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@5540 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2014-05-23 05:57:44 +00:00
Bart Van Assche
83d3a0ad69 put_page_callback-3.10.30.patch: Add (merge r5310 from trunk)
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@5381 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2014-03-25 18:56:36 +00:00
Bart Van Assche
9bc7c93e03 put_page_callback-3.12.11.patch: Add (merge r5309 from trunk)
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@5380 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2014-03-25 18:55:28 +00:00
Bart Van Assche
1d67767565 Avoid that unloading SCST hangs when using bcache (merge r5052 from trunk)
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@5379 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2014-03-25 18:51:23 +00:00
Bart Van Assche
3991d46dff nightly build: Merge r5007:5325 from trunk
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@5378 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2014-03-25 16:44:17 +00:00
Bart Van Assche
8933f858b6 scst_pres: Kernel 3.13 build fix
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@5377 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2014-03-25 16:40:10 +00:00
Bart Van Assche
c75dcab46d iscsi-scst: Kernel 3.13 build fix (merge r5182 from trunk)
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@5376 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2014-03-25 16:38:25 +00:00
Bart Van Assche
1e80077c6a Add kernel 3.13 support
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@5375 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2014-03-25 16:33:45 +00:00
Bart Van Assche
f7a49afd57 Add kernel 3.13 support
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@5374 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2014-03-25 16:32:05 +00:00
Bart Van Assche
f9242eb1ae scripts: Merge r5177:5337 from trunk
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@5373 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2014-03-25 16:29:07 +00:00
Bart Van Assche
2f91feaa0c scripts: Merge r5177 from trunk
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@5372 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2014-03-25 16:27:13 +00:00
Bart Van Assche
75768c6dd6 scst_local: Fix a kernel oops for kernel versions < 2.6.37 (merge r5264 from trunk)
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@5265 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2014-02-06 13:05:26 +00:00
Bart Van Assche
653a63ca73 qla2x00t: SLES 11 SP3 build fix
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@5194 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2014-01-10 08:53:51 +00:00
Bart Van Assche
7ab3d52047 Make it possible to build SCST as an RPM (merge r5137 from trunk)
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@5193 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2014-01-10 08:45:32 +00:00