aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-09NFS: Support raw IPv6 address hostnames during NFS mount operationChuck Lever1-8/+82
2008-07-09NFS: Use common device name parsing logic for NFSv4 and NFSv2/v3Chuck Lever1-45/+79
2008-07-09NFS: Fix a dependency on CONFIG_NFS_V4 in nfs_remountTrond Myklebust1-2/+3
2008-07-09NFS: missing newline in NFS mount debugging messageChuck Lever1-1/+1
2008-07-09NFS: Treat "intr" and "nointr" options as deprecatedChuck Lever1-6/+4
2008-07-09NFS: Allow any value for the "retry" optionChuck Lever1-1/+2
2008-07-09NFS: implement option checking when remounting NFS filesystems (resend)Jeff Layton1-0/+76
2008-06-23NFS: Fix filehandle size comparisons in the mount codeTrond Myklebust1-4/+4
2008-06-23NFS: Reduce the NFS mount code stack usage.Trond Myklebust1-28/+40
2008-05-16nfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-05-16nfs/lsm: make NFSv4 set LSM mount optionsEric Paris1-0/+10
2008-04-30mm: bdi: expose the BDI object in sysfs for NFSMiklos Szeredi1-0/+26
2008-04-25[PATCH] restore sane ->umount_begin() APIAl Viro1-5/+3
2008-04-24Merge branch 'devel'Trond Myklebust1-47/+100
2008-04-19NFS: remove duplicate flags assignment from nfs_validate_mount_dataJeff Layton1-1/+0
2008-04-19NFS - fix potential NULL pointer dereference v2Cyrill Gorcunov1-0/+16
2008-03-27[PATCH] do shrink_submounts() for all fs typesAl Viro1-2/+0
2008-03-19NFS: Show most mount options via nfs_show_options()Chuck Lever1-2/+65
2008-03-19NFS: Save the value of the "port=" mount optionChuck Lever1-31/+6
2008-03-19NFS: numeric mount parameters are unsignedChuck Lever1-13/+13
2008-03-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-2/+62
2008-03-17[NET] endianness noise: INADDR_ANYAl Viro1-1/+1
2008-03-06NFS: use new LSM interfaces to explicitly set mount optionsEric Paris1-2/+62
2008-02-13NFS: add missing spkm3 strings to mount option parserOlga Kornievskaia1-0/+4
2008-02-01Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/miscLinus Torvalds1-4/+0
2008-01-30NFS: Address memory leaks in the NFS client mount option parserChuck Lever1-0/+2
2008-01-30NFS: Support per-mountpoint timeout parameters.Trond Myklebust1-2/+2
2008-01-30NFS: Pull covers off IPv6 address parsingChuck Lever1-5/+16
2008-01-30NFS: Support non-IPv4 addresses in nfs_parsed_mount_dataChuck Lever1-20/+34