summaryrefslogtreecommitdiffstats
path: root/fs/nfs/super.c
Commit message (Expand)AuthorAgeFilesLines
* NFS: Convert v4 into a moduleBryan Schumaker2012-07-311-9/+32
* NFS: Convert v3 into a moduleBryan Schumaker2012-07-311-3/+3
* NFS: Convert v2 into a moduleBryan Schumaker2012-07-311-0/+3
* NFS: Keep module parameters in the generic NFS clientBryan Schumaker2012-07-311-0/+45
* NFS: Pass super operations and xattr handlers in the nfs_subversionBryan Schumaker2012-07-311-4/+5
* NFS: Only initialize the ACL client in the v3 caseBryan Schumaker2012-07-311-2/+2
* NFS: Create a try_mount rpc opBryan Schumaker2012-07-311-10/+4Star
* NFS: Remove the NFS v4 xdev mount functionBryan Schumaker2012-07-311-20/+10Star
* NFS: Add version registering frameworkBryan Schumaker2012-07-311-10/+22
* NFS: Split out the NFS v4 filesystem typesBryan Schumaker2012-07-171-373/+22Star
* NFS: Create a single nfs_clone_super() functionBryan Schumaker2012-07-171-26/+6Star
* Merge commit '9249e17fe094d853d1ef7475dd559a2cc7e23d42' into nfs-for-3.6Trond Myklebust2012-07-161-1/+3
|\
| * VFS: Pass mount flags to sget()David Howells2012-07-141-1/+1
| * NFSv4: Fix an NFSv4 mount regressionTrond Myklebust2012-07-101-0/+2
* | NFS: Create custom NFS v4 write_inode() functionBryan Schumaker2012-06-291-1/+1
* | NFS: Use nfs4_destroy_server() to clean up NFS v4Bryan Schumaker2012-06-291-18/+5Star
|/
* NFS: Use the NFS_DEFAULT_VERSION for v2 and v3 mountsBryan Schumaker2012-06-091-0/+1
* NFS4: Set parsed mount data version to 4Bryan Schumaker2012-06-051-0/+2
* NFS: Use proper naming conventions for nfs_client.impl_id fieldChuck Lever2012-05-221-2/+2
* NFS: Fix a compile issue when CONFIG_NFS_FSCACHE was undefinedTrond Myklebust2012-05-161-0/+8
* NFS: Pass mntfh as part of the nfs_mount_info structureBryan Schumaker2012-05-151-76/+31Star
* NFS: Allocate parsed mount data directly to the nfs_mount_info structureBryan Schumaker2012-05-151-9/+7Star
* NFS: Create a single nfs_validate_mount_data() functionBryan Schumaker2012-05-151-6/+30
* NFS: Create a single function for text mount dataBryan Schumaker2012-05-151-81/+70Star
* NFS: Create a new nfs_try_mount()Bryan Schumaker2012-05-151-19/+27
* NFS: Let mount data parsing set the NFS versionBryan Schumaker2012-05-151-4/+3Star
* NFS: Use nfs_fs_mount_common() for remote referral mountsBryan Schumaker2012-05-151-76/+13Star
* NFS: Use nfs_fs_mount_common() for xdev mountsBryan Schumaker2012-05-151-67/+29Star
* NFS: Create a common xdev_mount() functionBryan Schumaker2012-05-151-90/+32Star
* NFS: Create a common fs_mount() functionBryan Schumaker2012-05-151-109/+76Star
* NFS: Remove NFS4_MOUNT_UNSHAREDBryan Schumaker2012-05-151-3/+3
* NFS: Don't pass mount data to nfs_fscache_get_super_cookie()Bryan Schumaker2012-05-151-5/+26
* NFS: Create a single nfs_get_root()Bryan Schumaker2012-05-151-3/+3
* NFS: Honor the authflavor set in the clone mount dataBryan Schumaker2012-04-271-2/+2
* nfs: Enclose hostname in brackets when needed in nfs_do_root_mountJan Kara2012-04-201-2/+6
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-291-1/+0Star
|\
| * Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* | NFS: fix sb->s_id in nfs debug printsVivek Trivedi2012-03-211-1/+1
* | NFS: Fix a compile issue when !CONFIG_NFS_V4_1Trond Myklebust2012-03-051-9/+19
* | NFS: Make clientaddr= optionalChuck Lever2012-03-021-6/+0Star
* | SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt fieldTrond Myklebust2012-03-021-0/+5
* | NFS: Consolidate the parsing of the '-ov4.x' and '-overs=4.x' mount optionsTrond Myklebust2012-03-021-28/+3Star
* | NFS: Ensure we display the minor version correctly in /proc/mounts etc.Trond Myklebust2012-03-021-2/+10
* | NFS: Extend the -overs= mount option to allow 4.x minorversionsTrond Myklebust2012-03-021-22/+62
* | NFSv4: parse and display server implementation idsWeston Andros Adamson2012-03-011-0/+8
* | NFS: Ensure that the nfs_client 'net' field is always setTrond Myklebust2012-02-191-2/+1Star
* | NFS: dont allow minorversion= opt when vers != 4Weston Andros Adamson2012-02-151-0/+7
* | NFS: add mount options 'v4.0' and 'v4.1'Weston Andros Adamson2012-02-151-1/+13
* | NFS: pass current net to rpc_pton() while parsing mount optionsStanislav Kinsbursky2012-02-071-2/+2
* | nfs: remove unneeded NULL pointer check in nfs4_remote_mountJeff Layton2012-02-011-2/+1Star