All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] btrfs: a few fsync related minor improvements and a cleanup
@ 2021-07-20 15:03 fdmanana
  2021-07-20 15:03 ` [PATCH 1/4] btrfs: remove racy and unnecessary inode transaction update when using no-holes fdmanana
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: fdmanana @ 2021-07-20 15:03 UTC (permalink / raw)
  To: linux-btrfs

From: Filipe Manana <fdmanana@suse.com>

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 log

 fs/btrfs/inode.c    | 12 ++++------
 fs/btrfs/tree-log.c | 56 ++++++++++++++++++++++++++++++++++++---------
 2 files changed, 50 insertions(+), 18 deletions(-)

-- 
2.30.2


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

end of thread, other threads:[~2021-07-23  8:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-20 15:03 [PATCH 0/4] btrfs: a few fsync related minor improvements and a cleanup fdmanana
2021-07-20 15:03 ` [PATCH 1/4] btrfs: remove racy and unnecessary inode transaction update when using no-holes fdmanana
2021-07-20 15:03 ` [PATCH 2/4] btrfs: avoid unnecessary log mutex contention when syncing log fdmanana
2021-07-20 15:03 ` [PATCH 3/4] btrfs: remove unnecessary list head initialization " fdmanana
2021-07-23  6:20   ` Nikolay Borisov
2021-07-23  8:11     ` Filipe Manana
2021-07-20 15:03 ` [PATCH 4/4] btrfs: avoid unnecessary lock and leaf splits when updating inode in the log fdmanana
2021-07-21 19:50 ` [PATCH 0/4] btrfs: a few fsync related minor improvements and a cleanup Josef Bacik
2021-07-22 13:55 ` David Sterba

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.