Jim Harris
3e0a9f1ff2
Fix/add support for SCSI UNMAP to ATA DSM translation.
...
This addresses kernel panic observed when sending SCSI UNMAP
commands to SATA disks attached to isci(4).
1) Flesh out callback routines to allocate/free buffers needed for
translating SCSI UNMAP data to ATA DSM data.
2) Add controller-level pool for storing buffers previously allocated
for UNMAP translation, to lessen chance of no buffer available
under memory pressure.
3) Ensure driver properly handles case where buffer pool is empty
and contigmalloc returns NULL.
Sponsored by: Intel
Reported by: Maksim Yevmenkin <max at netflix dot com>
Discussed with: scottl
MFC after: 3 days
2012-08-21 22:28:14 +00:00
..
2012-07-18 18:10:27 +00:00
2012-07-02 08:31:29 +00:00
2012-08-16 20:54:52 +00:00
2012-06-23 13:52:44 +00:00
2012-03-12 19:29:35 +00:00
2012-06-06 09:07:50 +00:00
2012-08-05 14:11:42 +00:00
2012-03-12 20:31:58 +00:00
2012-07-26 13:44:48 +00:00
2012-08-06 20:01:32 +00:00
2012-04-04 21:09:02 +00:00
2012-02-24 00:02:46 +00:00
2012-04-20 20:27:31 +00:00
2012-03-12 08:03:51 +00:00
2012-03-12 08:03:51 +00:00
2012-04-20 21:17:33 +00:00
2012-07-21 14:59:43 +00:00
2012-08-21 16:44:25 +00:00
2012-07-06 12:13:28 +00:00
2012-08-06 22:53:24 +00:00
2012-06-07 03:22:20 +00:00
2012-03-12 19:29:32 +00:00
2012-05-12 15:11:53 +00:00
2012-03-12 08:03:51 +00:00
2012-03-02 20:38:04 +00:00
2012-07-28 21:56:24 +00:00
2012-03-27 15:13:12 +00:00
2012-03-12 08:03:51 +00:00
2012-08-21 22:23:17 +00:00
2012-08-21 22:23:17 +00:00
2012-05-11 02:40:40 +00:00
2012-03-12 18:15:08 +00:00
2012-04-21 14:23:46 +00:00
2012-08-15 16:19:39 +00:00
2012-08-18 18:26:25 +00:00
2012-08-15 17:12:40 +00:00
2012-03-12 19:29:35 +00:00
2012-08-06 08:58:54 +00:00
2012-05-12 21:08:07 +00:00
2012-06-18 07:54:10 +00:00
2012-08-15 18:37:01 +00:00
2012-01-30 22:47:02 +00:00
2012-07-02 20:36:26 +00:00
2012-06-26 14:51:35 +00:00
2012-06-18 20:19:07 +00:00
2012-05-11 02:40:40 +00:00
2012-03-12 18:15:08 +00:00
2012-04-02 00:11:26 +00:00
2012-05-07 04:15:46 +00:00
2012-03-12 18:15:08 +00:00
2012-03-12 08:03:51 +00:00
2012-08-06 05:27:26 +00:00
2012-06-01 04:34:49 +00:00
2012-06-17 02:46:27 +00:00
2012-06-17 13:48:39 +00:00
2012-03-12 08:03:51 +00:00
2012-01-31 13:00:40 +00:00
2012-03-12 08:03:51 +00:00
2012-08-21 17:31:10 +00:00
2012-03-12 19:29:32 +00:00
2012-08-07 12:40:31 +00:00
2012-03-12 08:03:51 +00:00
2012-03-23 19:32:30 +00:00
2012-08-21 22:28:14 +00:00
2012-04-13 18:21:56 +00:00
2012-08-21 16:18:11 +00:00
2012-07-26 13:58:43 +00:00
2012-03-23 19:32:30 +00:00
2012-06-27 16:07:01 +00:00
2012-03-12 18:15:08 +00:00
2012-07-05 20:51:44 +00:00
2012-06-07 02:24:27 +00:00
2012-08-15 16:19:39 +00:00
2012-03-12 18:15:08 +00:00
2012-08-05 14:11:42 +00:00
2012-07-11 19:08:23 +00:00
2012-08-15 04:07:18 +00:00
2012-08-15 04:03:55 +00:00
2012-08-03 00:11:13 +00:00
2012-03-12 08:03:51 +00:00
2012-08-15 06:31:32 +00:00
2012-08-01 17:31:31 +00:00
2012-06-26 14:51:35 +00:00
2012-04-25 02:46:13 +00:00
2012-07-28 21:56:24 +00:00
2012-04-17 04:52:57 +00:00
2012-05-29 00:53:51 +00:00
2012-07-03 01:00:29 +00:00
2012-08-13 19:14:45 +00:00
2012-03-12 18:15:08 +00:00
2012-04-20 21:43:19 +00:00
2012-03-03 18:03:50 +00:00
2012-08-18 11:25:07 +00:00
2012-03-12 18:15:08 +00:00
2012-06-28 07:26:44 +00:00
2012-07-31 18:47:17 +00:00
2012-03-15 22:53:39 +00:00
2012-08-06 19:49:57 +00:00
2012-02-27 08:57:02 +00:00
2012-05-20 02:43:54 +00:00
2012-08-05 19:37:18 +00:00
2012-04-23 21:49:11 +00:00
2012-05-10 17:41:16 +00:00
2012-08-13 16:03:30 +00:00
2012-03-12 18:15:08 +00:00
2012-07-30 08:56:56 +00:00
2012-05-24 21:24:23 +00:00
2012-05-11 03:17:32 +00:00
2012-04-10 06:52:21 +00:00
2012-03-03 18:08:57 +00:00
2012-06-10 11:17:14 +00:00
2012-06-28 07:28:39 +00:00
2012-04-07 06:56:38 +00:00
2012-08-19 19:40:33 +00:00
2012-08-01 01:18:36 +00:00
2012-07-19 14:43:46 +00:00
2012-03-29 15:47:29 +00:00
2012-03-12 18:15:08 +00:00
2012-05-09 00:56:11 +00:00
2012-06-22 21:46:41 +00:00
2012-08-13 21:29:34 +00:00
2012-03-12 08:03:51 +00:00
2012-08-15 05:37:10 +00:00
2012-03-12 18:15:08 +00:00
2012-08-21 20:18:01 +00:00
2012-02-11 08:12:52 +00:00
2012-06-20 09:01:44 +00:00
2012-07-11 02:57:19 +00:00
2012-05-12 14:37:25 +00:00
2012-06-01 04:23:20 +00:00
2012-05-29 16:39:42 +00:00
2012-03-12 19:29:35 +00:00
2012-02-25 08:01:29 +00:00
2012-06-01 06:20:39 +00:00
2012-07-31 07:22:50 +00:00
2012-06-24 04:29:03 +00:00
2012-05-11 02:40:40 +00:00