summaryrefslogtreecommitdiffstats
path: root/fs/nfs/callback_xdr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* NFS: search for client session id in proper network namespaceStanislav Kinsbursky2012-02-061-0/+1
* NFS: make cb_ident_idr per net nsStanislav Kinsbursky2012-02-061-1/+1
* NFS: start printks w/ NFS: even if __func__ shownWeston Andros Adamson2012-02-061-3/+3
* nfs: check for integer overflow in decode_devicenotify_args()Dan Carpenter2012-01-121-0/+4
* nfs: set vs_hidden on nfs4_callback_version4 (try #2)Jeff Layton2011-11-041-0/+1
* NFS4: fix cb_recallany decode errorPeng Tao2011-10-311-5/+6
* NFSv4.1: Fix the callback 'highest_used_slotid' behaviourTrond Myklebust2011-08-041-17/+7
* pnfs: CB_NOTIFY_DEVICEIDMarc Eshel2011-05-291-1/+95
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* NFS do not find client in NFSv4 pg_authenticateAndy Adamson2011-01-251-3/+2
* pnfs: CB_LAYOUTRECALL xdr codeFred Isaman2011-01-061-1/+68
* NFS add session back channel drainingAndy Adamson2011-01-061-0/+35
* NFS refactor nfs_find_client and reference client across callback processingAndy Adamson2011-01-061-15/+24
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* nfs4: Make the v4 callback service hiddenSteve Dickson2010-03-081-0/+1
* nfs41: cleanup callback code to use __be32 typeAndy Adamson2010-02-101-15/+15
* nfs41: implement cb_recall_slotAndy Adamson2010-02-101-1/+21
* nfs41: back channel drc minimal implementationAndy Adamson2010-02-101-4/+15
* nfs41: remove uneeded checks in callback processingAndy Adamson2010-02-101-3/+2
* nfs41: directly encode back channel errorAndy Adamson2010-02-101-1/+4
* nfs41: fix wrong error on callback header xdr overflowAndy Adamson2010-02-101-10/+18
* nfs41: V2 initial support for CB_RECALL_ANYAlexandros Batsakis2009-12-051-1/+26
* nfs41: add support for callback with RPC version number 4Alexandros Batsakis2009-12-051-0/+7
* trivial: remove unnecessary semicolonsJoe Perches2009-09-211-1/+1
* nfs41: Backchannel: update cb_sequence args and resultsRicardo Labiaga2009-06-171-1/+1