aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-30NFS: Refactor mount option address parsing into separate functionChuck Lever1-6/+24
2008-01-30NFS: Remove the NIPQUAD from nfs_try_mountChuck Lever1-5/+18
2008-01-30NFS: Set default port for NFSv4, with support for AF_INET6Chuck Lever1-4/+28
2008-01-30NFS: Make setting a port number agosticChuck Lever1-2/+24
2008-01-30NFS: Verify IPv6 addresses properlyChuck Lever1-5/+10
2008-01-30NFS: Add support for AF_INET6 addresses in nfs_compare_super()Chuck Lever1-3/+40
2008-01-30NFS: eliminate NIPQUAD(clp->cl_addr.sin_addr)Chuck Lever1-2/+3
2008-01-30NFS: Remove the redundant nfs_client->cl_nfsversionTrond Myklebust1-1/+1
2008-01-30NFS: Clean up: copy hostname with kstrndup during mount processingChuck Lever1-9/+4
2008-01-30NFS: Remove support for the 'mountprog' optionChuck Lever1-10/+1
2008-01-30NFS: Remove support for the 'nfsprog' optionChuck Lever1-13/+1
2008-01-30NFS: Ensure that NFS version 4 mounts use NFS_PORT if nfsport wasn't setChuck Lever1-0/+2
2008-01-30NFS: Stop sillyname renames and unmounts from racingSteve Dickson1-0/+24
2008-01-03NFS: Fix a possible Oops in fs/nfs/super.cTrond Myklebust1-1/+11
2007-12-11NFS: Fix NFS mountpoint crossing...Trond Myklebust1-1/+1
2007-12-06NFS: Switch from intr mount option to TASK_KILLABLEMatthew Wilcox1-4/+0
2007-11-26NFS: mount failure causes bad page stateRussell King1-2/+4
2007-11-17kernel BUG at fs/nfs/namespace.c:108! - can be triggered by bad serverNeil Brown1-0/+5
2007-10-09NFS: Show "nointr" mount optionChuck Lever1-1/+1
2007-10-09NFS: Verify server address before invoking in-kernel mount clientChuck Lever1-4/+8
2007-10-09NFS: support RDMA mounts\"Talpey, Thomas\1-2/+19
2007-10-09NFS - print accurate transport protocol\"Talpey, Thomas\1-14/+2
2007-10-09NFS/SUNRPC: use transport protocol naming\"Talpey, Thomas\1-10/+11
2007-10-09NFSv4: Fix a bug in nfs4_validate_mount_data()Trond Myklebust1-3/+3
2007-10-09NFS: use in-kernel mount argument structure for nfsv4 mounts\"Talpey, Thomas\1-80/+66
2007-10-09NFS: use in-kernel mount argument structure for nfsv[23] mounts\"Talpey, Thomas\1-64/+57
2007-10-09NFS: move nfs_parsed_mount_data structure definition\"Talpey, Thomas\1-31/+0
2007-10-09NFS: Add new 'mountaddr=' mount optionChuck Lever1-3/+5
2007-10-09[NFS] [PATCH] NFS: initialize default port in kernel mount clientJames Lentini1-2/+4
2007-10-09NFS: Kernel mount client should use async bindChuck Lever1-16/+5
2007-10-09[NFS] [PATCH] NFS: show addr=ipaddr in /proc/mounts rather thanJeff Layton1-2/+2
2007-09-19nfs: fix oops re sysctls and V4 supportAlexey Dobriyan1-1/+1
2007-09-01NFS: change NFS mount error return when hostname/pathname too longChuck Lever1-4/+4