index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
sunrpc
/
xdr.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-14
SUNRPC: Remove xdr_buf_trim()
Chuck Lever
1
-1
/
+0
2019-02-14
SUNRPC: Use struct xdr_stream when decoding RPC Reply header
Chuck Lever
1
-0
/
+1
2019-02-13
SUNRPC: Clean up rpc_verify_header()
Chuck Lever
1
-1
/
+6
2019-02-13
SUNRPC: Use struct xdr_stream when constructing RPC Call header
Chuck Lever
1
-0
/
+6
2019-02-13
SUNRPC: Add xdr_stream::rqst field
Chuck Lever
1
-2
/
+6
2018-12-02
SUNRPC: Fix a memory leak in call_encode()
Trond Myklebust
1
-1
/
+0
2018-09-30
SUNRPC: Unexport xdr_partial_copy_from_skb()
Trond Myklebust
1
-2
/
+0
2018-09-30
SUNRPC: Allow AF_LOCAL sockets to use the generic stream receive
Trond Myklebust
1
-1
/
+0
2018-09-30
SUNRPC: Add a bvec array to struct xdr_buf for use with iovec_iter()
Trond Myklebust
1
-0
/
+7
2018-09-30
SUNRPC: Add a label for RPC calls that require allocation on receive
Trond Myklebust
1
-0
/
+1
2018-04-10
NFSv4; Clean up XDR encoding of type bitmap4
Trond Myklebust
1
-0
/
+63
2018-04-10
SUNRPC: Add a helper for encoding opaque data inline
Trond Myklebust
1
-0
/
+25
2018-04-10
SUNRPC: Add helpers for decoding opaque and string types
Trond Myklebust
1
-0
/
+6
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-08-08
xprtrdma: Harden backchannel call decoding
Chuck Lever
1
-0
/
+13
2017-05-15
sunrpc: remove kxdrproc_t
Christoph Hellwig
1
-7
/
+0
2017-05-15
sunrpc: properly type argument to kxdrdproc_t
Christoph Hellwig
1
-1
/
+2
2017-05-15
sunrpc: properly type argument to kxdreproc_t
Christoph Hellwig
1
-1
/
+4
2017-02-21
SUNRPC: Add a helper function xdr_stream_decode_string_dup()
Trond Myklebust
1
-0
/
+2
2017-02-21
SUNRPC: Add generic helpers for xdr_stream encode/decode
Trond Myklebust
1
-0
/
+177
2016-09-19
SUNRPC: Refactor rpc_xdr_buf_init()
Chuck Lever
1
-0
/
+12
2014-05-30
rpc: define xdr_restrict_buflen
J. Bruce Fields
1
-0
/
+1
2014-05-30
nfsd4: allow encoding across page boundaries
J. Bruce Fields
1
-0
/
+1
2014-05-30
rpc: xdr_truncate_encode
J. Bruce Fields
1
-0
/
+1
2013-02-08
sunrpc: trim off trailing checksum before returning decrypted or integrity au...
Jeff Layton
1
-0
/
+1
2013-02-05
sunrpc: fix comment in struct xdr_buf definition
Jeff Layton
1
-1
/
+1
2012-06-28
SUNRPC: Remove unused function xdr_encode_pages
Trond Myklebust
1
-2
/
+0
2012-06-28
SUNRPC: Add the helper xdr_stream_pos
Trond Myklebust
1
-0
/
+1
2012-06-28
SUNRPC: xdr_read_pages should return the amount of XDR encoded page data
Trond Myklebust
1
-1
/
+1
2012-06-28
SUNRPC: Don't decode beyond the end of the RPC reply message
Trond Myklebust
1
-0
/
+1
2012-01-05
NFSv4: include bitmap in nfsv4 get acl data
Andy Adamson
1
-0
/
+2
2011-05-29
SUNRPC: introduce xdr_init_decode_pages
Benny Halevy
1
-0
/
+2
2011-01-10
Merge branch 'bugfixes' into nfs-for-2.6.38
Trond Myklebust
1
-1
/
+3
2011-01-10
NFS: Don't use vm_map_ram() in readdir
Trond Myklebust
1
-1
/
+3
2010-12-16
SUNRPC: New xdr_streams XDR decoder API
Chuck Lever
1
-1
/
+2
2010-12-16
SUNRPC: New xdr_streams XDR encoder API
Chuck Lever
1
-2
/
+7
2010-10-24
SUNRPC: define xdr_decode_opaque_fixed
Benny Halevy
1
-0
/
+7
2010-10-23
SUNRPC: Add a helper function xdr_inline_peek
Trond Myklebust
1
-0
/
+1
2010-09-21
SUNRPC: Refactor logic to NUL-terminate strings in pages
Chuck Lever
1
-0
/
+1
2010-05-14
SUNRPC: Trivial cleanups in include/linux/sunrpc/xdr.h
Chuck Lever
1
-3
/
+5
2009-09-23
sunrpc: xdr_xcode_hyper helpers cannot presume 64-bit alignment
Benny Halevy
1
-2
/
+3
2009-08-14
sunrpc: ntoh -> be*_to_cpu
Benny Halevy
1
-3
/
+2
2009-08-14
sunrpc: hton -> cpu_to_be*
Benny Halevy
1
-3
/
+2
2009-07-12
headers: smp_lock.h redux
Alexey Dobriyan
1
-1
/
+0
2009-03-18
nfs: replace uses of __constant_{endian}
Harvey Harrison
1
-21
/
+21
2008-12-23
SUNRPC: Remove the last remnant of the BKL...
Trond Myklebust
1
-15
/
+0
2008-02-01
SUNRPC: Use unsigned string lengths in xdr_decode_string_inplace
Chuck Lever
1
-1
/
+2
2007-10-09
SUNRPC: mark bulk read/write data in xdrbuf
\"Talpey, Thomas\
1
-1
/
+4
2007-07-19
SUNRPC: move bkl locking and xdr proc invocation into a common helper
J. Bruce Fields
1
-0
/
+16
2006-12-06
SUNRPC: Rename skb_reader_t and friends
Chuck Lever
1
-5
/
+5
[next]