summaryrefslogtreecommitdiff
path: root/fs/nfs/super.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-09NFS: Client implementation of Labeled-NFSDavid Quigley1-2/+15
2013-06-09NFSv4: Extend fattr bitmaps to support all 3 wordsDavid Quigley1-0/+1
2013-06-09NFSv4.2: Added NFS v4.2 support to the NFS clientSteve Dickson1-1/+6
2013-06-09LSM: Add flags field to security_sb_set_mnt_opts for in kernel mount data.David Quigley1-1/+2
2013-05-31NFS: Fix security flavor negotiation with legacy binary mountsChuck Lever1-0/+2
2013-05-09Merge tag 'nfs-for-3.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-7/+41
2013-05-07NFSv3: match sec= flavor against server listWeston Andros Adamson1-7/+41
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-2/+1
2013-04-30Merge tag 'nfs-for-3.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-38/+42
2013-04-05NFS: Use server-recommended security flavor by default (NFSv3)Chuck Lever1-38/+42
2013-04-02selinux: make security_sb_clone_mnt_opts return an error on context mismatchJeff Layton1-2/+1
2013-03-13fs: Readd the fs module aliases.Eric W. Biederman1-0/+1
2013-03-04fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-1/+2
2013-03-01Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+1
2013-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+3
2013-02-26vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry opJeff Layton1-3/+3
2013-02-05sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Jeff Layton1-0/+1
2013-02-01Revert "NFS: add nfs_sb_deactive_async to avoid deadlock"Trond Myklebust1-49/+0
2013-01-28NFS: Fix error reporting in nfs_xdev_mountTrond Myklebust1-13/+9
2013-01-04nfs: fix null checking in nfs_get_option_str()Xi Wang1-1/+1
2012-12-21NFS: Kill fscache warnings when mounting without -ofscTrond Myklebust1-4/+15
2012-12-14NFS: Ensure that we always drop inodes that have been marked as staleTrond Myklebust1-0/+1
2012-12-06NFSv4.1: Move slot table and session struct definitions to nfs4session.hTrond Myklebust1-0/+1
2012-11-01NFS: add nfs_sb_deactive_async to avoid deadlockWeston Andros Adamson1-0/+49
2012-11-01nfs: Show original device name verbatim in /proc/*/mount{s,info}Ben Hutchings1-1/+1
2012-10-10Merge tag 'nfs-for-3.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-3/+28
2012-10-02nfs: declare nfs_xdev_mount as staticStanislav Kinsbursky1-1/+1
2012-10-02nfs: replace strict_strto* with kstrto*Daniel Walter1-2/+2
2012-10-02NFS: Add nfs4_unique_id boot parameterChuck Lever1-0/+5
2012-10-02NFS: Introduce "migration" mount optionChuck Lever1-0/+20
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-09-04NFS: Fix a problem with the legacy binary mount codeTrond Myklebust1-0/+2
2012-09-01nfs: comment fixPeter Meerwald1-1/+1
2012-08-17NFS: Alias the nfs module to nfs4bjschuma@gmail.com1-0/+2
2012-08-17NFS: Fix a regression when loading the NFS v4 modulebjschuma@gmail.com1-1/+36
2012-07-31NFS: Convert v4 into a moduleBryan Schumaker1-9/+32
2012-07-31NFS: Convert v3 into a moduleBryan Schumaker1-3/+3
2012-07-31NFS: Convert v2 into a moduleBryan Schumaker1-0/+3
2012-07-31NFS: Keep module parameters in the generic NFS clientBryan Schumaker1-0/+45
2012-07-31NFS: Pass super operations and xattr handlers in the nfs_subversionBryan Schumaker1-4/+5
2012-07-31NFS: Only initialize the ACL client in the v3 caseBryan Schumaker1-2/+2
2012-07-31NFS: Create a try_mount rpc opBryan Schumaker1-10/+4
2012-07-31NFS: Remove the NFS v4 xdev mount functionBryan Schumaker1-20/+10
2012-07-31NFS: Add version registering frameworkBryan Schumaker1-10/+22
2012-07-17NFS: Split out the NFS v4 filesystem typesBryan Schumaker1-373/+22
2012-07-17NFS: Create a single nfs_clone_super() functionBryan Schumaker1-26/+6
2012-07-16Merge commit '9249e17fe094d853d1ef7475dd559a2cc7e23d42' into nfs-for-3.6Trond Myklebust1-1/+3
2012-07-14VFS: Pass mount flags to sget()David Howells1-1/+1
2012-07-10NFSv4: Fix an NFSv4 mount regressionTrond Myklebust1-0/+2
2012-06-29NFS: Create custom NFS v4 write_inode() functionBryan Schumaker1-1/+1