summaryrefslogtreecommitdiff
path: root/fs/nfs/super.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-29NFS: Fix regression whereby fscache errors are appearing on 'nofsc' mountsTrond Myklebust1-0/+1
2019-05-02NFS: Forbid setting AF_INET6 to "struct sockaddr_in"->sin_family.Tetsuo Handa1-1/+2
2019-03-14nfs: Fix NULL pointer dereference of dev_nameYao Liu1-0/+5
2019-02-12NFS: nfs_compare_mount_options always compare auth flavors.Chris Perl1-2/+1
2018-07-31NFS: silence a harmless uninitialized variable warningDan Carpenter1-1/+1
2018-07-31sunrpc: Change rpc_print_iostats to rpc_clnt_show_stats and handle rpc_clnt c...Dave Wysochanski1-1/+1
2018-03-16fs: Teach path_connected to handle nfs filesystems with multiple roots.Eric W. Biederman1-0/+2
2017-11-28Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-11/+11
2017-11-18NFS: Fix typo in nomigration mount optionJoshua Watt1-1/+1
2017-11-18NFS: super: mark expected switch fall-throughsGustavo A. R. Silva1-2/+10
2017-09-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2017-08-20NFS: Fix NFSv2 security settingsChuck Lever1-4/+8
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-1/+1
2017-07-14Merge tag 'nfs-for-4.13-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-1/+3
2017-07-14nfs: add export operationsPeng Tao1-0/+2
2017-07-13nfs: Fix fscache stat printing in nfs_show_stats()Tuo Chen Peng1-1/+1
2017-07-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-1/+16
2017-06-09security/selinux: allow security_sb_clone_mnt_opts to enable/disable native l...Scott Mayhew1-1/+16
2017-06-03nfs: Mark unnecessarily extern functions as staticJan Kara1-2/+3
2017-05-04nfs: Fix bdi handling for cloned superblocksJan Kara1-18/+10
2017-04-20fs: Remove SB_I_DYNBDI flagJan Kara1-1/+0
2017-04-20nfs: Convert to separately allocated bdiJan Kara1-15/+19
2017-01-30NFS: tidy up nfs_show_mountd_netidNeilBrown1-14/+7
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-02NFS: fix typo in parameter descriptionWei Yongjun1-1/+1
2016-09-19NFSv4.x: Add kernel parameter to control the callback serverTrond Myklebust1-0/+10
2016-08-16NFS: Allow the mount option retrans=0Trond Myklebust1-2/+17
2016-07-19mount: use sec= that was specified on the command lineSteve Dickson1-3/+11
2016-05-17xprtrdma: Add rdma6 option to support NFS/RDMA IPv6Shirley Ma1-0/+4
2016-05-09nfs: don't share mounts between network namespacesJ. Bruce Fields1-0/+5
2015-10-21NFS: Remove the left global variable nfs_callback_tcpportKinglong Mee1-2/+0
2015-08-12NFS: Error out when register_shrinker fail in register_nfs_fsKinglong Mee1-2/+5
2015-05-28kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez1-1/+1
2015-04-27Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-3/+1
2015-04-23Merge branch 'bugfixes'Trond Myklebust1-2/+1
2015-04-23NFS: Remove CONFIG_NFS_V4 checks from nfs_idmap.hAnna Schumaker1-1/+0
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-3/+3
2015-03-12NFS: remount with security change should return EINVALBenjamin Coddington1-2/+1
2015-02-13Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds1-18/+6
2015-02-06NFSv4: Ensure we reference the inode for return-on-close in delegreturnTrond Myklebust1-3/+6
2015-01-21nfs: don't call bdi_unregisterChristoph Hellwig1-18/+6
2014-09-12NFS: Remove v3 not compiled check from validate_mount_data()Anna Schumaker1-11/+0
2014-08-05nfs: reject changes to resvport and sharecache during remountScott Mayhew1-4/+5
2014-07-13NFS: use ARRAY_SIZE instead of sizeof/sizeof[0]Fabian Frederick1-2/+1
2014-06-10NFS: populate ->net in mount data when remountingMateusz Guzik1-0/+1
2014-05-30nfs: Apply NFS_MOUNT_CMP_FLAGMASK to nfs_compare_remount_data()Scott Mayhew1-13/+13
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-0/+2
2013-11-15NFS: correctly report misuse of "migration" mount option.NeilBrown1-1/+1
2013-10-28NFS: add support for multiple sec= mount optionsWeston Andros Adamson1-55/+105
2013-10-28NFS: stop using NFS_MOUNT_SECFLAVOUR server flagWeston Andros Adamson1-2/+1