Douglas Gilbert
6460e75a10
[SCSI] sg: fixes for large page_size
...
This sg driver patch addresses the problem with larger
page sizes reported by Brian King in this post:
http://marc.theaimsgroup.com/?l=linux-scsi&m=115867718623631&w=2
Some other related matters are also addressed. Some of these
prevent oopses when the SG_SCATTER_SZ or scatter_elem_sz are
set to inappropriate values.
The scatter_elem_sz has been tested up to 4 MB which should
make the largest data transfer with one SCSI command, 32 MB
less one block, achievable with a relatively small number
of elements in the scatter gather list.
ChangeLog:
- add scatter_elem_sz boot time parameter and sysfs module
parameter that is initialized to SG_SCATTER_SZ
- the driver will then adjust scatter_elem_sz to be the
max(given(scatter_elem_sz), PAGE_SIZE)
It will also round it up, if necessary, to be a power
of two
- clean up sg.h header, correct bad urls and some statements
that are no longer valid
- make the def_reserved_size sysfs module attribute writable
Signed-off-by: Douglas Gilbert <dougg@torque.net>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
2006-09-26 09:23:15 -07:00
..
2006-09-24 15:55:03 -07:00
2006-09-23 17:48:11 -05:00
2006-06-30 19:25:36 +02:00
2006-09-24 20:07:49 -07:00
2006-08-02 10:53:18 -04:00
2006-08-06 20:55:33 +01:00
2006-06-30 19:25:36 +02:00
2006-08-01 10:37:25 +10:00
2006-09-24 20:07:49 -07:00
2006-09-26 09:23:15 -07:00
2006-08-27 21:59:59 -05:00
2006-07-03 09:41:12 -05:00
2006-08-26 09:26:57 -05:00
2006-07-28 11:46:38 -05:00
2006-01-01 22:21:50 +01:00
2006-07-02 13:58:53 -07:00
2006-03-19 10:18:42 -06:00
2006-07-02 13:58:53 -07:00
2006-01-14 10:55:12 -06:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2006-07-14 09:41:13 -05:00
2005-11-09 15:44:09 -05:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2006-07-03 09:41:12 -05:00
2006-06-29 13:15:15 -04:00
2005-04-16 15:20:36 -07:00
2006-07-02 13:58:53 -07:00
2005-04-16 15:20:36 -07:00
2006-09-12 17:12:31 -05:00
2006-09-12 17:12:31 -05:00
2006-09-12 17:12:31 -05:00
2006-09-12 17:12:31 -05:00
2006-08-04 09:28:43 -04:00
2005-11-09 15:44:09 -05:00
2006-09-23 11:51:57 -05:00
2006-02-28 11:20:45 -06:00
2006-06-30 19:25:36 +02:00
2005-11-09 15:44:09 -05:00
2006-07-02 13:58:53 -07:00
2005-04-16 15:20:36 -07:00
2006-09-23 20:32:52 -05:00
2006-06-30 19:25:36 +02:00
2005-11-09 15:44:09 -05:00
2005-11-07 07:53:41 -08:00
2006-07-14 09:41:13 -05:00
2006-06-30 19:25:36 +02:00
2005-11-09 15:44:09 -05:00
2006-07-03 09:41:12 -05:00
2005-09-15 08:59:36 -05:00
2006-07-02 13:58:53 -07:00
2006-07-02 13:58:53 -07:00
2006-09-23 20:32:52 -05:00
2006-06-30 19:25:36 +02:00
2005-11-10 08:29:07 -06:00
2005-11-09 15:44:09 -05:00
2006-06-30 19:25:36 +02:00
2006-07-09 09:10:06 -05:00
2006-07-02 13:58:53 -07:00
2006-07-02 13:58:53 -07:00
2006-07-02 13:58:53 -07:00
2005-04-16 15:20:36 -07:00
2006-07-02 13:58:53 -07:00
2006-07-02 13:58:53 -07:00
2006-09-23 20:32:52 -05:00
2005-11-09 15:44:09 -05:00
2006-07-02 13:58:53 -07:00
2005-11-09 15:44:09 -05:00
2006-09-23 20:28:19 -05:00
2006-09-23 20:28:19 -05:00
2005-04-16 15:20:36 -07:00
2006-07-02 13:58:53 -07:00
2006-08-23 15:33:07 -07:00
2006-06-23 23:15:54 -07:00
2006-07-02 13:58:53 -07:00
2006-08-06 15:59:26 -05:00
2005-11-09 15:48:20 -05:00
2006-07-02 13:58:53 -07:00
2006-07-02 13:58:53 -07:00
2005-04-16 15:20:36 -07:00
2006-06-30 19:25:36 +02:00
2005-04-16 15:20:36 -07:00
2006-08-06 15:59:26 -05:00
2006-06-30 19:25:36 +02:00
2005-04-16 15:20:36 -07:00
2006-06-10 10:24:40 -05:00
2006-06-10 10:24:40 -05:00
2006-06-10 10:24:40 -05:00
2006-07-02 13:58:53 -07:00
2006-06-10 10:24:40 -05:00
2006-09-12 17:12:31 -05:00
2006-09-12 17:12:31 -05:00
2006-08-31 11:18:03 -04:00
2005-04-16 15:20:36 -07:00
2006-08-27 21:59:59 -05:00
2006-06-10 10:36:13 -05:00
2006-07-02 13:58:53 -07:00
2005-11-09 15:44:09 -05:00
2006-08-27 11:01:32 -07:00
2006-06-30 19:25:36 +02:00
2006-06-26 18:19:23 +02:00
2006-07-02 13:58:53 -07:00
2005-11-09 15:44:09 -05:00
2006-07-02 13:58:53 -07:00
2006-06-30 19:25:36 +02:00
2006-08-06 15:50:50 -05:00
2006-08-06 15:51:12 -05:00
2006-07-02 13:58:53 -07:00
2005-11-10 08:29:07 -06:00
2006-09-23 15:33:43 -05:00
2006-09-23 15:33:43 -05:00
2006-07-14 09:41:13 -05:00
2006-09-24 01:52:47 -04:00
2006-07-02 13:58:53 -07:00
2006-09-02 13:37:40 -05:00
2006-08-01 10:37:25 +10:00
2005-04-16 15:20:36 -07:00
2006-06-25 10:00:58 -07:00
2006-06-25 10:00:58 -07:00
2005-06-17 12:04:45 -05:00
2006-09-24 01:52:47 -04:00
2005-11-09 15:44:09 -05:00
2006-09-23 11:53:09 -05:00
2006-02-12 11:11:09 -06:00
2006-08-01 10:37:25 +10:00
2005-04-16 15:20:36 -07:00
2005-11-10 08:29:07 -06:00
2005-11-09 15:44:09 -05:00
2006-09-12 17:12:31 -05:00
2006-09-12 17:12:31 -05:00
2006-06-26 09:58:18 -07:00
2006-06-30 19:25:36 +02:00
2006-06-10 10:45:30 -05:00
2006-07-26 07:30:45 -07:00
2006-06-30 19:25:36 +02:00
2006-07-02 13:58:53 -07:00
2005-06-17 12:04:45 -05:00
2006-07-12 12:03:43 -04:00
2005-04-16 15:20:36 -07:00
2006-07-02 13:58:53 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2006-07-03 09:41:12 -05:00
2005-11-09 07:55:57 -08:00
2006-07-02 13:58:53 -07:00
2006-06-30 19:25:36 +02:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2006-06-23 07:43:02 -07:00
2006-06-30 19:25:36 +02:00
2006-07-02 13:58:53 -07:00
2005-11-09 15:44:09 -05:00
2005-11-10 08:29:07 -06:00
2006-07-14 09:41:13 -05:00
2005-11-09 15:48:20 -05:00
2006-06-30 19:25:36 +02:00
2006-06-26 18:19:23 +02:00
2005-11-09 15:44:09 -05:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-05-20 12:53:13 -05:00
2005-05-20 12:53:13 -05:00
2005-05-20 12:53:13 -05:00
2006-07-03 09:41:12 -05:00
2005-08-02 11:43:52 -05:00
2005-10-28 21:10:16 -05:00
2005-06-17 12:04:45 -05:00
2005-11-09 15:44:09 -05:00
2005-04-16 15:20:36 -07:00
2006-07-14 09:41:13 -05:00
2005-04-16 15:20:36 -07:00
2006-06-10 10:45:30 -05:00
2005-04-16 15:20:36 -07:00
2006-09-23 17:37:44 -05:00
2005-04-16 15:20:36 -07:00
2006-06-26 09:30:00 -05:00
2006-09-13 07:32:14 -07:00
2006-07-28 09:04:09 +02:00
2006-08-19 13:31:53 -07:00
2006-06-30 19:25:36 +02:00
2005-04-16 15:20:36 -07:00
2006-09-02 15:33:49 -05:00
2006-09-02 15:33:49 -05:00
2006-08-06 15:59:26 -05:00
2006-06-28 12:40:54 -04:00
2006-09-07 10:08:43 -05:00
2005-04-16 15:20:36 -07:00
2006-06-30 19:25:36 +02:00
2006-05-20 00:39:08 -04:00
2006-09-23 22:07:20 -05:00
2006-09-02 13:37:43 -05:00
2006-09-07 15:16:44 -05:00
2006-09-23 20:53:53 -05:00
2006-06-10 16:24:40 -05:00
2006-09-24 19:49:01 -07:00
2006-08-19 13:39:11 -07:00
2006-06-26 16:33:10 -05:00
2006-09-02 13:37:47 -05:00
2006-07-14 09:41:13 -05:00
2005-11-09 15:44:09 -05:00
2006-09-26 09:23:15 -07:00
2006-09-12 17:12:31 -05:00
2006-07-02 13:58:53 -07:00
2006-03-23 07:38:09 -08:00
2006-06-30 19:25:36 +02:00
2006-07-09 11:56:44 -05:00
2006-03-23 07:38:09 -08:00
2005-04-16 15:20:36 -07:00
2006-07-09 11:27:03 -05:00
2006-06-29 11:06:30 -04:00
2006-09-02 13:57:28 -05:00
2006-07-14 09:41:13 -05:00
2005-11-09 15:44:09 -05:00
2005-11-09 15:44:09 -05:00
2005-11-09 15:44:09 -05:00
2006-07-14 09:41:13 -05:00
2005-11-09 15:44:09 -05:00
2005-11-09 15:44:09 -05:00
2006-07-02 13:58:53 -07:00
2005-11-09 15:44:09 -05:00
2006-07-02 13:58:53 -07:00
2006-06-30 19:25:36 +02:00
2006-07-02 13:58:53 -07:00
2006-09-07 12:39:34 -05:00
2006-09-07 12:39:34 -05:00
2006-07-14 09:41:13 -05:00
2006-06-30 19:25:36 +02:00
2006-07-02 13:58:53 -07:00
2006-07-02 13:58:53 -07:00