All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Darrick J. Wong" <djwong@kernel.org>
To: Christoph Hellwig <hch@lst.de>
Cc: Chandan Babu R <chandan.babu@oracle.com>,
	Dave Chinner <david@fromorbit.com>,
	linux-xfs@vger.kernel.org
Subject: Re: [PATCH 01/11] xfs: fix the contact address for the sysfs ABI documentation
Date: Thu, 20 Jun 2024 08:20:55 -0700	[thread overview]
Message-ID: <20240620152055.GU103034@frogsfrogsfrogs> (raw)
In-Reply-To: <20240620072146.530267-2-hch@lst.de>

On Thu, Jun 20, 2024 at 09:21:18AM +0200, Christoph Hellwig wrote:
> oss.sgi.com is long dead, refer to the current linux-xfs list instead.
> 
> Signed-off-by: Christoph Hellwig <hch@lst.de>

Yikes.
Reviewed-by: Darrick J. Wong <djwong@kernel.org>

--D

> ---
>  Documentation/ABI/testing/sysfs-fs-xfs | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/Documentation/ABI/testing/sysfs-fs-xfs b/Documentation/ABI/testing/sysfs-fs-xfs
> index f704925f6fe93b..82d8e2f79834b5 100644
> --- a/Documentation/ABI/testing/sysfs-fs-xfs
> +++ b/Documentation/ABI/testing/sysfs-fs-xfs
> @@ -1,7 +1,7 @@
>  What:		/sys/fs/xfs/<disk>/log/log_head_lsn
>  Date:		July 2014
>  KernelVersion:	3.17
> -Contact:	xfs@oss.sgi.com
> +Contact:	linux-xfs@vger.kernel.org
>  Description:
>  		The log sequence number (LSN) of the current head of the
>  		log. The LSN is exported in "cycle:basic block" format.
> @@ -10,7 +10,7 @@ Users:		xfstests
>  What:		/sys/fs/xfs/<disk>/log/log_tail_lsn
>  Date:		July 2014
>  KernelVersion:	3.17
> -Contact:	xfs@oss.sgi.com
> +Contact:	linux-xfs@vger.kernel.org
>  Description:
>  		The log sequence number (LSN) of the current tail of the
>  		log. The LSN is exported in "cycle:basic block" format.
> @@ -18,7 +18,7 @@ Description:
>  What:		/sys/fs/xfs/<disk>/log/reserve_grant_head
>  Date:		July 2014
>  KernelVersion:	3.17
> -Contact:	xfs@oss.sgi.com
> +Contact:	linux-xfs@vger.kernel.org
>  Description:
>  		The current state of the log reserve grant head. It
>  		represents the total log reservation of all currently
> @@ -29,7 +29,7 @@ Users:		xfstests
>  What:		/sys/fs/xfs/<disk>/log/write_grant_head
>  Date:		July 2014
>  KernelVersion:	3.17
> -Contact:	xfs@oss.sgi.com
> +Contact:	linux-xfs@vger.kernel.org
>  Description:
>  		The current state of the log write grant head. It
>  		represents the total log reservation of all currently
> -- 
> 2.43.0
> 
> 

  reply	other threads:[~2024-06-20 15:20 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-20  7:21 xfs: byte-based grant head reservation tracking v4 Christoph Hellwig
2024-06-20  7:21 ` [PATCH 01/11] xfs: fix the contact address for the sysfs ABI documentation Christoph Hellwig
2024-06-20 15:20   ` Darrick J. Wong [this message]
2024-06-20  7:21 ` [PATCH 02/11] xfs: move and rename xfs_trans_committed_bulk Christoph Hellwig
2024-06-20  7:21 ` [PATCH 03/11] xfs: AIL doesn't need manual pushing Christoph Hellwig
2024-06-20 19:01   ` Darrick J. Wong
2024-06-20  7:21 ` [PATCH 04/11] xfs: background AIL push should target physical space Christoph Hellwig
2024-06-20 19:42   ` Darrick J. Wong
2024-06-21  5:37     ` Christoph Hellwig
2024-06-21 16:18       ` Darrick J. Wong
2024-06-20  7:21 ` [PATCH 05/11] xfs: ensure log tail is always up to date Christoph Hellwig
2024-06-20  7:21 ` [PATCH 06/11] xfs: l_last_sync_lsn is really AIL state Christoph Hellwig
2024-06-20  7:21 ` [PATCH 07/11] xfs: collapse xlog_state_set_callback in caller Christoph Hellwig
2024-06-20  7:21 ` [PATCH 08/11] xfs: track log space pinned by the AIL Christoph Hellwig
2024-06-20  7:21 ` [PATCH 09/11] xfs: pass the full grant head to accounting functions Christoph Hellwig
2024-06-20  7:21 ` [PATCH 10/11] xfs: grant heads track byte counts, not LSNs Christoph Hellwig
2024-07-01  0:59   ` Dave Chinner
2024-06-20  7:21 ` [PATCH 11/11] xfs: skip flushing log items during push Christoph Hellwig
2024-06-20 19:51   ` Darrick J. Wong
2024-06-21  5:48     ` Christoph Hellwig
2024-06-21 17:46       ` Darrick J. Wong
2024-07-02 18:51         ` Darrick J. Wong
2024-07-02 23:29           ` Dave Chinner
2024-07-03  5:10             ` 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=20240620152055.GU103034@frogsfrogsfrogs \
    --to=djwong@kernel.org \
    --cc=chandan.babu@oracle.com \
    --cc=david@fromorbit.com \
    --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 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.