Merge tag 'nfs-for-5.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Pull NFS client fixes from Trond Myklebust: "Stable fixes: - SUNRPC: Ensure we flush any closed sockets before xs_xprt_free() Bugfixes: - Fix an Oopsable condition due to SLAB_ACCOUNT setting in the NFSv4.2 xattr code. - Fix for open() using an file open mode of '3' in NFSv4 - Replace readdir's use of xxhash() with hash_64() - Several patches to handle malloc() failure in SUNRPC" * tag 'nfs-for-5.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs: SUNRPC: Move the call to xprt_send_pagedata() out of xprt_sock_sendmsg() SUNRPC: svc_tcp_sendmsg() should handle errors from xdr_alloc_bvec() SUNRPC: Handle allocation failure in rpc_new_task() NFS: Ensure rpc_run_task() cannot fail in nfs_async_rename() NFSv4/pnfs: Handle RPC allocation errors in nfs4_proc_layoutget SUNRPC: Handle low memory situations in call_status() SUNRPC: Handle ENOMEM in call_transmit_status() NFSv4.2: Fix missing removal of SLAB_ACCOUNT on kmem_cache allocation SUNRPC: Ensure we flush any closed sockets before xs_xprt_free() NFS: Replace readdir's use of xxhash() with hash_64() SUNRPC: handle malloc failure in ->request_prepare NFSv4: fix open failure with O_ACCMODE flag Revert "NFSv4: Handle the special Linux file open access mode"
Showing
- fs/file_table.c 1 addition, 0 deletionsfs/file_table.c
- fs/nfs/Kconfig 0 additions, 4 deletionsfs/nfs/Kconfig
- fs/nfs/dir.c 3 additions, 16 deletionsfs/nfs/dir.c
- fs/nfs/inode.c 0 additions, 1 deletionfs/nfs/inode.c
- fs/nfs/internal.h 10 additions, 0 deletionsfs/nfs/internal.h
- fs/nfs/nfs42xattr.c 1 addition, 1 deletionfs/nfs/nfs42xattr.c
- fs/nfs/nfs4file.c 4 additions, 2 deletionsfs/nfs/nfs4file.c
- fs/nfs/nfs4proc.c 2 additions, 0 deletionsfs/nfs/nfs4proc.c
- fs/nfs/unlink.c 1 addition, 0 deletionsfs/nfs/unlink.c
- include/linux/nfs_xdr.h 1 addition, 0 deletionsinclude/linux/nfs_xdr.h
- include/linux/sunrpc/xprt.h 2 additions, 3 deletionsinclude/linux/sunrpc/xprt.h
- include/trace/events/sunrpc.h 0 additions, 1 deletioninclude/trace/events/sunrpc.h
- net/sunrpc/clnt.c 17 additions, 3 deletionsnet/sunrpc/clnt.c
- net/sunrpc/sched.c 5 additions, 0 deletionsnet/sunrpc/sched.c
- net/sunrpc/socklib.c 0 additions, 6 deletionsnet/sunrpc/socklib.c
- net/sunrpc/svcsock.c 9 additions, 4 deletionsnet/sunrpc/svcsock.c
- net/sunrpc/xprt.c 16 additions, 14 deletionsnet/sunrpc/xprt.c
- net/sunrpc/xprtsock.c 27 additions, 6 deletionsnet/sunrpc/xprtsock.c
Please register or sign in to comment