Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
7d072b404c5d8f1e0b62b6bc488dfeaa61bd2d8d
/
net
/
sunrpc
/
xdr.c
49a068f
rpc: fix xdr_truncate_encode to handle buffer ending on page boundary
by J. Bruce Fields
· 10 years ago
280caac
rpc: change comments to assertions
by J. Bruce Fields
· 10 years ago
ed38c06
RPC: remove unneeded checks from xdr_truncate_encode()
by J. Bruce Fields
· 10 years ago
22cb438
SUNRPC: xdr_get_next_encode_buffer should be declared static
by Trond Myklebust
· 10 years ago
05638dc
nfsd4: simplify server xdr->next_page use
by J. Bruce Fields
· 10 years ago
db3f58a
rpc: define xdr_restrict_buflen
by J. Bruce Fields
· 11 years ago
2825a7f
nfsd4: allow encoding across page boundaries
by J. Bruce Fields
· 11 years ago
3e19ce7
rpc: xdr_truncate_encode
by J. Bruce Fields
· 11 years ago
de4aee2
rpc: Allow xdr_buf_subsegment to operate in-place
by J. Bruce Fields
· 11 years ago
347e223
SUNRPC: Fix memory corruption issue on 32-bit highmem systems
by Trond Myklebust
· 11 years ago
4c190e2
sunrpc: trim off trailing checksum before returning decrypted or integrity authenticated buffer
by Jeff Layton
· 12 years ago
18e624a
SUNRPC: remove BUG_ON in xdr_shrink_bufhead
by Weston Andros Adamson
· 12 years ago
a11a2bf
SUNRPC: Optimise away unnecessary data moves in xdr_align_pages
by Trond Myklebust
· 12 years ago
8a9a8b8
SUNRPC: Fix the return value of xdr_align_pages()
by Trond Myklebust
· 12 years ago
1fad1e9
Merge tag 'nfs-for-3.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 12 years ago
2c53040
net: Fix (nearly-)kernel-doc comments for various functions
by Ben Hutchings
· 12 years ago
140150d
SUNRPC: Remove unused function xdr_encode_pages
by Trond Myklebust
· 12 years ago
f8bb7f0
SUNRPC: Clean up xdr_enter_page
by Trond Myklebust
· 12 years ago
3994ee6
SUNRPC: Clean up xdr_read_pages
by Trond Myklebust
· 12 years ago
bd00f84
SUNRPC: Simplify the end-of-buffer calculation in xdr_read_pages
by Trond Myklebust
· 12 years ago
b760b31
SUNRPC: Remove open coded stream position calculation in xdr_read_pages
by Trond Myklebust
· 12 years ago
4517d52
SUNRPC: Add the helper xdr_stream_pos
by Trond Myklebust
· 12 years ago
c337d36
SUNRPC: xdr_read_pages should return the amount of XDR encoded page data
by Trond Myklebust
· 12 years ago
bfeea1d
SUNRPC: Don't decode beyond the end of the RPC reply message
by Trond Myklebust
· 12 years ago
1537693
SUNRPC: Clean up xdr_set_iov()
by Trond Myklebust
· 12 years ago
76cacaa
SUNRPC: xdr_read_pages needs to clear xdr->page_ptr.
by Trond Myklebust
· 12 years ago
95c9617
net: cleanup unsigned to unsigned int
by Eric Dumazet
· 13 years ago
b854178
sunrpc: remove the second argument of k[un]map_atomic()
by Cong Wang
· 13 years ago
bf118a3
NFSv4: include bitmap in nfsv4 get acl data
by Andy Adamson
· 13 years ago
0d961aa
SUNRPC: Convert the backchannel exports to EXPORT_SYMBOL_GPL
by Trond Myklebust
· 13 years ago
f7da7a1
SUNRPC: introduce xdr_init_decode_pages
by Benny Halevy
· 13 years ago
6650239
NFS: Don't use vm_map_ram() in readdir
by Trond Myklebust
· 14 years ago
ba8e452
SUNRPC: Add a helper function xdr_inline_peek
by Trond Myklebust
· 14 years ago
b4687da
SUNRPC: Refactor logic to NUL-terminate strings in pages
by Chuck Lever
· 14 years ago
cf187c2
SUNRPC: Don't truncate tail data unnecessarily in xdr_shrink_pagelen
by Trond Myklebust
· 14 years ago
42d6d8a
sunrpc: simplify xdr_shrink_pagelen use of "copy"
by Benny Halevy
· 14 years ago
2e29ebb
sunrpc: don't use the copy variable in nested block
by Benny Halevy
· 14 years ago
0fe62a35
sunrpc: clean up xdr_shrink_pagelen use of temporary pointer
by Benny Halevy
· 14 years ago
b1a7a91
sunrpc: don't shorten buflen twice in xdr_shrink_pagelen
by Benny Halevy
· 14 years ago
c43abae
xdr: Add an export for the helper function write_bytes_to_xdr_buf()
by Kevin Coffman
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
98866b5
sunrpc: ntoh -> be*_to_cpu
by Benny Halevy
· 15 years ago
9f162d2
sunrpc: hton -> cpu_to_be*
by Benny Halevy
· 15 years ago
468039e
SUNRPC: Convert the xdr helpers and rpc_pipefs to EXPORT_SYMBOL_GPL
by Trond Myklebust
· 16 years ago
daeba89
SUNRPC: don't call flush_dcache_page() with an invalid pointer
by Trond Myklebust
· 17 years ago
e5cff48
SUNRPC: Use unsigned string lengths in xdr_decode_string_inplace
by Chuck Lever
· 17 years ago
a6eaf8b
SUNRPC: Move exported declarations to the function declarations
by Trond Myklebust
· 17 years ago
68e3f5d
[CRYPTO] users: Fix up scatterlist conversion errors
by Herbert Xu
· 17 years ago
642f149
SG: Change sg_set_page() to take length and offset argument
by Jens Axboe
· 17 years ago
fa05f12
Update net/ to use sg helpers
by Jens Axboe
· 17 years ago
cca5172
[NET] SUNRPC: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
37a4e6c
rpc: move process_xdr_buf
by Olga Kornievskaia
· 18 years ago
bee57c9
SUNRPC: Ensure xdr_buf_read_netobj() checks for memory overruns
by Trond Myklebust
· 18 years ago
4e3e43a
SUNRPC: Add __(read|write)_bytes_from_xdr_buf
by Trond Myklebust
· 18 years ago
1e78957
SUNRPC: Clean up argument types in xdr.c
by Trond Myklebust
· 18 years ago
d8ed029
[SUNRPC]: trivial endianness annotations
by Alexey Dobriyan
· 18 years ago
bce3481
This fixes a panic doing the first READDIR or READDIRPLUS call when:
by Trond Myklebust
· 18 years ago
8b23ea7
RPC: Allow struc xdr_stream to read the page section of an xdr_buf
by Trond Myklebust
· 18 years ago
fb459f4
SUNRPC: net/sunrpc/xdr.c: remove xdr_decode_string()
by Adrian Bunk
· 19 years ago
a51482b
[NET]: kfree cleanup
by Jesper Juhl
· 19 years ago
a246b01
[PATCH] RPC: introduce client-side transport switch
by Chuck Lever
· 19 years ago
094bb20
[PATCH] RPC: extract socket logic common to both client and server
by Chuck Lever
· 19 years ago
58fcb8d
[PATCH] NFS: Ensure ACL xdr code doesn't overflow.
by Trond Myklebust
· 19 years ago
bd8100e
[PATCH] RPC: Encode and decode arbitrary XDR arrays
by Andreas Gruenbacher
· 19 years ago
7e06b53
[PATCH] RPC: fix accounting bug in the case of a truncated RPC message
by Trond Myklebust
· 19 years ago
e053d1a
[PATCH] RPC: Lazy RPC receive buffer allocation
by Olaf Kirch
· 19 years ago
334ccfd
[PATCH] RPC: Ensure XDR iovec length is initialized correctly in call_header
by Trond Myklebust
· 19 years ago
4dc3b16
[PATCH] DocBook: changes and extensions to the kernel documentation
by Pavel Pisa
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago