On Wed, Aug 19, 2020 at 3:09 PM David Sterba [off-list ref] wrote:
On Tue, Aug 11, 2020 at 12:43:28PM +0100, fdmanana@kernel.org wrote:
quoted
From: Filipe Manana <redacted>
A small group of changes to improve performance of fsync, rename and link operations.
Thank you very much!
quoted
They are farily independent, but patch 3 needs to be applied before patch 2, the
order can be changed if needed.
Details and performance tests are mentioned in the change log of each patch.
A lot of two-digit improvements in throughput and runtime, that's great.
Btw, could you fold the following into patch 3?
https://pastebin.com/raw/hmmmnzJY
It just silences a warning that one of the kernel test robots reported
last sunday:
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org/thread/CRTG5J2M2D7Q7M5GPHXKHOKGKN3GSVWJ/
It doesn't change anything in terms of behaviour.
Thanks.