Commit Graph

  • f14cd777f7 Updated script description. Bart Van Assche 2010-09-25 16:44:33 +00:00
  • 21225d8d71 Added Jens' block layer optimization patches, resulting in an additional 10% improvement. Bart Van Assche 2010-09-25 16:30:20 +00:00
  • fe82da8cb2 Removed scsi host lock entirely from the command queueing path. Improves maximum IOPS by about 2.5%. Bart Van Assche 2010-09-25 15:58:44 +00:00
  • 99bfb0c117 Build ibmvstgt.ko too on PowerPC systems. Bart Van Assche 2010-09-25 11:03:57 +00:00
  • b46575a6ee Builds now on PowerPC systems too. Bart Van Assche 2010-09-25 10:33:08 +00:00
  • b638590476 Removed automatically generated Signed-off-by: ... line. Bart Van Assche 2010-09-25 09:17:01 +00:00
  • e99d621185 Fixed bug in handling of #else statements matching an #if statement that could be evaluated partially. Bart Van Assche 2010-09-25 09:16:26 +00:00
  • e10b167288 Added --no-tree option to checkpatch such that checkpatch does not check for the Signed-off-by: ... line. Bart Van Assche 2010-09-25 09:05:49 +00:00
  • 36bd458d57 Further diff minimizing. Bart Van Assche 2010-09-24 20:45:09 +00:00
  • 1b3fff1df4 Moved scsi_tgt removal to a separate patch. Bart Van Assche 2010-09-24 20:44:39 +00:00
  • 9ece28c4f5 Added an additional expression to the list of recognized expressions. Bart Van Assche 2010-09-24 20:44:02 +00:00
  • 958ab88dd7 Merge scstadmin from trunk. Mark Buechler 2010-09-24 20:28:16 +00:00
  • 1c9d0cf043 - Fix init script for qla2x00t Mark Buechler 2010-09-24 20:27:46 +00:00
  • f4f734977d Merge scstadmin with trunk. Mark Buechler 2010-09-24 20:24:51 +00:00
  • 0ed0b1f709 Reapplied r2249 (was lost by moving constants from scst.h to scst_const.h. Bart Van Assche 2010-09-24 20:21:28 +00:00
  • 5425237908 - Last commit should have been 'Disable driver on clear_config'. Remove debugging code. Mark Buechler 2010-09-24 20:16:32 +00:00
  • dcd3ebb285 - Disable targets on -clear_config. Mark Buechler 2010-09-24 20:13:31 +00:00
  • 6e35445b98 Moved the UNMAP and BLKDISCARD definitions from scst.h to scst_const.h. Bart Van Assche 2010-09-24 19:39:40 +00:00
  • 7dd5436e15 Fixed a checkpatch complaint about whitespace. Bart Van Assche 2010-09-24 19:32:44 +00:00
  • 61b6a6a7c4 Merge of the trunk r2250: Vladislav Bolkhovitin 2010-09-24 19:22:53 +00:00
  • 83e1bd97da As is clear from the output of the nightly build, sparse goes crazy on the current scst_vdisk.c code: it reports 99 times "cast removes address space of expression" on the same scst_vdisk.c line before giving up. The patch below makes sparse stop complaining on scst_vdisk.c. Vladislav Bolkhovitin 2010-09-24 19:21:35 +00:00
  • 02f27457c0 Update sample scripts to run scstadmin Vladislav Bolkhovitin 2010-09-24 19:15:56 +00:00
  • 50f64cc7ca Builds now on 2.6.27 too. Bart Van Assche 2010-09-24 19:15:14 +00:00
  • 986844622a Fixed a performance regression caused by r2109. Bart Van Assche 2010-09-24 19:07:17 +00:00
  • bc2d0d32f1 Builds now with procfs enabled too / fixed two compiler warnings. Bart Van Assche 2010-09-24 18:08:24 +00:00
  • e77a5e5072 Build fix. Bart Van Assche 2010-09-24 18:01:57 +00:00
  • 487a846ef8 Follow-up for r2216: made sure that scst_vdisk.c compiles again on kernels before 2.6.33. Bart Van Assche 2010-09-24 17:59:42 +00:00
  • fc27d91219 Fixed a mismatch between a format string and its argument list (was reported by sparse). Bart Van Assche 2010-09-24 17:23:37 +00:00
  • f519990ab2 - Add README.iscsi in init.d. Mark Buechler 2010-09-24 17:11:31 +00:00
  • a75f4f934c - Disable targets on -clear_config. Mark Buechler 2010-09-24 15:49:59 +00:00
  • 6522a519fd - Small typo fix. Mark Buechler 2010-09-24 15:37:20 +00:00
  • 5b9c8b0399 - Don't attempt to read write-only attributes within sessions. Mark Buechler 2010-09-24 15:30:16 +00:00
  • a2e1e877cf - Better fix for removing virtual targets. Mark Buechler 2010-09-24 15:15:57 +00:00
  • 9e1fbc199f - Fix removing virtual targets. Mark Buechler 2010-09-24 15:07:56 +00:00
  • 6548753cd6 Merge of trunk r2236: Vladislav Bolkhovitin 2010-09-24 14:43:40 +00:00
  • f9ed5611d8 Fix for incorrect initialization of conn->read_msg.msg_iovlen. But looks like this value is rather ignored in the TCP stack and read_size used instead, so all worked fine. Vladislav Bolkhovitin 2010-09-24 14:40:32 +00:00
  • 9f339cd2f1 Merge of trunk r2234: Vladislav Bolkhovitin 2010-09-24 12:46:17 +00:00
  • c7c2aa55e4 Fix possible crash if expected values not set Vladislav Bolkhovitin 2010-09-24 12:40:43 +00:00
  • c01c03a6b9 Merge of trunk r2232: Vladislav Bolkhovitin 2010-09-24 12:23:50 +00:00
  • 27ba7c24d8 Docs updated Vladislav Bolkhovitin 2010-09-24 12:22:02 +00:00
  • 5cdc79b698 Replaced cpu_to_be...() by __constant_cpu_to_be...() where appropriate. Bart Van Assche 2010-09-24 07:12:27 +00:00
  • 4a9ed0a7e1 Replaced cpu_to_be...() by __constant_cpu_to_be...() where appropriate. Bart Van Assche 2010-09-24 07:10:42 +00:00
  • 11e8dff2fb ibmvstgt: bug fixes and improvements. Bart Van Assche 2010-09-24 06:57:21 +00:00
  • fe22ac20b1 Removed scsi_tgt. Bart Van Assche 2010-09-24 06:56:29 +00:00
  • 30e4ad71ce Removed scsi_tgt from drivers/scsi/Makefile. Bart Van Assche 2010-09-24 06:56:11 +00:00
  • afadb6306a Marge of trunk r2224: Vladislav Bolkhovitin 2010-09-23 18:59:42 +00:00
  • 8c8c62a118 Menrge of trunk r2219: Vladislav Bolkhovitin 2010-09-23 18:57:59 +00:00
  • 2d9473d073 Scstadmin now can create sessions, so update README Vladislav Bolkhovitin 2010-09-23 18:57:13 +00:00
  • cd82500d02 Merge scstadmin from trunk. Mark Buechler 2010-09-23 18:55:58 +00:00
  • 9d561a8b61 - Add scst_local configuration example for sysfs. Mark Buechler 2010-09-23 18:55:20 +00:00
  • f837508fb8 Merge scstadmin from trunk. Mark Buechler 2010-09-23 18:52:57 +00:00
  • 528d2d0c4c - Fix some minor error reporting issues. Mark Buechler 2010-09-23 18:52:23 +00:00
  • 3d85305976 Docs updated Vladislav Bolkhovitin 2010-09-23 18:42:47 +00:00
  • 4646cc4a9b Merge output changes from trunk. Mark Buechler 2010-09-23 18:41:51 +00:00
  • 7063e142bb - Add some more output as to what scstadmin is doing as well as better format it. Mark Buechler 2010-09-23 18:40:28 +00:00
  • 30b6564f81 Patch from Richard Sharpe <realrichardsharpe@gmail.com> with fixes and improvements implementing UNMAP command Vladislav Bolkhovitin 2010-09-23 18:10:57 +00:00
  • 508bcb9f33 Removed even more obsolete symbols. Bart Van Assche 2010-09-23 16:56:30 +00:00
  • 8f85762180 - Merge ChangeLog change from trunk. Mark Buechler 2010-09-23 16:31:54 +00:00
  • f5ea132ec3 - Update ChangeLog for 2.0.0 release. Mark Buechler 2010-09-23 16:31:05 +00:00
  • 2d9748a9e9 - Merge README change from trunk. Mark Buechler 2010-09-23 16:27:28 +00:00
  • 2ab16bc1cd - Remove reference to scst_db in README. Mark Buechler 2010-09-23 16:25:08 +00:00
  • 3a8d70b166 - Remove old scst_db stuff which no longer works with even procfs. Mark Buechler 2010-09-23 16:22:51 +00:00
  • 3bbff1349a - Remove old scst_db stuff which no longer works with even procfs. Mark Buechler 2010-09-23 16:22:28 +00:00
  • 5077f32c89 - Remove invalid example file for older scstadmin using MySQL. Mark Buechler 2010-09-23 16:20:39 +00:00
  • 11608eb7b3 - Remove invalid example file for older scstadmin using MySQL. Mark Buechler 2010-09-23 16:20:19 +00:00
  • ff5a20335d - Rename old example config file. Mark Buechler 2010-09-23 16:14:54 +00:00
  • d22ea25972 - Rename old example config file. Mark Buechler 2010-09-23 16:14:33 +00:00
  • 05c75109bc Merge from trunk r2203. Mark Buechler 2010-09-23 13:59:07 +00:00
  • dd9c6be677 Even more cleanup. Bart Van Assche 2010-09-23 13:36:24 +00:00
  • 3fc4071684 Merge of trunk r2201: Vladislav Bolkhovitin 2010-09-23 13:35:33 +00:00
  • e85fa52760 Fix race for last_sysfs_mgmt_res between management commands and read-only monitoring actions Vladislav Bolkhovitin 2010-09-23 13:31:54 +00:00
  • 047bdbf6b5 Merge of trunk r2199 (description corrected): Vladislav Bolkhovitin 2010-09-23 13:16:58 +00:00
  • 404cf5cd6c Fix of unexpected commit of pending commands Vladislav Bolkhovitin 2010-09-23 13:13:40 +00:00
  • 01d9bde71a Merge of trunk r2197: Vladislav Bolkhovitin 2010-09-23 12:26:36 +00:00
  • fc2c602429 Cleanup Vladislav Bolkhovitin 2010-09-23 12:18:39 +00:00
  • 319589cdcc Added a source file to the ibmvstgt patch. Bart Van Assche 2010-09-23 11:06:16 +00:00
  • cbae5b5a08 Removed Scsi_Host.supported_mode and Scsi_Host.active_mode. Bart Van Assche 2010-09-23 10:56:21 +00:00
  • 2404d25ab8 Added to repository. Bart Van Assche 2010-09-23 10:49:11 +00:00
  • 7d396d04b9 Removed an unused variable. Bart Van Assche 2010-09-23 07:12:52 +00:00
  • f1bab28eb6 Removed an unused variable. Bart Van Assche 2010-09-23 07:11:49 +00:00
  • ffe49d6869 ibmvstgt patch: include defconfig changes too. Bart Van Assche 2010-09-23 07:03:37 +00:00
  • 6b3dd43604 Changes: save output of 'make allmodconfig' and also build the drivers/scsi modules with sparse for 2.6.35.x kernel versions instead of only 2.6.35. Bart Van Assche 2010-09-23 07:02:56 +00:00
  • fdc8d495d6 Added missing defconfig files and replaced already added defconfig files by the 2.6.35 version. Bart Van Assche 2010-09-23 06:56:39 +00:00
  • 985f057baf Added missing defconfig files and replaced already added defconfig files by the 2.6.35 version. Bart Van Assche 2010-09-23 06:54:24 +00:00
  • f0f05455d8 Removed CONFIG_SCSI_SRP_TGT_ATTRS from defconfig files. Bart Van Assche 2010-09-23 06:35:13 +00:00
  • eb9a28cd1b Removed CONFIG_SCSI_TGT from defconfig files. Bart Van Assche 2010-09-23 06:28:21 +00:00
  • b679ce3749 Added to repository. Bart Van Assche 2010-09-23 06:25:40 +00:00
  • 68045de90d Added to repository. Bart Van Assche 2010-09-23 06:24:42 +00:00
  • efabfe526b Merge the recent changes to the 2.0.0.x branch now that Chris Worley has tested them and seems happy. Vlad approved having these changes merged. Richard Sharpe 2010-09-23 04:50:15 +00:00
  • 56e6f52c54 remove an unneeded include file Richard Sharpe 2010-09-23 04:47:43 +00:00
  • f9c203378d Reverted another non-SCST related ibmvstgt.c change. Bart Van Assche 2010-09-22 20:19:18 +00:00
  • 26f95ebfba Added drivers/scsi/Makefile. Bart Van Assche 2010-09-22 20:14:18 +00:00
  • 148d79d2fa Transform drivers/scsi/Makefile into a patch too. Bart Van Assche 2010-09-22 20:13:53 +00:00
  • 7ec0a0c302 Even more cleanup. Bart Van Assche 2010-09-22 20:13:23 +00:00
  • 813c6d7f49 Even more cleanup. Bart Van Assche 2010-09-22 20:11:06 +00:00
  • 91ee37bda6 Added to repository. Bart Van Assche 2010-09-22 20:06:16 +00:00
  • 680a321e30 Added to repository. Bart Van Assche 2010-09-22 20:05:32 +00:00
  • 3c2f16d838 Improved errors reporting Vladislav Bolkhovitin 2010-09-22 19:26:10 +00:00
  • 38327e08ae Handling of max_sectors backend limit added Vladislav Bolkhovitin 2010-09-22 19:24:15 +00:00
  • d0c79c47a6 Minor bug fixes related to command-line option -p. Bart Van Assche 2010-09-22 19:07:05 +00:00