summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xdr.c
Commit message (Expand)AuthorAgeFilesLines
* sunrpc: Fix xdr_init_decode_pages() documenting commentChuck Lever2017-04-251-1/+1
* SUNRPC: Add a helper function xdr_stream_decode_string_dup()Trond Myklebust2017-02-211-0/+34
* SUNRPC: Fix setting of buffer length in xdr_set_next_buffer()Trond Myklebust2016-09-221-2/+2
* SUNRPC: Fix corruption of xdr->nwords in xdr_copy_to_scratchTrond Myklebust2016-09-221-2/+5
* SUNRPC: init xdr_stream for zero iov_len, page_lenBenjamin Coddington2016-05-091-0/+2
* mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-041-1/+1
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-24/+24
* rpc: fix xdr_truncate_encode to handle buffer ending on page boundaryJ. Bruce Fields2015-01-071-3/+3
* rpc: change comments to assertionsJ. Bruce Fields2014-10-231-2/+3
* RPC: remove unneeded checks from xdr_truncate_encode()J. Bruce Fields2014-10-231-2/+2
* SUNRPC: xdr_get_next_encode_buffer should be declared staticTrond Myklebust2014-07-181-1/+2
* nfsd4: simplify server xdr->next_page useJ. Bruce Fields2014-06-061-4/+5
* rpc: define xdr_restrict_buflenJ. Bruce Fields2014-05-301-0/+29
* nfsd4: allow encoding across page boundariesJ. Bruce Fields2014-05-301-2/+76
* rpc: xdr_truncate_encodeJ. Bruce Fields2014-05-301-0/+66
* rpc: Allow xdr_buf_subsegment to operate in-placeJ. Bruce Fields2014-03-281-6/+16
* SUNRPC: Fix memory corruption issue on 32-bit highmem systemsTrond Myklebust2013-08-281-3/+6
* sunrpc: trim off trailing checksum before returning decrypted or integrity au...Jeff Layton2013-02-081-0/+41
* SUNRPC: remove BUG_ON in xdr_shrink_bufheadWeston Andros Adamson2012-11-041-1/+4
* SUNRPC: Optimise away unnecessary data moves in xdr_align_pagesTrond Myklebust2012-09-281-10/+13
* SUNRPC: Fix the return value of xdr_align_pages()Trond Myklebust2012-09-261-0/+2
* Merge tag 'nfs-for-3.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-07-301-58/+69
|\
| * SUNRPC: Remove unused function xdr_encode_pagesTrond Myklebust2012-06-281-28/+0
| * SUNRPC: Clean up xdr_enter_pageTrond Myklebust2012-06-281-3/+3
| * SUNRPC: Clean up xdr_read_pagesTrond Myklebust2012-06-281-14/+26
| * SUNRPC: Simplify the end-of-buffer calculation in xdr_read_pagesTrond Myklebust2012-06-281-8/+7
| * SUNRPC: Remove open coded stream position calculation in xdr_read_pagesTrond Myklebust2012-06-281-3/+3
| * SUNRPC: Add the helper xdr_stream_posTrond Myklebust2012-06-281-0/+10
| * SUNRPC: xdr_read_pages should return the amount of XDR encoded page dataTrond Myklebust2012-06-281-3/+6
| * SUNRPC: Don't decode beyond the end of the RPC reply messageTrond Myklebust2012-06-281-7/+21
| * SUNRPC: Clean up xdr_set_iov()Trond Myklebust2012-06-281-7/+7
| * SUNRPC: xdr_read_pages needs to clear xdr->page_ptr.Trond Myklebust2012-06-261-0/+1
* | net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-101-5/+7
|/
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-1/+1
* sunrpc: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-10/+10
* NFSv4: include bitmap in nfsv4 get acl dataAndy Adamson2012-01-051-1/+2
* SUNRPC: Convert the backchannel exports to EXPORT_SYMBOL_GPLTrond Myklebust2011-07-151-1/+1
* SUNRPC: introduce xdr_init_decode_pagesBenny Halevy2011-05-291-0/+19
* NFS: Don't use vm_map_ram() in readdirTrond Myklebust2011-01-101-31/+124
* SUNRPC: Add a helper function xdr_inline_peekTrond Myklebust2010-10-231-0/+21
* SUNRPC: Refactor logic to NUL-terminate strings in pagesChuck Lever2010-09-211-0/+17
* SUNRPC: Don't truncate tail data unnecessarily in xdr_shrink_pagelenTrond Myklebust2010-08-291-1/+10
* sunrpc: simplify xdr_shrink_pagelen use of "copy"Benny Halevy2010-08-291-4/+3
* sunrpc: don't use the copy variable in nested blockBenny Halevy2010-08-291-2/+1
* sunrpc: clean up xdr_shrink_pagelen use of temporary pointerBenny Halevy2010-08-291-2/+1
* sunrpc: don't shorten buflen twice in xdr_shrink_pagelenBenny Halevy2010-08-291-2/+1
* xdr: Add an export for the helper function write_bytes_to_xdr_buf()Kevin Coffman2010-05-141-0/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* sunrpc: ntoh -> be*_to_cpuBenny Halevy2009-08-141-3/+3
* sunrpc: hton -> cpu_to_be*Benny Halevy2009-08-141-3/+3
OpenPOWER on IntegriCloud