All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kefeng Wang <wangkefeng.wang@huawei.com>
To: Alexander Viro <viro@zeniv.linux.org.uk>,
	Benjamin LaHaise <bcrl@kvack.org>,
	Christian Brauner <brauner@kernel.org>, Jan Kara <jack@suse.cz>,
	<linux-kernel@vger.kernel.org>,
	Matthew Wilcox <willy@infradead.org>
Cc: <linux-aio@kvack.org>, <linux-fsdevel@vger.kernel.org>,
	Kefeng Wang <wangkefeng.wang@huawei.com>
Subject: [PATCH v2 0/3] fs: aio: more folio conversion
Date: Thu, 21 Mar 2024 21:16:37 +0800	[thread overview]
Message-ID: <20240321131640.948634-1-wangkefeng.wang@huawei.com> (raw)

Convert to use folio throughout aio.

v2:
- fix folio check returned from __filemap_get_folio()
- use folio_end_read() suggested by Matthew

Kefeng Wang (3):
  fs: aio: use a folio in aio_setup_ring()
  fs: aio: use a folio in aio_free_ring()
  fs: aio: convert to ring_folios and internal_folios

 fs/aio.c | 91 +++++++++++++++++++++++++++++---------------------------
 1 file changed, 47 insertions(+), 44 deletions(-)

-- 
2.27.0


             reply	other threads:[~2024-03-21 13:16 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-21 13:16 Kefeng Wang [this message]
2024-03-21 13:16 ` [PATCH v2 1/3] fs: aio: use a folio in aio_setup_ring() Kefeng Wang
2024-03-21 13:16 ` [PATCH v2 2/3] fs: aio: use a folio in aio_free_ring() Kefeng Wang
2024-03-21 13:16 ` [PATCH v2 3/3] fs: aio: convert to ring_folios and internal_folios Kefeng Wang
2024-03-22 14:12 ` [PATCH v2 0/3] fs: aio: more folio conversion Christian Brauner
2024-03-25 19:50   ` Matthew Wilcox

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=20240321131640.948634-1-wangkefeng.wang@huawei.com \
    --to=wangkefeng.wang@huawei.com \
    --cc=bcrl@kvack.org \
    --cc=brauner@kernel.org \
    --cc=jack@suse.cz \
    --cc=linux-aio@kvack.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=viro@zeniv.linux.org.uk \
    --cc=willy@infradead.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.