Re: [Cluster-devel] [PATCH v8 00/25] Change readahead API

2020-03-19 Thread William Kucharski
For the series: Reviewed-by: William Kucharski

Re: [Cluster-devel] [PATCH v8 00/25] Change readahead API

2020-03-19 Thread Matthew Wilcox
On Thu, Mar 19, 2020 at 03:20:38AM -0700, Christoph Hellwig wrote: > Any plans to resend this with the little nitpicks fixed? I'd love to > get this series into 5.7.. The only nitpick I see left is the commit comment in the btrfs patch, and a note from Dave Sterba that he intends to review it.

Re: [Cluster-devel] [PATCH v8 00/25] Change readahead API

2020-03-19 Thread Christoph Hellwig
Any plans to resend this with the little nitpicks fixed? I'd love to get this series into 5.7..

[Cluster-devel] [PATCH v8 00/25] Change readahead API

2020-02-25 Thread Matthew Wilcox
From: "Matthew Wilcox (Oracle)" This series adds a readahead address_space operation to replace the readpages operation. The key difference is that pages are added to the page cache as they are allocated (and then looked up by the filesystem) instead of passing them on a list to the readpages