aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/client.c
AgeCommit message (Expand)Author
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
2012-05-22NFS: Refactor nfs_get_client(): add nfs_found_client()Chuck Lever
2012-05-22NFS: Always use the same SETCLIENTID boot verifierChuck Lever
2012-05-22NFS: Use proper naming conventions for the nfs_client.net fieldChuck Lever
2012-05-22NFS: Use proper naming conventions for nfs_client.impl_id fieldChuck Lever
2012-05-22NFS: Use proper naming conventions for NFSv4.1 server scope fieldsChuck Lever
2012-05-19NFSv4.1 data server timeo and retrans module parametersAndy Adamson
2012-05-14NFS: Make v2 configurableBryan Schumaker
2012-05-01NFSv2/v3: Simulate the change attributeTrond Myklebust
2012-04-27NFS: Honor the authflavor set in the clone mount dataBryan Schumaker
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-23Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2012-03-12NFS: Only define some function when v4.1 is enabledBryan Schumaker
2012-03-11NFS: Fix a number of sparse warningsTrond Myklebust
2012-03-02NFS: Make clientaddr= optionalChuck Lever
2012-03-02SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt fieldTrond Myklebust
2012-03-01NFSv4: parse and display server implementation idsWeston Andros Adamson
2012-02-26NFSv4.1: Don't call nfs4_deviceid_purge_client() unless we're NFSv4.1Trond Myklebust
2012-02-19NFS: Ensure struct nfs_client holds a reference to the net namespaceTrond Myklebust