summaryrefslogtreecommitdiffstats
path: root/fs/nfs/callback_xdr.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+25Star
* 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/+8Star
* 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-281-1/+0Star
|/
* NFS: Remove extra dprintk()s from callback_xdr.cAnna Schumaker2017-04-201-11/+0Star
* NFS: Clean up encode_cb_sequence_res()Anna Schumaker2017-04-201-5/+3Star
* NFS: Clean up decode_notify_lock_args()Anna Schumaker2017-04-201-5/+2Star
* NFS: Clean up decode_cb_sequence_args()Anna Schumaker2017-04-201-20/+5Star
* NFS: Clean up decode_layoutrecall_args()Anna Schumaker2017-04-201-27/+11Star
* NFS: Clean up decode_recall_args()Anna Schumaker2017-04-201-9/+4Star
* NFS: Clean up decode_getattr_args()Anna Schumaker2017-04-201-5/+2Star
* Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-03-021-28/+10Star
|\
| * NFSv4: Replace callback string decode function with a genericTrond Myklebust2017-02-211-22/+8Star
| * NFSv4: Replace ad-hoc xdr encode/decode helpers with xdr_stream_* genericsTrond Myklebust2017-02-211-6/+2Star
* | 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
* NFSv4.x: Allow multiple callbacks in flightTrond Myklebust2016-01-251-5/+7
* SUNRPC: Fix callback channelTrond Myklebust2015-12-071-5/+2Star
* nfs4: limit callback decoding to received bytesBenjamin Coddington2015-11-241-2/+5
* NFS: Return directly if encode_sessionid failKinglong Mee2015-10-211-1/+3
* NFS: Fix bad checking of max taglen in callback requestKinglong Mee2015-10-211-1/+1
* NFS: Fix bad defines of callback response maxsizeKinglong Mee2015-10-211-8/+10
* NFS: Use NFS4_MAX_SESSIONID_LEN directly for decode/encode sessionidKinglong Mee2015-10-211-6/+4Star
* NFS: Get rid of the unneeded addr stored in callback argumentsKinglong Mee2015-10-211-5/+0Star
* NFS: Convert use of __constant_htonl to htonlVaishali Thakkar2015-06-111-1/+1
* NFSv4.1: Convert open-coded array allocation calls to kmalloc_array()Trond Myklebust2015-02-121-2/+2
* NFSv4.1: Fix a kfree() of uninitialised pointers in decode_cb_sequence_argsTrond Myklebust2015-02-121-1/+3
* Merge branch 'labeled-nfs' into linux-nextTrond Myklebust2013-06-281-10/+42
|\
| * NFS: Add in v4.2 callback operationBryan Schumaker2013-06-081-2/+34
| * NFS: Make callbacks minor version genericBryan Schumaker2013-06-081-8/+8
| * NFSv4.2: Added NFS v4.2 support to the NFS clientSteve Dickson2013-06-081-3/+3
* | NFSv4.1 Fix a pNFS session draining deadlockAndy Adamson2013-05-201-1/+1
|/
* NFSv4.1: Move slot table and session struct definitions to nfs4session.hTrond Myklebust2012-12-061-0/+1
* NFSv4.1: Clean up session drainingTrond Myklebust2012-12-061-1/+1