From: Goldwyn Rodrigues <rgoldwyn@suse.de>
To: linux-btrfs@vger.kernel.org
Cc: Goldwyn Rodrigues <rgoldwyn@suse.com>
Subject: [PATCH v2 0/3] page to folio conversion
Date: Tue, 23 Jan 2024 13:28:04 -0600 [thread overview]
Message-ID: <cover.1706037337.git.rgoldwyn@suse.com> (raw)
From: Goldwyn Rodrigues <rgoldwyn@suse.com>
These patches transform some page usage to folio. All references and data
of page/folio is within the scope of the function changed.
Changes since v1:
Review comments -
* Added WARN_ON(folio_order(folio)) to ensure future development knows
this code assumes folio_size(folio) == PAGE_SIZE
* namespace restoration: prefix variable names with folio_
* Line adjustments
Goldwyn Rodrigues (3):
btrfs: page to folio conversion: prealloc_file_extent_cluster()
btrfs: convert relocate_one_page() to relocate_one_folio()
btrfs: page to folio conversion in put_file_data()
fs/btrfs/relocation.c | 103 +++++++++++++++++++++---------------------
fs/btrfs/send.c | 44 +++++++++---------
2 files changed, 75 insertions(+), 72 deletions(-)
--
2.43.0
next reply other threads:[~2024-01-23 19:27 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-23 19:28 Goldwyn Rodrigues [this message]
2024-01-23 19:28 ` [PATCH 1/3] btrfs: page to folio conversion: prealloc_file_extent_cluster() Goldwyn Rodrigues
2024-01-23 19:28 ` [PATCH 2/3] btrfs: convert relocate_one_page() to relocate_one_folio() Goldwyn Rodrigues
2024-01-23 19:28 ` [PATCH 3/3] btrfs: page to folio conversion in put_file_data() Goldwyn Rodrigues
2024-01-29 8:04 ` [PATCH v2 0/3] page to folio conversion David Sterba
2024-01-31 4:29 ` Neal Gompa
2024-01-31 6:13 ` David Sterba
2024-03-26 15:17 ` 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.1706037337.git.rgoldwyn@suse.com \
--to=rgoldwyn@suse.de \
--cc=linux-btrfs@vger.kernel.org \
--cc=rgoldwyn@suse.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox