aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd/state.h
AgeCommit message (Expand)AuthorFilesLines
2021-04-19nfsd: track filehandle aliasing in nfs4_filesGravatar J. Bruce Fields 1-0/+2
2021-04-19nfsd: hash nfs4_files by inode numberGravatar J. Bruce Fields 1-1/+0
2021-03-22nfsd: report client confirmation status in "info" fileGravatar NeilBrown 1-0/+4
2021-01-28nfsd: simplify nfsd4_check_open_reclaimGravatar J. Bruce Fields 1-2/+1
2020-09-25nfsd: remove fault injection codeGravatar J. Bruce Fields 1-27/+0
2020-05-20NFSD: Add tracepoints to the NFSD state management codeGravatar Chuck Lever 1-7/+0
2019-12-19nfsd: use boottime for lease expiry calculationGravatar Arnd Bergmann 1-5/+5
2019-12-19nfsd: fix jiffies/time_t mixup in LRU listGravatar Arnd Bergmann 1-1/+1
2019-12-19nfsd: print 64-bit timestamps in client_info_showGravatar Arnd Bergmann 1-1/+1
2019-12-09NFSD add nfs4 inter ssc to nfsd4_copyGravatar Olga Kornievskaia 1-0/+3
2019-12-09NFSD add COPY_NOTIFY operationGravatar Olga Kornievskaia 1-3/+28
2019-11-08nfsd: Fix races between nfsd4_cb_release() and nfsd4_shutdown_callback()Gravatar Trond Myklebust 1-0/+1
2019-09-10nfsd: add support for upcall version 2Gravatar Scott Mayhew 1-1/+2
2019-08-19nfsd: hook up nfs4_preprocess_stateid_op to the nfsd_file cacheGravatar Jeff Layton 1-1/+1
2019-08-19nfsd: convert fi_deleg_file and ls_file fields to nfsd_fileGravatar Jeff Layton 1-3/+3
2019-08-19nfsd: convert nfs4_file->fi_fds array to use nfsd_filesGravatar Jeff Layton 1-1/+1
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+2
2019-07-03nfsd: decode implementation idGravatar J. Bruce Fields 1-0/+4
2019-07-03nfsd: add nfsd/clients directoryGravatar J. Bruce Fields 1-1/+5
2019-07-03nfsd4: use reference count to free clientGravatar J. Bruce Fields 1-0/+1
2019-07-03nfsd: rename cl_refcountGravatar J. Bruce Fields 1-1/+1
2019-07-03nfsd: no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 1-2/+2
2019-04-24nfsd: make nfs4_client_reclaim use an xdr_netobj instead of a fixed char arrayGravatar Scott Mayhew 1-4/+4
2019-04-08nfsd: Don't release the callback slot unless it was actually heldGravatar Trond Myklebust 1-0/+1
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.Gravatar NeilBrown 1-1/+1
2018-09-25NFSD introduce async copy featureGravatar Olga Kornievskaia 1-0/+9
2018-09-25NFSD CB_OFFLOAD xdrGravatar Olga Kornievskaia 1-0/+1
2018-08-22nfsd: Remove callback_credGravatar Chuck Lever 1-2/+0
2017-11-07fs, nfsd: convert nfs4_file.fi_ref from atomic_t to refcount_tGravatar Elena Reshetova 1-2/+2
2017-11-07fs, nfsd: convert nfs4_cntl_odstate.co_odcount from atomic_t to refcount_tGravatar Elena Reshetova 1-1/+1
2017-11-07fs, nfsd: convert nfs4_stid.sc_count from atomic_t to refcount_tGravatar Elena Reshetova 1-1/+2
2017-11-07nfsd4: catch some false session retriesGravatar J. Bruce Fields 1-0/+1
2017-11-07nfsd4: fix cached replies to solo SEQUENCE compoundsGravatar J. Bruce Fields 1-0/+1
2017-02-17nfsd/callback: Cleanup callback cred on shutdownGravatar Kinglong Mee 1-0/+1
2017-01-31NFSD: Fix a null reference case in find_or_create_lock_stateid()Gravatar Kinglong Mee 1-2/+2
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