Linux CIFS filesystem development
 help / color / mirror / Atom feed
From: Christian Brauner <brauner@kernel.org>
To: Christian Brauner <brauner@kernel.org>,
	David Howells <dhowells@redhat.com>
Cc: Paulo Alcantara <pc@manguebit.com>,
	Max Kellermann <max.kellermann@ionos.com>,
	netfs@lists.linux.dev, linux-afs@lists.infradead.org,
	linux-cifs@vger.kernel.org, linux-nfs@vger.kernel.org,
	ceph-devel@vger.kernel.org, v9fs@lists.linux.dev,
	linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 00/11] netfs: Miscellaneous cleanups
Date: Tue, 20 May 2025 13:20:58 +0200	[thread overview]
Message-ID: <20250520-biodiesel-lausbub-b47b9d0c8122@brauner> (raw)
In-Reply-To: <20250519134813.2975312-1-dhowells@redhat.com>

On Mon, 19 May 2025 14:47:56 +0100, David Howells wrote:
> Here are some miscellaneous very minor cleanups for netfslib for the next
> merge window, primarily from Max Kellermann, if you could pull them.
> 
>  (0) Update the netfs docs.  This is already in the VFS tree, but it's a
>      dependency for other patches here.
> 
>  (1) Remove NETFS_SREQ_SEEK_DATA_READ.
> 
> [...]

Applied to the vfs-6.16.netfs branch of the vfs/vfs.git tree.
Patches in the vfs-6.16.netfs branch should appear in linux-next soon.

Please report any outstanding bugs that were missed during review in a
new review to the original patch series allowing us to drop it.

It's encouraged to provide Acked-bys and Reviewed-bys even though the
patch has now been applied. If possible patch trailers will be updated.

Note that commit hashes shown below are subject to change due to rebase,
trailer updates or similar. If in doubt, please check the listed branch.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
branch: vfs-6.16.netfs

[01/11] netfs: Update main API document
        https://git.kernel.org/vfs/vfs/c/47373f2ab1d5
[02/11] fs/netfs: remove unused flag NETFS_SREQ_SEEK_DATA_READ
        https://git.kernel.org/vfs/vfs/c/ee14258fbbf1
[03/11] fs/netfs: remove unused source NETFS_INVALID_WRITE
        https://git.kernel.org/vfs/vfs/c/ddcfb59dcdec
[04/11] fs/netfs: remove unused flag NETFS_ICTX_WRITETHROUGH
        https://git.kernel.org/vfs/vfs/c/456cf30144c6
[05/11] fs/netfs: remove unused enum choice NETFS_READ_HOLE_CLEAR
        https://git.kernel.org/vfs/vfs/c/25d0f55b5f5f
[06/11] fs/netfs: reorder struct fields to eliminate holes
        https://git.kernel.org/vfs/vfs/c/b6c86807c1a3
[07/11] fs/netfs: remove `netfs_io_request.ractl`
        https://git.kernel.org/vfs/vfs/c/7327b21c7203
[08/11] fs/netfs: declare field `proc_link` only if CONFIG_PROC_FS=y
        https://git.kernel.org/vfs/vfs/c/bdbba439f946
[09/11] folio_queue: remove unused field `marks3`
        https://git.kernel.org/vfs/vfs/c/ac4c7df8c62c
[10/11] fs/netfs: remove unused flag NETFS_RREQ_DONT_UNLOCK_FOLIOS
        https://git.kernel.org/vfs/vfs/c/48f59da41422
[11/11] fs/netfs: remove unused flag NETFS_RREQ_BLOCKED
        https://git.kernel.org/vfs/vfs/c/e8900578e0f7

      parent reply	other threads:[~2025-05-20 11:21 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-19 13:47 [PATCH 00/11] netfs: Miscellaneous cleanups David Howells
2025-05-19 13:47 ` [PATCH 01/11] netfs: Update main API document David Howells
2025-05-19 13:47 ` [PATCH 02/11] fs/netfs: remove unused flag NETFS_SREQ_SEEK_DATA_READ David Howells
2025-05-19 13:47 ` [PATCH 03/11] fs/netfs: remove unused source NETFS_INVALID_WRITE David Howells
2025-05-19 13:48 ` [PATCH 04/11] fs/netfs: remove unused flag NETFS_ICTX_WRITETHROUGH David Howells
2025-05-19 13:48 ` [PATCH 05/11] fs/netfs: remove unused enum choice NETFS_READ_HOLE_CLEAR David Howells
2025-05-19 13:48 ` [PATCH 06/11] fs/netfs: reorder struct fields to eliminate holes David Howells
2025-05-19 13:48 ` [PATCH 07/11] fs/netfs: remove `netfs_io_request.ractl` David Howells
2025-05-19 13:48 ` [PATCH 08/11] fs/netfs: declare field `proc_link` only if CONFIG_PROC_FS=y David Howells
2025-05-19 13:48 ` [PATCH 09/11] folio_queue: remove unused field `marks3` David Howells
2025-05-19 13:48 ` [PATCH 10/11] fs/netfs: remove unused flag NETFS_RREQ_DONT_UNLOCK_FOLIOS David Howells
2025-05-19 13:48 ` [PATCH 11/11] fs/netfs: remove unused flag NETFS_RREQ_BLOCKED David Howells
2025-05-20 11:20 ` Christian Brauner [this message]

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=20250520-biodiesel-lausbub-b47b9d0c8122@brauner \
    --to=brauner@kernel.org \
    --cc=ceph-devel@vger.kernel.org \
    --cc=dhowells@redhat.com \
    --cc=linux-afs@lists.infradead.org \
    --cc=linux-cifs@vger.kernel.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-nfs@vger.kernel.org \
    --cc=max.kellermann@ionos.com \
    --cc=netfs@lists.linux.dev \
    --cc=pc@manguebit.com \
    --cc=v9fs@lists.linux.dev \
    /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