summaryrefslogtreecommitdiffstats
path: root/fs/nfs/client.c
Commit message (Expand)AuthorAgeFilesLines
* nfs: get clone_blksize when probing fsinfoPeng Tao2015-10-151-0/+1
* NFS: Use RPC functions for matching sockaddrsAnna Schumaker2015-08-171-111/+2
* NFS: Remove the "NFS_CAP_CHANGE_ATTR" capabilityTrond Myklebust2015-07-221-1/+1
* nfs: Use remove_proc_subtree() instead remove_proc_entry()Kinglong Mee2015-07-011-18/+7
* nfs: Remove unused argument in nfs_server_set_fsinfo()Kinglong Mee2015-07-011-2/+1
* nfs: Fix showing truncated fsid/dev in, /proc/net/nfsfs/volumesKinglong Mee2015-06-161-5/+7
* NFS: Remove CONFIG_NFS_V4 checks from nfs_idmap.hAnna Schumaker2015-04-231-1/+0
* NFSv4: Fix a race in NFSv4.1 server trunking discoveryTrond Myklebust2015-03-031-1/+1
* Merge branch 'bugfixes' into linux-nextTrond Myklebust2014-09-301-1/+1
|\
| * nfs: fix duplicate proc entriesFabian Frederick2014-09-241-1/+1
* | nfs: add __acquires and __releases annotations to seqfile start/stop routinesJeff Layton2014-09-101-0/+4
|/
* nfs: fix kernel warning when removing proc entryCong Wang2014-09-081-9/+3
* Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-08-131-5/+13
|\
| * NFS: add checks for returned value of try_module_get()Alexey Khoroshilov2014-08-031-3/+5
| * nfs4: copy acceptor name from context to nfs_clientJeff Layton2014-07-121-0/+1
| * nfs: check hostname in nfs_get_clientPeng Tao2014-07-081-2/+7
* | NFS: Fix /proc/fs/nfsfs/servers and /proc/fs/nfsfs/volumesEric W. Biederman2014-08-041-40/+55
|/
* NFS: cache parsed auth_info in nfs_serverWeston Andros Adamson2013-10-281-0/+2
* NFS: separate passed security flavs from selectedWeston Andros Adamson2013-10-281-1/+2
* NFS: Add nfs4_update_serverChuck Lever2013-10-281-1/+2
* NFSv4: Ensure that we disable the resend timeout for NFSv4Trond Myklebust2013-10-011-0/+2
* NFS Remove unused authflavour parameter from init_clientAndy Adamson2013-08-071-4/+2
* Merge branch 'labeled-nfs' into linux-nextTrond Myklebust2013-06-281-1/+1
|\
| * NFS:Add labels to client function prototypesDavid Quigley2013-06-081-1/+1
* | NFS: Set NFS_CS_MIGRATION for NFSv4 mountsChuck Lever2013-06-281-2/+0
|/
* NFSv4.1: Set the RPC_CLNT_CREATE_INFINITE_SLOTS flag for NFSv4.1 transportsTrond Myklebust2013-04-141-0/+2
* nfs: idr_destroy() no longer needs idr_remove_all()Tejun Heo2013-02-271-1/+0
* NFS: avoid NULL dereference in nfs_destroy_serverNeilBrown2012-12-121-2/+1
* NFS: Get rid of unnecessary assertsTrond Myklebust2012-11-041-5/+1
* NFS: Remove unnecessary semicolons (fs/nfs/client.c)Yanchuan Nian2012-10-011-2/+2
* NFS41: fix error of setting blocklayoutdriverPeng Tao2012-10-011-1/+0
* NFS: Discover NFSv4 server trunking when mountingChuck Lever2012-10-011-1/+2
* NFS: Introduce "migration" mount optionChuck Lever2012-10-011-0/+2
* SUNRPC: Introduce rpc_clone_client_set_auth()Chuck Lever2012-10-011-11/+2
* NFS: Fix a regression when loading the NFS v4 modulebjschuma@gmail.com2012-08-161-1/+1
* NFS: Convert v4 into a moduleBryan Schumaker2012-07-301-20/+14
* NFS: Convert v3 into a moduleBryan Schumaker2012-07-301-5/+0
* NFS: Convert v2 into a moduleBryan Schumaker2012-07-301-6/+6
* NFS: Only initialize the ACL client in the v3 caseBryan Schumaker2012-07-301-56/+5
* NFS: Add version registering frameworkBryan Schumaker2012-07-301-35/+112
* NFS: Split out NFS v4 client functionsBryan Schumaker2012-07-171-93/+0
* NFS: Split out NFS v4 server creating codeBryan Schumaker2012-07-171-448/+9
* NFS: Initialize the NFS v4 client from init_nfs_v4()Bryan Schumaker2012-07-171-134/+3
* NFS: Create an alloc_client rpc_opBryan Schumaker2012-06-291-14/+26
* NFS: Create a free_client rpc_opBryan Schumaker2012-06-291-9/+9
* NFS: Use nfs4_destroy_server() to clean up NFS v4Bryan Schumaker2012-06-291-1/+2
* NFS: set_pnfs_layoutdriver() from nfs4_proc_fsinfo()Bryan Schumaker2012-06-291-1/+0
* NFSv4.1: Fix umount when filelayout DS is also the MDSTrond Myklebust2012-06-181-1/+0
* NFS: Remove incorrect BUG_ON in nfs_found_clientTrond Myklebust2012-06-071-2/+0
* NFSv4.1: Add DESTROY_CLIENTIDTrond Myklebust2012-05-261-0/+1