Badari Pulavarty
ea817398e6
[PATCH] Manage jbd allocations from its own slabs
...
JBD currently allocates commit and frozen buffers from slabs. With
CONFIG_SLAB_DEBUG, its possible for an allocation to cross the page
boundary causing IO problems.
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=200127
So, instead of allocating these from regular slabs - manage allocation from
its own slabs and disable slab debug for these slabs.
[akpm@osdl.org: cleanups]
Signed-off-by: Badari Pulavarty <pbadari@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-08-27 11:01:32 -07:00
..
2006-08-03 16:56:02 -04:00
2006-08-24 15:51:32 -04:00
2006-08-03 10:59:42 -04:00
2006-07-31 13:28:36 -07:00
2006-08-27 11:01:29 -07:00
2006-07-23 12:12:16 -07:00
2006-07-26 07:21:40 -07:00
2006-08-06 08:57:47 -07:00
2006-07-31 13:28:37 -07:00
2006-07-31 13:28:36 -07:00
2006-08-14 12:54:29 -07:00
2006-08-19 17:44:31 -04:00
2006-08-03 10:50:30 -04:00
2006-07-28 21:02:00 -07:00
2006-07-14 21:53:53 -07:00
2006-07-28 08:54:59 +02:00
2006-08-17 16:29:46 -07:00
2006-07-12 16:09:08 -07:00
2006-08-21 10:02:50 +02:00
2006-07-31 13:28:39 -07:00
2006-08-27 11:01:32 -07:00
2006-07-31 13:28:43 -07:00
2006-08-11 14:06:05 -07:00
2006-08-03 13:20:06 -07:00
2006-07-14 21:53:52 -07:00
2006-07-19 14:06:53 -04:00
2006-07-14 21:53:56 -07:00
2006-08-14 12:54:29 -07:00
2006-07-14 21:53:52 -07:00
2006-07-14 21:53:55 -07:00
2006-08-17 18:22:32 -07:00
2006-08-26 20:28:30 -07:00
2006-08-03 16:55:41 -04:00
2006-08-24 15:51:59 -04:00
2006-07-14 21:53:54 -07:00
2006-08-03 13:20:06 -07:00
2006-07-12 16:05:48 -07:00
2006-07-12 16:05:48 -07:00
2006-08-19 17:44:31 -04:00
2006-07-12 16:09:08 -07:00
2006-07-31 13:28:45 -07:00
2006-07-13 13:21:35 -07:00
2006-08-06 08:57:45 -07:00
2006-08-02 14:37:06 -07:00
2006-08-13 20:12:58 -07:00
2006-07-14 21:53:57 -07:00
2006-07-14 21:53:57 -07:00
2006-07-14 21:53:56 -07:00
2006-08-02 16:41:42 -07:00
2006-08-02 16:52:10 -07:00
2006-07-29 17:22:29 -03:00
2006-07-29 17:22:30 -03:00
2006-07-14 21:53:51 -07:00
2006-08-06 08:57:47 -07:00
2006-08-27 11:01:29 -07:00