Re: [PATCH 0/4] btrfs: a few fsync related minor improvements and a cleanup
From: David Sterba <hidden>
Date: 2021-07-22 13:58:43
From: David Sterba <hidden>
Date: 2021-07-22 13:58:43
On Tue, Jul 20, 2021 at 04:03:39PM +0100, fdmanana@kernel.org wrote:
From: Filipe Manana <redacted>
The following patches remove some unnecessary code and bring a couple minor
performance improvements in the fsync path. They are independent of each other,
but are grouped in the same pathset just because they relate around the same
code. The last patch has some performance results in its changelog.
Filipe Manana (4):
btrfs: remove racy and unnecessary inode transaction update when using
no-holes
btrfs: avoid unnecessary log mutex contention when syncing log
btrfs: remove unnecessary list head initialization when syncing log
btrfs: avoid unnecessary lock and leaf splits when updating inode in
the logAdded to misc-next, thanks.