Merge tag 'nfs-for-3.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Pull more NFS client updates from Trond Myklebust: "Highlights include: - Fix a use-after-free in decode_cb_sequence_args() - Fix a compile error when #undef CONFIG_PROC_FS - NFSv4.1 backchannel spinlocking issue - Cleanups in the NFS unstable write code requested by Linus - NFSv4.1 fix issues when the server denies our backchannel request - Cleanups in create_session and bind_conn_to_session" * tag 'nfs-for-3.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs: NFSv4.1: Clean up bind_conn_to_session NFSv4.1: Always set up a forward channel when binding the session NFSv4.1: Don't set up a backchannel if the server didn't agree to do so NFSv4.1: Clean up create_session pnfs: Refactor the *_layout_mark_request_commit to use pnfs_layout_mark_request_commit NFSv4: Kill unused nfs_inode->delegation_state field NFS: struct nfs_commit_info.lock must always point to inode->i_lock nfs: Can call nfs_clear_page_commit() instead nfs: Provide and use helper functions for marking a page as unstable SUNRPC: Always manipulate rpc_rqst::rq_bc_pa_list under xprt->bc_pa_lock SUNRPC: Fix a compile error when #undef CONFIG_PROC_FS NFSv4.1: Convert open-coded array allocation calls to kmalloc_array() NFSv4.1: Fix a kfree() of uninitialised pointers in decode_cb_sequence_args
Showing
- fs/nfs/callback_proc.c 2 additions, 0 deletionsfs/nfs/callback_proc.c
- fs/nfs/callback_xdr.c 5 additions, 3 deletionsfs/nfs/callback_xdr.c
- fs/nfs/delegation.c 0 additions, 4 deletionsfs/nfs/delegation.c
- fs/nfs/direct.c 1 addition, 1 deletionfs/nfs/direct.c
- fs/nfs/filelayout/filelayout.c 10 additions, 43 deletionsfs/nfs/filelayout/filelayout.c
- fs/nfs/flexfilelayout/flexfilelayout.c 1 addition, 42 deletionsfs/nfs/flexfilelayout/flexfilelayout.c
- fs/nfs/inode.c 0 additions, 1 deletionfs/nfs/inode.c
- fs/nfs/internal.h 13 additions, 0 deletionsfs/nfs/internal.h
- fs/nfs/nfs4proc.c 48 additions, 27 deletionsfs/nfs/nfs4proc.c
- fs/nfs/nfs4session.c 1 addition, 1 deletionfs/nfs/nfs4session.c
- fs/nfs/nfs4session.h 6 additions, 0 deletionsfs/nfs/nfs4session.h
- fs/nfs/nfs4xdr.c 15 additions, 17 deletionsfs/nfs/nfs4xdr.c
- fs/nfs/pnfs.h 4 additions, 0 deletionsfs/nfs/pnfs.h
- fs/nfs/pnfs_nfs.c 30 additions, 0 deletionsfs/nfs/pnfs_nfs.c
- fs/nfs/write.c 4 additions, 12 deletionsfs/nfs/write.c
- include/linux/nfs_fs.h 0 additions, 1 deletioninclude/linux/nfs_fs.h
- include/linux/nfs_xdr.h 16 additions, 3 deletionsinclude/linux/nfs_xdr.h
- include/linux/sunrpc/metrics.h 5 additions, 2 deletionsinclude/linux/sunrpc/metrics.h
- net/sunrpc/backchannel_rqst.c 4 additions, 1 deletionnet/sunrpc/backchannel_rqst.c
Loading
Please register or sign in to comment