aboutsummaryrefslogtreecommitdiff
path: root/Documentation/filesystems/porting
Commit message (Collapse)AuthorAgeFilesLines
* introduce iterate_dir() and dir_contextAl Viro2017-04-111-0/+3
| | | | | | | | | | | | | | iterate_dir(): new helper, replacing vfs_readdir(). struct dir_context: contains the readdir callback (and will get more stuff in it), embedded into whatever data that callback wants to deal with; eventually, we'll be passing it to ->readdir() replacement instead of (data,filldir) pair. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Git-commit: c301a0e047e401d41b26db1009d08e088ae2365a Git-repo: https://android.googlesource.com/kernel/common.git Signed-off-by: Ian Maund <imaund@codeaurora.org>
* first commitMeizu OpenSource2016-08-151-0/+447