Merge tag 'nfs-for-6.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Pull NFS client updates from Trond Myklebust: "Stable fixes: - nfs: fix undefined behavior in nfs_block_bits() - NFSv4.2: Fix READ_PLUS when server doesn't support OP_READ_PLUS Bugfixes: - Fix mixing of the lock/nolock and local_lock mount options - NFSv4: Fixup smatch warning for ambiguous return - NFSv3: Fix remount when using the legacy binary mount api - SUNRPC: Fix the handling of expired RPCSEC_GSS contexts - SUNRPC: fix the NFSACL RPC retries when soft mounts are enabled - rpcrdma: fix handling for RDMA_CM_EVENT_DEVICE_REMOVAL Features and cleanups: - NFSv3: Use the atomic_open API to fix open(O_CREAT|O_TRUNC) - pNFS/filelayout: S layout segment range in LAYOUTGET - pNFS: rework pnfs_generic_pg_check_layout to check IO range - NFSv2: Turn off enabling of NFS v2 by default" * tag 'nfs-for-6.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs: nfs: fix undefined behavior in nfs_block_bits() pNFS: rework pnfs_generic_pg_check_layout to check IO range pNFS/filelayout: check layout segment range pNFS/filelayout: fixup pNfs allocation modes rpcrdma: fix handling for RDMA_CM_EVENT_DEVICE_REMOVAL NFS: Don't enable NFS v2 by default NFS: Fix READ_PLUS when server doesn't support OP_READ_PLUS sunrpc: fix NFSACL RPC retry on soft mount SUNRPC: fix handling expired GSS context nfs: keep server info for remounts NFSv4: Fixup smatch warning for ambiguous return NFS: make sure lock/nolock overriding local_lock mount option NFS: add atomic_open for NFSv3 to handle O_TRUNC correctly. pNFS/filelayout: Specify the layout segment range in LAYOUTGET pNFS/filelayout: Remove the whole file layout requirement
No related branches found
No related tags found
Showing
- fs/nfs/Kconfig 2 additions, 2 deletionsfs/nfs/Kconfig
- fs/nfs/dir.c 51 additions, 3 deletionsfs/nfs/dir.c
- fs/nfs/filelayout/filelayout.c 8 additions, 16 deletionsfs/nfs/filelayout/filelayout.c
- fs/nfs/flexfilelayout/flexfilelayout.c 2 additions, 10 deletionsfs/nfs/flexfilelayout/flexfilelayout.c
- fs/nfs/fs_context.c 8 additions, 3 deletionsfs/nfs/fs_context.c
- fs/nfs/internal.h 9 additions, 2 deletionsfs/nfs/internal.h
- fs/nfs/nfs3proc.c 1 addition, 0 deletionsfs/nfs/nfs3proc.c
- fs/nfs/nfs4proc.c 1 addition, 1 deletionfs/nfs/nfs4proc.c
- fs/nfs/nfs4state.c 5 additions, 7 deletionsfs/nfs/nfs4state.c
- fs/nfs/pnfs.c 9 additions, 20 deletionsfs/nfs/pnfs.c
- fs/nfs/pnfs.h 1 addition, 2 deletionsfs/nfs/pnfs.h
- fs/nfs/proc.c 1 addition, 0 deletionsfs/nfs/proc.c
- fs/nfs/super.c 10 additions, 0 deletionsfs/nfs/super.c
- include/linux/nfs_fs.h 3 additions, 0 deletionsinclude/linux/nfs_fs.h
- net/sunrpc/clnt.c 13 additions, 1 deletionnet/sunrpc/clnt.c
- net/sunrpc/xprtrdma/verbs.c 5 additions, 1 deletionnet/sunrpc/xprtrdma/verbs.c
Loading
Please register or sign in to comment