summaryrefslogtreecommitdiff
path: root/fs/nfs/super.c
AgeCommit message (Expand)Author
2012-11-17nfs: Show original device name verbatim in /proc/*/mount{s,info}Ben Hutchings
2012-09-04NFS: Fix a problem with the legacy binary mount codeTrond Myklebust
2012-08-16NFS: Alias the nfs module to nfs4bjschuma@gmail.com
2012-08-16NFS: Fix a regression when loading the NFS v4 modulebjschuma@gmail.com
2012-07-30NFS: Convert v4 into a moduleBryan Schumaker
2012-07-30NFS: Convert v3 into a moduleBryan Schumaker
2012-07-30NFS: Convert v2 into a moduleBryan Schumaker
2012-07-30NFS: Keep module parameters in the generic NFS clientBryan Schumaker
2012-07-30NFS: Pass super operations and xattr handlers in the nfs_subversionBryan Schumaker
2012-07-30NFS: Only initialize the ACL client in the v3 caseBryan Schumaker
2012-07-30NFS: Create a try_mount rpc opBryan Schumaker
2012-07-30NFS: Remove the NFS v4 xdev mount functionBryan Schumaker
2012-07-30NFS: Add version registering frameworkBryan Schumaker
2012-07-17NFS: Split out the NFS v4 filesystem typesBryan Schumaker
2012-07-17NFS: Create a single nfs_clone_super() functionBryan Schumaker
2012-07-16Merge commit '9249e17fe094d853d1ef7475dd559a2cc7e23d42' into nfs-for-3.6Trond Myklebust
2012-07-14VFS: Pass mount flags to sget()David Howells
2012-07-10NFSv4: Fix an NFSv4 mount regressionTrond Myklebust
2012-06-29NFS: Create custom NFS v4 write_inode() functionBryan Schumaker
2012-06-29NFS: Use nfs4_destroy_server() to clean up NFS v4Bryan Schumaker
2012-06-09NFS: Use the NFS_DEFAULT_VERSION for v2 and v3 mountsBryan Schumaker
2012-06-05NFS4: Set parsed mount data version to 4Bryan Schumaker
2012-05-22NFS: Use proper naming conventions for nfs_client.impl_id fieldChuck Lever
2012-05-16NFS: Fix a compile issue when CONFIG_NFS_FSCACHE was undefinedTrond Myklebust
2012-05-14NFS: Pass mntfh as part of the nfs_mount_info structureBryan Schumaker
2012-05-14NFS: Allocate parsed mount data directly to the nfs_mount_info structureBryan Schumaker
2012-05-14NFS: Create a single nfs_validate_mount_data() functionBryan Schumaker
2012-05-14NFS: Create a single function for text mount dataBryan Schumaker
2012-05-14NFS: Create a new nfs_try_mount()Bryan Schumaker
2012-05-14NFS: Let mount data parsing set the NFS versionBryan Schumaker
2012-05-14NFS: Use nfs_fs_mount_common() for remote referral mountsBryan Schumaker
2012-05-14NFS: Use nfs_fs_mount_common() for xdev mountsBryan Schumaker
2012-05-14NFS: Create a common xdev_mount() functionBryan Schumaker
2012-05-14NFS: Create a common fs_mount() functionBryan Schumaker
2012-05-14NFS: Remove NFS4_MOUNT_UNSHAREDBryan Schumaker
2012-05-14NFS: Don't pass mount data to nfs_fscache_get_super_cookie()Bryan Schumaker
2012-05-14NFS: Create a single nfs_get_root()Bryan Schumaker
2012-04-27NFS: Honor the authflavor set in the clone mount dataBryan Schumaker
2012-04-20nfs: Enclose hostname in brackets when needed in nfs_do_root_mountJan Kara
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-21NFS: fix sb->s_id in nfs debug printsVivek Trivedi
2012-03-05NFS: Fix a compile issue when !CONFIG_NFS_V4_1Trond Myklebust
2012-03-02NFS: Make clientaddr= optionalChuck Lever
2012-03-02SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt fieldTrond Myklebust
2012-03-02NFS: Consolidate the parsing of the '-ov4.x' and '-overs=4.x' mount optionsTrond Myklebust
2012-03-02NFS: Ensure we display the minor version correctly in /proc/mounts etc.Trond Myklebust
2012-03-02NFS: Extend the -overs= mount option to allow 4.x minorversionsTrond Myklebust
2012-03-01NFSv4: parse and display server implementation idsWeston Andros Adamson
2012-02-19NFS: Ensure that the nfs_client 'net' field is always setTrond Myklebust