aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/callback_xdr.c
AgeCommit message (Expand)Author
2022-03-13NFS: remove unneeded check in decode_devicenotify_args()Alexey Khoroshilov
2022-01-06NFSv4.1: Fix uninitialised variable in devicenotifyTrond Myklebust
2021-10-13SUNRPC: Change return value type of .pc_encodeChuck Lever
2021-10-13SUNRPC: Replace the "__be32 *p" parameter to .pc_encodeChuck Lever
2021-08-10NFS: Clean up the synopsis of callback process_op()Chuck Lever
2021-08-10NFS: Extract the xdr_init_encode/decode() calls from decode_compoundChuck Lever
2021-08-10NFS: Remove unused callback void decoderChuck Lever
2021-08-10NFS: Add a private local dispatcher for NFSv4 callback operationsChuck Lever
2021-08-10SUNRPC: Eliminate the RQ_AUTHERR flagChuck Lever
2021-01-25SUNRPC: Make trace_svc_process() display the RPC procedure symbolicallyChuck Lever
2020-01-15NFS4: Report callback authentication errorsChuck Lever
2019-11-03NFSv4: NFSv4 callbacks also support 64-bit timestampsTrond Myklebust
2019-04-24SUNRPC/nfs: Fix return value for nfs4_callback_compound()Trond Myklebust
2019-02-13NFS: Remove print_overflow_msg()Chuck Lever
2019-02-13SUNRPC: Add xdr_stream::rqst fieldChuck Lever
2018-08-09NFS CB_OFFLOAD xdrOlga Kornievskaia
2018-07-31NFSv4.0 fix client reference leak in callbackOlga Kornievskaia
2018-04-10NFSv4: Clean up CB_GETATTR encodingTrond Myklebust
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-13Merge tag 'nfsd-4.13' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2017-06-27NFSv4.1: nfs4_callback_free_slot() cannot call nfs4_slot_tbl_drain_complete()Trond Myklebust
2017-05-15sunrpc: mark all struct svc_version instances as constChristoph Hellwig
2017-05-15sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig
2017-05-15sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig
2017-05-15sunrpc: properly type pc_encode callbacksChristoph Hellwig
2017-05-15sunrpc: properly type pc_decode callbacksChristoph Hellwig
2017-05-15sunrpc: properly type pc_func callbacksChristoph Hellwig
2017-05-15nfs: don't cast callback decode/proc/encode routinesChristoph Hellwig
2017-04-20NFS: Remove extra dprintk()s from callback_xdr.cAnna Schumaker
2017-04-20NFS: Clean up encode_cb_sequence_res()Anna Schumaker
2017-04-20NFS: Clean up decode_notify_lock_args()Anna Schumaker
2017-04-20NFS: Clean up decode_cb_sequence_args()Anna Schumaker
2017-04-20NFS: Clean up decode_layoutrecall_args()Anna Schumaker
2017-04-20NFS: Clean up decode_recall_args()Anna Schumaker
2017-04-20NFS: Clean up decode_getattr_args()Anna Schumaker
2017-03-01Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2017-02-24nfs/nfsd/sunrpc: enforce transport requirements for NFSv4Jeff Layton
2017-02-24sunrpc: turn bitfield flags in svc_version into boolsJeff Layton
2017-02-21NFSv4: Replace callback string decode function with a genericTrond Myklebust
2017-02-21NFSv4: Replace ad-hoc xdr encode/decode helpers with xdr_stream_* genericsTrond Myklebust
2016-09-22nfs: add handling for CB_NOTIFY_LOCK in clientJeff Layton
2016-09-22nfs: the length argument to read_buf should be unsignedJeff Layton
2016-07-11NFS: Don't drop CB requests with invalid principalsChuck Lever
2016-05-17NFSv4: Label stateids with the typeTrond Myklebust
2016-01-25NFSv4.x: Allow multiple callbacks in flightTrond Myklebust
2015-12-07SUNRPC: Fix callback channelTrond Myklebust
2015-11-23nfs4: limit callback decoding to received bytesBenjamin Coddington
2015-10-21NFS: Return directly if encode_sessionid failKinglong Mee
2015-10-21NFS: Fix bad checking of max taglen in callback requestKinglong Mee
2015-10-21NFS: Fix bad defines of callback response maxsizeKinglong Mee