aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd/state.h
AgeCommit message (Expand)AuthorFilesLines
2016-09-26nfsd: add a LRU list for blocked locksGravatar Jeff Layton 1-0/+2
2016-09-26nfsd: have nfsd4_lock use blocking locks for v4.1+ locksGravatar Jeff Layton 1-3/+9
2016-09-26nfsd: plumb in a CB_NOTIFY_LOCK operationGravatar Jeff Layton 1-0/+7
2016-09-16nfsd: eliminate cb_minorversion fieldGravatar Jeff Layton 1-1/+0
2016-07-13nfsd: implement machine credential support for some operationsGravatar Andrew Elble 1-0/+1
2016-06-15nfsd: Always lock state exclusively.Gravatar Oleg Drokin 1-1/+1
2016-05-13nfsd: handle seqid wraparound in nfsd4_preprocess_layout_stateidGravatar Jeff Layton 1-0/+5
2016-01-15Merge tag 'nfsd-4.5' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-2/+2
2015-12-07nfsd: Pass filehandle to nfs4_preprocess_stateid_op()Gravatar Anna Schumaker 1-2/+2
2015-11-23nfsd: constify nfsd4_callback_ops structureGravatar Julia Lawall 1-2/+2
2015-10-23nfsd: ensure that seqid morphing operations are atomic wrt to copiesGravatar Jeff Layton 1-15/+8
2015-10-23nfsd: serialize layout stateid morphing operationsGravatar Jeff Layton 1-0/+1
2015-10-12nfsd: serialize state seqid morphing operationsGravatar Jeff Layton 1-9/+10
2015-08-13nfsd: New helper nfsd4_cb_sequence_done() for processing more cb errorsGravatar Kinglong Mee 1-1/+1
2015-06-22nfsd: take struct file setup fully into nfs4_preprocess_stateid_opGravatar Christoph Hellwig 1-3/+3
2015-06-04nfsd: Update callback sequnce id only CB_SEQUENCE successGravatar Kinglong Mee 1-0/+1
2015-05-04nfsd: fix callback restartsGravatar Christoph Hellwig 1-3/+1
2015-05-04nfsd: split transport vs operation errors for callbacksGravatar Christoph Hellwig 1-0/+1
2015-05-04nfsd: fix pNFS return on close semanticsGravatar Sachin Bhamare 1-0/+14
2015-02-02nfsd: implement pNFS layout recallsGravatar Christoph Hellwig 1-0/+6
2015-02-02nfsd: implement pNFS operationsGravatar Christoph Hellwig 1-0/+21
2015-02-02nfsd: make find_any_file available outside nfs4state.cGravatar Christoph Hellwig 1-0/+1
2015-02-02nfsd: make find/get/put file available outside nfs4state.cGravatar Christoph Hellwig 1-0/+7
2015-02-02nfsd: make lookup/alloc/unhash_stid available outside nfs4state.cGravatar Christoph Hellwig 1-0/+6
2015-01-07nfsd: fi_delegees doesn't need to be an atomic_tGravatar Jeff Layton 1-1/+1
2014-11-07nfsd: convert nfs4_file searches to use RCUGravatar Jeff Layton 1-1/+4
2014-10-23nfsd: clean up comments over nfs4_file definitionGravatar Jeff Layton 1-5/+9
2014-10-11Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxGravatar Linus Torvalds 1-1/+0
2014-10-07nfsd: don't keep a pointer to the lease in nfs4_fileGravatar Jeff Layton 1-1/+0
2014-10-01nfsd: eliminate "to_delegation" defineGravatar Jeff Layton 1-0/+3
2014-09-26nfsd: introduce nfsd4_callback_opsGravatar Christoph Hellwig 1-4/+8
2014-09-26nfsd: split nfsd4_callback initialization and useGravatar Christoph Hellwig 1-1/+2
2014-09-26nfsd: introduce a generic nfsd4_cbGravatar Christoph Hellwig 1-1/+9
2014-09-26nfsd: remove nfsd4_callback.cb_opGravatar Christoph Hellwig 1-1/+0
2014-09-17nfsd: serialize nfsdcltrack upcalls for a particular clientGravatar Jeff Layton 1-0/+1
2014-09-17nfsd: add a v4_end_grace file to /proc/fs/nfsdGravatar Jeff Layton 1-0/+3
2014-09-17nfsd: remove redundant boot_time parm from grace_done client tracking opGravatar Jeff Layton 1-1/+1
2014-08-05nfsd: add some comments to the nfsd4 object definitionsGravatar Jeff Layton 1-7/+93
2014-08-05nfsd: remove the client_mutex and the nfs4_lock/unlock_state wrappersGravatar Jeff Layton 1-2/+0
2014-08-05nfsd: remove old fault injection infrastructureGravatar Jeff Layton 1-27/+18
2014-08-05nfsd: add more granular locking to *_delegations fault injectorsGravatar Jeff Layton 1-4/+7
2014-08-05nfsd: add more granular locking to forget_openowners fault injectorGravatar Jeff Layton 1-2/+5
2014-08-05nfsd: add more granular locking to forget_locks fault injectorGravatar Jeff Layton 1-2/+5
2014-08-05nfsd: add nfsd_inject_forget_clientsGravatar Jeff Layton 1-1/+1
2014-08-05nfsd: add a forget_client set_clnt routineGravatar Jeff Layton 1-0/+3
2014-08-05nfsd: add a forget_clients "get" routine with proper lockingGravatar Jeff Layton 1-1/+3
2014-08-01nfsd4: fix out of date commentGravatar J. Bruce Fields 1-1/+1
2014-07-31nfsd: Move the open owner hash table into struct nfs4_clientGravatar Trond Myklebust 1-0/+1
2014-07-31nfsd: make openstateids hold references to their openownersGravatar Jeff Layton 1-1/+0
2014-07-31nfsd: add an operation for unhashing a stateownerGravatar Jeff Layton 1-0/+1