History log of /fs/nfsd/xdr3.h
Revision Date Author Comments
068c34c0ce8add2e5f01ee6c85710e6fefb832ad 09-Jan-2014 J. Bruce Fields <bfields@redhat.com> nfsd: fix encode_entryplus_baggage stack usage

We stick an extra svc_fh in nfsd3_readdirres to save the need to
kmalloc, though maybe it would be fine to kmalloc instead.

Acked-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
4f4a4faddea0fe45bf508e723c3a810c5190ed62 01-Feb-2013 J. Bruce Fields <bfields@fieldses.org> nfsd: handle vfs_getattr errors in acl protocol

We're currently ignoring errors from vfs_getattr.

The correct thing to do is to do the stat in the main service procedure
not in the response encoding.

Reported-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
7663dacd926584093dfc350892792054692b6cb3 05-Dec-2009 J. Bruce Fields <bfields@citi.umich.edu> nfsd: remove pointless paths in file headers

The new .h files have paths at the top that are now out of date. While
we're here, just remove all of those from fs/nfsd; they never served any
purpose.

Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
9a74af21330c8d46efa977d088a62cc1bfa954e9 03-Dec-2009 Boaz Harrosh <bharrosh@panasas.com> nfsd: Move private headers to source directory

Lots of include/linux/nfsd/* headers are only used by
nfsd module. Move them to the source directory

Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>