summaryrefslogtreecommitdiffstats
path: root/fs/nfs/callback_xdr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* NFSv4.x: Allow multiple callbacks in flightTrond Myklebust2016-01-251-5/+7
* SUNRPC: Fix callback channelTrond Myklebust2015-12-071-5/+2
* nfs4: limit callback decoding to received bytesBenjamin Coddington2015-11-231-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/+4
* NFS: Get rid of the unneeded addr stored in callback argumentsKinglong Mee2015-10-211-5/+0
* NFS: Convert use of __constant_htonl to htonlVaishali Thakkar2015-06-101-1/+1
* NFSv4.1: Convert open-coded array allocation calls to kmalloc_array()Trond Myklebust2015-02-111-2/+2
* NFSv4.1: Fix a kfree() of uninitialised pointers in decode_cb_sequence_argsTrond Myklebust2015-02-111-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
* NFSv4.1: Don't confuse target_highest_slotid and max_slots in cb_recall_slotTrond Myklebust2012-12-061-1/+1
* SUNRPC: service request network namespace helper introducedStanislav Kinsbursky2012-07-271-2/+2
* NFS: add an endian notation for sparseDan Carpenter2012-06-121-1/+1
* NFSv4.1: integer overflow in decode_cb_sequence_args()Dan Carpenter2012-06-121-3/+3
* NFSv4: Rate limit the state manager warning messagesTrond Myklebust2012-03-121-1/+3
* NFSv4: Simplify the struct nfs4_stateidTrond Myklebust2012-03-061-2/+2
* NFSv4.1: Convert slotid from u8 to u32Trond Myklebust2012-02-151-3/+3
OpenPOWER on IntegriCloud