aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/android/binderfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-01binderfs: remove separate device_initcall()Christian Brauner1-3/+1
2019-01-30binderfs: respect limit on binder control creationChristian Brauner1-1/+9
2019-01-22binderfs: switch from d_add() to d_instantiate()Christian Brauner1-1/+1
2019-01-22binderfs: drop lock in binderfs_binder_ctl_createChristian Brauner1-4/+0
2019-01-22binderfs: kill_litter_super() before cleanupChristian Brauner1-1/+2
2019-01-22binderfs: rework binderfs_binder_device_create()Christian Brauner1-20/+19
2019-01-22binderfs: rework binderfs_fill_super()Christian Brauner1-30/+11
2019-01-22binderfs: prevent renaming the control dentryChristian Brauner1-18/+10
2019-01-22binderfs: remove outdated commentChristian Brauner1-4/+0
2019-01-18binderfs: fix error return code in binderfs_fill_super()Wei Yongjun1-0/+1
2019-01-12binderfs: handle !CONFIG_IPC_NS buildsChristian Brauner1-0/+4
2019-01-11binderfs: reserve devices for initial mountChristian Brauner1-1/+6
2019-01-11binderfs: rename header to binderfs.hChristian Brauner1-1/+1
2019-01-11binderfs: implement "max" mount optionChristian Brauner1-6/+98
2019-01-08binderfs: make each binderfs mount a new instanceChristian Brauner1-39/+2
2019-01-08binderfs: remove wrong kern_mount() callChristian Brauner1-10/+0
2018-12-19binder: implement binderfsChristian Brauner1-0/+544