linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Matthew Wilcox (Oracle)" <willy@infradead.org>
To: linux-fsdevel@vger.kernel.org
Cc: "Matthew Wilcox (Oracle)" <willy@infradead.org>,
	Al Viro <viro@zeniv.linux.org.uk>, Christoph Hellwig <hch@lst.de>
Subject: [PATCH 0/7] Convert minixfs directory handling to folios
Date: Wed, 10 Jul 2024 02:23:14 +0100	[thread overview]
Message-ID: <20240710012323.2039519-1-willy@infradead.org> (raw)

This patch series mirrors the changes to ext2 directory handling.
It's a bit simpler than the UFS one from yesterday as minixfs was already
converted to kmap_local.  Again, compile tested only.  This is against
current linux-next and will need to be tweaked to apply on top of the
hotfix I sent earlier today.

And I'll need to fix up the typo of "minifs" that I just noticed.
So there will be a v2.

Matthew Wilcox (Oracle) (7):
  minixfs: Convert dir_get_page() to dir_get_folio()
  minixfs: Convert minix_find_entry() to take a folio
  minifs: Convert minix_set_link() and minix_dotdot() to take a folio
  minixfs: Convert minix_delete_entry() to work on a folio
  minixfs: Convert minix_make_empty() to use a folio
  minixfs: Convert minix_prepare_chunk() to take a folio
  minixfs: Convert dir_commit_chunk() to take a folio

 fs/minix/dir.c   | 134 +++++++++++++++++++++++------------------------
 fs/minix/inode.c |   4 +-
 fs/minix/minix.h |  40 +++++++-------
 fs/minix/namei.c |  33 ++++++------
 4 files changed, 104 insertions(+), 107 deletions(-)

-- 
2.43.0


             reply	other threads:[~2024-07-10  1:23 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-10  1:23 Matthew Wilcox (Oracle) [this message]
2024-07-10  1:23 ` [PATCH 1/7] minixfs: Convert dir_get_page() to dir_get_folio() Matthew Wilcox (Oracle)
2024-07-10  1:23 ` [PATCH 2/7] minixfs: Convert minix_find_entry() to take a folio Matthew Wilcox (Oracle)
2024-07-10  1:23 ` [PATCH 3/7] minifs: Convert minix_set_link() and minix_dotdot() " Matthew Wilcox (Oracle)
2024-07-10  1:23 ` [PATCH 4/7] minixfs: Convert minix_delete_entry() to work on " Matthew Wilcox (Oracle)
2024-07-10  1:23 ` [PATCH 5/7] minixfs: Convert minix_make_empty() to use " Matthew Wilcox (Oracle)
2024-07-10  1:23 ` [PATCH 6/7] minixfs: Convert minix_prepare_chunk() to take " Matthew Wilcox (Oracle)
2024-07-10  1:23 ` [PATCH 7/7] minixfs: Convert dir_commit_chunk() " Matthew Wilcox (Oracle)

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=20240710012323.2039519-1-willy@infradead.org \
    --to=willy@infradead.org \
    --cc=hch@lst.de \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=viro@zeniv.linux.org.uk \
    /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;
as well as URLs for NNTP newsgroup(s).