Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nfsd: remove pointless paths in file headers | J. Bruce Fields | 2009-12-15 | 1 | -2/+0 |
| | | | | | | | | 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> | ||||
* | nfsd: restrict filehandles accepted in V4ROOT case | Steve Dickson | 2009-12-15 | 1 | -0/+5 |
| | | | | | | | | | | | | | On V4ROOT exports, only accept filehandles that are the *root* of some export. This allows mountd to allow or deny access to individual directories and symlinks on the pseudofilesystem. Note that the checks in readdir and lookup are not enough, since a malicious host with access to the network could guess filehandles that they weren't able to obtain through lookup or readdir. Signed-off-by: Steve Dickson <steved@redhat.com> Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu> | ||||
* | nfsd: Move private headers to source directory | Boaz Harrosh | 2009-12-14 | 1 | -0/+335 |
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> |