This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 9fc2f99030b5 Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux [...] new 785207aa3d61 NFS: Fix for xfstests generic/208 new 35c5db0ec49f NFS: Add basic functionality for tracking folios in struct [...] new eb9f2a5a5e85 NFS: Support folios in nfs_generic_pgio() new 8e0bdc7021f7 NFS: Fix nfs_coalesce_size() to work with folios new 6dd85e83f3f1 NFS: Add a helper to convert a struct nfs_page into an inode new cbefa53cb1fe NFS: Convert the remaining pagelist helper functions to su [...] new 4b27232a6e06 NFS: Add a helper nfs_wb_folio() new ab75bff11407 NFS: Convert buffered reads to use folios new 5241060e8b4f NFS: Convert the function nfs_wb_page() to use folios new 0c493b5cf16e NFS: Convert buffered writes to use folios new 4cbf76948c45 NFS: Remove unused function nfs_wb_page() new 54d99381b737 NFS: Convert nfs_write_begin/end to use folios new 4fa7a717b432 NFS: Fix up nfs_vm_page_mkwrite() for folios new 70e9db69f927 NFS: Clean up O_DIRECT request allocation new 96780ca55e3c NFS: fix up nfs_release_folio() to try to release the page new eb5654b3b89d NFS: Enable tracing of nfs_invalidate_folio() and nfs_laun [...] new 256093fec1f0 NFS: Improve tracing of nfs_wb_folio() new 2de3d04b3bcb NFS: Remove unnecessary check in nfs_read_folio() new b46d80bd2d6e nfs4trace: fix state manager flag printing new d67307b4147e SUNRPC: make kobj_type structures constant new 5bab56fff53c NFS: fix disabling of swap new 4730515378a7 nfs42: do not fail with EIO if ssc returns NFS4ERR_OFFLOAD_DENIED new 3e2a036827cc Documentation: Fix sysfs path for the NFSv4 client identifier new 28d4411fc3b5 pNFS/filelayout: treat GETDEVICEINFO errors as layout failure new 1683ed16ff1a fs/nfs: Replace kmap_atomic() with kmap_local_page() in dir.c new d8ca6dbb8de7 Merge tag 'nfs-for-6.3-1' of git://git.linux-nfs.org/proje [...]
The 26 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../filesystems/nfs/client-identifier.rst | 4 +- fs/nfs/dir.c | 28 +- fs/nfs/direct.c | 12 +- fs/nfs/file.c | 124 ++++--- fs/nfs/filelayout/filelayout.c | 2 + fs/nfs/internal.h | 38 ++- fs/nfs/nfs42proc.c | 3 +- fs/nfs/nfs4proc.c | 4 +- fs/nfs/nfs4trace.h | 42 +-- fs/nfs/nfstrace.h | 58 +++- fs/nfs/pagelist.c | 217 +++++++++--- fs/nfs/pnfs.c | 2 +- fs/nfs/pnfs.h | 10 +- fs/nfs/pnfs_nfs.c | 18 +- fs/nfs/read.c | 94 +++-- fs/nfs/write.c | 380 +++++++++++---------- include/linux/nfs_fs.h | 7 +- include/linux/nfs_page.h | 79 ++++- net/sunrpc/clnt.c | 2 + net/sunrpc/sysfs.c | 8 +- 20 files changed, 698 insertions(+), 434 deletions(-)