This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from b4d88a60fe0e Merge tag 'block-6.10-20240523' of git://git.kernel.dk/linux new 9c75576e3bbf pNFS/filelayout: Remove the whole file layout requirement new 464b424fb09b pNFS/filelayout: Specify the layout segment range in LAYOUTGET new 7c6c5249f061 NFS: add atomic_open for NFSv3 to handle O_TRUNC correctly. new bf95f82e6a56 NFS: make sure lock/nolock overriding local_lock mount option new 37ffe06537af NFSv4: Fixup smatch warning for ambiguous return new b322bf9e983a nfs: keep server info for remounts new 9b62ef6d239e SUNRPC: fix handling expired GSS context new 0dc9f430027b sunrpc: fix NFSACL RPC retry on soft mount new f06d1b10cb01 NFS: Fix READ_PLUS when server doesn't support OP_READ_PLUS new d1404e46ae46 NFS: Don't enable NFS v2 by default new 4836da219781 rpcrdma: fix handling for RDMA_CM_EVENT_DEVICE_REMOVAL new 3ebcb24646f8 pNFS/filelayout: fixup pNfs allocation modes new 523412b904c4 pNFS/filelayout: check layout segment range new a01b077a8743 pNFS: rework pnfs_generic_pg_check_layout to check IO range new 3c0a2e0b0ae6 nfs: fix undefined behavior in nfs_block_bits() new 6d69b6c12fce Merge tag 'nfs-for-6.10-1' of git://git.linux-nfs.org/proj [...]
The 16 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: fs/nfs/Kconfig | 4 +-- fs/nfs/dir.c | 54 ++++++++++++++++++++++++++++++++-- fs/nfs/filelayout/filelayout.c | 24 +++++---------- fs/nfs/flexfilelayout/flexfilelayout.c | 12 ++------ fs/nfs/fs_context.c | 11 +++++-- fs/nfs/internal.h | 11 +++++-- fs/nfs/nfs3proc.c | 1 + fs/nfs/nfs4proc.c | 2 +- fs/nfs/nfs4state.c | 12 ++++---- fs/nfs/pnfs.c | 29 ++++++------------ fs/nfs/pnfs.h | 3 +- fs/nfs/proc.c | 1 + fs/nfs/super.c | 10 +++++++ include/linux/nfs_fs.h | 3 ++ net/sunrpc/clnt.c | 14 ++++++++- net/sunrpc/xprtrdma/verbs.c | 6 +++- 16 files changed, 129 insertions(+), 68 deletions(-)