summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4state.c
AgeCommit message (Expand)Author
2013-05-07nfsd4: don't close read-write opens too soonJ. Bruce Fields
2013-03-04nfsd: Fix memleakmajianpeng
2013-01-11nfs: fix wrong object type in lockowner_slabYanchuan Nian
2012-10-21nfsd4: fix nfs4 stateid leakJ. Bruce Fields
2012-06-22nfsd4: BUG_ON(!is_spin_locked()) no good on UP kernelsJ. Bruce Fields
2012-04-13nfsd: fix error values returned by nfsd4_lockt() when nfsd_open() failsAl Viro
2012-03-26nfsd: add nfsd4_client_tracking_ops struct and a way to set itJeff Layton
2012-03-26nfsd: convert nfs4_client->cl_cb_flags to a generic flags fieldJeff Layton
2012-03-26Merge nfs containerization work from Trond's treeJ. Bruce Fields
2012-03-20NFSD: Fix nfs4_verifier memory alignmentChuck Lever
2012-03-20NFSD: Fix warnings when NFSD_DEBUG is not definedTrond Myklebust
2012-03-06nfsd41: free_session/free_client must be called under the client_lockBenny Halevy
2012-03-06nfsd41: refactor nfsd4_deleg_xgrade_none_ext logic out of nfsd4_process_open2Benny Halevy
2012-03-06nfsd41: refactor nfs4_open_deleg_none_ext logic out of nfs4_open_delegationBenny Halevy
2012-03-06nfsd4: fix recovery-entry leak nfsd startup failureJ. Bruce Fields
2012-03-06nfsd4: fix recovery-dir leak on nfsd startup failureJeff Layton
2012-03-06nfsd4: purge stable client records with insufficient stateJ. Bruce Fields
2012-03-06nfsd4: don't set cl_firststate on first reclaim in 4.1 caseJ. Bruce Fields
2012-02-17nfsd41: implement NFS4_SHARE_WANT_NO_DELEG, NFS4_OPEN_DELEGATE_NONE_EXT, why_...Benny Halevy
2012-02-17NFSD: Clean up the test_stateid functionBryan Schumaker
2012-02-17nfsd41: split out share_access want and signal flags while decodingBenny Halevy
2012-02-17nfsd41: share_access_to_flags should consider only nfs4.x share_access flagsBenny Halevy
2012-02-15nfsd41: use current stateid by valueTigran Mkrtchyan
2012-02-15nfsd41: consume current stateid on DELEGRETURN and OPENDOWNGRADETigran Mkrtchyan
2012-02-15nfsd41: handle current stateid in SETATTR and FREE_STATEIDTigran Mkrtchyan
2012-02-15nfsd41: consume current stateid on read and writeTigran Mkrtchyan
2012-02-15nfsd41: handle current stateid on lock and lockuTigran Mkrtchyan
2012-02-15nfsd41: handle current stateid in open and closeTigran Mkrtchyan
2012-02-15nfsd4: initialize current stateid at compile timeTigran Mkrtchyan
2012-02-14nfsd4: check for uninitialized slotJ. Bruce Fields
2012-02-14nfsd4: rearrange struct nfsd4_slotJ. Bruce Fields
2012-02-13nfsd4: fix sessions slotid wraparound logicJ. Bruce Fields
2012-01-31SUNRPC: parametrize rpc_uaddr2sockaddr() by network contextStanislav Kinsbursky
2012-01-14Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2011-12-14NFSD: forget_delegations should use list_for_each_entry_safeBryan Schumaker
2011-12-13NFSD: Only reinitilize the recall_lru list under the recall lockBryan Schumaker
2011-12-12nfsd4: initialize special stateid's at compile timeJ. Bruce Fields
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock
2011-11-25nfsd4: Use kmemdup rather than duplicating its implementationThomas Meyer
2011-11-15nfsd4: add a separate (lockowner, inode) lookupJ. Bruce Fields
2011-11-15nfsd4: fix CONFIG_NFSD_FAULT_INJECTION compile errorJ. Bruce Fields
2011-11-08nfsd4: share open and lock owner hash tablesJ. Bruce Fields
2011-11-07nfsd4: hash lockowners to simplify RELEASE_LOCKOWNERJ. Bruce Fields
2011-11-07NFSD: Call nfsd4_init_slabs() from init_nfsd()Bryan Schumaker
2011-11-07NFSD: Added fault injectionBryan Schumaker
2011-11-07nfsd4: maintain one seqid stream per (lockowner, file)J. Bruce Fields
2011-11-07nfsd4: cleanup lock clientid handling in sessions caseJ. Bruce Fields
2011-11-07nfsd4: fix lockowner matchingJ. Bruce Fields
2011-10-24nfs41: implement DESTROY_CLIENTID operationMi Jinlong
2011-10-24nfsd4: seq->status_flags may be used unitializedBenny Halevy