Re: [Regression bisected] btrfs: always wait on ordered extents at fsync time

2018-11-09 Thread Mel Gorman
On Fri, Nov 09, 2018 at 09:51:48PM +, Mel Gorman wrote: > Unfortunately, as > I'm about to travel, I didn't attempt a revert and a test comparing 4.18, > 4.19 and 4.20-rc1 is a few hours away so this could potentially be fixed > already but I didn't spot any obvious Fixes commi

[Regression bisected] btrfs: always wait on ordered extents at fsync time

2018-11-09 Thread Mel Gorman
mpera::Fri 9 Nov 20:34:41 GMT 2018::reaim delboy :bad: b5e6c3e170b77025b5f6174258c7ad71eed2d4de scaled 4272+-90 sigma 6347 actual 4272.68+-90.93 Hmean-new_dbase-5 impera::Fri 9 Nov 20:57:11 GMT 2018::reaim delboy :good: 16d1c062c7de2999ea7be61d31070fa4ce3d99c4 scaled 6541+-556 sigma 6347 actual 6541.07+-556.74 Hmean-new_dbase-5 -- Mel Gorman SUSE Labs

Re: [ANNOUNCE] fsperf: a simple fs/block performance testing framework

2017-10-10 Thread Mel Gorman
un those distributions. Even with the quality-of-implementation issues, it seems to me that it covers a lot of the requirements that fsperf aims for. -- Mel Gorman SUSE Labs -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [RFC PATCH] mm, memcg: fix (Re: OOM: Better, but still there on)

2016-12-30 Thread Mel Gorman
On Fri, Dec 30, 2016 at 12:05:45PM +0100, Michal Hocko wrote: > On Fri 30-12-16 10:19:26, Mel Gorman wrote: > > On Mon, Dec 26, 2016 at 01:48:40PM +0100, Michal Hocko wrote: > > > On Fri 23-12-16 23:26:00, Nils Holland wrote: > > > > On Fri, Dec 23, 2016 at 03:47:

Re: [RFC PATCH] mm, memcg: fix (Re: OOM: Better, but still there on)

2016-12-30 Thread Mel Gorman
ernel starting with 4.8 kernels > I think it's unfortunate that per-zone stats are reintroduced to the memcg structure. I can't help but think that it would have also worked to always rotate a small number of pages if !inactive_list_is_low and reclaiming for memcg even if it distorted page agin

btrfs deadlocks under stress up until 3.12

2013-12-04 Thread Mel Gorman
about the general stability of btrfs even though the issues are already resolved. I note there are a number of deadlock-related fixes merged for btrfs between 3.11 and 3.12. Are there plans to backport them? -- Mel Gorman SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux

Re: [patch 1/5] mm: exclude reserved pages from dirtyable memory

2011-10-03 Thread Mel Gorman
...@redhat.com Reviewed-by: Rik van Riel r...@redhat.com Acked-by: Mel Gorman mgor...@suse.de -- Mel Gorman SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo

Re: [patch 5/5] Btrfs: pass __GFP_WRITE for buffered write page allocations

2011-10-03 Thread Mel Gorman
On Fri, Sep 30, 2011 at 09:17:24AM +0200, Johannes Weiner wrote: Tell the page allocator that pages allocated for a buffered write are expected to become dirty soon. Signed-off-by: Johannes Weiner jwei...@redhat.com Reviewed-by: Rik van Riel r...@redhat.com Acked-by: Mel Gorman mgor

Re: [patch 1/2/4] mm: writeback: cleanups in preparation for per-zone dirty limits

2011-09-28 Thread Mel Gorman
...@redhat.com Acked-by: Mel Gorman m...@suse.de -- Mel Gorman SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [patch 2/2/4] mm: try to distribute dirty pages fairly across zones

2011-09-28 Thread Mel Gorman
states into account. Signed-off-by: Johannes Weiner jwei...@redhat.com Acked-by: Mel Gorman mgor...@suse.de -- Mel Gorman SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: [patch 1/4] mm: exclude reserved pages from dirtyable memory

2011-09-21 Thread Mel Gorman
; + zone-totalreserve_pages = max; reserve_pages += max; } } -- Mel Gorman SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: [patch 2/4] mm: writeback: distribute write pages across allowable zones

2011-09-21 Thread Mel Gorman
. -- Mel Gorman SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [patch 3/4] mm: filemap: pass __GFP_WRITE from grab_cache_page_write_begin()

2011-09-21 Thread Mel Gorman
On Tue, Sep 20, 2011 at 03:45:14PM +0200, Johannes Weiner wrote: Tell the page allocator that pages allocated through grab_cache_page_write_begin() are expected to become dirty soon. Signed-off-by: Johannes Weiner jwei...@redhat.com Acked-by: Mel Gorman mgor...@suse.de -- Mel Gorman SUSE

Re: [patch 1/4] mm: exclude reserved pages from dirtyable memory

2011-09-21 Thread Mel Gorman
On Wed, Sep 21, 2011 at 03:04:23PM +0100, Mel Gorman wrote: On Tue, Sep 20, 2011 at 03:45:12PM +0200, Johannes Weiner wrote: The amount of dirtyable pages should not include the total number of free pages: there is a number of reserved pages that the page allocator and kswapd always try