summaryrefslogtreecommitdiffstats
path: root/fs/nfs/super.c
AgeCommit message (Expand)AuthorLines
2008-05-16nfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison-1/+1
2008-05-16nfs/lsm: make NFSv4 set LSM mount optionsEric Paris-0/+10
2008-04-30mm: bdi: expose the BDI object in sysfs for NFSMiklos Szeredi-0/+26
2008-04-25[PATCH] restore sane ->umount_begin() APIAl Viro-5/+3
2008-04-24Merge branch 'devel'Trond Myklebust-47/+100
2008-04-19NFS: remove duplicate flags assignment from nfs_validate_mount_dataJeff Layton-1/+0
2008-04-19NFS - fix potential NULL pointer dereference v2Cyrill Gorcunov-0/+16
2008-03-27[PATCH] do shrink_submounts() for all fs typesAl Viro-2/+0
2008-03-19NFS: Show most mount options via nfs_show_options()Chuck Lever-2/+65
2008-03-19NFS: Save the value of the "port=" mount optionChuck Lever-31/+6
2008-03-19NFS: numeric mount parameters are unsignedChuck Lever-13/+13
2008-03-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David S. Miller-2/+62
2008-03-17[NET] endianness noise: INADDR_ANYAl Viro-1/+1
2008-03-06NFS: use new LSM interfaces to explicitly set mount optionsEric Paris-2/+62
2008-02-13NFS: add missing spkm3 strings to mount option parserOlga Kornievskaia-0/+4
2008-02-01Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-4/+0
2008-01-30NFS: Address memory leaks in the NFS client mount option parserChuck Lever-0/+2
2008-01-30NFS: Support per-mountpoint timeout parameters.Trond Myklebust-2/+2
2008-01-30NFS: Pull covers off IPv6 address parsingChuck Lever-5/+16
2008-01-30NFS: Support non-IPv4 addresses in nfs_parsed_mount_dataChuck Lever-20/+34
2008-01-30NFS: Refactor mount option address parsing into separate functionChuck Lever-6/+24
2008-01-30NFS: Remove the NIPQUAD from nfs_try_mountChuck Lever-5/+18
2008-01-30NFS: Set default port for NFSv4, with support for AF_INET6Chuck Lever-4/+28
2008-01-30NFS: Make setting a port number agosticChuck Lever-2/+24
2008-01-30NFS: Verify IPv6 addresses properlyChuck Lever-5/+10
2008-01-30NFS: Add support for AF_INET6 addresses in nfs_compare_super()Chuck Lever-3/+40
2008-01-30NFS: eliminate NIPQUAD(clp->cl_addr.sin_addr)Chuck Lever-2/+3
2008-01-30NFS: Remove the redundant nfs_client->cl_nfsversionTrond Myklebust-1/+1
2008-01-30NFS: Clean up: copy hostname with kstrndup during mount processingChuck Lever-9/+4
2008-01-30NFS: Remove support for the 'mountprog' optionChuck Lever-10/+1
2008-01-30NFS: Remove support for the 'nfsprog' optionChuck Lever-13/+1
2008-01-30NFS: Ensure that NFS version 4 mounts use NFS_PORT if nfsport wasn't setChuck Lever-0/+2
2008-01-30NFS: Stop sillyname renames and unmounts from racingSteve Dickson-0/+24
2008-01-03NFS: Fix a possible Oops in fs/nfs/super.cTrond Myklebust-1/+11
2007-12-11NFS: Fix NFS mountpoint crossing...Trond Myklebust-1/+1
2007-12-06NFS: Switch from intr mount option to TASK_KILLABLEMatthew Wilcox-4/+0
2007-11-26NFS: mount failure causes bad page stateRussell King-2/+4
2007-11-17kernel BUG at fs/nfs/namespace.c:108! - can be triggered by bad serverNeil Brown-0/+5
2007-10-09NFS: Show "nointr" mount optionChuck Lever-1/+1
2007-10-09NFS: Verify server address before invoking in-kernel mount clientChuck Lever-4/+8
2007-10-09NFS: support RDMA mounts\"Talpey, Thomas\-2/+19
2007-10-09NFS - print accurate transport protocol\"Talpey, Thomas\-14/+2
2007-10-09NFS/SUNRPC: use transport protocol naming\"Talpey, Thomas\-10/+11
2007-10-09NFSv4: Fix a bug in nfs4_validate_mount_data()Trond Myklebust-3/+3
2007-10-09NFS: use in-kernel mount argument structure for nfsv4 mounts\"Talpey, Thomas\-80/+66
2007-10-09NFS: use in-kernel mount argument structure for nfsv[23] mounts\"Talpey, Thomas\-64/+57
2007-10-09NFS: move nfs_parsed_mount_data structure definition\"Talpey, Thomas\-31/+0
2007-10-09NFS: Add new 'mountaddr=' mount optionChuck Lever-3/+5
2007-10-09[NFS] [PATCH] NFS: initialize default port in kernel mount clientJames Lentini-2/+4
2007-10-09NFS: Kernel mount client should use async bindChuck Lever-16/+5