index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
xdr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
rpc: fix xdr_truncate_encode to handle buffer ending on page boundary
J. Bruce Fields
2015-01-07
1
-3
/
+3
*
rpc: change comments to assertions
J. Bruce Fields
2014-10-23
1
-2
/
+3
*
RPC: remove unneeded checks from xdr_truncate_encode()
J. Bruce Fields
2014-10-23
1
-2
/
+2
*
SUNRPC: xdr_get_next_encode_buffer should be declared static
Trond Myklebust
2014-07-18
1
-1
/
+2
*
nfsd4: simplify server xdr->next_page use
J. Bruce Fields
2014-06-06
1
-4
/
+5
*
rpc: define xdr_restrict_buflen
J. Bruce Fields
2014-05-30
1
-0
/
+29
*
nfsd4: allow encoding across page boundaries
J. Bruce Fields
2014-05-30
1
-2
/
+76
*
rpc: xdr_truncate_encode
J. Bruce Fields
2014-05-30
1
-0
/
+66
*
rpc: Allow xdr_buf_subsegment to operate in-place
J. Bruce Fields
2014-03-28
1
-6
/
+16
*
SUNRPC: Fix memory corruption issue on 32-bit highmem systems
Trond Myklebust
2013-08-28
1
-3
/
+6
*
sunrpc: trim off trailing checksum before returning decrypted or integrity au...
Jeff Layton
2013-02-08
1
-0
/
+41
*
SUNRPC: remove BUG_ON in xdr_shrink_bufhead
Weston Andros Adamson
2012-11-04
1
-1
/
+4
*
SUNRPC: Optimise away unnecessary data moves in xdr_align_pages
Trond Myklebust
2012-09-28
1
-10
/
+13
*
SUNRPC: Fix the return value of xdr_align_pages()
Trond Myklebust
2012-09-26
1
-0
/
+2
*
Merge tag 'nfs-for-3.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2012-07-30
1
-58
/
+69
|
\
|
*
SUNRPC: Remove unused function xdr_encode_pages
Trond Myklebust
2012-06-28
1
-28
/
+0
|
*
SUNRPC: Clean up xdr_enter_page
Trond Myklebust
2012-06-28
1
-3
/
+3
|
*
SUNRPC: Clean up xdr_read_pages
Trond Myklebust
2012-06-28
1
-14
/
+26
|
*
SUNRPC: Simplify the end-of-buffer calculation in xdr_read_pages
Trond Myklebust
2012-06-28
1
-8
/
+7
|
*
SUNRPC: Remove open coded stream position calculation in xdr_read_pages
Trond Myklebust
2012-06-28
1
-3
/
+3
|
*
SUNRPC: Add the helper xdr_stream_pos
Trond Myklebust
2012-06-28
1
-0
/
+10
|
*
SUNRPC: xdr_read_pages should return the amount of XDR encoded page data
Trond Myklebust
2012-06-28
1
-3
/
+6
|
*
SUNRPC: Don't decode beyond the end of the RPC reply message
Trond Myklebust
2012-06-28
1
-7
/
+21
|
*
SUNRPC: Clean up xdr_set_iov()
Trond Myklebust
2012-06-28
1
-7
/
+7
|
*
SUNRPC: xdr_read_pages needs to clear xdr->page_ptr.
Trond Myklebust
2012-06-26
1
-0
/
+1
*
|
net: Fix (nearly-)kernel-doc comments for various functions
Ben Hutchings
2012-07-10
1
-5
/
+7
|
/
*
net: cleanup unsigned to unsigned int
Eric Dumazet
2012-04-15
1
-1
/
+1
*
sunrpc: remove the second argument of k[un]map_atomic()
Cong Wang
2012-03-20
1
-10
/
+10
*
NFSv4: include bitmap in nfsv4 get acl data
Andy Adamson
2012-01-05
1
-1
/
+2
*
SUNRPC: Convert the backchannel exports to EXPORT_SYMBOL_GPL
Trond Myklebust
2011-07-15
1
-1
/
+1
*
SUNRPC: introduce xdr_init_decode_pages
Benny Halevy
2011-05-29
1
-0
/
+19
*
NFS: Don't use vm_map_ram() in readdir
Trond Myklebust
2011-01-10
1
-31
/
+124
*
SUNRPC: Add a helper function xdr_inline_peek
Trond Myklebust
2010-10-23
1
-0
/
+21
*
SUNRPC: Refactor logic to NUL-terminate strings in pages
Chuck Lever
2010-09-21
1
-0
/
+17
*
SUNRPC: Don't truncate tail data unnecessarily in xdr_shrink_pagelen
Trond Myklebust
2010-08-29
1
-1
/
+10
*
sunrpc: simplify xdr_shrink_pagelen use of "copy"
Benny Halevy
2010-08-29
1
-4
/
+3
*
sunrpc: don't use the copy variable in nested block
Benny Halevy
2010-08-29
1
-2
/
+1
*
sunrpc: clean up xdr_shrink_pagelen use of temporary pointer
Benny Halevy
2010-08-29
1
-2
/
+1
*
sunrpc: don't shorten buflen twice in xdr_shrink_pagelen
Benny Halevy
2010-08-29
1
-2
/
+1
*
xdr: Add an export for the helper function write_bytes_to_xdr_buf()
Kevin Coffman
2010-05-14
1
-0
/
+1
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
sunrpc: ntoh -> be*_to_cpu
Benny Halevy
2009-08-14
1
-3
/
+3
*
sunrpc: hton -> cpu_to_be*
Benny Halevy
2009-08-14
1
-3
/
+3
*
SUNRPC: Convert the xdr helpers and rpc_pipefs to EXPORT_SYMBOL_GPL
Trond Myklebust
2008-12-23
1
-25
/
+25
*
SUNRPC: don't call flush_dcache_page() with an invalid pointer
Trond Myklebust
2008-04-08
1
-3
/
+6
*
SUNRPC: Use unsigned string lengths in xdr_decode_string_inplace
Chuck Lever
2008-02-01
1
-3
/
+5
*
SUNRPC: Move exported declarations to the function declarations
Trond Myklebust
2008-01-30
1
-1
/
+15
*
[CRYPTO] users: Fix up scatterlist conversion errors
Herbert Xu
2007-10-27
1
-0
/
+2
*
SG: Change sg_set_page() to take length and offset argument
Jens Axboe
2007-10-24
1
-3
/
+1
*
Update net/ to use sg helpers
Jens Axboe
2007-10-22
1
-1
/
+1
[next]