summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4callback.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2022-12-191-1/+3
|\
| * nfsd: under NFSv4.1, fix double svc_xprt_put on rpc_create failureDan Aloni2022-12-121-1/+3
* | Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-141-1/+1
|\ \ | |/ |/|
| * cred: Do not default to init_cred in prepare_kernel_cred()Kees Cook2022-11-011-1/+1
* | NFSD: add support for sending CB_RECALL_ANYDai Ngo2022-12-101-0/+72
|/
* nfsd: make nfsd4_run_cb a bool return functionJeff Layton2022-09-261-2/+12
* NFSD: Move copy offload callback arguments into a separate structureChuck Lever2022-07-291-19/+18
* NFSD: simplify struct nfsfhNeilBrown2021-10-021-1/+1
* nfsd: rpc_peeraddr2str needs rcu lockJ. Bruce Fields2021-07-061-0/+2
* NFSD: Remove the nfsd_cb_work and nfsd_cb_done tracepointsChuck Lever2021-05-181-5/+0
* NFSD: Add an nfsd_cb_probe tracepointChuck Lever2021-05-181-0/+1
* NFSD: Enhance the nfsd_cb_setup tracepointChuck Lever2021-05-181-1/+2
* NFSD: Remove spurious cb_setup_err tracepointChuck Lever2021-05-181-3/+1
* NFSD: Adjust cb_shutdown tracepointChuck Lever2021-05-181-1/+3
* NFSD: Capture every CB state transitionChuck Lever2021-05-181-13/+15
* NFSD: fix error handling in NFSv4.0 callbacksOlga Kornievskaia2021-03-111-0/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* nfsd: Fix svc_xprt refcnt leak when setup callback client failedXiyu Yang2020-05-281-0/+2
* NFSD: Add tracepoints for monitoring NFSD callbacksChuck Lever2020-05-201-15/+22
* SUNRPC: Fix backchannel RPC soft lockupsChuck Lever2020-04-171-1/+3
* nfsd: use boottime for lease expiry calculationArnd Bergmann2019-12-191-1/+10
* nfsd: document callback_wq serialization of callback codeJ. Bruce Fields2019-11-081-0/+6
* nfsd: mark cb path down on unknown errorsJ. Bruce Fields2019-11-081-0/+1
* nfsd: Fix races between nfsd4_cb_release() and nfsd4_shutdown_callback()Trond Myklebust2019-11-081-9/+58
* nfsd: minor 4.1 callback cleanupTrond Myklebust2019-11-081-10/+20
* nfsd: Remove unnecessary NULL checksJ. Bruce Fields2019-08-161-20/+15
* 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