summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4callback.c
AgeCommit message (Expand)Author
2019-04-08nfsd: Don't release the callback slot unless it was actually heldTrond Myklebust
2019-03-12Merge tag 'nfsd-5.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-02-13NFS: Remove print_overflow_msg()Chuck Lever
2019-02-06nfsd: fix an IS_ERR() vs NULL checkDan Carpenter
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown
2018-12-19NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().NeilBrown
2018-12-19SUNRPC: remove uid and gid from struct auth_credNeilBrown
2018-12-19SUNRPC: add 'struct cred *' to auth_cred and rpc_credNeilBrown
2018-09-25NFSD CB_OFFLOAD xdrOlga Kornievskaia
2018-08-22nfsd: Remove callback_credChuck Lever
2018-08-22nfsd: Use correct credential for NFSv4.0 callback with GSSChuck Lever
2018-08-09nfsd: Mark expected switch fall-throughGustavo A. R. Silva
2018-04-03nfsd: use correct enum type in decode_cb_op_statusStefan Agner
2017-07-17nfsd: Fix a memory scribble in the callback channelTrond Myklebust
2017-05-15nfsd4: const-ify nfs_cb_version4Christoph Hellwig
2017-05-15sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig
2017-05-15sunrpc: move p_count out of struct rpc_procinfoChristoph Hellwig
2017-05-15nfsd: fix decoder callback prototypesChristoph Hellwig
2017-05-15nfsd: fix encoder callback prototypesChristoph Hellwig
2017-02-17nfsd/callback: Drop a useless data copy when comparing sessionidKinglong Mee
2017-02-17nfsd/callback: skip the callback tagKinglong Mee
2017-02-17nfsd/callback: Cleanup callback cred on shutdownKinglong Mee
2016-11-14nfsd: update workqueue creationJ. Bruce Fields
2016-09-26nfsd: plumb in a CB_NOTIFY_LOCK operationJeff Layton
2016-09-16nfsd: eliminate cb_minorversion fieldJeff Layton
2016-06-15nfsd4/rpc: move backchannel create logic into rpc codeJ. Bruce Fields
2015-12-23nfsd: don't base cl_cb_status on stale informationJ. Bruce Fields
2015-11-23nfsd: constify nfsd4_callback_ops structureJulia Lawall
2015-08-13nfsd: New helper nfsd4_cb_sequence_done() for processing more cb errorsKinglong Mee
2015-06-04nfsd: Update callback sequnce id only CB_SEQUENCE successKinglong Mee
2015-06-04nfsd: Reset cb_status in nfsd4_cb_prepare() at retryingKinglong Mee
2015-05-04nfsd: skip CB_NULL probes for 4.1 or laterChristoph Hellwig
2015-05-04nfsd: fix callback restartsChristoph Hellwig
2015-05-04nfsd: split transport vs operation errors for callbacksChristoph Hellwig
2015-02-02nfsd: implement pNFS layout recallsChristoph Hellwig
2014-11-19nfsd: Fix slot wake up race in the nfsv4.1 callback codeTrond Myklebust
2014-10-01nfsd: eliminate "to_delegation" defineJeff Layton
2014-09-26nfsd: introduce nfsd4_callback_opsChristoph Hellwig
2014-09-26nfsd: split nfsd4_callback initialization and useChristoph Hellwig
2014-09-26nfsd: introduce a generic nfsd4_cbChristoph Hellwig
2014-09-26nfsd: remove nfsd4_callback.cb_opChristoph Hellwig
2014-09-26nfsd: do not clear rpc_resp in nfsd4_cb_done_sequenceBenny Halevy
2014-09-26nfsd: fix nfsd4_cb_recall_done error handlingChristoph Hellwig
2014-07-31nfsd: Add a struct nfs4_file field to struct nfs4_stidTrond Myklebust
2014-07-31nfsd: Add reference counting to the lock and open stateidsTrond Myklebust
2014-07-29nfsd: remove dl_fh field from struct nfs4_delegationJeff Layton
2014-07-23nfsd4: convert comma to semicolonHimangi Saraogi
2014-07-18svcrdma: Select NFSv4.1 backchannel transport based on forward channelChuck Lever
2014-07-16nfsd: Avoid taking state_lock while holding inode lock in nfsd_break_one_delegJeff Layton
2014-07-16nfsd: eliminate nfsd4_init_callbackJeff Layton