Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Pull NFS client updates from Anna Schumaker:
"Stable bugfixes:
- Dequeue the request from the receive queue while we're re-encoding
# v4.20+
- Fix buffer handling of GSS MIC without slack # 5.1
Features:
- Increase xprtrdma maximum transport header and slot table sizes
- Add support for nfs4_call_sync() calls using a custom
rpc_task_struct
- Optimize the default readahead size
- Enable pNFS filelayout LAYOUTGET on OPEN
Other bugfixes and cleanups:
- Fix possible null-pointer dereferences and memory leaks
- Various NFS over RDMA cleanups
- Various NFS over RDMA comment updates
- Don't receive TCP data into a reset request buffer
- Don't try to parse incomplete RPC messages
- Fix congestion window race with disconnect
- Clean up pNFS return-on-close error handling
- Fixes for NFS4ERR_OLD_STATEID handling"
* tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfs: (53 commits)
pNFS/filelayout: enable LAYOUTGET on OPEN
NFS: Optimise the default readahead size
NFSv4: Handle NFS4ERR_OLD_STATEID in LOCKU
NFSv4: Handle NFS4ERR_OLD_STATEID in CLOSE/OPEN_DOWNGRADE
NFSv4: Fix OPEN_DOWNGRADE error handling
pNFS: Handle NFS4ERR_OLD_STATEID on layoutreturn by bumping the state seqid
NFSv4: Add a helper to increment stateid seqids
NFSv4: Handle RPC level errors in LAYOUTRETURN
NFSv4: Handle NFS4ERR_DELAY correctly in return-on-close
NFSv4: Clean up pNFS return-on-close error handling
pNFS: Ensure we do clear the return-on-close layout stateid on fatal errors
NFS: remove unused check for negative dentry
NFSv3: use nfs_add_or_obtain() to create and reference inodes
NFS: Refactor nfs_instantiate() for dentry referencing callers
SUNRPC: Fix congestion window race with disconnect
SUNRPC: Don't try to parse incomplete RPC messages
SUNRPC: Rename xdr_buf_read_netobj to xdr_buf_read_mic
SUNRPC: Fix buffer handling of GSS MIC without slack
SUNRPC: RPC level errors should always set task->tk_rpc_status
SUNRPC: Don't receive TCP data into a request buffer that has been reset
...
No related branches found
No related tags found
Showing
- fs/nfs/dir.c 25 additions, 16 deletionsfs/nfs/dir.c
- fs/nfs/filelayout/filelayout.c 1 addition, 0 deletionsfs/nfs/filelayout/filelayout.c
- fs/nfs/internal.h 0 additions, 8 deletionsfs/nfs/internal.h
- fs/nfs/nfs3proc.c 36 additions, 9 deletionsfs/nfs/nfs3proc.c
- fs/nfs/nfs4_fs.h 9 additions, 2 deletionsfs/nfs/nfs4_fs.h
- fs/nfs/nfs4proc.c 200 additions, 115 deletionsfs/nfs/nfs4proc.c
- fs/nfs/nfs4state.c 4 additions, 18 deletionsfs/nfs/nfs4state.c
- fs/nfs/nfs4xdr.c 1 addition, 1 deletionfs/nfs/nfs4xdr.c
- fs/nfs/pnfs.c 66 additions, 5 deletionsfs/nfs/pnfs.c
- fs/nfs/pnfs.h 15 additions, 2 deletionsfs/nfs/pnfs.h
- fs/nfs/super.c 8 additions, 1 deletionfs/nfs/super.c
- include/linux/nfs_fs.h 3 additions, 0 deletionsinclude/linux/nfs_fs.h
- include/linux/sunrpc/sched.h 0 additions, 3 deletionsinclude/linux/sunrpc/sched.h
- include/linux/sunrpc/xdr.h 1 addition, 1 deletioninclude/linux/sunrpc/xdr.h
- include/linux/sunrpc/xprt.h 1 addition, 0 deletionsinclude/linux/sunrpc/xprt.h
- include/linux/sunrpc/xprtrdma.h 2 additions, 2 deletionsinclude/linux/sunrpc/xprtrdma.h
- include/trace/events/rpcrdma.h 75 additions, 13 deletionsinclude/trace/events/rpcrdma.h
- net/sunrpc/auth_gss/auth_gss.c 1 addition, 1 deletionnet/sunrpc/auth_gss/auth_gss.c
- net/sunrpc/clnt.c 19 additions, 7 deletionsnet/sunrpc/clnt.c
- net/sunrpc/sched.c 8 additions, 24 deletionsnet/sunrpc/sched.c
Loading
Please register or sign in to comment