aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4_fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-06NFSv4: Move nfs4_wait_clnt_recover and nfs4_client_recover_expired_leaseTrond Myklebust1-0/+4
2012-12-06NFSv4.1: Clean up session drainingTrond Myklebust1-0/+8
2012-12-06NFSv4.1: CB_RECALL_SLOT must schedule a sequence op after updating targetsTrond Myklebust1-0/+1
2012-12-06NFSv4.1: Remove the state manager code to resize the slot tableTrond Myklebust1-4/+0
2012-12-06NFSv4.1: Allow SEQUENCE to resize the slot table on the flyTrond Myklebust1-2/+2
2012-12-06NFSv4.1: Fix nfs4_callback_recallslot to work with dynamic slot allocationTrond Myklebust1-0/+2
2012-11-26NFSv4.1: Shrink struct nfs4_sequence_res by moving the session pointerTrond Myklebust1-1/+2
2012-11-21NFSv4: Fix a compile time warning when #undef CONFIG_NFS_V4_1Trond Myklebust1-1/+1
2012-11-21NFSv4.1: clean up nfs4_recall_slot to use nfs4_alloc_slotsTrond Myklebust1-0/+2
2012-10-01NFS: Add nfs4_unique_id boot parameterChuck Lever1-0/+3
2012-10-01NFS: Discover NFSv4 server trunking when mountingChuck Lever1-0/+8
2012-09-28NFSv4.1: Simplify the pNFS return-on-close codeTrond Myklebust1-1/+1
2012-09-28NFSv4: Convert the nfs4_lock_state->ls_flags to a bit fieldTrond Myklebust1-2/+2
2012-09-28NFS: Clean up helper function nfs4_select_rw_stateid()Trond Myklebust1-1/+1
2012-08-16NFS: Fix a regression when loading the NFS v4 modulebjschuma@gmail.com1-0/+3
2012-07-30NFS: Convert v4 into a moduleBryan Schumaker1-3/+2
2012-07-30NFS: Keep module parameters in the generic NFS clientBryan Schumaker1-1/+3
2012-07-30NFS: Split out remaining NFS v4 inode functionsBryan Schumaker1-3/+0
2012-07-30NFS: Create a try_mount rpc opBryan Schumaker1-1/+1
2012-07-30NFS: Add version registering frameworkBryan Schumaker1-0/+1
2012-07-30nfs: fix stub return type warningsRandy Dunlap1-1/+1
2012-07-17NFS: Split out the NFS v4 filesystem typesBryan Schumaker1-0/+2
2012-07-17NFS: Initialize v4 sysctls from nfs_init_v4()Bryan Schumaker1-0/+15
2012-07-17NFS: Create an init_nfs_v4() functionBryan Schumaker1-0/+4
2012-07-17NFS: Split out NFS v4 inode operationsBryan Schumaker1-1/+4
2012-06-29NFS: Create custom NFS v4 write_inode() functionBryan Schumaker1-0/+3
2012-06-29NFS: Create an alloc_client rpc_opBryan Schumaker1-0/+2
2012-06-29NFS: Create a free_client rpc_opBryan Schumaker1-0/+2
2012-06-05NFSv4: Fix an Oops in the open recovery codeTrond Myklebust1-1/+1
2012-05-27NFSv4.1: Handle other occurrences of NFS4ERR_CONN_NOT_BOUND_TO_SESSIONTrond Myklebust1-2/+2
2012-05-26NFSv4.1: Add DESTROY_CLIENTIDTrond Myklebust1-0/+1
2012-05-25NFSv4.1: Ensure we use the correct credentials for bind_conn_to_sessionTrond Myklebust1-1/+1
2012-05-25NFSv4.1: Ensure we use the correct credentials for session create/destroyTrond Myklebust1-2/+2
2012-05-24nfs41: Use BIND_CONN_TO_SESSION for CB_PATH_DOWN*Weston Andros Adamson1-0/+1
2012-05-24nfs4.1: add BIND_CONN_TO_SESSION operationWeston Andros Adamson1-0/+1
2012-05-22NFS: Force server to drop NFSv4 stateChuck Lever1-0/+1
2012-05-22NFS: Remove nfs_unique_idChuck Lever1-5/+0
2012-05-22NFS: Use proper naming conventions for NFSv4.1 server scope fieldsChuck Lever1-1/+1
2012-05-14NFS: Rename nfs4_proc_get_root()Bryan Schumaker1-0/+1
2012-04-27NFS: Create a submount rpc_opBryan Schumaker1-0/+2
2012-04-27NFS: Remove secinfo knowledge out of the generic clientBryan Schumaker1-0/+1
2012-04-27NFS: Fix following referral mount points with different securityBryan Schumaker1-2/+4
2012-04-27NFS: Do secinfo as part of lookupBryan Schumaker1-0/+4
2012-04-20NFSv4: Ensure we do not reuse open owner namesTrond Myklebust1-0/+1
2012-03-20NFSv4: It is not safe to dereference lsp->ls_state in release_lockownerTrond Myklebust1-1/+1
2012-03-08NFSv4: Clean up nfs4_select_rw_stateid()Trond Myklebust1-1/+2
2012-03-07NFSv4: Return the delegation if the server returns NFS4ERR_OPENMODETrond Myklebust1-0/+1
2012-03-07NFSv4: Don't free the nfs4_lock_state until after the release_lockownerTrond Myklebust1-1/+3
2012-03-06NFSv4: Simplify the struct nfs4_stateidTrond Myklebust1-2/+2
2012-03-06NFSv4: Add helpers for basic copying of stateidsTrond Myklebust1-0/+10