Re: [PATCH v2 0/3] btrfs: ENOMEM bugfixes

2015-04-13 Thread Omar Sandoval
On Fri, Mar 27, 2015 at 02:06:49PM -0700, Omar Sandoval wrote: > On Fri, Mar 13, 2015 at 12:43:42PM -0700, Omar Sandoval wrote: > > On Fri, Mar 13, 2015 at 12:04:30PM +0100, David Sterba wrote: > > > On Wed, Mar 11, 2015 at 09:40:17PM -0700, Omar Sandoval wrote: > > > > Ping. For anyone following a

Re: [PATCH v2 0/3] btrfs: ENOMEM bugfixes

2015-03-27 Thread Omar Sandoval
On Fri, Mar 13, 2015 at 12:43:42PM -0700, Omar Sandoval wrote: > On Fri, Mar 13, 2015 at 12:04:30PM +0100, David Sterba wrote: > > On Wed, Mar 11, 2015 at 09:40:17PM -0700, Omar Sandoval wrote: > > > Ping. For anyone following along, it looks like commit cc87317726f8 > > > ("mm: page_alloc: revert

Re: [PATCH v2 0/3] btrfs: ENOMEM bugfixes

2015-03-13 Thread Omar Sandoval
On Fri, Mar 13, 2015 at 12:04:30PM +0100, David Sterba wrote: > On Wed, Mar 11, 2015 at 09:40:17PM -0700, Omar Sandoval wrote: > > Ping. For anyone following along, it looks like commit cc87317726f8 > > ("mm: page_alloc: revert inadvertent !__GFP_FS retry behavior change") > > reverted the commit t

Re: [PATCH v2 0/3] btrfs: ENOMEM bugfixes

2015-03-13 Thread David Sterba
On Wed, Mar 11, 2015 at 09:40:17PM -0700, Omar Sandoval wrote: > Ping. For anyone following along, it looks like commit cc87317726f8 > ("mm: page_alloc: revert inadvertent !__GFP_FS retry behavior change") > reverted the commit that exposed these bugs. Josef said he was okay with > taking these, wi

Re: [PATCH v2 0/3] btrfs: ENOMEM bugfixes

2015-03-11 Thread Omar Sandoval
On Tue, Feb 24, 2015 at 02:47:03AM -0800, Omar Sandoval wrote: > Hi, everyone, > > This patch series fixes a few bugs that occur under low memory conditions. > These were exposed by a change in behavior of GFP_NOFS allocations in > 3.19-rc7, > by commit 9879de7373fc ("mm: page_alloc: embed OOM ki

[PATCH v2 0/3] btrfs: ENOMEM bugfixes

2015-02-24 Thread Omar Sandoval
Hi, everyone, This patch series fixes a few bugs that occur under low memory conditions. These were exposed by a change in behavior of GFP_NOFS allocations in 3.19-rc7, by commit 9879de7373fc ("mm: page_alloc: embed OOM killing naturally into allocation slowpath"). While the mm people sort that ou