summaryrefslogtreecommitdiffstats
path: root/fs/nfs/callback_xdr.c
Commit message (Expand)AuthorAgeFilesLines
* NFSv4.1: Use the nfs_client's rpc timeouts for backchannelBenjamin Coddington2024-01-041-0/+5
* SUNRPC: Use per-CPU counters to tally server RPC countsChuck Lever2023-02-201-2/+4
* SUNRPC: Refactor RPC server dispatch methodChuck Lever2023-02-201-2/+2
* SUNRPC: Push svcxdr_init_encode() into svc_process_common()Chuck Lever2023-02-201-2/+0
* SUNRPC: Push svcxdr_init_decode() into svc_process_common()Chuck Lever2023-02-201-1/+0
* SUNRPC: Parametrize how much of argsize should be zeroedChuck Lever2022-09-261-0/+1
* NFS: remove unneeded check in decode_devicenotify_args()Alexey Khoroshilov2022-03-131-4/+0
* NFSv4.1: Fix uninitialised variable in devicenotifyTrond Myklebust2022-01-061-9/+9
* SUNRPC: Change return value type of .pc_encodeChuck Lever2021-10-131-2/+2
* SUNRPC: Replace the "__be32 *p" parameter to .pc_encodeChuck Lever2021-10-131-2/+2
* NFS: Clean up the synopsis of callback process_op()Chuck Lever2021-08-101-10/+9
* NFS: Extract the xdr_init_encode/decode() calls from decode_compoundChuck Lever2021-08-101-13/+9
* NFS: Remove unused callback void decoderChuck Lever2021-08-101-6/+4
* NFS: Add a private local dispatcher for NFSv4 callback operationsChuck Lever2021-08-101-2/+11
* SUNRPC: Eliminate the RQ_AUTHERR flagChuck Lever2021-08-101-1/+2
* SUNRPC: Make trace_svc_process() display the RPC procedure symbolicallyChuck Lever2021-01-251-0/+2
* NFS4: Report callback authentication errorsChuck Lever2020-01-151-3/+8
* NFSv4: NFSv4 callbacks also support 64-bit timestampsTrond Myklebust2019-11-031-3/+3
* SUNRPC/nfs: Fix return value for nfs4_callback_compound()Trond Myklebust2019-04-241-1/+1
* NFS: Remove print_overflow_msg()Chuck Lever2019-02-131-34/+25
* SUNRPC: Add xdr_stream::rqst fieldChuck Lever2019-02-131-2/+3
* NFS CB_OFFLOAD xdrOlga Kornievskaia2018-08-091-1/+79
* NFSv4.0 fix client reference leak in callbackOlga Kornievskaia2018-07-311-3/+8
* NFSv4: Clean up CB_GETATTR encodingTrond Myklebust2018-04-101-29/+8
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Merge tag 'nfsd-4.13' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-07-131-51/+62
|\
| * sunrpc: mark all struct svc_version instances as constChristoph Hellwig2017-05-151-2/+2
| * sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig2017-05-151-1/+1
| * sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig2017-05-151-0/+4
| * sunrpc: properly type pc_encode callbacksChristoph Hellwig2017-05-151-3/+3
| * sunrpc: properly type pc_decode callbacksChristoph Hellwig2017-05-151-2/+2
| * sunrpc: properly type pc_func callbacksChristoph Hellwig2017-05-151-3/+4
| * nfs: don't cast callback decode/proc/encode routinesChristoph Hellwig2017-05-151-40/+46
* | NFSv4.1: nfs4_callback_free_slot() cannot call nfs4_slot_tbl_drain_complete()Trond Myklebust2017-06-271-1/+0
|/
* NFS: Remove extra dprintk()s from callback_xdr.cAnna Schumaker2017-04-201-11/+0
* NFS: Clean up encode_cb_sequence_res()Anna Schumaker2017-04-201-5/+3
* NFS: Clean up decode_notify_lock_args()Anna Schumaker2017-04-201-5/+2
* NFS: Clean up decode_cb_sequence_args()Anna Schumaker2017-04-201-20/+5
* NFS: Clean up decode_layoutrecall_args()Anna Schumaker2017-04-201-27/+11
* NFS: Clean up decode_recall_args()Anna Schumaker2017-04-201-9/+4
* NFS: Clean up decode_getattr_args()Anna Schumaker2017-04-201-5/+2
* Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-03-011-28/+10
|\
| * NFSv4: Replace callback string decode function with a genericTrond Myklebust2017-02-211-22/+8
| * NFSv4: Replace ad-hoc xdr encode/decode helpers with xdr_stream_* genericsTrond Myklebust2017-02-211-6/+2
* | nfs/nfsd/sunrpc: enforce transport requirements for NFSv4Jeff Layton2017-02-241-0/+2
* | sunrpc: turn bitfield flags in svc_version into boolsJeff Layton2017-02-241-2/+2
|/
* nfs: add handling for CB_NOTIFY_LOCK in clientJeff Layton2016-09-221-1/+50
* nfs: the length argument to read_buf should be unsignedJeff Layton2016-09-221-1/+1
* NFS: Don't drop CB requests with invalid principalsChuck Lever2016-07-111-1/+5
* NFSv4: Label stateids with the typeTrond Myklebust2016-05-171-3/+14