index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
xdr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-07
rpc: fix xdr_truncate_encode to handle buffer ending on page boundary
J. Bruce Fields
1
-3
/
+3
2014-10-23
rpc: change comments to assertions
J. Bruce Fields
1
-2
/
+3
2014-10-23
RPC: remove unneeded checks from xdr_truncate_encode()
J. Bruce Fields
1
-2
/
+2
2014-07-18
SUNRPC: xdr_get_next_encode_buffer should be declared static
Trond Myklebust
1
-1
/
+2
2014-06-06
nfsd4: simplify server xdr->next_page use
J. Bruce Fields
1
-4
/
+5
2014-05-30
rpc: define xdr_restrict_buflen
J. Bruce Fields
1
-0
/
+29
2014-05-30
nfsd4: allow encoding across page boundaries
J. Bruce Fields
1
-2
/
+76
2014-05-30
rpc: xdr_truncate_encode
J. Bruce Fields
1
-0
/
+66
2014-03-28
rpc: Allow xdr_buf_subsegment to operate in-place
J. Bruce Fields
1
-6
/
+16
2013-08-28
SUNRPC: Fix memory corruption issue on 32-bit highmem systems
Trond Myklebust
1
-3
/
+6
2013-02-08
sunrpc: trim off trailing checksum before returning decrypted or integrity au...
Jeff Layton
1
-0
/
+41
2012-11-04
SUNRPC: remove BUG_ON in xdr_shrink_bufhead
Weston Andros Adamson
1
-1
/
+4
2012-09-28
SUNRPC: Optimise away unnecessary data moves in xdr_align_pages
Trond Myklebust
1
-10
/
+13
2012-09-26
SUNRPC: Fix the return value of xdr_align_pages()
Trond Myklebust
1
-0
/
+2
2012-07-30
Merge tag 'nfs-for-3.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-58
/
+69
2012-07-10
net: Fix (nearly-)kernel-doc comments for various functions
Ben Hutchings
1
-5
/
+7
2012-06-28
SUNRPC: Remove unused function xdr_encode_pages
Trond Myklebust
1
-28
/
+0
2012-06-28
SUNRPC: Clean up xdr_enter_page
Trond Myklebust
1
-3
/
+3
2012-06-28
SUNRPC: Clean up xdr_read_pages
Trond Myklebust
1
-14
/
+26
2012-06-28
SUNRPC: Simplify the end-of-buffer calculation in xdr_read_pages
Trond Myklebust
1
-8
/
+7
2012-06-28
SUNRPC: Remove open coded stream position calculation in xdr_read_pages
Trond Myklebust
1
-3
/
+3
2012-06-28
SUNRPC: Add the helper xdr_stream_pos
Trond Myklebust
1
-0
/
+10
2012-06-28
SUNRPC: xdr_read_pages should return the amount of XDR encoded page data
Trond Myklebust
1
-3
/
+6
2012-06-28
SUNRPC: Don't decode beyond the end of the RPC reply message
Trond Myklebust
1
-7
/
+21
2012-06-28
SUNRPC: Clean up xdr_set_iov()
Trond Myklebust
1
-7
/
+7
2012-06-26
SUNRPC: xdr_read_pages needs to clear xdr->page_ptr.
Trond Myklebust
1
-0
/
+1
2012-04-15
net: cleanup unsigned to unsigned int
Eric Dumazet
1
-1
/
+1
2012-03-20
sunrpc: remove the second argument of k[un]map_atomic()
Cong Wang
1
-10
/
+10
2012-01-05
NFSv4: include bitmap in nfsv4 get acl data
Andy Adamson
1
-1
/
+2
2011-07-15
SUNRPC: Convert the backchannel exports to EXPORT_SYMBOL_GPL
Trond Myklebust
1
-1
/
+1
2011-05-29
SUNRPC: introduce xdr_init_decode_pages
Benny Halevy
1
-0
/
+19
2011-01-10
NFS: Don't use vm_map_ram() in readdir
Trond Myklebust
1
-31
/
+124
2010-10-23
SUNRPC: Add a helper function xdr_inline_peek
Trond Myklebust
1
-0
/
+21
2010-09-21
SUNRPC: Refactor logic to NUL-terminate strings in pages
Chuck Lever
1
-0
/
+17
2010-08-29
SUNRPC: Don't truncate tail data unnecessarily in xdr_shrink_pagelen
Trond Myklebust
1
-1
/
+10
2010-08-29
sunrpc: simplify xdr_shrink_pagelen use of "copy"
Benny Halevy
1
-4
/
+3
2010-08-29
sunrpc: don't use the copy variable in nested block
Benny Halevy
1
-2
/
+1
2010-08-29
sunrpc: clean up xdr_shrink_pagelen use of temporary pointer
Benny Halevy
1
-2
/
+1
2010-08-29
sunrpc: don't shorten buflen twice in xdr_shrink_pagelen
Benny Halevy
1
-2
/
+1
2010-05-14
xdr: Add an export for the helper function write_bytes_to_xdr_buf()
Kevin Coffman
1
-0
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-08-14
sunrpc: ntoh -> be*_to_cpu
Benny Halevy
1
-3
/
+3
2009-08-14
sunrpc: hton -> cpu_to_be*
Benny Halevy
1
-3
/
+3
2008-12-23
SUNRPC: Convert the xdr helpers and rpc_pipefs to EXPORT_SYMBOL_GPL
Trond Myklebust
1
-25
/
+25
2008-04-08
SUNRPC: don't call flush_dcache_page() with an invalid pointer
Trond Myklebust
1
-3
/
+6
2008-02-01
SUNRPC: Use unsigned string lengths in xdr_decode_string_inplace
Chuck Lever
1
-3
/
+5
2008-01-30
SUNRPC: Move exported declarations to the function declarations
Trond Myklebust
1
-1
/
+15
2007-10-27
[CRYPTO] users: Fix up scatterlist conversion errors
Herbert Xu
1
-0
/
+2
2007-10-24
SG: Change sg_set_page() to take length and offset argument
Jens Axboe
1
-3
/
+1
2007-10-22
Update net/ to use sg helpers
Jens Axboe
1
-1
/
+1
[next]