summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4callback.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-05-151-4/+5
|\
| * nfsd: update callback done processingScott Mayhew2019-05-031-4/+5
* | Merge tag 'nfs-for-5.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-05-091-2/+3
|\ \ | |/ |/|
| * SUNRPC: Cache cred of process creating the rpc_clientTrond Myklebust2019-04-261-0/+1
| * SUNRPC: Fix up task signallingTrond Myklebust2019-04-251-2/+2
* | nfsd: Don't release the callback slot unless it was actually heldTrond Myklebust2019-04-081-1/+7
|/
* Merge tag 'nfsd-5.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-03-121-2/+2
|\
| * nfsd: fix an IS_ERR() vs NULL checkDan Carpenter2019-02-061-2/+2
* | NFS: Remove print_overflow_msg()Chuck Lever2019-02-131-13/+0
|/
* NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown2018-12-191-11/+5
* NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().NeilBrown2018-12-191-8/+4
* SUNRPC: remove uid and gid from struct auth_credNeilBrown2018-12-191-4/+2
* SUNRPC: add 'struct cred *' to auth_cred and rpc_credNeilBrown2018-12-191-1/+12
* NFSD CB_OFFLOAD xdrOlga Kornievskaia2018-09-251-0/+98
* nfsd: Remove callback_credChuck Lever2018-08-221-20/+0
* nfsd: Use correct credential for NFSv4.0 callback with GSSChuck Lever2018-08-221-1/+8
* nfsd: Mark expected switch fall-throughGustavo A. R. Silva2018-08-091-0/+1
* nfsd: use correct enum type in decode_cb_op_statusStefan Agner2018-04-031-2/+2
* nfsd: Fix a memory scribble in the callback channelTrond Myklebust2017-07-171-3/+3
* nfsd4: const-ify nfs_cb_version4Christoph Hellwig2017-05-151-1/+1
* sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig2017-05-151-1/+1
* sunrpc: move p_count out of struct rpc_procinfoChristoph Hellwig2017-05-151-1/+3
* nfsd: fix decoder callback prototypesChristoph Hellwig2017-05-151-4/+7
* nfsd: fix encoder callback prototypesChristoph Hellwig2017-05-151-5/+8
* nfsd/callback: Drop a useless data copy when comparing sessionidKinglong Mee2017-02-171-7/+3
* nfsd/callback: skip the callback tagKinglong Mee2017-02-171-0/+1
* nfsd/callback: Cleanup callback cred on shutdownKinglong Mee2017-02-171-0/+8
* nfsd: update workqueue creationJ. Bruce Fields2016-11-141-1/+1
* nfsd: plumb in a CB_NOTIFY_LOCK operationJeff Layton2016-09-261-0/+57
* nfsd: eliminate cb_minorversion fieldJeff Layton2016-09-161-4/+3
* nfsd4/rpc: move backchannel create logic into rpc codeJ. Bruce Fields2016-06-151-17/+1
* nfsd: don't base cl_cb_status on stale informationJ. Bruce Fields2015-12-231-0/+4
* nfsd: constify nfsd4_callback_ops structureJulia Lawall2015-11-231-1/+1
* nfsd: New helper nfsd4_cb_sequence_done() for processing more cb errorsKinglong Mee2015-08-131-35/+87
* nfsd: Update callback sequnce id only CB_SEQUENCE successKinglong Mee2015-06-041-2/+12
* nfsd: Reset cb_status in nfsd4_cb_prepare() at retryingKinglong Mee2015-06-041-0/+1
* nfsd: skip CB_NULL probes for 4.1 or laterChristoph Hellwig2015-05-041-0/+9
* nfsd: fix callback restartsChristoph Hellwig2015-05-041-29/+23
* nfsd: split transport vs operation errors for callbacksChristoph Hellwig2015-05-041-36/+24
* nfsd: implement pNFS layout recallsChristoph Hellwig2015-02-021-0/+99
* nfsd: Fix slot wake up race in the nfsv4.1 callback codeTrond Myklebust2014-11-191-2/+6
* nfsd: eliminate "to_delegation" defineJeff Layton2014-10-011-4/+1
* nfsd: introduce nfsd4_callback_opsChristoph Hellwig2014-09-261-62/+29
* nfsd: split nfsd4_callback initialization and useChristoph Hellwig2014-09-261-8/+6
* nfsd: introduce a generic nfsd4_cbChristoph Hellwig2014-09-261-33/+10
* nfsd: remove nfsd4_callback.cb_opChristoph Hellwig2014-09-261-8/+9
* nfsd: do not clear rpc_resp in nfsd4_cb_done_sequenceBenny Halevy2014-09-261-3/+0
* nfsd: fix nfsd4_cb_recall_done error handlingChristoph Hellwig2014-09-261-10/+7
* nfsd: Add a struct nfs4_file field to struct nfs4_stidTrond Myklebust2014-07-311-1/+1
* nfsd: Add reference counting to the lock and open stateidsTrond Myklebust2014-07-311-1/+1