summaryrefslogtreecommitdiffstats
path: root/fs/nfs/client.c
Commit message (Expand)AuthorAgeFilesLines
* nfs: Use remove_proc_subtree() instead remove_proc_entry()Kinglong Mee2015-07-011-18/+7Star
* nfs: Remove unused argument in nfs_server_set_fsinfo()Kinglong Mee2015-07-011-2/+1Star
* 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/+0Star
* NFSv4: Fix a race in NFSv4.1 server trunking discoveryTrond Myklebust2015-03-041-1/+1
* Merge branch 'bugfixes' into linux-nextTrond Myklebust2014-09-301-1/+1
|\
| * nfs: fix duplicate proc entriesFabian Frederick2014-09-251-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-091-9/+3Star
* Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-08-141-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-131-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-021-0/+2
* NFS Remove unused authflavour parameter from init_clientAndy Adamson2013-08-071-4/+2Star
* 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/+0Star
|/
* 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-281-1/+0Star
* NFS: avoid NULL dereference in nfs_destroy_serverNeilBrown2012-12-131-2/+1Star
* NFS: Get rid of unnecessary assertsTrond Myklebust2012-11-041-5/+1Star
* NFS: Remove unnecessary semicolons (fs/nfs/client.c)Yanchuan Nian2012-10-021-2/+2
* NFS41: fix error of setting blocklayoutdriverPeng Tao2012-10-021-1/+0Star
* NFS: Discover NFSv4 server trunking when mountingChuck Lever2012-10-021-1/+2
* NFS: Introduce "migration" mount optionChuck Lever2012-10-021-0/+2
* SUNRPC: Introduce rpc_clone_client_set_auth()Chuck Lever2012-10-021-11/+2Star
* NFS: Fix a regression when loading the NFS v4 modulebjschuma@gmail.com2012-08-161-1/+1
* NFS: Convert v4 into a moduleBryan Schumaker2012-07-311-20/+14Star
* NFS: Convert v3 into a moduleBryan Schumaker2012-07-311-5/+0Star
* NFS: Convert v2 into a moduleBryan Schumaker2012-07-311-6/+6
* NFS: Only initialize the ACL client in the v3 caseBryan Schumaker2012-07-311-56/+5Star
* NFS: Add version registering frameworkBryan Schumaker2012-07-311-35/+112
* NFS: Split out NFS v4 client functionsBryan Schumaker2012-07-171-93/+0Star
* NFS: Split out NFS v4 server creating codeBryan Schumaker2012-07-171-448/+9Star
* NFS: Initialize the NFS v4 client from init_nfs_v4()Bryan Schumaker2012-07-171-134/+3Star
* 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/+0Star
* NFSv4.1: Fix umount when filelayout DS is also the MDSTrond Myklebust2012-06-181-1/+0Star
* NFS: Remove incorrect BUG_ON in nfs_found_clientTrond Myklebust2012-06-071-2/+0Star
* NFSv4.1: Add DESTROY_CLIENTIDTrond Myklebust2012-05-261-0/+1
* NFS: Add memory barriers to the nfs_client->cl_cons_state initialisationTrond Myklebust2012-05-231-0/+5
* NFSv4: Fix a race in the net namespace mount notificationTrond Myklebust2012-05-231-3/+13
* NFSv4.1: Fix session initialisation racesTrond Myklebust2012-05-231-16/+0Star