summaryrefslogtreecommitdiff
path: root/fs/nfs/super.c
AgeCommit message (Expand)Author
2015-04-26Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2015-04-23Merge branch 'bugfixes'Trond Myklebust
2015-04-23NFS: Remove CONFIG_NFS_V4 checks from nfs_idmap.hAnna Schumaker
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-03-12NFS: remount with security change should return EINVALBenjamin Coddington
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-02-05NFSv4: Ensure we reference the inode for return-on-close in delegreturnTrond Myklebust
2015-01-20nfs: don't call bdi_unregisterChristoph Hellwig
2014-09-12NFS: Remove v3 not compiled check from validate_mount_data()Anna Schumaker
2014-08-04nfs: reject changes to resvport and sharecache during remountScott Mayhew
2014-07-12NFS: use ARRAY_SIZE instead of sizeof/sizeof[0]Fabian Frederick
2014-06-10NFS: populate ->net in mount data when remountingMateusz Guzik
2014-05-29nfs: Apply NFS_MOUNT_CMP_FLAGMASK to nfs_compare_remount_data()Scott Mayhew
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o
2013-11-15NFS: correctly report misuse of "migration" mount option.NeilBrown
2013-10-28NFS: add support for multiple sec= mount optionsWeston Andros Adamson
2013-10-28NFS: stop using NFS_MOUNT_SECFLAVOUR server flagWeston Andros Adamson
2013-10-28NFS: cache parsed auth_info in nfs_serverWeston Andros Adamson
2013-10-28NFS: separate passed security flavs from selectedWeston Andros Adamson
2013-10-28NFS: Add a super_block backpointer to the nfs_server structChuck Lever
2013-10-28nfs: fix handling of invalid mount options in nfs_remountJeff Layton
2013-10-28nfs: reject version and minorversion changes on remount attemptsJeff Layton
2013-09-10fs: convert fs shrinkers to new scan/count APIDave Chinner
2013-09-09Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2013-09-07NFS: nfs_compare_super shouldn't check the auth flavour unless 'sec=' was setTrond Myklebust
2013-09-07NFS: Clean up nfs_parse_security_flavors()Trond Myklebust
2013-09-07NFS: Clean up the auth flavour array messTrond Myklebust
2013-09-04NFSv4: Document the recover_lost_locks kernel parameterTrond Myklebust
2013-08-07NFSv4: Fix the sync mount option for nfs4 mountsScott Mayhew
2013-08-07NFSv4: Refuse mount attempts with proto=udpTrond Myklebust
2013-06-28Merge branch 'labeled-nfs' into linux-nextTrond Myklebust
2013-06-28nfs: have NFSv3 try server-specified auth flavors in turnJeff Layton
2013-06-28nfs: have nfs_mount fake up a auth_flavs list when the server didn't provide itJeff Layton
2013-06-28nfs: move server_authlist into nfs_try_mount_requestJeff Layton
2013-06-28nfs: refactor "need_mount" code out of nfs_try_mountJeff Layton
2013-06-08NFS: Client implementation of Labeled-NFSDavid Quigley
2013-06-08NFSv4: Extend fattr bitmaps to support all 3 wordsDavid Quigley
2013-06-08NFSv4.2: Added NFS v4.2 support to the NFS clientSteve Dickson
2013-06-08LSM: Add flags field to security_sb_set_mnt_opts for in kernel mount data.David Quigley
2013-05-30NFS: Fix security flavor negotiation with legacy binary mountsChuck Lever
2013-05-09Merge tag 'nfs-for-3.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2013-05-06NFSv3: match sec= flavor against server listWeston Andros Adamson
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2013-04-30Merge tag 'nfs-for-3.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2013-04-04NFS: Use server-recommended security flavor by default (NFSv3)Chuck Lever
2013-04-02selinux: make security_sb_clone_mnt_opts return an error on context mismatchJeff Layton
2013-03-12fs: Readd the fs module aliases.Eric W. Biederman
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2013-02-28Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds