aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/callback_xdr.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-25SUNRPC: Make trace_svc_process() display the RPC procedure symbolicallyGravatar Chuck Lever 1-0/+2
2020-01-15NFS4: Report callback authentication errorsGravatar Chuck Lever 1-3/+8
2019-11-03NFSv4: NFSv4 callbacks also support 64-bit timestampsGravatar Trond Myklebust 1-3/+3
2019-04-24SUNRPC/nfs: Fix return value for nfs4_callback_compound()Gravatar Trond Myklebust 1-1/+1
2019-02-13NFS: Remove print_overflow_msg()Gravatar Chuck Lever 1-34/+25
2019-02-13SUNRPC: Add xdr_stream::rqst fieldGravatar Chuck Lever 1-2/+3
2018-08-09NFS CB_OFFLOAD xdrGravatar Olga Kornievskaia 1-1/+79
2018-07-31NFSv4.0 fix client reference leak in callbackGravatar Olga Kornievskaia 1-3/+8
2018-04-10NFSv4: Clean up CB_GETATTR encodingGravatar Trond Myklebust 1-29/+8
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-07-13Merge tag 'nfsd-4.13' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-51/+62
2017-06-27NFSv4.1: nfs4_callback_free_slot() cannot call nfs4_slot_tbl_drain_complete()Gravatar Trond Myklebust 1-1/+0
2017-05-15sunrpc: mark all struct svc_version instances as constGravatar Christoph Hellwig 1-2/+2
2017-05-15sunrpc: mark all struct svc_procinfo instances as constGravatar Christoph Hellwig 1-1/+1
2017-05-15sunrpc: move pc_count out of struct svc_procinfoGravatar Christoph Hellwig 1-0/+4
2017-05-15sunrpc: properly type pc_encode callbacksGravatar Christoph Hellwig 1-3/+3
2017-05-15sunrpc: properly type pc_decode callbacksGravatar Christoph Hellwig 1-2/+2
2017-05-15sunrpc: properly type pc_func callbacksGravatar Christoph Hellwig 1-3/+4
2017-05-15nfs: don't cast callback decode/proc/encode routinesGravatar Christoph Hellwig 1-40/+46
2017-04-20NFS: Remove extra dprintk()s from callback_xdr.cGravatar Anna Schumaker 1-11/+0
2017-04-20NFS: Clean up encode_cb_sequence_res()Gravatar Anna Schumaker 1-5/+3
2017-04-20NFS: Clean up decode_notify_lock_args()Gravatar Anna Schumaker 1-5/+2
2017-04-20NFS: Clean up decode_cb_sequence_args()Gravatar Anna Schumaker 1-20/+5
2017-04-20NFS: Clean up decode_layoutrecall_args()Gravatar Anna Schumaker 1-27/+11
2017-04-20NFS: Clean up decode_recall_args()Gravatar Anna Schumaker 1-9/+4
2017-04-20NFS: Clean up decode_getattr_args()Gravatar Anna Schumaker 1-5/+2
2017-03-01Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 1-28/+10
2017-02-24nfs/nfsd/sunrpc: enforce transport requirements for NFSv4Gravatar Jeff Layton 1-0/+2
2017-02-24sunrpc: turn bitfield flags in svc_version into boolsGravatar Jeff Layton 1-2/+2
2017-02-21NFSv4: Replace callback string decode function with a genericGravatar Trond Myklebust 1-22/+8
2017-02-21NFSv4: Replace ad-hoc xdr encode/decode helpers with xdr_stream_* genericsGravatar Trond Myklebust 1-6/+2
2016-09-22nfs: add handling for CB_NOTIFY_LOCK in clientGravatar Jeff Layton 1-1/+50
2016-09-22nfs: the length argument to read_buf should be unsignedGravatar Jeff Layton 1-1/+1
2016-07-11NFS: Don't drop CB requests with invalid principalsGravatar Chuck Lever 1-1/+5
2016-05-17NFSv4: Label stateids with the typeGravatar Trond Myklebust 1-3/+14
2016-01-25NFSv4.x: Allow multiple callbacks in flightGravatar Trond Myklebust 1-5/+7
2015-12-07SUNRPC: Fix callback channelGravatar Trond Myklebust 1-5/+2
2015-11-23nfs4: limit callback decoding to received bytesGravatar Benjamin Coddington 1-2/+5
2015-10-21NFS: Return directly if encode_sessionid failGravatar Kinglong Mee 1-1/+3
2015-10-21NFS: Fix bad checking of max taglen in callback requestGravatar Kinglong Mee 1-1/+1
2015-10-21NFS: Fix bad defines of callback response maxsizeGravatar Kinglong Mee 1-8/+10
2015-10-21NFS: Use NFS4_MAX_SESSIONID_LEN directly for decode/encode sessionidGravatar Kinglong Mee 1-6/+4
2015-10-21NFS: Get rid of the unneeded addr stored in callback argumentsGravatar Kinglong Mee 1-5/+0
2015-06-10NFS: Convert use of __constant_htonl to htonlGravatar Vaishali Thakkar 1-1/+1
2015-02-11NFSv4.1: Convert open-coded array allocation calls to kmalloc_array()Gravatar Trond Myklebust 1-2/+2
2015-02-11NFSv4.1: Fix a kfree() of uninitialised pointers in decode_cb_sequence_argsGravatar Trond Myklebust 1-1/+3
2013-06-28Merge branch 'labeled-nfs' into linux-nextGravatar Trond Myklebust 1-10/+42
2013-06-08NFS: Add in v4.2 callback operationGravatar Bryan Schumaker 1-2/+34
2013-06-08NFS: Make callbacks minor version genericGravatar Bryan Schumaker 1-8/+8
2013-06-08NFSv4.2: Added NFS v4.2 support to the NFS clientGravatar Steve Dickson 1-3/+3