Message ID | 647e79f4-ddaa-7003-6e00-f31e11535082@kernel.dk (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [GIT,PULL] Improve iomap async dio performance | expand |
On Fri, Jul 21, 2023 at 10:54:41AM -0600, Jens Axboe wrote: > Hi, > > Here's the pull request for improving async dio performance with > iomap. Contains a few generic cleanups as well, but the meat of it > is described in the tagged commit message below. > > Please pull for 6.6! Ah, I just reviewed v4 (v5 came out while I was sleeping) and I think there are still problems with some of the logic... So it might be worth holding off from pulling this until we work through that... -Dave.
On Sat, Jul 22, 2023 at 08:08:51AM +1000, Dave Chinner wrote: > On Fri, Jul 21, 2023 at 10:54:41AM -0600, Jens Axboe wrote: > > Hi, > > > > Here's the pull request for improving async dio performance with > > iomap. Contains a few generic cleanups as well, but the meat of it > > is described in the tagged commit message below. > > > > Please pull for 6.6! > > Ah, I just reviewed v4 (v5 came out while I was sleeping) and I > think there are still problems with some of the logic... > > So it might be worth holding off from pulling this until we work > through that... No worries, next week I'm starting the iomap merging process with willy's large folios write (Monday) and then Ritesh's dirty tracking (Tuesday if nothing blows up), so there's plenty of time for more questions. --D > -Dave. > -- > Dave Chinner > david@fromorbit.com
On 7/21/23 4:08?PM, Dave Chinner wrote: > On Fri, Jul 21, 2023 at 10:54:41AM -0600, Jens Axboe wrote: >> Hi, >> >> Here's the pull request for improving async dio performance with >> iomap. Contains a few generic cleanups as well, but the meat of it >> is described in the tagged commit message below. >> >> Please pull for 6.6! > > Ah, I just reviewed v4 (v5 came out while I was sleeping) and I > think there are still problems with some of the logic... > > So it might be worth holding off from pulling this until we work > through that... No problem, thanks for taking a look! I'll address your feedback tomorrow and I can always just send another pull request.