aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4callback.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-17nfsd: Fix a memory scribble in the callback channelGravatar Trond Myklebust 1-3/+3
2017-05-15nfsd4: const-ify nfs_cb_version4Gravatar Christoph Hellwig 1-1/+1
2017-05-15sunrpc: mark all struct rpc_procinfo instances as constGravatar Christoph Hellwig 1-1/+1
2017-05-15sunrpc: move p_count out of struct rpc_procinfoGravatar Christoph Hellwig 1-1/+3
2017-05-15nfsd: fix decoder callback prototypesGravatar Christoph Hellwig 1-4/+7
2017-05-15nfsd: fix encoder callback prototypesGravatar Christoph Hellwig 1-5/+8
2017-02-17nfsd/callback: Drop a useless data copy when comparing sessionidGravatar Kinglong Mee 1-7/+3
2017-02-17nfsd/callback: skip the callback tagGravatar Kinglong Mee 1-0/+1
2017-02-17nfsd/callback: Cleanup callback cred on shutdownGravatar Kinglong Mee 1-0/+8
2016-11-14nfsd: update workqueue creationGravatar J. Bruce Fields 1-1/+1
2016-09-26nfsd: plumb in a CB_NOTIFY_LOCK operationGravatar Jeff Layton 1-0/+57
2016-09-16nfsd: eliminate cb_minorversion fieldGravatar Jeff Layton 1-4/+3
2016-06-15nfsd4/rpc: move backchannel create logic into rpc codeGravatar J. Bruce Fields 1-17/+1
2015-12-23nfsd: don't base cl_cb_status on stale informationGravatar J. Bruce Fields 1-0/+4
2015-11-23nfsd: constify nfsd4_callback_ops structureGravatar Julia Lawall 1-1/+1
2015-08-13nfsd: New helper nfsd4_cb_sequence_done() for processing more cb errorsGravatar Kinglong Mee 1-35/+87
2015-06-04nfsd: Update callback sequnce id only CB_SEQUENCE successGravatar Kinglong Mee 1-2/+12
2015-06-04nfsd: Reset cb_status in nfsd4_cb_prepare() at retryingGravatar Kinglong Mee 1-0/+1
2015-05-04nfsd: skip CB_NULL probes for 4.1 or laterGravatar Christoph Hellwig 1-0/+9
2015-05-04nfsd: fix callback restartsGravatar Christoph Hellwig 1-29/+23
2015-05-04nfsd: split transport vs operation errors for callbacksGravatar Christoph Hellwig 1-36/+24
2015-02-02nfsd: implement pNFS layout recallsGravatar Christoph Hellwig 1-0/+99
2014-11-19nfsd: Fix slot wake up race in the nfsv4.1 callback codeGravatar Trond Myklebust 1-2/+6
2014-10-01nfsd: eliminate "to_delegation" defineGravatar Jeff Layton 1-4/+1
2014-09-26nfsd: introduce nfsd4_callback_opsGravatar Christoph Hellwig 1-62/+29
2014-09-26nfsd: split nfsd4_callback initialization and useGravatar Christoph Hellwig 1-8/+6
2014-09-26nfsd: introduce a generic nfsd4_cbGravatar Christoph Hellwig 1-33/+10
2014-09-26nfsd: remove nfsd4_callback.cb_opGravatar Christoph Hellwig 1-8/+9
2014-09-26nfsd: do not clear rpc_resp in nfsd4_cb_done_sequenceGravatar Benny Halevy 1-3/+0
2014-09-26nfsd: fix nfsd4_cb_recall_done error handlingGravatar Christoph Hellwig 1-10/+7
2014-07-31nfsd: Add a struct nfs4_file field to struct nfs4_stidGravatar Trond Myklebust 1-1/+1
2014-07-31nfsd: Add reference counting to the lock and open stateidsGravatar Trond Myklebust 1-1/+1
2014-07-29nfsd: remove dl_fh field from struct nfs4_delegationGravatar Jeff Layton 1-1/+1
2014-07-23nfsd4: convert comma to semicolonGravatar Himangi Saraogi 1-1/+1
2014-07-18svcrdma: Select NFSv4.1 backchannel transport based on forward channelGravatar Chuck Lever 1-1/+2
2014-07-16nfsd: Avoid taking state_lock while holding inode lock in nfsd_break_one_delegGravatar Jeff Layton 1-4/+21
2014-07-16nfsd: eliminate nfsd4_init_callbackGravatar Jeff Layton 1-6/+2
2014-04-18nfsd: set timeparms.to_maxval in setup_callback_clientGravatar Jeff Layton 1-1/+3
2014-03-30NFSD/SUNRPC: Check rpc_xprt out of xs_setup_bc_tcpGravatar Kinglong Mee 1-1/+18
2013-04-09nfsd4: check backchannel attributes on create_sessionGravatar J. Bruce Fields 1-24/+1
2013-04-04nfsd4: minor cb_recall simplificationGravatar J. Bruce Fields 1-5/+3
2012-11-28nfsd: make NFSv4 lease time per netGravatar Stanislav Kinsbursky 1-3/+5
2012-11-15nfsd: make nfs4_client network namespace dependentGravatar Stanislav Kinsbursky 1-1/+1
2012-11-14nfsd4: get_backchannel_cred should be staticGravatar Fengguang Wu 1-1/+1
2012-11-07nfsd4: backchannel should use client-provided security flavorGravatar J. Bruce Fields 1-2/+1
2012-11-07nfsd4: common helper to initialize callback workGravatar J. Bruce Fields 1-1/+6
2012-11-07nfsd4: use callback security parameters in create_sessionGravatar J. Bruce Fields 1-14/+35
2012-09-10nfsd: remove duplicate init in nfsd4_cb_recallGravatar Namjae Jeon 1-1/+0
2012-08-20nfsd4: fix security flavor of NFSv4.0 callbackGravatar J. Bruce Fields 1-2/+2
2012-06-20nfsd4: remove unnecessary commentGravatar J. Bruce Fields 1-1/+0