summaryrefslogtreecommitdiff
path: root/fs/nfs/super.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-22NFS: Correct the NFS mount path when following a referralTrond Myklebust1-0/+24
2009-06-22NFSv4: Replace nfs4_path_walk() with VFS path lookup in a private namespaceTrond Myklebust1-21/+157
2009-06-18Merge branch 'devel-for-2.6.31' into for-2.6.31Trond Myklebust1-120/+168
2009-06-17NFS: More "sloppy" parsing problemsChuck Lever1-34/+108
2009-06-17NFS: Invalid mount option values should always fail, even with "sloppy"Chuck Lever1-96/+61
2009-06-17NFS: Update MNT and MNT3 reply decoding functionsChuck Lever1-0/+2
2009-06-17NFS: Do not display the setting of the "intr" mount optionChuck Lever1-1/+0
2009-06-17Merge commit 'linux-pnfs/nfs41-for-2.6.31' into nfsv41-for-2.6.31Trond Myklebust1-1/+12
2009-06-17nfs41: Release backchannel resources associated with sessionAndy Adamson1-1/+0
2009-06-17NFSv4: Fix the 'nolock' option regressionTrond Myklebust1-0/+7
2009-06-17nfs41: destroy_session operationAndy Adamson1-0/+2
2009-06-17nfs41: add mount command option minorversionMike Sager1-0/+10
2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani1-0/+2
2009-05-09Convert obvious places to deactivate_locked_super()Al Viro1-10/+5
2009-05-09vfs: umount_begin BKL pushdownAlessio Igor Bogani1-1/+6
2009-04-06NFS: Fix a double free in nfs_parse_mount_options()Trond Myklebust1-1/+1
2009-04-03NFS: Add mount options to enable local caching on NFSDavid Howells1-0/+25
2009-04-03NFS: Add some new I/O counters for FS-Cache doing things for NFSDavid Howells1-0/+11
2009-04-03NFS: Define and create superblock-level objectsDavid Howells1-2/+7
2009-03-11NFS: load the rpc/rdma transport module automaticallyTom Talpey1-1/+3
2008-12-30Merge branch 'devel' into nextTrond Myklebust1-16/+28
2008-12-23NFSv4: Clean up the support for returning multiple delegationsTrond Myklebust1-1/+1
2008-12-23NFS: "[no]resvport" mount option changes mountd client tooChuck Lever1-0/+1
2008-12-23NFS: add "[no]resvport" mount optionChuck Lever1-1/+11
2008-12-23NFS: introduce nfs_mount_info struct for calling nfs_mount()Chuck Lever1-14/+15
2008-10-31fs: replace NIPQUAD()Harvey Harrison1-2/+1
2008-10-29net: replace %p6 with %pI6Harvey Harrison1-1/+1
2008-10-28misc: replace NIP6_FMT with %p6 format specifierHarvey Harrison1-2/+1
2008-10-27Switch to a valid email address...Alan Cox1-1/+1
2008-10-17NFS: use correct fs type for v4 submounts and referralsAndy Adamson1-2/+2
2008-10-15Merge branch 'next'Trond Myklebust1-50/+76
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-3/+3
2008-10-10NFS: fix nfs_parse_ip_address() corner caseChuck Lever1-11/+23
2008-10-07nfs: Fix misparsing of nfsv4 fs_locations attributeJ. Bruce Fields1-3/+1
2008-10-07nfs: prepare to share nfs_set_portJ. Bruce Fields1-19/+0
2008-10-07NFS: Add mount options for controlling the lookup cacheTrond Myklebust1-0/+43
2008-10-07NFS: Don't apply NFS_MOUNT_FLAGMASK to text-based mountsTrond Myklebust1-1/+1
2008-10-06NFS: Clean up nfs_sb_active/nfs_sb_deactiveTrond Myklebust1-16/+8
2008-09-08NFS: Restore missing hunk in NFS mount option parserChuck Lever1-0/+6
2008-07-27nfs_remount oops when rebooting + possible fixMarc Zyngier1-3/+3
2008-07-15NFS: Remove attribute update related BKL referencesTrond Myklebust1-4/+0
2008-07-09NFS: Allow either strict or sloppy mount option parsingChuck Lever1-75/+128
2008-07-09NFS4: Set security flavor default for NFSv4 mounts like other defaultsChuck Lever1-16/+6
2008-07-09NFS: Set security flavor default for NFSv2/3 mounts like other defaultsChuck Lever1-17/+5
2008-07-09NFS: Refactor logic for parsing NFS security flavor mount optionsChuck Lever1-65/+78
2008-07-09NFS: use documenting macro constants for initializing ac{reg, dir}{min, max}Chuck Lever1-12/+12
2008-07-09NFS: Move the nfs_set_port() call out of nfs_parse_mount_options()Chuck Lever1-3/+6
2008-07-09NFS: set transport defaults after mount option parsing is finishedTrond Myklebust1-18/+42
2008-07-09NFS: handle interface identifiers in incoming IPv6 addressesChuck Lever1-1/+40
2008-07-09NFS: Add string length argument to nfs_parse_server_addressChuck Lever1-30/+70