Re: [f2fs-dev] [PATCH v11 00/63] Convert page cache to XArray

2018-05-31 Thread Ross Zwisler
On Thu, May 31, 2018 at 02:46:12PM -0700, Matthew Wilcox wrote: > On Thu, May 31, 2018 at 03:37:42PM -0600, Ross Zwisler wrote: > > Never mind, just saw your mail from a few weeks ago. :-/ I'll retest on my > > end. > > Don't strain too hard; I found (and fixed) some bugs in the DAX > conversion

Re: [f2fs-dev] [PATCH v11 00/63] Convert page cache to XArray

2018-05-31 Thread Matthew Wilcox
On Thu, May 31, 2018 at 03:37:42PM -0600, Ross Zwisler wrote: > Never mind, just saw your mail from a few weeks ago. :-/ I'll retest on my > end. Don't strain too hard; I found (and fixed) some bugs in the DAX conversion. I keep finding new bugs though -- the latest was that xas_store(xas, NULL

Re: [f2fs-dev] [PATCH v11 00/63] Convert page cache to XArray

2018-05-31 Thread Ross Zwisler
On Thu, May 31, 2018 at 03:36:43PM -0600, Ross Zwisler wrote: > On Mon, Apr 16, 2018 at 10:01:33AM -0600, Ross Zwisler wrote: > > On Sat, Apr 14, 2018 at 07:12:13AM -0700, Matthew Wilcox wrote: > > > From: Matthew Wilcox > > > > > > This conversion keeps the radix tree and XArray data structures

Re: [f2fs-dev] [PATCH v11 00/63] Convert page cache to XArray

2018-05-31 Thread Ross Zwisler
On Mon, Apr 16, 2018 at 10:01:33AM -0600, Ross Zwisler wrote: > On Sat, Apr 14, 2018 at 07:12:13AM -0700, Matthew Wilcox wrote: > > From: Matthew Wilcox > > > > This conversion keeps the radix tree and XArray data structures in sync > > at all times. That allows us to convert the page cache one

Re: [f2fs-dev] [PATCH v11 00/63] Convert page cache to XArray

2018-04-16 Thread Ross Zwisler
On Sat, Apr 14, 2018 at 07:12:13AM -0700, Matthew Wilcox wrote: > From: Matthew Wilcox > > This conversion keeps the radix tree and XArray data structures in sync > at all times. That allows us to convert the page cache one function at > a time and should allow for easier bisection. Other than

[f2fs-dev] [PATCH v11 00/63] Convert page cache to XArray

2018-04-14 Thread Matthew Wilcox
From: Matthew Wilcox This conversion keeps the radix tree and XArray data structures in sync at all times. That allows us to convert the page cache one function at a time and should allow for easier bisection. Other than renaming some elements of the structures, the data structures are fundamen