summaryrefslogtreecommitdiff
path: root/fs/nfs/nfs4_fs.h
AgeCommit message (Expand)Author
2014-04-03NFSv4.1 free slot before resending I/O to MDSAndy Adamson
2013-09-11NFSv4.1: sp4_mach_cred: WARN_ON -> WARN_ON_ONCEWeston Andros Adamson
2013-09-11NFSv4.1: sp4_mach_cred: no need to ref count credsWeston Andros Adamson
2013-09-07NFSv4: Fix security auto-negotiationTrond Myklebust
2013-09-05nfs4.1: Add SP4_MACH_CRED write and commit supportWeston Andros Adamson
2013-09-05nfs4.1: Add state protection handlerWeston Andros Adamson
2013-09-04NFSv4: Document the recover_lost_locks kernel parameterTrond Myklebust
2013-09-04NFSv4: Don't try to recover NFSv4 locks when they are lost.NeilBrown
2013-09-03NFS: Add a slot table to struct nfs_client for NFSv4.0 transport blockingChuck Lever
2013-09-03NFS: Remove unused call_sync minor version opChuck Lever
2013-09-03NFS: Add RPC callouts to start NFSv4.0 synchronous requestsChuck Lever
2013-09-03NFS: Clean up nfs4_setup_sequence()Chuck Lever
2013-08-07NFS: Never use user credentials for lease renewalChuck Lever
2013-06-28Merge branch 'labeled-nfs' into linux-nextTrond Myklebust
2013-06-08NFSv4: Extend fattr bitmaps to support all 3 wordsDavid Quigley
2013-06-06NFSv4.1: Ensure that reclaim_complete uses the right credentialTrond Myklebust
2013-05-06NFSv4.1: Ensure that we free the lock stateid on the serverTrond Myklebust
2013-04-20NFSv4: Use the open stateid if the delegation has the wrong modeTrond Myklebust
2013-03-25NFSv4: Prepare for minorversion-specific nfs_server capabilitiesTrond Myklebust
2013-03-25NFSv4: Resend the READ/WRITE RPC call if a stateid change causes an errorTrond Myklebust
2013-03-25NFSv4: The stateid must remain the same for replayed RPC callsTrond Myklebust
2013-03-25NFSv4: Fail I/O if the state recovery fails irrevocablyTrond Myklebust
2013-02-11NFSv4: Ensure delegation recall and byte range lock removal don't conflictTrond Myklebust
2013-02-11NFSv4: Allow the state manager to mark an open_owner as being recoveredTrond Myklebust
2012-12-11Merge branch 'bugfixes' into nfs-for-nextTrond Myklebust
2012-12-05NFSv4.1: Remove the 'FIFO' behaviour for nfs41_setup_sequenceTrond Myklebust
2012-12-05NFSv4: Simplify the NFSv4/v4.1 synchronous call switchTrond Myklebust
2012-12-05NFSv4.1: Simplify the sequence setupTrond Myklebust
2012-12-05NFSv4.1: Ping server when our session table limits are too highTrond Myklebust
2012-12-05NFSv4.1: Move slot table and session struct definitions to nfs4session.hTrond Myklebust
2012-12-05NFSv4.1: Cleanup move session slot management to fs/nfs/nfs4session.cTrond Myklebust
2012-12-05NFSv4: Move nfs4_wait_clnt_recover and nfs4_client_recover_expired_leaseTrond Myklebust
2012-12-05NFSv4.1: Clean up session drainingTrond Myklebust
2012-12-05NFSv4.1: CB_RECALL_SLOT must schedule a sequence op after updating targetsTrond Myklebust
2012-12-05NFSv4.1: Remove the state manager code to resize the slot tableTrond Myklebust
2012-12-05NFSv4.1: Allow SEQUENCE to resize the slot table on the flyTrond Myklebust
2012-12-05NFSv4.1: Fix nfs4_callback_recallslot to work with dynamic slot allocationTrond Myklebust
2012-11-26NFSv4.1: Shrink struct nfs4_sequence_res by moving the session pointerTrond Myklebust
2012-11-22NFSv4: Fix a compile time warning when #undef CONFIG_NFS_V4_1Trond Myklebust
2012-11-21NFSv4.1: clean up nfs4_recall_slot to use nfs4_alloc_slotsTrond Myklebust
2012-10-01NFS: Add nfs4_unique_id boot parameterChuck Lever
2012-10-01NFS: Discover NFSv4 server trunking when mountingChuck Lever
2012-09-28NFSv4.1: Simplify the pNFS return-on-close codeTrond Myklebust
2012-09-28NFSv4: Convert the nfs4_lock_state->ls_flags to a bit fieldTrond Myklebust
2012-09-28NFS: Clean up helper function nfs4_select_rw_stateid()Trond Myklebust
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