aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/nfs/Exporting
Commit message (Collapse)AuthorAge
* switch d_materialise_unique() users to d_splice_alias()Al Viro2014-11-19
| | | | Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
* exportfs: update Exporting documentationJ. Bruce Fields2014-08-07
| | | | | | | | | | | | Minor documentation updates: - refer to d_obtain_alias rather than d_alloc_anon - explain when to use d_splice_alias and when d_materialise_unique. - cut some details of d_splice_alias/d_materialise_unique implementation. Signed-off-by: J. Bruce Fields <bfields@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
* doc: filesystems : Fix typo in Documentations/filesystemsMasanari Iida2013-08-20
| | | | | | | | Correct spelling typo in Documentations/filesystems. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* Documentation: Exporting: update description of d_splice_aliasPhillip Lougher2011-07-26
| | | | | | | | Following commits a904937 and 0c1aa9a update the d_splice_alias desciption. Signed-off-by: Phillip Lougher <phillip@squashfs.org.uk> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
* nfs: new subdir Documentation/filesystems/nfsJ. Bruce Fields2009-10-27
We're adding enough nfs documentation that it may as well have its own subdirectory. Acked-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>