Linux XFS filesystem development
 help / color / mirror / Atom feed
* Include 'xfs: speed up large directory modifications' in 5.3?
@ 2019-06-30 11:28 Holger Hoffstätte
  2019-06-30 15:39 ` Darrick J. Wong
  0 siblings, 1 reply; 4+ messages in thread
From: Holger Hoffstätte @ 2019-06-30 11:28 UTC (permalink / raw)
  To: linux-xfs

Hi,

I have been running with Dave's series for faster directory inserts since
forever without any issues, and the last revision [1] still applies cleanly
to current5.2-rc (not sure about xfs-next though).
Any chance this can be included in 5.3? IMHO it would be a shame if this
fell through the cracks again.

Thanks,
Holger

[1] https://patchwork.kernel.org/project/xfs/list/?series=34713

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Include 'xfs: speed up large directory modifications' in 5.3?
  2019-06-30 11:28 Include 'xfs: speed up large directory modifications' in 5.3? Holger Hoffstätte
@ 2019-06-30 15:39 ` Darrick J. Wong
  2019-06-30 22:36   ` Dave Chinner
  0 siblings, 1 reply; 4+ messages in thread
From: Darrick J. Wong @ 2019-06-30 15:39 UTC (permalink / raw)
  To: Holger Hoffstätte, Dave Chinner; +Cc: linux-xfs

On Sun, Jun 30, 2019 at 01:28:09PM +0200, Holger Hoffstätte wrote:
> Hi,
> 
> I have been running with Dave's series for faster directory inserts since
> forever without any issues, and the last revision [1] still applies cleanly
> to current5.2-rc (not sure about xfs-next though).
> Any chance this can be included in 5.3? IMHO it would be a shame if this
> fell through the cracks again.
> 
> Thanks,
> Holger
> 
> [1] https://patchwork.kernel.org/project/xfs/list/?series=34713

Christoph reviewed most of the series, but it looked like he and Dave
went back and forth a bit on the second to last patch and Dave never
sent a v2 series or a request to just merge it as is, so I didn't take
any action.  Hey Dave, are you still working on a resubmission for this
series?

--D

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Include 'xfs: speed up large directory modifications' in 5.3?
  2019-06-30 15:39 ` Darrick J. Wong
@ 2019-06-30 22:36   ` Dave Chinner
  2019-06-30 23:11     ` Darrick J. Wong
  0 siblings, 1 reply; 4+ messages in thread
From: Dave Chinner @ 2019-06-30 22:36 UTC (permalink / raw)
  To: Darrick J. Wong; +Cc: Holger Hoffstätte, linux-xfs

On Sun, Jun 30, 2019 at 08:39:55AM -0700, Darrick J. Wong wrote:
> On Sun, Jun 30, 2019 at 01:28:09PM +0200, Holger Hoffstätte wrote:
> > Hi,
> > 
> > I have been running with Dave's series for faster directory inserts since
> > forever without any issues, and the last revision [1] still applies cleanly
> > to current5.2-rc (not sure about xfs-next though).
> > Any chance this can be included in 5.3? IMHO it would be a shame if this
> > fell through the cracks again.
> > 
> > Thanks,
> > Holger
> > 
> > [1] https://patchwork.kernel.org/project/xfs/list/?series=34713
> 
> Christoph reviewed most of the series, but it looked like he and Dave
> went back and forth a bit on the second to last patch and Dave never
> sent a v2 series or a request to just merge it as is, so I didn't take
> any action.  Hey Dave, are you still working on a resubmission for this
> series?

It's in my stack somewhere. Not for this cycle. Can't even remember
what was the issue with it.  I'm pretty sure that was about when the
whole copy file range debacle exploded in our faces, which was why
there was no followup back then...

Cheers,

Dave.
-- 
Dave Chinner
david@fromorbit.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Include 'xfs: speed up large directory modifications' in 5.3?
  2019-06-30 22:36   ` Dave Chinner
@ 2019-06-30 23:11     ` Darrick J. Wong
  0 siblings, 0 replies; 4+ messages in thread
From: Darrick J. Wong @ 2019-06-30 23:11 UTC (permalink / raw)
  To: Dave Chinner; +Cc: Holger Hoffstätte, linux-xfs

On Mon, Jul 01, 2019 at 08:36:05AM +1000, Dave Chinner wrote:
> On Sun, Jun 30, 2019 at 08:39:55AM -0700, Darrick J. Wong wrote:
> > On Sun, Jun 30, 2019 at 01:28:09PM +0200, Holger Hoffstätte wrote:
> > > Hi,
> > > 
> > > I have been running with Dave's series for faster directory inserts since
> > > forever without any issues, and the last revision [1] still applies cleanly
> > > to current5.2-rc (not sure about xfs-next though).
> > > Any chance this can be included in 5.3? IMHO it would be a shame if this
> > > fell through the cracks again.
> > > 
> > > Thanks,
> > > Holger
> > > 
> > > [1] https://patchwork.kernel.org/project/xfs/list/?series=34713
> > 
> > Christoph reviewed most of the series, but it looked like he and Dave
> > went back and forth a bit on the second to last patch and Dave never
> > sent a v2 series or a request to just merge it as is, so I didn't take
> > any action.  Hey Dave, are you still working on a resubmission for this
> > series?
> 
> It's in my stack somewhere. Not for this cycle. Can't even remember
> what was the issue with it.  I'm pretty sure that was about when the
> whole copy file range debacle exploded in our faces, which was why
> there was no followup back then...

I vague recollection is that I looked at it and remember thinking it was
fine except maybe for the tweaks hch suggested, and then copyfilerange
blew up and that was it, everything got derailed. :(

/me shakes fist at crAPIs....

--D

> Cheers,
> 
> Dave.
> -- 
> Dave Chinner
> david@fromorbit.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-06-30 23:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-30 11:28 Include 'xfs: speed up large directory modifications' in 5.3? Holger Hoffstätte
2019-06-30 15:39 ` Darrick J. Wong
2019-06-30 22:36   ` Dave Chinner
2019-06-30 23:11     ` Darrick J. Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox