* [PATCH 0/2] netfs, cachefiles: Update MAINTAINERS records
@ 2024-01-22 11:49 David Howells
2024-01-22 11:50 ` [PATCH 1/2] netfs, cachefiles: Change mailing list David Howells
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: David Howells @ 2024-01-22 11:49 UTC (permalink / raw)
To: netfs
Cc: David Howells, Christian Brauner, Jeff Layton, Matthew Wilcox,
linux-cachefs, linux-afs, linux-cifs, linux-nfs, ceph-devel, v9fs,
linux-erofs, linux-fsdevel, linux-mm, linux-kernel
Update the MAINTAINERS records for netfs and cachefiles to reflect a change of
mailing list for both as Red Hat no longer archives the mailing list in a
publicly accessible place.
Also add Jeff Layton as a reviewer.
The patches are here:
https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git/
tagged as netfs-lib-20240122.
Thanks,
David
David Howells (2):
netfs, cachefiles: Change mailing list
netfs: Add Jeff Layton as reviewer
MAINTAINERS | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/2] netfs, cachefiles: Change mailing list
2024-01-22 11:49 [PATCH 0/2] netfs, cachefiles: Update MAINTAINERS records David Howells
@ 2024-01-22 11:50 ` David Howells
2024-01-22 11:50 ` [PATCH 2/2] netfs: Add Jeff Layton as reviewer David Howells
2024-01-22 14:43 ` [PATCH 0/2] netfs, cachefiles: Update MAINTAINERS records Christian Brauner
2 siblings, 0 replies; 4+ messages in thread
From: David Howells @ 2024-01-22 11:50 UTC (permalink / raw)
To: netfs
Cc: David Howells, Christian Brauner, Jeff Layton, Matthew Wilcox,
linux-cachefs, linux-afs, linux-cifs, linux-nfs, ceph-devel, v9fs,
linux-erofs, linux-fsdevel, linux-mm, linux-kernel
The publicly accessible archives for Red Hat mailing lists stop at Oct
2023; messages sent after that time are in internal-only archives.
Change the netfs and cachefiles mailing list to one that has publicly
accessible archives:
netfs@lists.linux.dev
Signed-off-by: David Howells <dhowells@redhat.com>
cc: Jeff Layton <jlayton@kernel.org>
cc: Matthew Wilcox <willy@infradead.org>
cc: netfs@lists.linux.dev
cc: linux-cachefs@redhat.com
cc: v9fs@lists.linux.dev
cc: linux-afs@lists.infradead.org
cc: ceph-devel@vger.kernel.org
cc: linux-cifs@vger.kernel.org
cc: linux-erofs@lists.ozlabs.org
cc: linux-nfs@vger.kernel.org
cc: linux-fsdevel@vger.kernel.org
---
MAINTAINERS | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 8d1052fa6a69..ab5858d24ffc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4547,7 +4547,7 @@ F: drivers/net/ieee802154/ca8210.c
CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
M: David Howells <dhowells@redhat.com>
-L: linux-cachefs@redhat.com (moderated for non-subscribers)
+L: netfs@lists.linux.dev
S: Supported
F: Documentation/filesystems/caching/cachefiles.rst
F: fs/cachefiles/
@@ -8223,7 +8223,7 @@ F: include/linux/iomap.h
FILESYSTEMS [NETFS LIBRARY]
M: David Howells <dhowells@redhat.com>
-L: linux-cachefs@redhat.com (moderated for non-subscribers)
+L: netfs@lists.linux.dev
L: linux-fsdevel@vger.kernel.org
S: Supported
F: Documentation/filesystems/caching/
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/2] netfs: Add Jeff Layton as reviewer
2024-01-22 11:49 [PATCH 0/2] netfs, cachefiles: Update MAINTAINERS records David Howells
2024-01-22 11:50 ` [PATCH 1/2] netfs, cachefiles: Change mailing list David Howells
@ 2024-01-22 11:50 ` David Howells
2024-01-22 14:43 ` [PATCH 0/2] netfs, cachefiles: Update MAINTAINERS records Christian Brauner
2 siblings, 0 replies; 4+ messages in thread
From: David Howells @ 2024-01-22 11:50 UTC (permalink / raw)
To: netfs
Cc: David Howells, Christian Brauner, Jeff Layton, Matthew Wilcox,
linux-cachefs, linux-afs, linux-cifs, linux-nfs, ceph-devel, v9fs,
linux-erofs, linux-fsdevel, linux-mm, linux-kernel
Add Jeff Layton as a reviewer in the MAINTAINERS file.
Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Jeff Layton <jlayton@kernel.org>
cc: netfs@lists.linux.dev
cc: linux-fsdevel@vger.kernel.org
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index ab5858d24ffc..2f4f4bf2e7f8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8223,6 +8223,7 @@ F: include/linux/iomap.h
FILESYSTEMS [NETFS LIBRARY]
M: David Howells <dhowells@redhat.com>
+R: Jeff Layton <jlayton@kernel.org>
L: netfs@lists.linux.dev
L: linux-fsdevel@vger.kernel.org
S: Supported
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 0/2] netfs, cachefiles: Update MAINTAINERS records
2024-01-22 11:49 [PATCH 0/2] netfs, cachefiles: Update MAINTAINERS records David Howells
2024-01-22 11:50 ` [PATCH 1/2] netfs, cachefiles: Change mailing list David Howells
2024-01-22 11:50 ` [PATCH 2/2] netfs: Add Jeff Layton as reviewer David Howells
@ 2024-01-22 14:43 ` Christian Brauner
2 siblings, 0 replies; 4+ messages in thread
From: Christian Brauner @ 2024-01-22 14:43 UTC (permalink / raw)
To: netfs, David Howells
Cc: Christian Brauner, Jeff Layton, Matthew Wilcox, linux-cachefs,
linux-afs, linux-cifs, linux-nfs, ceph-devel, v9fs, linux-erofs,
linux-fsdevel, linux-mm, linux-kernel
On Mon, 22 Jan 2024 11:49:59 +0000, David Howells wrote:
> Update the MAINTAINERS records for netfs and cachefiles to reflect a change of
> mailing list for both as Red Hat no longer archives the mailing list in a
> publicly accessible place.
>
> Also add Jeff Layton as a reviewer.
Yay!
>
> The patches are here:
>
> [...]
Applied to the vfs.netfs branch of the vfs/vfs.git tree.
Patches in the vfs.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.netfs
[1/2] netfs, cachefiles: Change mailing list
https://git.kernel.org/vfs/vfs/c/3c18703079b6
[2/2] netfs: Add Jeff Layton as reviewer
https://git.kernel.org/vfs/vfs/c/d59da02d1ab6
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-01-22 14:43 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-22 11:49 [PATCH 0/2] netfs, cachefiles: Update MAINTAINERS records David Howells
2024-01-22 11:50 ` [PATCH 1/2] netfs, cachefiles: Change mailing list David Howells
2024-01-22 11:50 ` [PATCH 2/2] netfs: Add Jeff Layton as reviewer David Howells
2024-01-22 14:43 ` [PATCH 0/2] netfs, cachefiles: Update MAINTAINERS records Christian Brauner
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).