summaryrefslogtreecommitdiffstats
path: root/fs/nfs/client.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+0
* NFS: EXCHANGE_ID should save the server major and minor IDChuck Lever2012-05-221-0/+1
* NFS: Add nfs_client behavior flagsChuck Lever2012-05-221-22/+20
* NFS: Refactor nfs_get_client(): initialize nfs_clientChuck Lever2012-05-221-34/+42
* NFS: Refactor nfs_get_client(): add nfs_found_client()Chuck Lever2012-05-221-30/+37
* NFS: Always use the same SETCLIENTID boot verifierChuck Lever2012-05-221-1/+1
* NFS: Use proper naming conventions for the nfs_client.net fieldChuck Lever2012-05-221-11/+11
* NFS: Use proper naming conventions for nfs_client.impl_id fieldChuck Lever2012-05-221-1/+1
* NFS: Use proper naming conventions for NFSv4.1 server scope fieldsChuck Lever2012-05-221-1/+1
* NFSv4.1 data server timeo and retrans module parametersAndy Adamson2012-05-191-8/+4
* NFS: Make v2 configurableBryan Schumaker2012-05-141-2/+14
* NFSv2/v3: Simulate the change attributeTrond Myklebust2012-05-011-1/+1
* NFS: Honor the authflavor set in the clone mount dataBryan Schumaker2012-04-271-2/+3
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-281-1/+0
|\
| * Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* | Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-03-231-94/+152
|\ \ | |/ |/|
| * NFS: Only define some function when v4.1 is enabledBryan Schumaker2012-03-121-0/+4
| * NFS: Fix a number of sparse warningsTrond Myklebust2012-03-111-3/+2
| * NFS: Make clientaddr= optionalChuck Lever2012-03-021-0/+15
| * SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt fieldTrond Myklebust2012-03-021-5/+11
| * NFSv4: parse and display server implementation idsWeston Andros Adamson2012-03-011-0/+1
| * NFSv4.1: Don't call nfs4_deviceid_purge_client() unless we're NFSv4.1Trond Myklebust2012-02-261-3/+4
| * NFS: Ensure struct nfs_client holds a reference to the net namespaceTrond Myklebust2012-02-191-1/+2
| * NFS: fix nfs4_find_client_sessionid() arguments listStanislav Kinsbursky2012-02-151-1/+1
| * NFS: Initialise the nfs_net->nfs_client_lockTrond Myklebust2012-02-151-2/+6