aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/super.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-30NFS: tidy up nfs_show_mountd_netidGravatar NeilBrown 1-14/+7
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-12-01NFS: fix typo in parameter descriptionGravatar Wei Yongjun 1-1/+1
2016-09-19NFSv4.x: Add kernel parameter to control the callback serverGravatar Trond Myklebust 1-0/+10
2016-08-16NFS: Allow the mount option retrans=0Gravatar Trond Myklebust 1-2/+17
2016-07-19mount: use sec= that was specified on the command lineGravatar Steve Dickson 1-3/+11
2016-05-17xprtrdma: Add rdma6 option to support NFS/RDMA IPv6Gravatar Shirley Ma 1-0/+4
2016-05-09nfs: don't share mounts between network namespacesGravatar J. Bruce Fields 1-0/+5
2015-10-21NFS: Remove the left global variable nfs_callback_tcpportGravatar Kinglong Mee 1-2/+0
2015-08-12NFS: Error out when register_shrinker fail in register_nfs_fsGravatar Kinglong Mee 1-2/+5
2015-05-28kernel/params: constify struct kernel_param_ops usesGravatar Luis R. Rodriguez 1-1/+1
2015-04-26Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-3/+1
2015-04-23Merge branch 'bugfixes'Gravatar Trond Myklebust 1-2/+1
2015-04-23NFS: Remove CONFIG_NFS_V4 checks from nfs_idmap.hGravatar Anna Schumaker 1-1/+0
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-3/+3
2015-03-12NFS: remount with security change should return EINVALGravatar Benjamin Coddington 1-2/+1
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-18/+6
2015-02-05NFSv4: Ensure we reference the inode for return-on-close in delegreturnGravatar Trond Myklebust 1-3/+6
2015-01-20nfs: don't call bdi_unregisterGravatar Christoph Hellwig 1-18/+6
2014-09-12NFS: Remove v3 not compiled check from validate_mount_data()Gravatar Anna Schumaker 1-11/+0
2014-08-04nfs: reject changes to resvport and sharecache during remountGravatar Scott Mayhew 1-4/+5
2014-07-12NFS: use ARRAY_SIZE instead of sizeof/sizeof[0]Gravatar Fabian Frederick 1-2/+1
2014-06-10NFS: populate ->net in mount data when remountingGravatar Mateusz Guzik 1-0/+1
2014-05-29nfs: Apply NFS_MOUNT_CMP_FLAGMASK to nfs_compare_remount_data()Gravatar Scott Mayhew 1-13/+13
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Gravatar Theodore Ts'o 1-0/+2
2013-11-15NFS: correctly report misuse of "migration" mount option.Gravatar NeilBrown 1-1/+1
2013-10-28NFS: add support for multiple sec= mount optionsGravatar Weston Andros Adamson 1-55/+105
2013-10-28NFS: stop using NFS_MOUNT_SECFLAVOUR server flagGravatar Weston Andros Adamson 1-2/+1
2013-10-28NFS: cache parsed auth_info in nfs_serverGravatar Weston Andros Adamson 1-2/+1
2013-10-28NFS: separate passed security flavs from selectedGravatar Weston Andros Adamson 1-25/+22
2013-10-28NFS: Add a super_block backpointer to the nfs_server structGravatar Chuck Lever 1-0/+1
2013-10-28nfs: fix handling of invalid mount options in nfs_remountGravatar Jeff Layton 1-2/+2
2013-10-28nfs: reject version and minorversion changes on remount attemptsGravatar Jeff Layton 1-0/+4
2013-09-10fs: convert fs shrinkers to new scan/count APIGravatar Dave Chinner 1-1/+2
2013-09-09Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-26/+73
2013-09-07NFS: nfs_compare_super shouldn't check the auth flavour unless 'sec=' was setGravatar Trond Myklebust 1-2/+15
2013-09-07NFS: Clean up nfs_parse_security_flavors()Gravatar Trond Myklebust 1-12/+13
2013-09-07NFS: Clean up the auth flavour array messGravatar Trond Myklebust 1-12/+25
2013-09-04NFSv4: Document the recover_lost_locks kernel parameterGravatar Trond Myklebust 1-0/+8
2013-08-07NFSv4: Fix the sync mount option for nfs4 mountsGravatar Scott Mayhew 1-0/+4
2013-08-07NFSv4: Refuse mount attempts with proto=udpGravatar Trond Myklebust 1-0/+12
2013-06-28Merge branch 'labeled-nfs' into linux-nextGravatar Trond Myklebust 1-2/+22
2013-06-28nfs: have NFSv3 try server-specified auth flavors in turnGravatar Jeff Layton 1-57/+69
2013-06-28nfs: have nfs_mount fake up a auth_flavs list when the server didn't provide itGravatar Jeff Layton 1-13/+0
2013-06-28nfs: move server_authlist into nfs_try_mount_requestGravatar Jeff Layton 1-5/+9
2013-06-28nfs: refactor "need_mount" code out of nfs_try_mountGravatar Jeff Layton 1-8/+16
2013-06-08NFS: Client implementation of Labeled-NFSGravatar David Quigley 1-2/+15
2013-06-08NFSv4: Extend fattr bitmaps to support all 3 wordsGravatar David Quigley 1-0/+1
2013-06-08NFSv4.2: Added NFS v4.2 support to the NFS clientGravatar Steve Dickson 1-1/+6
2013-06-08LSM: Add flags field to security_sb_set_mnt_opts for in kernel mount data.Gravatar David Quigley 1-1/+2