Linux-XFS Archive mirror
 help / color / mirror / Atom feed
From: "Darrick J. Wong" <djwong@kernel.org>
To: djwong@kernel.org, chandanbabu@kernel.org
Cc: Christoph Hellwig <hch@lst.de>,
	Andrey Albershteyn <aalbersh@redhat.com>,
	hch@lst.de, linux-xfs@vger.kernel.org
Subject: [PATCHSET] xfs: last round of cleanups for 6.10
Date: Thu, 02 May 2024 21:33:42 -0700	[thread overview]
Message-ID: <171471075305.2662283.8498264701525930955.stgit@frogsfrogsfrogs> (raw)

Hi all,

Here are the reviewed cleanups at the head of the fsverity series.
Apparently there's other work that could use some of these things, so
let's try to get it in for 6.10.

If you're going to start using this code, I strongly recommend pulling
from my git trees, which are linked below.

With a bit of luck, this should all go splendidly.
Comments and questions are, as always, welcome.

--D

kernel git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-linux.git/log/?h=xfs-cleanups-6.10
---
Commits in this patchset:
 * xfs: use unsigned ints for non-negative quantities in xfs_attr_remote.c
 * xfs: turn XFS_ATTR3_RMT_BUF_SPACE into a function
 * xfs: create a helper to compute the blockcount of a max sized remote value
 * xfs: minor cleanups of xfs_attr3_rmt_blocks
 * xfs: widen flags argument to the xfs_iflags_* helpers
---
 fs/xfs/libxfs/xfs_attr.c        |    2 -
 fs/xfs/libxfs/xfs_attr_remote.c |   88 ++++++++++++++++++++++-----------------
 fs/xfs/libxfs/xfs_attr_remote.h |    8 +++-
 fs/xfs/libxfs/xfs_da_format.h   |    4 --
 fs/xfs/scrub/reap.c             |    4 +-
 fs/xfs/xfs_icache.c             |    4 --
 fs/xfs/xfs_inode.h              |   14 +++---
 7 files changed, 69 insertions(+), 55 deletions(-)


             reply	other threads:[~2024-05-03  4:33 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-03  4:33 Darrick J. Wong [this message]
2024-05-03  4:33 ` [PATCH 1/5] xfs: use unsigned ints for non-negative quantities in xfs_attr_remote.c Darrick J. Wong
2024-05-03  4:34 ` [PATCH 2/5] xfs: turn XFS_ATTR3_RMT_BUF_SPACE into a function Darrick J. Wong
2024-05-03  4:34 ` [PATCH 3/5] xfs: create a helper to compute the blockcount of a max sized remote value Darrick J. Wong
2024-05-03  4:34 ` [PATCH 4/5] xfs: minor cleanups of xfs_attr3_rmt_blocks Darrick J. Wong
2024-05-03  4:34 ` [PATCH 5/5] xfs: widen flags argument to the xfs_iflags_* helpers Darrick J. Wong

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=171471075305.2662283.8498264701525930955.stgit@frogsfrogsfrogs \
    --to=djwong@kernel.org \
    --cc=aalbersh@redhat.com \
    --cc=chandanbabu@kernel.org \
    --cc=hch@lst.de \
    --cc=linux-xfs@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 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 read-only IMAP folder(s) and NNTP newsgroup(s).