Patch "ext4: init pagevec in ext4_da_block_invalidatepages" has been added to the 3.0-stable tree

2013-01-18 Thread gregkh
This is a note to let you know that I've just added the patch titled ext4: init pagevec in ext4_da_block_invalidatepages to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: ext4

Patch "ext4: init pagevec in ext4_da_block_invalidatepages" has been added to the 3.4-stable tree

2013-01-18 Thread gregkh
This is a note to let you know that I've just added the patch titled ext4: init pagevec in ext4_da_block_invalidatepages to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: ext4

Patch "ext4: init pagevec in ext4_da_block_invalidatepages" has been added to the 3.7-stable tree

2013-01-18 Thread gregkh
This is a note to let you know that I've just added the patch titled ext4: init pagevec in ext4_da_block_invalidatepages to the 3.7-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: ext4

Re: [PATCH] ext4: init pagevec in ext4_da_block_invalidatepages

2013-01-17 Thread Carlos Maiolino
5773c92a3c4b4 Mon Sep 17 00:00:00 2001 > From: Eric Sandeen > Date: Wed, 14 Nov 2012 22:22:05 -0500 > Subject: [PATCH] ext4: init pagevec in ext4_da_block_invalidatepages > > ext4_da_block_invalidatepages is missing a pagevec_init(), > which means that pvec->cold contains ra

Re: [PATCH] ext4: init pagevec in ext4_da_block_invalidatepages

2013-01-16 Thread Eric Sandeen
Eric Sandeen > From 66bea92c69477a75a5d37b9bfed5773c92a3c4b4 Mon Sep 17 00:00:00 2001 > From: Eric Sandeen > Date: Wed, 14 Nov 2012 22:22:05 -0500 > Subject: [PATCH] ext4: init pagevec in ext4_da_block_invalidatepages > > ext4_da_block_invalidatepages is missing a pagevec_init(), > which means that pvec->co

[PATCH] ext4: init pagevec in ext4_da_block_invalidatepages

2013-01-15 Thread CAI Qian
ect: [PATCH] ext4: init pagevec in ext4_da_block_invalidatepages ext4_da_block_invalidatepages is missing a pagevec_init(), which means that pvec->cold contains random garbage. This affects whether the page goes to the front or back of the LRU when ->cold makes it to free_hot_cold_page() Re

FAILED: patch "[PATCH] ext4: init pagevec in ext4_da_block_invalidatepages" failed to apply to 3.7-stable tree

2013-01-14 Thread gregkh
tree -- >From 66bea92c69477a75a5d37b9bfed5773c92a3c4b4 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Wed, 14 Nov 2012 22:22:05 -0500 Subject: [PATCH] ext4: init pagevec in ext4_da_block_invalidatepages ext4_da_block_invalidatepages is missing a pagevec_init(), which means that pvec->co