]> git.karo-electronics.de Git - karo-tx-linux.git/commit
nfsd4: allow encoding across page boundaries
authorJ. Bruce Fields <bfields@redhat.com>
Mon, 26 Aug 2013 20:04:46 +0000 (16:04 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Wed, 28 May 2014 18:52:47 +0000 (14:52 -0400)
commita6d72e8c3c215979f0f5180fdd4d4d54e5e86634
treedf03c6d73e121b896a13dff030fa3b10b83088d1
parentae86caf2819e2bfeeeb7845fdfb0bf1dd514675f
nfsd4: allow encoding across page boundaries

After this we can handle for example getattr of very large ACLs.

Read, readdir, readlink are still special cases with their own limits.

Also we can't handle a new operation starting close to the end of a
page.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4proc.c
fs/nfsd/nfs4xdr.c
include/linux/sunrpc/svc.h
include/linux/sunrpc/xdr.h
net/sunrpc/svc_xprt.c
net/sunrpc/xdr.c