aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/callback_xdr.c
AgeCommit message (Expand)AuthorFilesLines
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
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
2013-05-20NFSv4.1 Fix a pNFS session draining deadlockGravatar Andy Adamson 1-1/+1
2012-12-06NFSv4.1: Move slot table and session struct definitions to nfs4session.hGravatar Trond Myklebust 1-0/+1
2012-12-06NFSv4.1: Clean up session drainingGravatar Trond Myklebust 1-1/+1
2012-12-06NFSv4.1: Don't confuse target_highest_slotid and max_slots in cb_recall_slotGravatar Trond Myklebust 1-1/+1
2012-07-27SUNRPC: service request network namespace helper introducedGravatar Stanislav Kinsbursky 1-2/+2
2012-06-12NFS: add an endian notation for sparseGravatar Dan Carpenter 1-1/+1
2012-06-12NFSv4.1: integer overflow in decode_cb_sequence_args()Gravatar Dan Carpenter 1-3/+3
2012-03-12NFSv4: Rate limit the state manager warning messagesGravatar Trond Myklebust 1-1/+3
2012-03-06NFSv4: Simplify the struct nfs4_stateidGravatar Trond Myklebust 1-2/+2
2012-02-15NFSv4.1: Convert slotid from u8 to u32Gravatar Trond Myklebust 1-3/+3
2012-02-06NFS: search for client session id in proper network namespaceGravatar Stanislav Kinsbursky 1-0/+1
2012-02-06NFS: make cb_ident_idr per net nsGravatar Stanislav Kinsbursky 1-1/+1
2012-02-06NFS: start printks w/ NFS: even if __func__ shownGravatar Weston Andros Adamson 1-3/+3
2012-01-12nfs: check for integer overflow in decode_devicenotify_args()Gravatar Dan Carpenter 1-0/+4
2011-11-04nfs: set vs_hidden on nfs4_callback_version4 (try #2)Gravatar Jeff Layton 1-0/+1
2011-10-31NFS4: fix cb_recallany decode errorGravatar Peng Tao 1-5/+6
2011-08-04NFSv4.1: Fix the callback 'highest_used_slotid' behaviourGravatar Trond Myklebust 1-17/+7
2011-05-29pnfs: CB_NOTIFY_DEVICEIDGravatar Marc Eshel 1-1/+95
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-01-25NFS do not find client in NFSv4 pg_authenticateGravatar Andy Adamson 1-3/+2
2011-01-06pnfs: CB_LAYOUTRECALL xdr codeGravatar Fred Isaman 1-1/+68
2011-01-06NFS add session back channel drainingGravatar Andy Adamson 1-0/+35
2011-01-06NFS refactor nfs_find_client and reference client across callback processingGravatar Andy Adamson 1-15/+24
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-08nfs4: Make the v4 callback service hiddenGravatar Steve Dickson 1-0/+1
2010-02-10nfs41: cleanup callback code to use __be32 typeGravatar Andy Adamson 1-15/+15
2010-02-10nfs41: implement cb_recall_slotGravatar Andy Adamson 1-1/+21
2010-02-10nfs41: back channel drc minimal implementationGravatar Andy Adamson 1-4/+15
2010-02-10nfs41: remove uneeded checks in callback processingGravatar Andy Adamson 1-3/+2