| Commit message (Expand) | Author | Age | Files | Lines |
* | rpc: define xdr_restrict_buflen | J. Bruce Fields | 2014-05-30 | 1 | -0/+1 |
* | nfsd4: allow encoding across page boundaries | J. Bruce Fields | 2014-05-30 | 1 | -0/+1 |
* | rpc: xdr_truncate_encode | J. Bruce Fields | 2014-05-30 | 1 | -0/+1 |
* | sunrpc: trim off trailing checksum before returning decrypted or integrity au... | Jeff Layton | 2013-02-08 | 1 | -0/+1 |
* | sunrpc: fix comment in struct xdr_buf definition | Jeff Layton | 2013-02-05 | 1 | -1/+1 |
* | SUNRPC: Remove unused function xdr_encode_pages | Trond Myklebust | 2012-06-28 | 1 | -2/+0 |
* | SUNRPC: Add the helper xdr_stream_pos | Trond Myklebust | 2012-06-28 | 1 | -0/+1 |
* | SUNRPC: xdr_read_pages should return the amount of XDR encoded page data | Trond Myklebust | 2012-06-28 | 1 | -1/+1 |
* | SUNRPC: Don't decode beyond the end of the RPC reply message | Trond Myklebust | 2012-06-28 | 1 | -0/+1 |
* | NFSv4: include bitmap in nfsv4 get acl data | Andy Adamson | 2012-01-05 | 1 | -0/+2 |
* | SUNRPC: introduce xdr_init_decode_pages | Benny Halevy | 2011-05-29 | 1 | -0/+2 |
* | Merge branch 'bugfixes' into nfs-for-2.6.38 | Trond Myklebust | 2011-01-10 | 1 | -1/+3 |
|\ |
|
| * | NFS: Don't use vm_map_ram() in readdir | Trond Myklebust | 2011-01-10 | 1 | -1/+3 |
* | | SUNRPC: New xdr_streams XDR decoder API | Chuck Lever | 2010-12-16 | 1 | -1/+2 |
* | | SUNRPC: New xdr_streams XDR encoder API | Chuck Lever | 2010-12-16 | 1 | -2/+7 |
|/ |
|
* | SUNRPC: define xdr_decode_opaque_fixed | Benny Halevy | 2010-10-24 | 1 | -0/+7 |
* | SUNRPC: Add a helper function xdr_inline_peek | Trond Myklebust | 2010-10-23 | 1 | -0/+1 |
* | SUNRPC: Refactor logic to NUL-terminate strings in pages | Chuck Lever | 2010-09-21 | 1 | -0/+1 |
* | SUNRPC: Trivial cleanups in include/linux/sunrpc/xdr.h | Chuck Lever | 2010-05-14 | 1 | -3/+5 |
* | sunrpc: xdr_xcode_hyper helpers cannot presume 64-bit alignment | Benny Halevy | 2009-09-23 | 1 | -2/+3 |
* | sunrpc: ntoh -> be*_to_cpu | Benny Halevy | 2009-08-14 | 1 | -3/+2 |
* | sunrpc: hton -> cpu_to_be* | Benny Halevy | 2009-08-14 | 1 | -3/+2 |
* | headers: smp_lock.h redux | Alexey Dobriyan | 2009-07-12 | 1 | -1/+0 |
* | nfs: replace uses of __constant_{endian} | Harvey Harrison | 2009-03-18 | 1 | -21/+21 |
* | SUNRPC: Remove the last remnant of the BKL... | Trond Myklebust | 2008-12-23 | 1 | -15/+0 |
* | SUNRPC: Use unsigned string lengths in xdr_decode_string_inplace | Chuck Lever | 2008-02-01 | 1 | -1/+2 |
* | SUNRPC: mark bulk read/write data in xdrbuf | \"Talpey, Thomas\ | 2007-10-09 | 1 | -1/+4 |
* | SUNRPC: move bkl locking and xdr proc invocation into a common helper | J. Bruce Fields | 2007-07-19 | 1 | -0/+16 |
* | SUNRPC: Rename skb_reader_t and friends | Chuck Lever | 2006-12-06 | 1 | -5/+5 |
* | SUNRPC: skb_read_bits is the same as xs_tcp_copy_data | Chuck Lever | 2006-12-06 | 1 | -0/+1 |
* | rpc: move process_xdr_buf | Olga Kornievskaia | 2006-12-06 | 1 | -0/+2 |
* | SUNRPC: Clean up argument types in xdr.c | Trond Myklebust | 2006-12-06 | 1 | -6/+6 |
* | [NET]: Annotate csum_partial() callers in net/* | Al Viro | 2006-12-02 | 1 | -1/+1 |
* | [PATCH] knfsd: Allow lockd to drop replies as appropriate | NeilBrown | 2006-10-17 | 1 | -0/+1 |
* | [SUNRPC]: trivial endianness annotations | Alexey Dobriyan | 2006-09-28 | 1 | -19/+19 |
* | RPC: Allow struc xdr_stream to read the page section of an xdr_buf | Trond Myklebust | 2006-06-09 | 1 | -0/+1 |
* | SUNRPC: net/sunrpc/xdr.c: remove xdr_decode_string() | Adrian Bunk | 2006-01-06 | 1 | -1/+0 |
* | NFS: support large reads and writes on the wire | Chuck Lever | 2006-01-06 | 1 | -5/+0 |
* | [PATCH] RPC: introduce client-side transport switch | Chuck Lever | 2005-09-23 | 1 | -5/+0 |
* | [PATCH] RPC: extract socket logic common to both client and server | Chuck Lever | 2005-09-23 | 1 | -0/+1 |
* | [PATCH] NFS: Ensure ACL xdr code doesn't overflow. | Trond Myklebust | 2005-08-16 | 1 | -0/+1 |
* | [PATCH] RPC: Encode and decode arbitrary XDR arrays | Andreas Gruenbacher | 2005-06-22 | 1 | -1/+18 |
* | [PATCH] RPC: fix accounting bug in the case of a truncated RPC message | Trond Myklebust | 2005-06-22 | 1 | -1/+1 |
* | [PATCH] RPC: Lazy RPC receive buffer allocation | Olaf Kirch | 2005-06-22 | 1 | -1/+1 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-16 | 1 | -0/+192 |