summaryrefslogtreecommitdiffstats
path: root/drivers/android/binderfs.c
Commit message (Expand)AuthorAgeFilesLines
* binderfs: remove separate device_initcall()Christian Brauner2019-02-011-3/+1Star
* binderfs: respect limit on binder control creationChristian Brauner2019-01-301-1/+9
* binderfs: switch from d_add() to d_instantiate()Christian Brauner2019-01-221-1/+1
* binderfs: drop lock in binderfs_binder_ctl_createChristian Brauner2019-01-221-4/+0Star
* binderfs: kill_litter_super() before cleanupChristian Brauner2019-01-221-1/+2
* binderfs: rework binderfs_binder_device_create()Christian Brauner2019-01-221-20/+19Star
* binderfs: rework binderfs_fill_super()Christian Brauner2019-01-221-30/+11Star
* binderfs: prevent renaming the control dentryChristian Brauner2019-01-221-18/+10Star
* binderfs: remove outdated commentChristian Brauner2019-01-221-4/+0Star
* binderfs: fix error return code in binderfs_fill_super()Wei Yongjun2019-01-181-0/+1
* binderfs: handle !CONFIG_IPC_NS buildsChristian Brauner2019-01-121-0/+4
* binderfs: reserve devices for initial mountChristian Brauner2019-01-111-1/+6
* binderfs: rename header to binderfs.hChristian Brauner2019-01-111-1/+1
* binderfs: implement "max" mount optionChristian Brauner2019-01-111-6/+98
* binderfs: make each binderfs mount a new instanceChristian Brauner2019-01-081-39/+2Star
* binderfs: remove wrong kern_mount() callChristian Brauner2019-01-081-10/+0Star
* binder: implement binderfsChristian Brauner2018-12-191-0/+544