summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/state.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-2/+2
|\
| * nfsd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-031-2/+2
* | nfsd: decode implementation idJ. Bruce Fields2019-07-041-0/+4
* | nfsd: add nfsd/clients directoryJ. Bruce Fields2019-07-031-1/+5
* | nfsd4: use reference count to free clientJ. Bruce Fields2019-07-031-0/+1
* | nfsd: rename cl_refcountJ. Bruce Fields2019-07-031-1/+1
|/
* nfsd: make nfs4_client_reclaim use an xdr_netobj instead of a fixed char arrayScott Mayhew2019-04-241-4/+4
* nfsd: Don't release the callback slot unless it was actually heldTrond Myklebust2019-04-081-0/+1
* NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown2018-12-191-1/+1
* NFSD introduce async copy featureOlga Kornievskaia2018-09-261-0/+9
* NFSD CB_OFFLOAD xdrOlga Kornievskaia2018-09-261-0/+1
* nfsd: Remove callback_credChuck Lever2018-08-231-2/+0Star
* fs, nfsd: convert nfs4_file.fi_ref from atomic_t to refcount_tElena Reshetova2017-11-071-2/+2
* fs, nfsd: convert nfs4_cntl_odstate.co_odcount from atomic_t to refcount_tElena Reshetova2017-11-071-1/+1
* fs, nfsd: convert nfs4_stid.sc_count from atomic_t to refcount_tElena Reshetova2017-11-071-1/+2
* nfsd4: catch some false session retriesJ. Bruce Fields2017-11-071-0/+1
* nfsd4: fix cached replies to solo SEQUENCE compoundsJ. Bruce Fields2017-11-071-0/+1
* nfsd/callback: Cleanup callback cred on shutdownKinglong Mee2017-02-171-0/+1
* NFSD: Fix a null reference case in find_or_create_lock_stateid()Kinglong Mee2017-01-311-2/+2
* nfsd: add a LRU list for blocked locksJeff Layton2016-09-261-0/+2
* nfsd: have nfsd4_lock use blocking locks for v4.1+ locksJeff Layton2016-09-261-3/+9
* nfsd: plumb in a CB_NOTIFY_LOCK operationJeff Layton2016-09-261-0/+7
* nfsd: eliminate cb_minorversion fieldJeff Layton2016-09-161-1/+0Star
* nfsd: implement machine credential support for some operationsAndrew Elble2016-07-131-0/+1
* nfsd: Always lock state exclusively.Oleg Drokin2016-06-161-1/+1
* nfsd: handle seqid wraparound in nfsd4_preprocess_layout_stateidJeff Layton2016-05-131-0/+5
* Merge tag 'nfsd-4.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-01-151-2/+2
|\
| * nfsd: constify nfsd4_callback_ops structureJulia Lawall2015-11-231-2/+2
* | nfsd: Pass filehandle to nfs4_preprocess_stateid_op()Anna Schumaker2015-12-081-2/+2
|/
* nfsd: ensure that seqid morphing operations are atomic wrt to copiesJeff Layton2015-10-231-15/+8Star
* nfsd: serialize layout stateid morphing operationsJeff Layton2015-10-231-0/+1
* nfsd: serialize state seqid morphing operationsJeff Layton2015-10-121-9/+10
* nfsd: New helper nfsd4_cb_sequence_done() for processing more cb errorsKinglong Mee2015-08-131-1/+1
* nfsd: take struct file setup fully into nfs4_preprocess_stateid_opChristoph Hellwig2015-06-221-3/+3
* nfsd: Update callback sequnce id only CB_SEQUENCE successKinglong Mee2015-06-041-0/+1
* nfsd: fix callback restartsChristoph Hellwig2015-05-041-3/+1Star
* nfsd: split transport vs operation errors for callbacksChristoph Hellwig2015-05-041-0/+1
* nfsd: fix pNFS return on close semanticsSachin Bhamare2015-05-041-0/+14
* nfsd: implement pNFS layout recallsChristoph Hellwig2015-02-021-0/+6
* nfsd: implement pNFS operationsChristoph Hellwig2015-02-021-0/+21
* nfsd: make find_any_file available outside nfs4state.cChristoph Hellwig2015-02-021-0/+1
* nfsd: make find/get/put file available outside nfs4state.cChristoph Hellwig2015-02-021-0/+7
* nfsd: make lookup/alloc/unhash_stid available outside nfs4state.cChristoph Hellwig2015-02-021-0/+6
* nfsd: fi_delegees doesn't need to be an atomic_tJeff Layton2015-01-071-1/+1
* nfsd: convert nfs4_file searches to use RCUJeff Layton2014-11-071-1/+4
* nfsd: clean up comments over nfs4_file definitionJeff Layton2014-10-231-5/+9
* Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds2014-10-111-1/+0Star
|\
| * nfsd: don't keep a pointer to the lease in nfs4_fileJeff Layton2014-10-071-1/+0Star
* | nfsd: eliminate "to_delegation" defineJeff Layton2014-10-011-0/+3
* | nfsd: introduce nfsd4_callback_opsChristoph Hellwig2014-09-261-4/+8