aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/nfs4_fs.h
AgeCommit message (Expand)Author
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: Keep module parameters in the generic NFS clientBryan Schumaker
2012-07-30NFS: Split out remaining NFS v4 inode functionsBryan Schumaker
2012-07-30NFS: Create a try_mount rpc opBryan Schumaker
2012-07-30NFS: Add version registering frameworkBryan Schumaker
2012-07-30nfs: fix stub return type warningsRandy Dunlap
2012-07-17NFS: Split out the NFS v4 filesystem typesBryan Schumaker
2012-07-17NFS: Initialize v4 sysctls from nfs_init_v4()Bryan Schumaker
2012-07-17NFS: Create an init_nfs_v4() functionBryan Schumaker
2012-07-17NFS: Split out NFS v4 inode operationsBryan Schumaker
2012-06-29NFS: Create custom NFS v4 write_inode() functionBryan Schumaker
2012-06-29NFS: Create an alloc_client rpc_opBryan Schumaker
2012-06-29NFS: Create a free_client rpc_opBryan Schumaker
2012-06-05NFSv4: Fix an Oops in the open recovery codeTrond Myklebust
2012-05-27NFSv4.1: Handle other occurrences of NFS4ERR_CONN_NOT_BOUND_TO_SESSIONTrond Myklebust
2012-05-26NFSv4.1: Add DESTROY_CLIENTIDTrond Myklebust
2012-05-25NFSv4.1: Ensure we use the correct credentials for bind_conn_to_sessionTrond Myklebust
2012-05-25NFSv4.1: Ensure we use the correct credentials for session create/destroyTrond Myklebust
2012-05-24nfs41: Use BIND_CONN_TO_SESSION for CB_PATH_DOWN*Weston Andros Adamson
2012-05-24nfs4.1: add BIND_CONN_TO_SESSION operationWeston Andros Adamson
2012-05-22NFS: Force server to drop NFSv4 stateChuck Lever
2012-05-22NFS: Remove nfs_unique_idChuck Lever
2012-05-22NFS: Use proper naming conventions for NFSv4.1 server scope fieldsChuck Lever
2012-05-14NFS: Rename nfs4_proc_get_root()Bryan Schumaker
2012-04-27NFS: Create a submount rpc_opBryan Schumaker
2012-04-27NFS: Remove secinfo knowledge out of the generic clientBryan Schumaker
2012-04-27NFS: Fix following referral mount points with different securityBryan Schumaker
2012-04-27NFS: Do secinfo as part of lookupBryan Schumaker
2012-04-20NFSv4: Ensure we do not reuse open owner namesTrond Myklebust
2012-03-20NFSv4: It is not safe to dereference lsp->ls_state in release_lockownerTrond Myklebust
2012-03-08NFSv4: Clean up nfs4_select_rw_stateid()Trond Myklebust
2012-03-07NFSv4: Return the delegation if the server returns NFS4ERR_OPENMODETrond Myklebust
2012-03-07NFSv4: Don't free the nfs4_lock_state until after the release_lockownerTrond Myklebust
2012-03-06NFSv4: Simplify the struct nfs4_stateidTrond Myklebust
2012-03-06NFSv4: Add helpers for basic copying of stateidsTrond Myklebust
2012-03-06NFSv4: Rename nfs4_copy_stateid()Trond Myklebust
2012-03-06NFSv4: Further clean-ups of delegation stateid validationTrond Myklebust
2012-03-06NFS: Properly handle the case where the delegation is revokedTrond Myklebust
2012-03-01NFSv4.1: Get rid of NFS4CLNT_LAYOUTRECALLTrond Myklebust
2012-01-31NFSv4: Avoid thundering herd issues with nfs_release_seqidTrond Myklebust
2012-01-31SUNRPC: Fix potential races in xprt_lock_write_next()Trond Myklebust
2012-01-31NFS: Move struct nfs_unique_id into struct nfs_seqid_counterTrond Myklebust
2012-01-31NFSv4: Move contents of struct rpc_sequence into struct nfs_seqid_counterTrond Myklebust
2012-01-31NFSv41: Add a new helper nfs4_init_sequence()Trond Myklebust
2012-01-31NFSv4: Replace lock_owner->ld_id with an ida based allocatorTrond Myklebust
2012-01-31NFSv4: Replace state_owner->so_owner_id with an ida based allocatorTrond Myklebust
2012-01-31NFSv4: Clean up nfs4_get_state_ownerTrond Myklebust
2012-01-05NFS: Cache state owners after files are closedChuck Lever
2011-10-25Merge branch 'for-3.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds