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