Re: [GIT PULL] iomap: new code for 5.9-rc1

2020-08-05 Thread Andreas Gruenbacher
Hi Darrick, On Wed, Aug 5, 2020 at 5:40 PM Darrick J. Wong wrote: > > Andreas Gruenbacher (1): > iomap: Make sure iomap_end is called after iomap_begin that commit (d1b4f507d71de) contains the following garbage in the commit

Re: [GIT PULL] iomap: new code for 5.9-rc1

2020-08-05 Thread Darrick J. Wong
On Wed, Aug 05, 2020 at 05:54:31PM +0200, Andreas Gruenbacher wrote: > Hi Darrick, > > On Wed, Aug 5, 2020 at 5:40 PM Darrick J. Wong wrote: > > > > Andreas Gruenbacher (1): > > iomap: Make sure iomap_end is called after iomap

Re: [GIT PULL] iomap: new code for 5.9-rc1

2020-08-05 Thread Darrick J. Wong
On Wed, Aug 05, 2020 at 09:23:49AM -0700, Darrick J. Wong wrote: > On Wed, Aug 05, 2020 at 05:54:31PM +0200, Andreas Gruenbacher wrote: > > Hi Darrick, > > > > On Wed, Aug 5, 2020 at 5:40 PM Darrick J. Wong wrote: > > > > > > Andrea

[GIT PULL] iomap: new code for 5.9-rc1

2020-08-05 Thread Darrick J. Wong
Hi Linus, Please pull these new changes to the iomap code for 5.9. The most notable changes are: 1) iomap no longer invalidate the page cache when performing a direct read, since doing so is unnecessary and the old directio code doesn't do that either. 2) iomap embraced the use of returning ENO