Jan Kara
9b4c0ff32c
ocfs2: Fix deadlock when allocating page
...
We cannot call grab_cache_page() when holding filesystem locks or with
a transaction started as grab_cache_page() calls page allocation with
GFP_KERNEL flag and thus page reclaim can recurse back into the filesystem
causing deadlocks or various assertion failures. We have to use
find_or_create_page() instead and pass it GFP_NOFS as we do with other
allocations.
Acked-by: Mark Fasheh <mfasheh@suse.com>
Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Tao Ma <tao.ma@oracle.com>
2010-09-08 14:25:57 +08:00
..
2010-08-07 10:50:33 -07:00
2010-08-13 10:43:50 -07:00
2010-08-10 11:26:52 -07:00
2010-08-07 10:46:46 -07:00
2009-10-28 23:05:57 -07:00
2010-09-08 14:25:57 +08:00
2010-05-18 16:40:42 -07:00
2010-08-09 16:47:29 -04:00
2009-09-22 20:09:36 -07:00
2010-09-08 14:25:53 +08:00
2010-04-30 13:37:29 -07:00
2010-05-18 16:40:42 -07:00
2010-07-20 17:20:08 +02:00
2009-09-22 20:09:28 -07:00
2010-01-25 19:20:51 -08:00
2010-03-30 22:02:32 +09:00
2009-09-22 20:09:39 -07:00
2010-09-08 14:25:57 +08:00
2010-07-08 13:25:35 -07:00
2010-03-30 22:02:32 +09:00
2010-09-08 14:25:54 +08:00
2010-08-09 16:48:35 -04:00
2010-02-02 18:56:37 -08:00
2010-03-02 14:10:20 -08:00
2010-08-07 13:03:53 -07:00
2010-05-05 18:17:29 -07:00
2009-10-28 23:05:57 -07:00
2010-06-15 16:50:43 -07:00
2010-05-05 18:18:07 -07:00
2010-03-17 12:07:16 -07:00
2010-05-05 18:17:30 -07:00
2010-09-08 14:25:55 +08:00
2010-05-21 18:31:25 -04:00
2009-09-22 20:09:48 -07:00
2010-05-05 18:18:07 -07:00
2010-03-02 14:10:20 -08:00
2009-09-22 20:09:28 -07:00
2010-02-26 15:41:18 -08:00
2010-05-05 18:18:07 -07:00
2010-07-08 13:25:35 -07:00
2010-07-08 13:25:35 -07:00
2010-05-21 19:30:48 +02:00
2010-09-08 14:25:57 +08:00
2010-05-18 12:25:10 -07:00
2010-06-28 10:19:19 +10:00
2010-05-05 18:18:09 -07:00
2010-05-05 18:17:29 -07:00
2010-03-30 22:02:32 +09:00
2010-03-30 22:02:32 +09:00
2010-02-26 15:41:18 -08:00
2010-02-26 15:41:18 -08:00
2010-09-08 14:25:56 +08:00
2010-05-05 18:17:30 -07:00
2010-08-10 11:26:52 -07:00
2010-05-10 11:50:10 -07:00
2010-01-11 15:38:50 -08:00
2010-03-30 22:02:32 +09:00
2010-01-25 19:20:51 -08:00
2009-09-04 16:07:50 -07:00
2010-07-12 13:57:50 -07:00
2010-05-21 18:31:20 -04:00