aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4state.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-31Merge branch 'for-3.5-take-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-4/+9
2012-04-13nfsd: fix error values returned by nfsd4_lockt() when nfsd_open() failsAl Viro1-14/+9
2012-04-11nfsd: don't use locks_in_grace to determine whether to call nfs4_grace_endJeff Layton1-2/+9
2012-04-11nfsd: trivial: remove unused variable from nfsd4_lockJeff Layton1-2/+0
2012-03-26nfsd: add nfsd4_client_tracking_ops struct and a way to set itJeff Layton1-42/+21
2012-03-26nfsd: convert nfs4_client->cl_cb_flags to a generic flags fieldJeff Layton1-17/+28
2012-03-26Merge nfs containerization work from Trond's treeJ. Bruce Fields1-1/+1
2012-03-20NFSD: Fix nfs4_verifier memory alignmentChuck Lever1-4/+4
2012-03-20NFSD: Fix warnings when NFSD_DEBUG is not definedTrond Myklebust1-0/+8
2012-03-06nfsd41: free_session/free_client must be called under the client_lockBenny Halevy1-4/+31
2012-03-06nfsd41: refactor nfsd4_deleg_xgrade_none_ext logic out of nfsd4_process_open2Benny Halevy1-15/+20
2012-03-06nfsd41: refactor nfs4_open_deleg_none_ext logic out of nfs4_open_delegationBenny Halevy1-19/+24
2012-03-06nfsd4: fix recovery-entry leak nfsd startup failureJ. Bruce Fields1-0/+1
2012-03-06nfsd4: fix recovery-dir leak on nfsd startup failureJeff Layton1-13/+13
2012-03-06nfsd4: purge stable client records with insufficient stateJ. Bruce Fields1-1/+3
2012-03-06nfsd4: don't set cl_firststate on first reclaim in 4.1 caseJ. Bruce Fields1-3/+8
2012-02-17nfsd41: implement NFS4_SHARE_WANT_NO_DELEG, NFS4_OPEN_DELEGATE_NONE_EXT, why_no_delegBenny Halevy1-7/+53
2012-02-17NFSD: Clean up the test_stateid functionBryan Schumaker1-1/+8
2012-02-17nfsd41: split out share_access want and signal flags while decodingBenny Halevy1-3/+3
2012-02-17nfsd41: share_access_to_flags should consider only nfs4.x share_access flagsBenny Halevy1-1/+1
2012-02-15nfsd41: use current stateid by valueTigran Mkrtchyan1-4/+12
2012-02-15nfsd41: consume current stateid on DELEGRETURN and OPENDOWNGRADETigran Mkrtchyan1-0/+18
2012-02-15nfsd41: handle current stateid in SETATTR and FREE_STATEIDTigran Mkrtchyan1-0/+13
2012-02-15nfsd41: consume current stateid on read and writeTigran Mkrtchyan1-0/+12
2012-02-15nfsd41: handle current stateid on lock and lockuTigran Mkrtchyan1-2/+20
2012-02-15nfsd41: handle current stateid in open and closeTigran Mkrtchyan1-0/+32
2012-02-15nfsd4: initialize current stateid at compile timeTigran Mkrtchyan1-0/+4
2012-02-14nfsd4: check for uninitialized slotJ. Bruce Fields1-1/+7
2012-02-14nfsd4: rearrange struct nfsd4_slotJ. Bruce Fields1-7/+6
2012-02-13nfsd4: fix sessions slotid wraparound logicJ. Bruce Fields1-6/+1
2012-01-31SUNRPC: parametrize rpc_uaddr2sockaddr() by network contextStanislav Kinsbursky1-1/+1
2012-01-14Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-91/+237
2011-12-14NFSD: forget_delegations should use list_for_each_entry_safeBryan Schumaker1-4/+5
2011-12-13NFSD: Only reinitilize the recall_lru list under the recall lockBryan Schumaker1-3/+0
2011-12-12nfsd4: initialize special stateid's at compile timeJ. Bruce Fields1-5/+12
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock1-1/+1
2011-11-25nfsd4: Use kmemdup rather than duplicating its implementationThomas Meyer1-2/+1
2011-11-15nfsd4: add a separate (lockowner, inode) lookupJ. Bruce Fields1-6/+23
2011-11-15nfsd4: fix CONFIG_NFSD_FAULT_INJECTION compile errorJ. Bruce Fields1-1/+1
2011-11-08nfsd4: share open and lock owner hash tablesJ. Bruce Fields1-39/+32
2011-11-07nfsd4: hash lockowners to simplify RELEASE_LOCKOWNERJ. Bruce Fields1-28/+14
2011-11-07NFSD: Call nfsd4_init_slabs() from init_nfsd()Bryan Schumaker1-7/+3
2011-11-07NFSD: Added fault injectionBryan Schumaker1-0/+115
2011-11-07nfsd4: maintain one seqid stream per (lockowner, file)J. Bruce Fields1-20/+38
2011-11-07nfsd4: cleanup lock clientid handling in sessions caseJ. Bruce Fields1-5/+9
2011-11-07nfsd4: fix lockowner matchingJ. Bruce Fields1-2/+15
2011-10-24nfs41: implement DESTROY_CLIENTID operationMi Jinlong1-0/+44
2011-10-24nfsd4: seq->status_flags may be used unitializedBenny Halevy1-2/+4
2011-10-24nfsd41: use SEQ4_STATUS_BACKCHANNEL_FAULT when cb_sequence is invalidBenny Halevy1-1/+7
2011-10-19nfsd4: implement new 4.1 open reclaim typesJ. Bruce Fields1-2/+8