linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@infradead.org>
To: "Darrick J. Wong" <djwong@kernel.org>
Cc: cem@kernel.org, hch@lst.de, linux-fsdevel@vger.kernel.org,
	linux-xfs@vger.kernel.org
Subject: Re: [PATCH 01/22] docs: remove obsolete links in the xfs online repair documentation
Date: Tue, 25 Nov 2025 22:43:04 -0800	[thread overview]
Message-ID: <aSaheJ-eYvqi3-Um@infradead.org> (raw)
In-Reply-To: <176230365709.1647136.9384258714241175193.stgit@frogsfrogsfrogs>

On Tue, Nov 04, 2025 at 04:48:40PM -0800, Darrick J. Wong wrote:
> From: Darrick J. Wong <djwong@kernel.org>
> 
> Online repair is now merged in upstream, no need to point to patchset
> links anymore.
> 
> Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
> Reviewed-by: Christoph Hellwig <hch@lst.de>

Can we get this queued up for 6.19?  Sending it standalone might be
best, although given that Carlos is on Cc maybe he can directly
pick it up?


  reply	other threads:[~2025-11-26  6:43 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-05  0:46 [PATCHBOMB v2 6.19] xfs: autonomous self healing Darrick J. Wong
2025-11-05  0:48 ` [PATCHSET V3 1/2] xfs: autonomous self healing of filesystems Darrick J. Wong
2025-11-05  0:48   ` [PATCH 01/22] docs: remove obsolete links in the xfs online repair documentation Darrick J. Wong
2025-11-26  6:43     ` Christoph Hellwig [this message]
2025-11-27 15:09       ` Carlos Maiolino
2025-11-05  0:48   ` [PATCH 02/22] docs: discuss autonomous self healing in the xfs online repair design doc Darrick J. Wong
2025-11-05  0:49   ` [PATCH 03/22] xfs: create debugfs uuid aliases Darrick J. Wong
2025-11-05  0:49   ` [PATCH 04/22] xfs: create hooks for monitoring health updates Darrick J. Wong
2025-11-05  0:49   ` [PATCH 05/22] xfs: create a filesystem shutdown hook Darrick J. Wong
2025-11-05  0:49   ` [PATCH 06/22] xfs: create hooks for media errors Darrick J. Wong
2025-11-05  0:50   ` [PATCH 07/22] iomap: report buffered read and write io errors to the filesystem Darrick J. Wong
2025-11-05  0:50   ` [PATCH 08/22] iomap: report directio read and write errors to callers Darrick J. Wong
2025-11-05  0:50   ` [PATCH 09/22] xfs: create file io error hooks Darrick J. Wong
2025-11-05  0:51   ` [PATCH 10/22] xfs: create a special file to pass filesystem health to userspace Darrick J. Wong
2025-11-05  0:51   ` [PATCH 11/22] xfs: create event queuing, formatting, and discovery infrastructure Darrick J. Wong
2025-11-05  0:51   ` [PATCH 12/22] xfs: report metadata health events through healthmon Darrick J. Wong
2025-11-05  0:51   ` [PATCH 13/22] xfs: report shutdown " Darrick J. Wong
2025-11-05  0:52   ` [PATCH 14/22] xfs: report media errors " Darrick J. Wong
2025-11-05  0:52   ` [PATCH 15/22] xfs: report file io " Darrick J. Wong
2025-11-05  0:52   ` [PATCH 16/22] xfs: allow reconfiguration of the health monitoring device Darrick J. Wong
2025-11-05  0:52   ` [PATCH 17/22] xfs: validate fds against running healthmon Darrick J. Wong
2025-11-05  0:53   ` [PATCH 18/22] xfs: add media error reporting ioctl Darrick J. Wong
2025-11-05  0:53   ` [PATCH 19/22] xfs: send uevents when major filesystem events happen Darrick J. Wong
2025-11-05  0:53   ` [PATCH 20/22] xfs: merge health monitoring events when possible Darrick J. Wong
2025-11-05  0:53   ` [PATCH 21/22] xfs: restrict healthmon users further Darrick J. Wong
2025-11-05  0:54   ` [PATCH 22/22] xfs: charge healthmon event objects to the memcg of the listening process Darrick J. Wong
2025-11-05  0:48 ` [PATCHSET V3 2/2] iomap: generic file IO error reporting Darrick J. Wong
2025-11-05  0:54   ` [PATCH 1/6] iomap: report file IO errors to fsnotify Darrick J. Wong
2025-11-05 11:00     ` Jan Kara
2025-11-05 11:14       ` Amir Goldstein
2025-11-05 14:24         ` Jan Kara
2025-11-05 18:28           ` Darrick J. Wong
2025-11-05 19:41             ` Darrick J. Wong
2025-11-06 10:13               ` Jan Kara
2025-11-06 17:06                 ` Darrick J. Wong
2025-11-05  0:54   ` [PATCH 2/6] xfs: switch healthmon to use the iomap I/O error reporting Darrick J. Wong
2025-11-05  0:54   ` [PATCH 3/6] xfs: port notify-failure to use the new vfs io " Darrick J. Wong
2025-11-05  0:55   ` [PATCH 4/6] xfs: remove file I/O error hooks Darrick J. Wong
2025-11-05  0:55   ` [PATCH 5/6] iomap: remove " Darrick J. Wong
2025-11-05  0:55   ` [PATCH 6/6] xfs: report fs metadata errors via fsnotify 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=aSaheJ-eYvqi3-Um@infradead.org \
    --to=hch@infradead.org \
    --cc=cem@kernel.org \
    --cc=djwong@kernel.org \
    --cc=hch@lst.de \
    --cc=linux-fsdevel@vger.kernel.org \
    --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 NNTP newsgroup(s).