aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/state.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-23nfsd: ensure that seqid morphing operations are atomic wrt to copiesJeff Layton1-15/+8
2015-10-23nfsd: serialize layout stateid morphing operationsJeff Layton1-0/+1
2015-10-12nfsd: serialize state seqid morphing operationsJeff Layton1-9/+10
2015-08-13nfsd: New helper nfsd4_cb_sequence_done() for processing more cb errorsKinglong Mee1-1/+1
2015-06-22nfsd: take struct file setup fully into nfs4_preprocess_stateid_opChristoph Hellwig1-3/+3
2015-06-04nfsd: Update callback sequnce id only CB_SEQUENCE successKinglong Mee1-0/+1
2015-05-04nfsd: fix callback restartsChristoph Hellwig1-3/+1
2015-05-04nfsd: split transport vs operation errors for callbacksChristoph Hellwig1-0/+1
2015-05-04nfsd: fix pNFS return on close semanticsSachin Bhamare1-0/+14
2015-02-02nfsd: implement pNFS layout recallsChristoph Hellwig1-0/+6
2015-02-02nfsd: implement pNFS operationsChristoph Hellwig1-0/+21
2015-02-02nfsd: make find_any_file available outside nfs4state.cChristoph Hellwig1-0/+1
2015-02-02nfsd: make find/get/put file available outside nfs4state.cChristoph Hellwig1-0/+7
2015-02-02nfsd: make lookup/alloc/unhash_stid available outside nfs4state.cChristoph Hellwig1-0/+6
2015-01-07nfsd: fi_delegees doesn't need to be an atomic_tJeff Layton1-1/+1
2014-11-07nfsd: convert nfs4_file searches to use RCUJeff Layton1-1/+4
2014-10-23nfsd: clean up comments over nfs4_file definitionJeff Layton1-5/+9
2014-10-11Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds1-1/+0
2014-10-07nfsd: don't keep a pointer to the lease in nfs4_fileJeff Layton1-1/+0
2014-10-01nfsd: eliminate "to_delegation" defineJeff Layton1-0/+3
2014-09-26nfsd: introduce nfsd4_callback_opsChristoph Hellwig1-4/+8
2014-09-26nfsd: split nfsd4_callback initialization and useChristoph Hellwig1-1/+2
2014-09-26nfsd: introduce a generic nfsd4_cbChristoph Hellwig1-1/+9
2014-09-26nfsd: remove nfsd4_callback.cb_opChristoph Hellwig1-1/+0
2014-09-17nfsd: serialize nfsdcltrack upcalls for a particular clientJeff Layton1-0/+1
2014-09-17nfsd: add a v4_end_grace file to /proc/fs/nfsdJeff Layton1-0/+3
2014-09-17nfsd: remove redundant boot_time parm from grace_done client tracking opJeff Layton1-1/+1
2014-08-05nfsd: add some comments to the nfsd4 object definitionsJeff Layton1-7/+93
2014-08-05nfsd: remove the client_mutex and the nfs4_lock/unlock_state wrappersJeff Layton1-2/+0
2014-08-05nfsd: remove old fault injection infrastructureJeff Layton1-27/+18
2014-08-05nfsd: add more granular locking to *_delegations fault injectorsJeff Layton1-4/+7
2014-08-05nfsd: add more granular locking to forget_openowners fault injectorJeff Layton1-2/+5
2014-08-05nfsd: add more granular locking to forget_locks fault injectorJeff Layton1-2/+5
2014-08-05nfsd: add nfsd_inject_forget_clientsJeff Layton1-1/+1
2014-08-05nfsd: add a forget_client set_clnt routineJeff Layton1-0/+3
2014-08-05nfsd: add a forget_clients "get" routine with proper lockingJeff Layton1-1/+3
2014-08-01nfsd4: fix out of date commentJ. Bruce Fields1-1/+1
2014-07-31nfsd: Move the open owner hash table into struct nfs4_clientTrond Myklebust1-0/+1
2014-07-31nfsd: make openstateids hold references to their openownersJeff Layton1-1/+0
2014-07-31nfsd: add an operation for unhashing a stateownerJeff Layton1-0/+1
2014-07-31nfsd: Add a mutex to protect the NFSv4.0 open owner replay cacheJeff Layton1-0/+1
2014-07-31nfsd: Add reference counting to state ownersJeff Layton1-7/+15
2014-07-31nfsd: Add a struct nfs4_file field to struct nfs4_stidTrond Myklebust1-2/+1
2014-07-31nfsd: Add reference counting to the lock and open stateidsTrond Myklebust1-1/+2
2014-07-29nfsd: remove dl_fh field from struct nfs4_delegationJeff Layton1-1/+0
2014-07-23nfsd: Do not let nfs4_file pin the struct inodeJeff Layton1-1/+0
2014-07-23nfsd: Store the filehandle with the struct nfs4_fileTrond Myklebust1-0/+1
2014-07-21nfsd: Move the delegation reference counter into the struct nfs4_stidTrond Myklebust1-1/+1
2014-07-16nfsd: Ensure stateids remain unique until they are freedTrond Myklebust1-0/+1
2014-07-16nfsd: Avoid taking state_lock while holding inode lock in nfsd_break_one_delegJeff Layton1-1/+3