All of lore.kernel.org
 help / color / mirror / Atom feed
From: fdmanana@kernel.org
To: linux-btrfs@vger.kernel.org
Subject: [PATCH 0/8] btrfs: some speedups for io tree operations and cleanups
Date: Fri, 22 Sep 2023 11:39:01 +0100	[thread overview]
Message-ID: <cover.1695333278.git.fdmanana@suse.com> (raw)

From: Filipe Manana <fdmanana@suse.com>

These are some changes to make some io tree operations more efficient and
some cleanups. More details on the changelogs.

Filipe Manana (8):
  btrfs: make extent state merges more efficient during insertions
  btrfs: update stale comment at extent_io_tree_release()
  btrfs: make wait_extent_bit() static
  btrfs: remove pointless memory barrier from extent_io_tree_release()
  btrfs: collapse wait_on_state() to its caller wait_extent_bit()
  btrfs: make extent_io_tree_release() more efficient
  btrfs: use extent_io_tree_release() to empty dirty log pages
  btrfs: make sure we cache next state in find_first_extent_bit()

 fs/btrfs/extent-io-tree.c | 201 ++++++++++++++++++++++++--------------
 fs/btrfs/extent-io-tree.h |   2 -
 fs/btrfs/tree-log.c       |   3 +-
 3 files changed, 126 insertions(+), 80 deletions(-)

-- 
2.40.1


             reply	other threads:[~2023-09-22 10:39 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-22 10:39 fdmanana [this message]
2023-09-22 10:39 ` [PATCH 1/8] btrfs: make extent state merges more efficient during insertions fdmanana
2023-09-22 10:39 ` [PATCH 2/8] btrfs: update stale comment at extent_io_tree_release() fdmanana
2023-09-22 10:39 ` [PATCH 3/8] btrfs: make wait_extent_bit() static fdmanana
2023-09-22 22:49   ` Anand Jain
2023-09-22 10:39 ` [PATCH 4/8] btrfs: remove pointless memory barrier from extent_io_tree_release() fdmanana
2023-09-29 15:25   ` David Sterba
2023-09-22 10:39 ` [PATCH 5/8] btrfs: collapse wait_on_state() to its caller wait_extent_bit() fdmanana
2023-09-22 22:54   ` Anand Jain
2023-09-22 10:39 ` [PATCH 6/8] btrfs: make extent_io_tree_release() more efficient fdmanana
2023-09-22 10:39 ` [PATCH 7/8] btrfs: use extent_io_tree_release() to empty dirty log pages fdmanana
2023-09-26  6:25   ` kernel test robot
2023-09-26  6:25     ` [LTP] " kernel test robot
2023-09-26 16:27     ` David Sterba
2023-09-26 16:27       ` [LTP] " David Sterba
2023-09-22 10:39 ` [PATCH 8/8] btrfs: make sure we cache next state in find_first_extent_bit() fdmanana
2023-09-22 18:18 ` [PATCH 0/8] btrfs: some speedups for io tree operations and cleanups David Sterba
2023-09-22 18:43   ` Filipe Manana
2023-09-22 19:08     ` David Sterba
2023-09-22 19:13     ` Filipe Manana
2023-09-22 19:15       ` David Sterba
2023-09-29 16:47 ` David Sterba

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1695333278.git.fdmanana@suse.com \
    --to=fdmanana@kernel.org \
    --cc=linux-btrfs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.