aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc/xdr.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-23rpc: change comments to assertionsGravatar J. Bruce Fields 1-2/+3
2014-10-23RPC: remove unneeded checks from xdr_truncate_encode()Gravatar J. Bruce Fields 1-2/+2
2014-07-18SUNRPC: xdr_get_next_encode_buffer should be declared staticGravatar Trond Myklebust 1-1/+2
2014-06-06nfsd4: simplify server xdr->next_page useGravatar J. Bruce Fields 1-4/+5
2014-05-30rpc: define xdr_restrict_buflenGravatar J. Bruce Fields 1-0/+29
2014-05-30nfsd4: allow encoding across page boundariesGravatar J. Bruce Fields 1-2/+76
2014-05-30rpc: xdr_truncate_encodeGravatar J. Bruce Fields 1-0/+66
2014-03-28rpc: Allow xdr_buf_subsegment to operate in-placeGravatar J. Bruce Fields 1-6/+16
2013-08-28SUNRPC: Fix memory corruption issue on 32-bit highmem systemsGravatar Trond Myklebust 1-3/+6
2013-02-08sunrpc: trim off trailing checksum before returning decrypted or integrity au...Gravatar Jeff Layton 1-0/+41
2012-11-04SUNRPC: remove BUG_ON in xdr_shrink_bufheadGravatar Weston Andros Adamson 1-1/+4
2012-09-28SUNRPC: Optimise away unnecessary data moves in xdr_align_pagesGravatar Trond Myklebust 1-10/+13
2012-09-26SUNRPC: Fix the return value of xdr_align_pages()Gravatar Trond Myklebust 1-0/+2
2012-07-30Merge tag 'nfs-for-3.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-58/+69
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsGravatar Ben Hutchings 1-5/+7
2012-06-28SUNRPC: Remove unused function xdr_encode_pagesGravatar Trond Myklebust 1-28/+0
2012-06-28SUNRPC: Clean up xdr_enter_pageGravatar Trond Myklebust 1-3/+3
2012-06-28SUNRPC: Clean up xdr_read_pagesGravatar Trond Myklebust 1-14/+26
2012-06-28SUNRPC: Simplify the end-of-buffer calculation in xdr_read_pagesGravatar Trond Myklebust 1-8/+7
2012-06-28SUNRPC: Remove open coded stream position calculation in xdr_read_pagesGravatar Trond Myklebust 1-3/+3
2012-06-28SUNRPC: Add the helper xdr_stream_posGravatar Trond Myklebust 1-0/+10
2012-06-28SUNRPC: xdr_read_pages should return the amount of XDR encoded page dataGravatar Trond Myklebust 1-3/+6
2012-06-28SUNRPC: Don't decode beyond the end of the RPC reply messageGravatar Trond Myklebust 1-7/+21
2012-06-28SUNRPC: Clean up xdr_set_iov()Gravatar Trond Myklebust 1-7/+7
2012-06-26SUNRPC: xdr_read_pages needs to clear xdr->page_ptr.Gravatar Trond Myklebust 1-0/+1
2012-04-15net: cleanup unsigned to unsigned intGravatar Eric Dumazet 1-1/+1
2012-03-20sunrpc: remove the second argument of k[un]map_atomic()Gravatar Cong Wang 1-10/+10
2012-01-05NFSv4: include bitmap in nfsv4 get acl dataGravatar Andy Adamson 1-1/+2
2011-07-15SUNRPC: Convert the backchannel exports to EXPORT_SYMBOL_GPLGravatar Trond Myklebust 1-1/+1
2011-05-29SUNRPC: introduce xdr_init_decode_pagesGravatar Benny Halevy 1-0/+19
2011-01-10NFS: Don't use vm_map_ram() in readdirGravatar Trond Myklebust 1-31/+124
2010-10-23SUNRPC: Add a helper function xdr_inline_peekGravatar Trond Myklebust 1-0/+21
2010-09-21SUNRPC: Refactor logic to NUL-terminate strings in pagesGravatar Chuck Lever 1-0/+17
2010-08-29SUNRPC: Don't truncate tail data unnecessarily in xdr_shrink_pagelenGravatar Trond Myklebust 1-1/+10
2010-08-29sunrpc: simplify xdr_shrink_pagelen use of "copy"Gravatar Benny Halevy 1-4/+3
2010-08-29sunrpc: don't use the copy variable in nested blockGravatar Benny Halevy 1-2/+1
2010-08-29sunrpc: clean up xdr_shrink_pagelen use of temporary pointerGravatar Benny Halevy 1-2/+1
2010-08-29sunrpc: don't shorten buflen twice in xdr_shrink_pagelenGravatar Benny Halevy 1-2/+1
2010-05-14xdr: Add an export for the helper function write_bytes_to_xdr_buf()Gravatar Kevin Coffman 1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-08-14sunrpc: ntoh -> be*_to_cpuGravatar Benny Halevy 1-3/+3
2009-08-14sunrpc: hton -> cpu_to_be*Gravatar Benny Halevy 1-3/+3
2008-12-23SUNRPC: Convert the xdr helpers and rpc_pipefs to EXPORT_SYMBOL_GPLGravatar Trond Myklebust 1-25/+25
2008-04-08SUNRPC: don't call flush_dcache_page() with an invalid pointerGravatar Trond Myklebust 1-3/+6
2008-02-01SUNRPC: Use unsigned string lengths in xdr_decode_string_inplaceGravatar Chuck Lever 1-3/+5
2008-01-30SUNRPC: Move exported declarations to the function declarationsGravatar Trond Myklebust 1-1/+15
2007-10-27[CRYPTO] users: Fix up scatterlist conversion errorsGravatar Herbert Xu 1-0/+2
2007-10-24SG: Change sg_set_page() to take length and offset argumentGravatar Jens Axboe 1-3/+1
2007-10-22Update net/ to use sg helpersGravatar Jens Axboe 1-1/+1
2007-02-10[NET] SUNRPC: Fix whitespace errors.Gravatar YOSHIFUJI Hideaki 1-3/+3