summaryrefslogtreecommitdiffstats
path: root/fs/nfs/super.c
Commit message (Expand)AuthorAgeFilesLines
* fs: replace NIPQUAD()Harvey Harrison2008-10-311-2/+1Star
* net: replace %p6 with %pI6Harvey Harrison2008-10-291-1/+1
* misc: replace NIP6_FMT with %p6 format specifierHarvey Harrison2008-10-291-2/+1Star
* 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-081-3/+1Star
| * nfs: prepare to share nfs_set_portJ. Bruce Fields2008-10-081-19/+0Star
| * 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-071-16/+8Star
* | vfs: Use const for kernel parser tableSteven Whitehouse2008-10-131-3/+3
|/
* NFS: Restore missing hunk in NFS mount option parserChuck Lever2008-09-091-0/+6
* nfs_remount oops when rebooting + possible fixMarc Zyngier2008-07-281-3/+3
* NFS: Remove attribute update related BKL referencesTrond Myklebust2008-07-161-4/+0Star
* 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/+6Star
* NFS: Set security flavor default for NFSv2/3 mounts like other defaultsChuck Lever2008-07-091-17/+5Star
* 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
* NFS: Support raw IPv6 address hostnames during NFS mount operationChuck Lever2008-07-091-8/+82
* NFS: Use common device name parsing logic for NFSv4 and NFSv2/v3Chuck Lever2008-07-091-45/+79
* NFS: Fix a dependency on CONFIG_NFS_V4 in nfs_remountTrond Myklebust2008-07-091-2/+3
* NFS: missing newline in NFS mount debugging messageChuck Lever2008-07-091-1/+1
* NFS: Treat "intr" and "nointr" options as deprecatedChuck Lever2008-07-091-6/+4Star
* NFS: Allow any value for the "retry" optionChuck Lever2008-07-091-1/+2
* NFS: implement option checking when remounting NFS filesystems (resend)Jeff Layton2008-07-091-0/+76
* NFS: Fix filehandle size comparisons in the mount codeTrond Myklebust2008-06-231-4/+4
* NFS: Reduce the NFS mount code stack usage.Trond Myklebust2008-06-231-28/+40
* nfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-05-161-1/+1
* nfs/lsm: make NFSv4 set LSM mount optionsEric Paris2008-05-161-0/+10
* mm: bdi: expose the BDI object in sysfs for NFSMiklos Szeredi2008-04-301-0/+26
* [PATCH] restore sane ->umount_begin() APIAl Viro2008-04-251-5/+3Star
* Merge branch 'devel'Trond Myklebust2008-04-241-47/+100
|\
| * NFS: remove duplicate flags assignment from nfs_validate_mount_dataJeff Layton2008-04-191-1/+0Star
| * NFS - fix potential NULL pointer dereference v2Cyrill Gorcunov2008-04-191-0/+16
| * NFS: Show most mount options via nfs_show_options()Chuck Lever2008-03-191-2/+65
| * NFS: Save the value of the "port=" mount optionChuck Lever2008-03-191-31/+6Star
| * NFS: numeric mount parameters are unsignedChuck Lever2008-03-191-13/+13
* | [PATCH] do shrink_submounts() for all fs typesAl Viro2008-03-281-2/+0Star
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David S. Miller2008-03-181-2/+62
|\|
| * NFS: use new LSM interfaces to explicitly set mount optionsEric Paris2008-03-051-2/+62
* | [NET] endianness noise: INADDR_ANYAl Viro2008-03-181-1/+1
|/
* NFS: add missing spkm3 strings to mount option parserOlga Kornievskaia2008-02-141-0/+4
* Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-02-011-4/+0Star
|\