aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/state.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+2
2019-07-03nfsd: decode implementation idJ. Bruce Fields1-0/+4
2019-07-03nfsd: add nfsd/clients directoryJ. Bruce Fields1-1/+5
2019-07-03nfsd4: use reference count to free clientJ. Bruce Fields1-0/+1
2019-07-03nfsd: rename cl_refcountJ. Bruce Fields1-1/+1
2019-07-03nfsd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-2/+2
2019-04-24nfsd: make nfs4_client_reclaim use an xdr_netobj instead of a fixed char arrayScott Mayhew1-4/+4
2019-04-08nfsd: Don't release the callback slot unless it was actually heldTrond Myklebust1-0/+1
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown1-1/+1
2018-09-25NFSD introduce async copy featureOlga Kornievskaia1-0/+9
2018-09-25NFSD CB_OFFLOAD xdrOlga Kornievskaia1-0/+1
2018-08-22nfsd: Remove callback_credChuck Lever1-2/+0
2017-11-07fs, nfsd: convert nfs4_file.fi_ref from atomic_t to refcount_tElena Reshetova1-2/+2
2017-11-07fs, nfsd: convert nfs4_cntl_odstate.co_odcount from atomic_t to refcount_tElena Reshetova1-1/+1
2017-11-07fs, nfsd: convert nfs4_stid.sc_count from atomic_t to refcount_tElena Reshetova1-1/+2
2017-11-07nfsd4: catch some false session retriesJ. Bruce Fields1-0/+1
2017-11-07nfsd4: fix cached replies to solo SEQUENCE compoundsJ. Bruce Fields1-0/+1
2017-02-17nfsd/callback: Cleanup callback cred on shutdownKinglong Mee1-0/+1
2017-01-31NFSD: Fix a null reference case in find_or_create_lock_stateid()Kinglong Mee1-2/+2
2016-09-26nfsd: add a LRU list for blocked locksJeff Layton1-0/+2
2016-09-26nfsd: have nfsd4_lock use blocking locks for v4.1+ locksJeff Layton1-3/+9
2016-09-26nfsd: plumb in a CB_NOTIFY_LOCK operationJeff Layton1-0/+7
2016-09-16nfsd: eliminate cb_minorversion fieldJeff Layton1-1/+0
2016-07-13nfsd: implement machine credential support for some operationsAndrew Elble1-0/+1
2016-06-15nfsd: Always lock state exclusively.Oleg Drokin1-1/+1
2016-05-13nfsd: handle seqid wraparound in nfsd4_preprocess_layout_stateidJeff Layton1-0/+5
2016-01-15Merge tag 'nfsd-4.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+2
2015-12-07nfsd: Pass filehandle to nfs4_preprocess_stateid_op()Anna Schumaker1-2/+2
2015-11-23nfsd: constify nfsd4_callback_ops structureJulia Lawall1-2/+2
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