aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4client.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-07NFSv4: Allow security autonegotiation for submountsTrond Myklebust1-1/+2
2013-09-07NFSv4: Fix security auto-negotiationTrond Myklebust1-6/+13
2013-09-06NFSv4.1 Use MDS auth flavor for data server connectionAndy Adamson1-0/+116
2013-09-03NFS: Add a slot table to struct nfs_client for NFSv4.0 transport blockingChuck Lever1-27/+74
2013-08-07NFS Remove unused authflavour parameter from init_clientAndy Adamson1-2/+1
2013-06-28Merge branch 'labeled-nfs' into linux-nextTrond Myklebust1-3/+8
2013-06-28NFS: Set NFS_CS_MIGRATION for NFSv4 mountsChuck Lever1-0/+2
2013-06-28NFSv4.1 Refactor nfs4_init_session and nfs4_init_channel_attrsAndy Adamson1-1/+1
2013-06-08NFS: Make callbacks minor version genericBryan Schumaker1-3/+3
2013-06-08NFSv4.2: Added NFS v4.2 support to the NFS clientSteve Dickson1-0/+5
2013-05-23NFS: Fix SETCLIENTID fallback if GSS is not availableChuck Lever1-1/+1
2013-04-23Merge branch 'bugfixes' into linux-nextTrond Myklebust1-16/+29
2013-04-23Merge branch 'rpcsec_gss-from_cel' into linux-nextTrond Myklebust1-1/+3
2013-04-14NFSv4.1: Set the RPC_CLNT_CREATE_INFINITE_SLOTS flag for NFSv4.1 transportsTrond Myklebust1-0/+2
2013-04-10NFSv4: Doh! Typo in the fix to nfs41_walk_client_listTrond Myklebust1-0/+1
2013-04-05NFSv4/4.1: Fix bugs in nfs4[01]_walk_client_listTrond Myklebust1-16/+28
2013-04-04NFSv4: Fix the fallback to AUTH_NULL if krb5i is not availableTrond Myklebust1-0/+2
2013-03-29NFS: Use "krb5i" to establish NFSv4 state whenever possibleChuck Lever1-1/+1
2013-03-25NFSv4: Prepare for minorversion-specific nfs_server capabilitiesTrond Myklebust1-11/+13
2013-02-28Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+1
2013-02-27nfs4client: convert to idr_alloc()Tejun Heo1-7/+6
2013-02-05sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to addr.hJeff Layton1-0/+1
2013-01-27NFSv4.1: Ensure that nfs41_walk_client_list() does start lease recoveryTrond Myklebust1-1/+4
2013-01-27NFSv4: Fix NFSv4 trunking discoveryTrond Myklebust1-19/+7
2013-01-27NFSv4: Fix NFSv4 reference counting for trunked sessionsTrond Myklebust1-16/+15
2012-12-06NFSv4.1: Cleanup move session slot management to fs/nfs/nfs4session.cTrond Myklebust1-0/+1
2012-11-04NFS: Get rid of unnecessary assertsTrond Myklebust1-4/+0
2012-10-02NFS: nfs41_walk_client_list(): re-lock before iteratingChuck Lever1-0/+1
2012-10-01NFSv4: nfs4_match_clientids is only used by NFSv4.1Trond Myklebust1-15/+15
2012-10-01NFS: Discover NFSv4 server trunking when mountingChuck Lever1-0/+253
2012-10-01NFS: move per-net callback thread initialization to nfs_callback_up_net()Stanislav Kinsbursky1-1/+1
2012-10-01NFS: pass net to nfs_callback_down()Stanislav Kinsbursky1-1/+1
2012-08-20NFSv4: Ensure that nfs4_alloc_client cleans up on error.Trond Myklebust1-1/+1
2012-07-30NFS: Keep module parameters in the generic NFS clientBryan Schumaker1-9/+0
2012-07-30NFS: Only initialize the ACL client in the v3 caseBryan Schumaker1-4/+6
2012-07-30NFS: Add version registering frameworkBryan Schumaker1-2/+2
2012-07-17NFS: Split out NFS v4 client functionsBryan Schumaker1-0/+91
2012-07-17NFS: Split out NFS v4 server creating codeBryan Schumaker1-0/+428
2012-07-17NFS: Initialize the NFS v4 client from init_nfs_v4()Bryan Schumaker1-0/+144