aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/client.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-23NFS: Add memory barriers to the nfs_client->cl_cons_state initialisationTrond Myklebust1-0/+5
2012-05-23NFSv4: Fix a race in the net namespace mount notificationTrond Myklebust1-3/+13
2012-05-23NFSv4.1: Fix session initialisation racesTrond Myklebust1-16/+0
2012-05-22NFS: EXCHANGE_ID should save the server major and minor IDChuck Lever1-0/+1
2012-05-22NFS: Add nfs_client behavior flagsChuck Lever1-22/+20
2012-05-22NFS: Refactor nfs_get_client(): initialize nfs_clientChuck Lever1-34/+42
2012-05-22NFS: Refactor nfs_get_client(): add nfs_found_client()Chuck Lever1-30/+37
2012-05-22NFS: Always use the same SETCLIENTID boot verifierChuck Lever1-1/+1
2012-05-22NFS: Use proper naming conventions for the nfs_client.net fieldChuck Lever1-11/+11
2012-05-22NFS: Use proper naming conventions for nfs_client.impl_id fieldChuck Lever1-1/+1
2012-05-22NFS: Use proper naming conventions for NFSv4.1 server scope fieldsChuck Lever1-1/+1
2012-05-19NFSv4.1 data server timeo and retrans module parametersAndy Adamson1-8/+4
2012-05-14NFS: Make v2 configurableBryan Schumaker1-2/+14
2012-05-01NFSv2/v3: Simulate the change attributeTrond Myklebust1-1/+1
2012-04-27NFS: Honor the authflavor set in the clone mount dataBryan Schumaker1-2/+3
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds1-1/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-23Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-94/+152
2012-03-12NFS: Only define some function when v4.1 is enabledBryan Schumaker1-0/+4
2012-03-11NFS: Fix a number of sparse warningsTrond Myklebust1-3/+2
2012-03-02NFS: Make clientaddr= optionalChuck Lever1-0/+15
2012-03-02SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt fieldTrond Myklebust1-5/+11
2012-03-01NFSv4: parse and display server implementation idsWeston Andros Adamson1-0/+1
2012-02-26NFSv4.1: Don't call nfs4_deviceid_purge_client() unless we're NFSv4.1Trond Myklebust1-3/+4
2012-02-19NFS: Ensure struct nfs_client holds a reference to the net namespaceTrond Myklebust1-1/+2
2012-02-15NFS: fix nfs4_find_client_sessionid() arguments listStanislav Kinsbursky1-1/+1
2012-02-15NFS: Initialise the nfs_net->nfs_client_lockTrond Myklebust1-2/+6
2012-02-15LockD: make nlm hosts network namespace awareStanislav Kinsbursky1-0/+1
2012-02-14security: trim security.hAl Viro1-0/+1
2012-02-06NFS: search for client session id in proper network namespaceStanislav Kinsbursky1-2/+2
2012-02-06NFS: make nfs_client_lock per net nsStanislav Kinsbursky1-22/+29
2012-02-06NFS: make cb_ident_idr per net nsStanislav Kinsbursky1-10/+18
2012-02-06NFS: make nfs_volume_list per net nsStanislav Kinsbursky1-6/+14
2012-02-06NFS: make nfs_client_list per net nsStanislav Kinsbursky1-11/+27
2012-01-31SUNRPC: constify the rpc_programTrond Myklebust1-4/+4
2012-01-31NFS: remove unused nfs4_find_client_no_ident functionStanislav Kinsbursky1-27/+0
2012-01-31NFSv4: Replace lock_owner->ld_id with an ida based allocatorTrond Myklebust1-0/+2
2012-01-31NFSv4: Replace state_owner->so_owner_id with an ida based allocatorTrond Myklebust1-0/+2
2012-01-31NFS: idmap PipeFS notifier introducedStanislav Kinsbursky1-2/+2
2012-01-31NFS: pass NFS client owner network namespace to RPC client creation routineStanislav Kinsbursky1-1/+1
2012-01-31NFS: make NFS client allocated per network namespace contextStanislav Kinsbursky1-3/+13
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2012-01-09NFSv4: Change the default setting of the nfs4_disable_idmapping parameterTrond Myklebust1-1/+1
2012-01-05NFS: Cache state owners after files are closedChuck Lever1-0/+8
2012-01-05SUNRPC: Clean up the RPCSEC_GSS service ticket requestsTrond Myklebust1-1/+1
2011-10-20Check validity of cl_rpcclient in nfs_server_list_showMalahal Naineni1-0/+4
2011-10-18nfs: fix bug about IPv6 address scope checkingMi Jinlong1-3/+4
2011-07-31pnfsblock: add device operationsJim Rees1-1/+1
2011-07-31pnfs: ask for layout_blksize and save it in nfs_serverFred Isaman1-0/+1
2011-07-31pnfs: add set-clear layoutdriver interfaceBenny Halevy1-3/+5