aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/callback_xdr.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-04NFSv4.1: Use the nfs_client's rpc timeouts for backchannelBenjamin Coddington1-0/+5
2023-02-20SUNRPC: Use per-CPU counters to tally server RPC countsChuck Lever1-2/+4
2023-02-20SUNRPC: Refactor RPC server dispatch methodChuck Lever1-2/+2
2023-02-20SUNRPC: Push svcxdr_init_encode() into svc_process_common()Chuck Lever1-2/+0
2023-02-20SUNRPC: Push svcxdr_init_decode() into svc_process_common()Chuck Lever1-1/+0
2022-09-26SUNRPC: Parametrize how much of argsize should be zeroedChuck Lever1-0/+1
2022-03-13NFS: remove unneeded check in decode_devicenotify_args()Alexey Khoroshilov1-4/+0
2022-01-06NFSv4.1: Fix uninitialised variable in devicenotifyTrond Myklebust1-9/+9
2021-10-13SUNRPC: Change return value type of .pc_encodeChuck Lever1-2/+2
2021-10-13SUNRPC: Replace the "__be32 *p" parameter to .pc_encodeChuck Lever1-2/+2
2021-08-10NFS: Clean up the synopsis of callback process_op()Chuck Lever1-10/+9
2021-08-10NFS: Extract the xdr_init_encode/decode() calls from decode_compoundChuck Lever1-13/+9
2021-08-10NFS: Remove unused callback void decoderChuck Lever1-6/+4
2021-08-10NFS: Add a private local dispatcher for NFSv4 callback operationsChuck Lever1-2/+11
2021-08-10SUNRPC: Eliminate the RQ_AUTHERR flagChuck Lever1-1/+2
2021-01-25SUNRPC: Make trace_svc_process() display the RPC procedure symbolicallyChuck Lever1-0/+2
2020-01-15NFS4: Report callback authentication errorsChuck Lever1-3/+8
2019-11-03NFSv4: NFSv4 callbacks also support 64-bit timestampsTrond Myklebust1-3/+3
2019-04-24SUNRPC/nfs: Fix return value for nfs4_callback_compound()Trond Myklebust1-1/+1
2019-02-13NFS: Remove print_overflow_msg()Chuck Lever1-34/+25
2019-02-13SUNRPC: Add xdr_stream::rqst fieldChuck Lever1-2/+3
2018-08-09NFS CB_OFFLOAD xdrOlga Kornievskaia1-1/+79
2018-07-31NFSv4.0 fix client reference leak in callbackOlga Kornievskaia1-3/+8
2018-04-10NFSv4: Clean up CB_GETATTR encodingTrond Myklebust1-29/+8
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-13Merge tag 'nfsd-4.13' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-51/+62
2017-06-27NFSv4.1: nfs4_callback_free_slot() cannot call nfs4_slot_tbl_drain_complete()Trond Myklebust1-1/+0
2017-05-15sunrpc: mark all struct svc_version instances as constChristoph Hellwig1-2/+2
2017-05-15sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig1-1/+1
2017-05-15sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig1-0/+4
2017-05-15sunrpc: properly type pc_encode callbacksChristoph Hellwig1-3/+3
2017-05-15sunrpc: properly type pc_decode callbacksChristoph Hellwig1-2/+2
2017-05-15sunrpc: properly type pc_func callbacksChristoph Hellwig1-3/+4
2017-05-15nfs: don't cast callback decode/proc/encode routinesChristoph Hellwig1-40/+46
2017-04-20NFS: Remove extra dprintk()s from callback_xdr.cAnna Schumaker1-11/+0
2017-04-20NFS: Clean up encode_cb_sequence_res()Anna Schumaker1-5/+3
2017-04-20NFS: Clean up decode_notify_lock_args()Anna Schumaker1-5/+2
2017-04-20NFS: Clean up decode_cb_sequence_args()Anna Schumaker1-20/+5
2017-04-20NFS: Clean up decode_layoutrecall_args()Anna Schumaker1-27/+11
2017-04-20NFS: Clean up decode_recall_args()Anna Schumaker1-9/+4
2017-04-20NFS: Clean up decode_getattr_args()Anna Schumaker1-5/+2
2017-03-01Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-28/+10
2017-02-24nfs/nfsd/sunrpc: enforce transport requirements for NFSv4Jeff Layton1-0/+2
2017-02-24sunrpc: turn bitfield flags in svc_version into boolsJeff Layton1-2/+2
2017-02-21NFSv4: Replace callback string decode function with a genericTrond Myklebust1-22/+8
2017-02-21NFSv4: Replace ad-hoc xdr encode/decode helpers with xdr_stream_* genericsTrond Myklebust1-6/+2
2016-09-22nfs: add handling for CB_NOTIFY_LOCK in clientJeff Layton1-1/+50
2016-09-22nfs: the length argument to read_buf should be unsignedJeff Layton1-1/+1
2016-07-11NFS: Don't drop CB requests with invalid principalsChuck Lever1-1/+5
2016-05-17NFSv4: Label stateids with the typeTrond Myklebust1-3/+14
2016-01-25NFSv4.x: Allow multiple callbacks in flightTrond Myklebust1-5/+7
2015-12-07SUNRPC: Fix callback channelTrond Myklebust1-5/+2
2015-11-23nfs4: limit callback decoding to received bytesBenjamin Coddington1-2/+5
2015-10-21NFS: Return directly if encode_sessionid failKinglong Mee1-1/+3
2015-10-21NFS: Fix bad checking of max taglen in callback requestKinglong Mee1-1/+1
2015-10-21NFS: Fix bad defines of callback response maxsizeKinglong Mee1-8/+10
2015-10-21NFS: Use NFS4_MAX_SESSIONID_LEN directly for decode/encode sessionidKinglong Mee1-6/+4
2015-10-21NFS: Get rid of the unneeded addr stored in callback argumentsKinglong Mee1-5/+0
2015-06-10NFS: Convert use of __constant_htonl to htonlVaishali Thakkar1-1/+1
2015-02-11NFSv4.1: Convert open-coded array allocation calls to kmalloc_array()Trond Myklebust1-2/+2
2015-02-11NFSv4.1: Fix a kfree() of uninitialised pointers in decode_cb_sequence_argsTrond Myklebust1-1/+3
2013-06-28Merge branch 'labeled-nfs' into linux-nextTrond Myklebust1-10/+42
2013-06-08NFS: Add in v4.2 callback operationBryan Schumaker1-2/+34
2013-06-08NFS: Make callbacks minor version genericBryan Schumaker1-8/+8
2013-06-08NFSv4.2: Added NFS v4.2 support to the NFS clientSteve Dickson1-3/+3
2013-05-20NFSv4.1 Fix a pNFS session draining deadlockAndy Adamson1-1/+1
2012-12-06NFSv4.1: Move slot table and session struct definitions to nfs4session.hTrond Myklebust1-0/+1
2012-12-06NFSv4.1: Clean up session drainingTrond Myklebust1-1/+1
2012-12-06NFSv4.1: Don't confuse target_highest_slotid and max_slots in cb_recall_slotTrond Myklebust1-1/+1
2012-07-27SUNRPC: service request network namespace helper introducedStanislav Kinsbursky1-2/+2
2012-06-12NFS: add an endian notation for sparseDan Carpenter1-1/+1
2012-06-12NFSv4.1: integer overflow in decode_cb_sequence_args()Dan Carpenter1-3/+3
2012-03-12NFSv4: Rate limit the state manager warning messagesTrond Myklebust1-1/+3
2012-03-06NFSv4: Simplify the struct nfs4_stateidTrond Myklebust1-2/+2
2012-02-15NFSv4.1: Convert slotid from u8 to u32Trond Myklebust1-3/+3
2012-02-06NFS: search for client session id in proper network namespaceStanislav Kinsbursky1-0/+1
2012-02-06NFS: make cb_ident_idr per net nsStanislav Kinsbursky1-1/+1
2012-02-06NFS: start printks w/ NFS: even if __func__ shownWeston Andros Adamson1-3/+3
2012-01-12nfs: check for integer overflow in decode_devicenotify_args()Dan Carpenter1-0/+4
2011-11-04nfs: set vs_hidden on nfs4_callback_version4 (try #2)Jeff Layton1-0/+1
2011-10-31NFS4: fix cb_recallany decode errorPeng Tao1-5/+6
2011-08-04NFSv4.1: Fix the callback 'highest_used_slotid' behaviourTrond Myklebust1-17/+7
2011-05-29pnfs: CB_NOTIFY_DEVICEIDMarc Eshel1-1/+95
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-25NFS do not find client in NFSv4 pg_authenticateAndy Adamson1-3/+2
2011-01-06pnfs: CB_LAYOUTRECALL xdr codeFred Isaman1-1/+68
2011-01-06NFS add session back channel drainingAndy Adamson1-0/+35
2011-01-06NFS refactor nfs_find_client and reference client across callback processingAndy Adamson1-15/+24
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-08nfs4: Make the v4 callback service hiddenSteve Dickson1-0/+1
2010-02-10nfs41: cleanup callback code to use __be32 typeAndy Adamson1-15/+15
2010-02-10nfs41: implement cb_recall_slotAndy Adamson1-1/+21
2010-02-10nfs41: back channel drc minimal implementationAndy Adamson1-4/+15
2010-02-10nfs41: remove uneeded checks in callback processingAndy Adamson1-3/+2
2010-02-10nfs41: directly encode back channel errorAndy Adamson1-1/+4
2010-02-10nfs41: fix wrong error on callback header xdr overflowAndy Adamson1-10/+18
2009-12-05nfs41: V2 initial support for CB_RECALL_ANYAlexandros Batsakis1-1/+26
2009-12-05nfs41: add support for callback with RPC version number 4Alexandros Batsakis1-0/+7
2009-09-21trivial: remove unnecessary semicolonsJoe Perches1-1/+1
2009-06-17nfs41: Backchannel: update cb_sequence args and resultsRicardo Labiaga1-1/+1
2009-06-17nfs41: verify CB_SEQUENCE position in callback compoundBenny Halevy1-0/+8
2009-06-17nfs41: cb_sequence xdr implementationBenny Halevy1-2/+170
2009-06-17nfs41: consider minorversion in callback_xdr:process_opBenny Halevy1-14/+71
2009-06-17nfs41: decode minorversion 1 cb_compound headerBenny Halevy1-3/+4
2009-06-17nfs41: store minorversion in cb_compound_hdr_argBenny Halevy1-5/+7
2008-05-16nfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-9/+9
2008-05-16NFSv4: Check the return value of decode_compound_hdr_arg()Trond Myklebust1-11/+11
2008-02-20nfs: fix sparse warningsHarvey Harrison1-3/+3
2008-01-30NFS: Change cb_recallargs to pass "struct sockaddr *" instead of sockaddr_inChuck Lever1-1/+1
2008-01-30NFS: Change cb_getattrargs to pass "struct sockaddr *" instead of sockaddr_inChuck Lever1-1/+1
2008-01-30NFS: Remove an unneeded check in decode_compound_header_arg()Chuck Lever1-1/+1
2007-07-19NFSv4: debug print ntohl(status) in nfs client callback xdr codeBenny Halevy1-5/+5
2007-02-12[PATCH] knfsd: SUNRPC: Provide room in svc_rqst for larger addressesChuck Lever1-2/+2
2006-10-20[PATCH] xdr annotations: fs/nfs/callback*Al Viro1-22/+22
2006-10-20[PATCH] fs/nfs/callback* passes error values big-endianAl Viro1-30/+30
2006-10-20[PATCH] fix svc_procfunc declarationAl Viro1-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-09NFSv4: really return status from decode_recall_args()Alexey Dobriyan1-1/+1
2006-03-20NFSv4: Kill braindead gcc warningsTrond Myklebust1-12/+16
2005-06-22[PATCH] NFSv4: Fix an Oops in the callback code.Trond Myklebust1-1/+0
2005-06-22[PATCH] NFS: Header file cleanup...Trond Myklebust1-0/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+481