aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-10Merge branch 'nfs-for-3.3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-24/+19
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-3/+3
2012-01-06vfs: switch ->show_path() to struct dentry *Al Viro1-2/+2
2012-01-06vfs: switch ->show_devname() to struct dentry *Al Viro1-3/+3
2012-01-06vfs: switch ->show_stats to struct dentry *Al Viro1-7/+7
2012-01-05nfs: fix regression in handling of context= option in NFSv4Jeff Layton1-24/+19
2012-01-03make nfs_follow_remote_path() handle ERR_PTR() passed as root_mntAl Viro1-9/+9
2012-01-03btrfs, nfs, apparmor: don't pull mnt_namespace.h for no reason...Al Viro1-1/+0
2011-11-16new helper: mount_subtree()Al Viro1-24/+6
2011-11-16switch create_mnt_ns() to saner calling conventions, fix double mntput() in nfsAl Viro1-15/+8
2011-10-18nfs/super.c: local functions should be staticH Hartley Sweeten1-6/+11
2011-09-26VFS: Fix the remaining automounter semantics regressionsTrond Myklebust1-1/+1
2011-09-13nfs: Do not allow multiple mounts on same mountpoint when using -o noacSachin Prabhu1-3/+20
2011-07-20switch vfs_path_lookup() to struct pathAl Viro1-11/+5
2011-05-29pnfs: client statsJ. Bruce Fields1-0/+25
2011-04-27nfs: don't lose MS_SYNCHRONOUS on remount of noac mountJeff Layton1-0/+9
2011-04-13NFS: don't negotiate when user specifies sec flavorBryan Schumaker1-0/+1
2011-04-12NFS: Remove dead code from nfs_fs_mount()Jesper Juhl1-2/+1
2011-03-17Merge branch 'nfs-for-2.6.39' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-207/+77
2011-03-16nfs: switch NFS from ->get_sb() to ->mount()Al Viro1-66/+66
2011-03-16nfs: stop mangling ->mnt_devname on NFSAl Viro1-23/+0
2011-03-16vfs: new superblock methods to override /proc/*/mount{s,info}Al Viro1-0/+28
2011-03-16nfs: make nfs_path() work without vfsmountAl Viro1-5/+4
2011-03-16nfs: propagate devname to nfs{,4}_get_root()Al Viro1-5/+5
2011-03-11Cleanup: Factor out some cut-and-paste code.Rob Landley1-111/+44
2011-03-11cleanup: save 60 lines/100 bytes by combining two mostly duplicate functions.Rob Landley1-96/+33
2011-01-12switch nfs to ->s_d_opAl Viro1-0/+1
2011-01-04nfsv4: Switch to generic xattr handling codeAneesh Kumar K.V1-1/+3
2011-01-04nfs: Set MS_POSIXACL alwaysAneesh Kumar K.V1-0/+10
2010-12-21NFS: suppressing showing of default mount port value in /proc fixedStanislav Kinsbursky1-1/+3
2010-12-07nfs: kernel should return EPROTONOSUPPORT when not support NFSv4Mi Jinlong1-4/+0
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-11-15Regression: fix mounting NFS when NFSv3 support is not compiledPaulius Zaleckas1-1/+7
2010-10-29convert simple cases of nfs-related ->get_sb() to ->mount()Al Viro1-50/+46
2010-10-25Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-1/+71
2010-09-23nfs: show "local_lock" mount option in /proc/mountsSuresh Jayaraman1-0/+13
2010-09-23nfs: introduce mount option '-olocal_lock' to make locks localSuresh Jayaraman1-1/+58
2010-09-12statfs() gives ESTALE errorMenyhart Zoltan1-0/+8
2010-08-18Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-0/+7
2010-08-10nfs: Add "lookupcache" to displayed mount optionsPatrick J. LoPresti1-0/+7
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-2/+2
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro1-2/+2
2010-08-06NFS: Fix /proc/mount for legacy binary interfaceBryan Schumaker1-0/+4
2010-06-22NFSv4: Ensure that /proc/self/mountinfo displays the minor version numberTrond Myklebust1-4/+18
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MINAlexey Dobriyan1-2/+2
2010-05-14NFS: Clean up fscache_uniq mount optionChuck Lever1-9/+9
2010-05-14NFS: Cleanup file handle allocations in fs/nfs/super.cTrond Myklebust1-4/+4
2010-05-14NFS: Prevent the mount code from looping forever on broken exportsTrond Myklebust1-0/+73
2010-05-14NFS: Reduce stack footprint of nfs_statfs()Trond Myklebust1-5/+9
2010-05-14NFSv4: Reduce the stack footprint of nfs4_remote_referral_get_sbTrond Myklebust1-4/+12