summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4_fs.h
Commit message (Expand)AuthorAgeFilesLines
...
* NFS: Clean up helper function nfs4_select_rw_stateid()Trond Myklebust2012-09-281-1/+1
* NFS: Fix a regression when loading the NFS v4 modulebjschuma@gmail.com2012-08-161-0/+3
* NFS: Convert v4 into a moduleBryan Schumaker2012-07-311-3/+2Star
* NFS: Keep module parameters in the generic NFS clientBryan Schumaker2012-07-311-1/+3
* NFS: Split out remaining NFS v4 inode functionsBryan Schumaker2012-07-311-3/+0Star
* NFS: Create a try_mount rpc opBryan Schumaker2012-07-311-1/+1
* NFS: Add version registering frameworkBryan Schumaker2012-07-311-0/+1
* nfs: fix stub return type warningsRandy Dunlap2012-07-301-1/+1
* NFS: Split out the NFS v4 filesystem typesBryan Schumaker2012-07-171-0/+2
* NFS: Initialize v4 sysctls from nfs_init_v4()Bryan Schumaker2012-07-171-0/+15
* NFS: Create an init_nfs_v4() functionBryan Schumaker2012-07-171-0/+4
* NFS: Split out NFS v4 inode operationsBryan Schumaker2012-07-171-1/+4
* NFS: Create custom NFS v4 write_inode() functionBryan Schumaker2012-06-291-0/+3
* NFS: Create an alloc_client rpc_opBryan Schumaker2012-06-291-0/+2
* NFS: Create a free_client rpc_opBryan Schumaker2012-06-291-0/+2
* NFSv4: Fix an Oops in the open recovery codeTrond Myklebust2012-06-051-1/+1
* NFSv4.1: Handle other occurrences of NFS4ERR_CONN_NOT_BOUND_TO_SESSIONTrond Myklebust2012-05-271-2/+2
* NFSv4.1: Add DESTROY_CLIENTIDTrond Myklebust2012-05-261-0/+1
* NFSv4.1: Ensure we use the correct credentials for bind_conn_to_sessionTrond Myklebust2012-05-261-1/+1
* NFSv4.1: Ensure we use the correct credentials for session create/destroyTrond Myklebust2012-05-261-2/+2
* nfs41: Use BIND_CONN_TO_SESSION for CB_PATH_DOWN*Weston Andros Adamson2012-05-241-0/+1
* nfs4.1: add BIND_CONN_TO_SESSION operationWeston Andros Adamson2012-05-241-0/+1
* NFS: Force server to drop NFSv4 stateChuck Lever2012-05-221-0/+1
* NFS: Remove nfs_unique_idChuck Lever2012-05-221-5/+0Star
* NFS: Use proper naming conventions for NFSv4.1 server scope fieldsChuck Lever2012-05-221-1/+1
* NFS: Rename nfs4_proc_get_root()Bryan Schumaker2012-05-151-0/+1
* NFS: Create a submount rpc_opBryan Schumaker2012-04-271-0/+2
* NFS: Remove secinfo knowledge out of the generic clientBryan Schumaker2012-04-271-0/+1
* NFS: Fix following referral mount points with different securityBryan Schumaker2012-04-271-2/+4
* NFS: Do secinfo as part of lookupBryan Schumaker2012-04-271-0/+4
* NFSv4: Ensure we do not reuse open owner namesTrond Myklebust2012-04-211-0/+1
* NFSv4: It is not safe to dereference lsp->ls_state in release_lockownerTrond Myklebust2012-03-201-1/+1
* NFSv4: Clean up nfs4_select_rw_stateid()Trond Myklebust2012-03-091-1/+2
* NFSv4: Return the delegation if the server returns NFS4ERR_OPENMODETrond Myklebust2012-03-071-0/+1
* NFSv4: Don't free the nfs4_lock_state until after the release_lockownerTrond Myklebust2012-03-071-1/+3
* NFSv4: Simplify the struct nfs4_stateidTrond Myklebust2012-03-061-2/+2
* NFSv4: Add helpers for basic copying of stateidsTrond Myklebust2012-03-061-0/+10
* NFSv4: Rename nfs4_copy_stateid()Trond Myklebust2012-03-061-1/+1
* NFSv4: Further clean-ups of delegation stateid validationTrond Myklebust2012-03-061-1/+1
* NFS: Properly handle the case where the delegation is revokedTrond Myklebust2012-03-061-0/+2
* NFSv4.1: Get rid of NFS4CLNT_LAYOUTRECALLTrond Myklebust2012-03-011-1/+0Star
* NFSv4: Avoid thundering herd issues with nfs_release_seqidTrond Myklebust2012-02-011-0/+1
* SUNRPC: Fix potential races in xprt_lock_write_next()Trond Myklebust2012-02-011-0/+1
* NFS: Move struct nfs_unique_id into struct nfs_seqid_counterTrond Myklebust2012-02-011-2/+6
* NFSv4: Move contents of struct rpc_sequence into struct nfs_seqid_counterTrond Myklebust2012-02-011-13/+3Star
* NFSv41: Add a new helper nfs4_init_sequence()Trond Myklebust2012-02-011-3/+3
* NFSv4: Replace lock_owner->ld_id with an ida based allocatorTrond Myklebust2012-02-011-6/+1Star
* NFSv4: Replace state_owner->so_owner_id with an ida based allocatorTrond Myklebust2012-02-011-1/+1
* NFSv4: Clean up nfs4_get_state_ownerTrond Myklebust2012-02-011-1/+1
* NFS: Cache state owners after files are closedChuck Lever2012-01-051-0/+3