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 list extraction and disposal cleanups
Date: Fri,  2 May 2025 11:30:20 +0100	[thread overview]
Message-ID: <cover.1746181528.git.fdmanana@suse.com> (raw)

From: Filipe Manana <fdmanana@suse.com>

Simplify some list element extractions and list disposals. More details in
the changelogs.

Filipe Manana (8):
  btrfs: simplify getting and extracting previous transaction during commit
  btrfs: simplify getting and extracting previous transaction at clean_pinned_extents()
  btrfs: simplify cow only root list extraction during transaction commit
  btrfs: raid56: use list_last_entry() at cache_rbio()
  btrfs: simplify extracting delayed node at btrfs_first_delayed_node()
  btrfs: simplify extracting delayed node at btrfs_first_prepared_delayed_node()
  btrfs: simplify csum list release at btrfs_put_ordered_extent()
  btrfs: defrag: use list_last_entry() at defrag_collect_targets()

 fs/btrfs/block-group.c   |  5 ++---
 fs/btrfs/defrag.c        |  8 ++++----
 fs/btrfs/delayed-inode.c | 31 ++++++++++++-------------------
 fs/btrfs/ordered-data.c  | 12 ++++--------
 fs/btrfs/raid56.c        |  6 +++---
 fs/btrfs/transaction.c   | 16 +++++++---------
 6 files changed, 32 insertions(+), 46 deletions(-)

-- 
2.47.2


             reply	other threads:[~2025-05-02 10:30 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-02 10:30 fdmanana [this message]
2025-05-02 10:30 ` [PATCH 1/8] btrfs: simplify getting and extracting previous transaction during commit fdmanana
2025-05-02 10:30 ` [PATCH 2/8] btrfs: simplify getting and extracting previous transaction at clean_pinned_extents() fdmanana
2025-05-02 10:30 ` [PATCH 3/8] btrfs: simplify cow only root list extraction during transaction commit fdmanana
2025-05-02 10:30 ` [PATCH 4/8] btrfs: raid56: use list_last_entry() at cache_rbio() fdmanana
2025-05-02 10:30 ` [PATCH 5/8] btrfs: simplify extracting delayed node at btrfs_first_delayed_node() fdmanana
2025-05-02 10:30 ` [PATCH 6/8] btrfs: simplify extracting delayed node at btrfs_first_prepared_delayed_node() fdmanana
2025-05-02 10:30 ` [PATCH 7/8] btrfs: simplify csum list release at btrfs_put_ordered_extent() fdmanana
2025-05-02 10:30 ` [PATCH 8/8] btrfs: defrag: use list_last_entry() at defrag_collect_targets() fdmanana
2025-05-02 22:13 ` [PATCH 0/8] btrfs: some list extraction and disposal cleanups Qu Wenruo
2025-05-05  6:06 ` Johannes Thumshirn

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.1746181528.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.