summaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/mount_api.txt
Commit message (Collapse)AuthorAgeFilesLines
* fs_parser: remove fs_parameter_description name fieldEric Sandeen2020-02-071-9/+2
| | | | | | | | Unused now. Signed-off-by: Eric Sandeen <sandeen@redhat.com> Acked-by: David Howells <dhowells@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
* get rid of fs_value_is_filename_emptyAl Viro2020-02-071-1/+0
| | | | | | | | | | Its behaviour is identical to that of fs_value_is_filename. It makes no sense, anyway - LOOKUP_EMPTY affects nothing whatsoever once the pathname has been imported from userland. And both fs_value_is_filename and fs_value_is_filename_empty carry an already imported pathname. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
* vfs: Update mount API docsDavid Howells2019-03-281-172/+195
| | | | | | | Update the mount API docs to reflect recent changes to the code. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
* vfs: Provide documentation for new mount APIDavid Howells2019-02-281-0/+709
Provide documentation for the new mount API. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
OpenPOWER on IntegriCloud