summaryrefslogtreecommitdiff
path: root/Documentation/filesystems/binderfs.rst
AgeCommit message (Collapse)AuthorFilesLines
2019-07-08docs: Move binderfs to admin-guideMatthew Wilcox (Oracle)1-68/+0
The documentation is more appropriate for the administrator than for the internal kernel API section it is currently in. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Acked-by: Christian Brauner <christian@brauner.io> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
2019-01-15Documentation/filesystems: add binderfsChristian Brauner1-0/+68
This documents the Android binderfs filesystem used to dynamically add and remove binder devices that are private to each instance. Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com> [jc: tweaked markup and added to filesystems/index.rst] Signed-off-by: Jonathan Corbet <corbet@lwn.net>