Re: [PATCH 0/7] btrfs: more performance improvements for dbench workloads

2021-02-01 Thread David Sterba
On Wed, Jan 27, 2021 at 10:34:53AM +, fdman...@kernel.org wrote: > From: Filipe Manana > > The following patchset brings one more batch of performance improvements > with dbench workloads, or anything that mixes file creation, file writes, > renames, unlinks, etc with fsync like dbench does.

Re: [PATCH 0/7] btrfs: more performance improvements for dbench workloads

2021-01-27 Thread Josef Bacik
On 1/27/21 5:34 AM, fdman...@kernel.org wrote: From: Filipe Manana The following patchset brings one more batch of performance improvements with dbench workloads, or anything that mixes file creation, file writes, renames, unlinks, etc with fsync like dbench does. This patchset is mostly based

[PATCH 0/7] btrfs: more performance improvements for dbench workloads

2021-01-27 Thread fdmanana
From: Filipe Manana The following patchset brings one more batch of performance improvements with dbench workloads, or anything that mixes file creation, file writes, renames, unlinks, etc with fsync like dbench does. This patchset is mostly based on avoiding logging directory inodes multiple tim