Merge tag 'nfs-for-3.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Pull NFS client updates from Trond Myklebust: "Features include: - More preparatory patches for modularising NFSv2/v3/v4. Split out the various NFSv2/v3/v4-specific code into separate files - More preparation for the NFSv4 migration code - Ensure that OPEN(O_CREATE) observes the pNFS mds threshold parameters - pNFS fast failover when the data servers are down - Various cleanups and debugging patches" * tag 'nfs-for-3.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs: (67 commits) nfs: fix fl_type tests in NFSv4 code NFS: fix pnfs regression with directio writes NFS: fix pnfs regression with directio reads sunrpc: clnt: Add missing braces nfs: fix stub return type warnings NFS: exit_nfs_v4() shouldn't be an __exit function SUNRPC: Add a missing spin_unlock to gss_mech_list_pseudoflavors NFS: Split out NFS v4 client functions NFS: Split out the NFS v4 filesystem types NFS: Create a single nfs_clone_super() function NFS: Split out NFS v4 server creating code NFS: Initialize the NFS v4 client from init_nfs_v4() NFS: Move the v4 getroot code to nfs4getroot.c NFS: Split out NFS v4 file operations NFS: Initialize v4 sysctls from nfs_init_v4() NFS: Create an init_nfs_v4() function NFS: Split out NFS v4 inode operations NFS: Split out NFS v3 inode operations NFS: Split out NFS v2 inode operations NFS: Clean up nfs4_proc_setclientid() and friends ...
Showing
- fs/nfs/Kconfig 5 additions, 4 deletionsfs/nfs/Kconfig
- fs/nfs/Makefile 8 additions, 3 deletionsfs/nfs/Makefile
- fs/nfs/client.c 17 additions, 668 deletionsfs/nfs/client.c
- fs/nfs/delegation.c 3 additions, 4 deletionsfs/nfs/delegation.c
- fs/nfs/delegation.h 4 additions, 15 deletionsfs/nfs/delegation.h
- fs/nfs/dir.c 17 additions, 90 deletionsfs/nfs/dir.c
- fs/nfs/direct.c 3 additions, 3 deletionsfs/nfs/direct.c
- fs/nfs/file.c 33 additions, 146 deletionsfs/nfs/file.c
- fs/nfs/getroot.c 0 additions, 50 deletionsfs/nfs/getroot.c
- fs/nfs/inode.c 39 additions, 32 deletionsfs/nfs/inode.c
- fs/nfs/internal.h 85 additions, 2 deletionsfs/nfs/internal.h
- fs/nfs/nfs2xdr.c 3 additions, 25 deletionsfs/nfs/nfs2xdr.c
- fs/nfs/nfs3proc.c 46 additions, 0 deletionsfs/nfs/nfs3proc.c
- fs/nfs/nfs3xdr.c 11 additions, 32 deletionsfs/nfs/nfs3xdr.c
- fs/nfs/nfs4_fs.h 32 additions, 1 deletionfs/nfs/nfs4_fs.h
- fs/nfs/nfs4client.c 663 additions, 0 deletionsfs/nfs/nfs4client.c
- fs/nfs/nfs4file.c 126 additions, 0 deletionsfs/nfs/nfs4file.c
- fs/nfs/nfs4filelayout.c 5 additions, 5 deletionsfs/nfs/nfs4filelayout.c
- fs/nfs/nfs4filelayoutdev.c 1 addition, 1 deletionfs/nfs/nfs4filelayoutdev.c
- fs/nfs/nfs4getroot.c 49 additions, 0 deletionsfs/nfs/nfs4getroot.c
Loading
Please register or sign in to comment