[Cluster-devel] [GIT PULL] iomap: new code for 5.6

2020-01-30 Thread Darrick J. Wong
Hi Linus, Please pull this set of new code for 5.6. There's a single patch fixing an off-by-one error when we're checking to see how far we're gotten into an EOF page. --D The following changes since commit fd6988496e79a6a4bdb514a4655d2920209eb85d: Linux 5.5-rc4 (2019-12-29 15:29:16 -0800)

Re: [Cluster-devel] [PATCH 04/12] mm: Add readahead address space operation

2020-01-30 Thread Matthew Wilcox
On Wed, Jan 29, 2020 at 11:24:56AM +1100, Dave Chinner wrote: > On Fri, Jan 24, 2020 at 05:35:45PM -0800, Matthew Wilcox wrote: > > From: "Matthew Wilcox (Oracle)" > > > > This replaces ->readpages with a saner interface: > > - Return the number of pages not read instead of an ignored error code