| From: |
| Dave Chinner <david-AT-fromorbit.com> |
| To: |
| linux-xfs-AT-vger.kernel.org |
| Subject: |
| [PATCH V2 0/5] xfs: speed up large directory modifications |
| Date: |
| Thu, 29 Aug 2019 16:30:37 +1000 |
| Message-ID: |
| <20190829063042.22902-1-david@fromorbit.com> |
| Archive-link: |
| Article |
Hi folks,
After a long time I've managed to get back to these directory
speedup patches, originally posted here:
https://lore.kernel.org/linux-xfs/20181024225716.19459-1-...
I've addressed all of Christoph's original issues, incorporated his
suggestions, updated the benchmark results (same/slightly better
improvement) and done more testing on it. The series has been in my
test tree since I posted it ~9 months ago and has been in all my
benchmarking work over that time. I haven't seen any performance
regression as a result of the change of algorithm, but there are a
few that go a lot faster....
Comments welcome.
-Dave.