summaryrefslogtreecommitdiff
path: root/fs/nfs/client.c
AgeCommit message (Expand)Author
2015-04-23NFS: Remove CONFIG_NFS_V4 checks from nfs_idmap.hAnna Schumaker
2015-03-03NFSv4: Fix a race in NFSv4.1 server trunking discoveryTrond Myklebust
2014-09-30Merge branch 'bugfixes' into linux-nextTrond Myklebust
2014-09-24nfs: fix duplicate proc entriesFabian Frederick
2014-09-10nfs: add __acquires and __releases annotations to seqfile start/stop routinesJeff Layton
2014-09-08nfs: fix kernel warning when removing proc entryCong Wang
2014-08-13Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2014-08-04NFS: Fix /proc/fs/nfsfs/servers and /proc/fs/nfsfs/volumesEric W. Biederman
2014-08-03NFS: add checks for returned value of try_module_get()Alexey Khoroshilov
2014-07-12nfs4: copy acceptor name from context to nfs_clientJeff Layton
2014-07-08nfs: check hostname in nfs_get_clientPeng Tao
2013-10-28NFS: cache parsed auth_info in nfs_serverWeston Andros Adamson
2013-10-28NFS: separate passed security flavs from selectedWeston Andros Adamson
2013-10-28NFS: Add nfs4_update_serverChuck Lever
2013-10-01NFSv4: Ensure that we disable the resend timeout for NFSv4Trond Myklebust
2013-08-07NFS Remove unused authflavour parameter from init_clientAndy Adamson
2013-06-28Merge branch 'labeled-nfs' into linux-nextTrond Myklebust
2013-06-28NFS: Set NFS_CS_MIGRATION for NFSv4 mountsChuck Lever
2013-06-08NFS:Add labels to client function prototypesDavid Quigley
2013-04-14NFSv4.1: Set the RPC_CLNT_CREATE_INFINITE_SLOTS flag for NFSv4.1 transportsTrond Myklebust
2013-02-27nfs: idr_destroy() no longer needs idr_remove_all()Tejun Heo
2012-12-12NFS: avoid NULL dereference in nfs_destroy_serverNeilBrown
2012-11-04NFS: Get rid of unnecessary assertsTrond Myklebust
2012-10-01NFS: Remove unnecessary semicolons (fs/nfs/client.c)Yanchuan Nian
2012-10-01NFS41: fix error of setting blocklayoutdriverPeng Tao
2012-10-01NFS: Discover NFSv4 server trunking when mountingChuck Lever
2012-10-01NFS: Introduce "migration" mount optionChuck Lever
2012-10-01SUNRPC: Introduce rpc_clone_client_set_auth()Chuck Lever
2012-08-16NFS: Fix a regression when loading the NFS v4 modulebjschuma@gmail.com
2012-07-30NFS: Convert v4 into a moduleBryan Schumaker
2012-07-30NFS: Convert v3 into a moduleBryan Schumaker
2012-07-30NFS: Convert v2 into a moduleBryan Schumaker
2012-07-30NFS: Only initialize the ACL client in the v3 caseBryan Schumaker
2012-07-30NFS: Add version registering frameworkBryan Schumaker
2012-07-17NFS: Split out NFS v4 client functionsBryan Schumaker
2012-07-17NFS: Split out NFS v4 server creating codeBryan Schumaker
2012-07-17NFS: Initialize the NFS v4 client from init_nfs_v4()Bryan Schumaker
2012-06-29NFS: Create an alloc_client rpc_opBryan Schumaker
2012-06-29NFS: Create a free_client rpc_opBryan Schumaker
2012-06-29NFS: Use nfs4_destroy_server() to clean up NFS v4Bryan Schumaker
2012-06-29NFS: set_pnfs_layoutdriver() from nfs4_proc_fsinfo()Bryan Schumaker
2012-06-18NFSv4.1: Fix umount when filelayout DS is also the MDSTrond Myklebust
2012-06-07NFS: Remove incorrect BUG_ON in nfs_found_clientTrond Myklebust
2012-05-26NFSv4.1: Add DESTROY_CLIENTIDTrond Myklebust
2012-05-23NFS: Add memory barriers to the nfs_client->cl_cons_state initialisationTrond Myklebust
2012-05-23NFSv4: Fix a race in the net namespace mount notificationTrond Myklebust
2012-05-23NFSv4.1: Fix session initialisation racesTrond Myklebust
2012-05-22NFS: EXCHANGE_ID should save the server major and minor IDChuck Lever
2012-05-22NFS: Add nfs_client behavior flagsChuck Lever
2012-05-22NFS: Refactor nfs_get_client(): initialize nfs_clientChuck Lever