aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/mount_clnt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-26SUNRPC: Cache cred of process creating the rpc_clientTrond Myklebust1-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-21nfs: count correct array for mnt3_counts array sizeEryu Guan1-1/+1
2017-07-13sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig1-2/+2
2017-07-13sunrpc: move p_count out of struct rpc_procinfoChristoph Hellwig1-1/+4
2017-07-13nfs: fix decoder callback prototypesChristoph Hellwig1-4/+6
2017-07-13nfs: fix encoder callback prototypesChristoph Hellwig1-5/+5
2015-10-21NFS: Remove unneeded NFS_DEBUG checking before define NFSDBG_FACILITYKinglong Mee1-3/+1
2013-06-28nfs: have nfs_mount fake up a auth_flavs list when the server didn't provide itJeff Layton1-1/+13
2012-11-04NFS: Remove the BUG_ON() in the mount codeTrond Myklebust1-1/+6
2012-10-31nfsv3: Make v3 mounts fail with ETIMEDOUTs instead EIO on mountd timeoutsScott Mayhew1-1/+1
2012-03-20SUNRPC/NFS: Add Kbuild dependencies for NFS_DEBUG/RPC_DEBUGTrond Myklebust1-1/+1
2012-01-31SUNRPC: constify the rpc_programTrond Myklebust1-5/+5
2012-01-31NFS: pass NFS client owner network namespace to RPC client creation routineStanislav Kinsbursky1-2/+2
2010-12-21NFS: Remove redundant unlikely()Tobias Klauser1-1/+1
2010-12-16SUNRPC: New xdr_streams XDR decoder APIChuck Lever1-17/+13
2010-12-16SUNRPC: New xdr_streams XDR encoder APIChuck Lever1-11/+7
2010-12-16NFS: Remove unused UMNT response data structureChuck Lever1-2/+0
2010-12-16NFS: Avoid return code checking in mount XDR encoder functionsChuck Lever1-20/+15
2010-12-10NFS: Fix panic after nfs_umount()Chuck Lever1-2/+2
2010-10-26Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+2
2010-10-01sunrpc: Add net to rpc_create_argsPavel Emelyanov1-0/+2
2010-09-17NFS: Remove \t from mount debugging messageChuck Lever1-1/+1
2010-02-09NFS: Fix the mapping of the NFSERR_SERVERFAULT errorTrond Myklebust1-1/+1
2009-08-10Merge branch 'patches_cel-for-2.6.32' into nfs-for-2.6.32Trond Myklebust1-0/+79
2009-08-09NFS: Add ability to send MOUNTPROC_UMNT to the kernel's mountd clientChuck Lever1-0/+79
2009-08-09nfs: Keep index within mnt_errtbl[]Roel Kluin1-2/+2
2009-06-17NFS: Remove unused XDR decoder functionsChuck Lever1-29/+0
2009-06-17NFS: Update MNT and MNT3 reply decoding functionsChuck Lever1-14/+49
2009-06-17NFS: add XDR decoder for mountd version 3 auth-flavor listsChuck Lever1-0/+37
2009-06-17NFS: add new file handle decoders to in-kernel mountd clientChuck Lever1-0/+39
2009-06-17NFS: Add separate mountd status code decoders for each mountd versionChuck Lever1-0/+116
2009-06-17NFS: remove unused function in fs/nfs/mount_clnt.cChuck Lever1-8/+0
2009-06-17NFS: Use xdr_stream-based XDR encoder for MNT's dirpath argumentChuck Lever1-5/+44
2009-06-17NFS: Clean up MNT program definitionsChuck Lever1-4/+28
2008-12-23NFS: "[no]resvport" mount option changes mountd client tooChuck Lever1-1/+3
2008-12-23NFS: introduce nfs_mount_info struct for calling nfs_mount()Chuck Lever1-18/+12
2008-10-07NFS: Client mounts hang when exported directory do not existSteve Dickson1-1/+2
2008-06-23NFS: Fix filehandle size comparisons in the mount codeTrond Myklebust1-2/+3
2007-12-06NFS: Switch from intr mount option to TASK_KILLABLEMatthew Wilcox1-1/+1
2007-07-10NFS: Improve debugging output in NFS in-kernel mount clientChuck Lever1-2/+26
2007-07-10NFS: Clean up in-kernel NFS mountChuck Lever1-46/+37
2007-07-10NFS: Remake nfsroot_mount as a permanent part of NFS clientChuck Lever1-27/+28
2007-07-10SUNRPC: Add a convenient default for the hostname when calling rpc_create()Chuck Lever1-9/+4
2007-07-10SUNRPC: Kill rpc_clnt->cl_oneshotTrond Myklebust1-2/+2
2007-04-30SUNRPC: RPC buffer size estimates are too largeChuck Lever1-2/+5
2006-10-20[PATCH] xdr annotations: mount_clntAl Viro1-3/+3
2006-09-22NFS: NFS_ROOT should use the new rpc_create APIChuck Lever1-16/+13
2006-09-22SUNRPC: remove extraneous header inclusionsChuck Lever1-1/+0
2006-03-25Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds1-3/+14