summaryrefslogtreecommitdiffstats
path: root/fs/nfs/super.c
Commit message (Expand)AuthorAgeFilesLines
...
| * NFS: nfs_compare_super shouldn't check the auth flavour unless 'sec=' was setTrond Myklebust2013-09-071-2/+15
| * NFS: Clean up nfs_parse_security_flavors()Trond Myklebust2013-09-071-12/+13
| * NFS: Clean up the auth flavour array messTrond Myklebust2013-09-071-12/+25
| * NFSv4: Document the recover_lost_locks kernel parameterTrond Myklebust2013-09-041-0/+8
| * NFSv4: Refuse mount attempts with proto=udpTrond Myklebust2013-08-071-0/+12
* | NFSv4: Fix the sync mount option for nfs4 mountsScott Mayhew2013-08-071-0/+4
|/
* Merge branch 'labeled-nfs' into linux-nextTrond Myklebust2013-06-281-2/+22
|\
| * NFS: Client implementation of Labeled-NFSDavid Quigley2013-06-081-2/+15
| * NFSv4: Extend fattr bitmaps to support all 3 wordsDavid Quigley2013-06-081-0/+1
| * NFSv4.2: Added NFS v4.2 support to the NFS clientSteve Dickson2013-06-081-1/+6
| * LSM: Add flags field to security_sb_set_mnt_opts for in kernel mount data.David Quigley2013-06-081-1/+2
* | nfs: have NFSv3 try server-specified auth flavors in turnJeff Layton2013-06-281-57/+69
* | nfs: have nfs_mount fake up a auth_flavs list when the server didn't provide itJeff Layton2013-06-281-13/+0
* | nfs: move server_authlist into nfs_try_mount_requestJeff Layton2013-06-281-5/+9
* | nfs: refactor "need_mount" code out of nfs_try_mountJeff Layton2013-06-281-8/+16
* | NFS: Fix security flavor negotiation with legacy binary mountsChuck Lever2013-05-301-0/+2
|/
* Merge tag 'nfs-for-3.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-05-091-7/+41
|\
| * NFSv3: match sec= flavor against server listWeston Andros Adamson2013-05-061-7/+41
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2013-04-301-2/+1
|\ \
| * | selinux: make security_sb_clone_mnt_opts return an error on context mismatchJeff Layton2013-04-021-2/+1
* | | Merge tag 'nfs-for-3.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-04-301-38/+42
|\ \ \ | | |/ | |/|
| * | NFS: Use server-recommended security flavor by default (NFSv3)Chuck Lever2013-04-041-38/+42
* | | fs: Readd the fs module aliases.Eric W. Biederman2013-03-121-0/+1
| |/ |/|
* | fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-1/+2
|/
* Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-02-281-0/+1
|\
| * sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Jeff Layton2013-02-051-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-3/+3
|\ \
| * | vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry opJeff Layton2013-02-261-3/+3
* | | Revert "NFS: add nfs_sb_deactive_async to avoid deadlock"Trond Myklebust2013-02-011-49/+0
* | | NFS: Fix error reporting in nfs_xdev_mountTrond Myklebust2013-01-271-13/+9
|/ /
* | nfs: fix null checking in nfs_get_option_str()Xi Wang2013-01-041-1/+1
|/
* NFS: Kill fscache warnings when mounting without -ofscTrond Myklebust2012-12-211-4/+15
* NFS: Ensure that we always drop inodes that have been marked as staleTrond Myklebust2012-12-141-0/+1
* NFSv4.1: Move slot table and session struct definitions to nfs4session.hTrond Myklebust2012-12-061-0/+1
* NFS: add nfs_sb_deactive_async to avoid deadlockWeston Andros Adamson2012-10-311-0/+49
* nfs: Show original device name verbatim in /proc/*/mount{s,info}Ben Hutchings2012-10-311-1/+1
* Merge tag 'nfs-for-3.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-10-101-3/+28
|\
| * nfs: declare nfs_xdev_mount as staticStanislav Kinsbursky2012-10-021-1/+1
| * nfs: replace strict_strto* with kstrto*Daniel Walter2012-10-011-2/+2
| * NFS: Add nfs4_unique_id boot parameterChuck Lever2012-10-011-0/+5
| * NFS: Introduce "migration" mount optionChuck Lever2012-10-011-0/+20
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-10-011-1/+1
|\ \ | |/ |/|
| * nfs: comment fixPeter Meerwald2012-09-011-1/+1
* | NFS: Fix a problem with the legacy binary mount codeTrond Myklebust2012-09-041-0/+2
* | NFS: Alias the nfs module to nfs4bjschuma@gmail.com2012-08-161-0/+2
* | NFS: Fix a regression when loading the NFS v4 modulebjschuma@gmail.com2012-08-161-1/+36
* | NFS: Convert v4 into a moduleBryan Schumaker2012-07-301-9/+32
* | NFS: Convert v3 into a moduleBryan Schumaker2012-07-301-3/+3
* | NFS: Convert v2 into a moduleBryan Schumaker2012-07-301-0/+3
* | NFS: Keep module parameters in the generic NFS clientBryan Schumaker2012-07-301-0/+45
OpenPOWER on IntegriCloud