summaryrefslogtreecommitdiffstats
path: root/drivers/android/binderfs.c
Commit message (Expand)AuthorAgeFilesLines
* binderfs: add support for feature filesCarlos Llamas2021-07-211-0/+39
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-2/+4
* binderfs: make symbol 'binderfs_fs_parameters' staticWei Yongjun2020-09-031-1/+1
* drivers: android: Fix the SPDX comment styleMrinal Pandey2020-07-291-1/+1
* drivers: android: Fix a variable declaration coding style issueMrinal Pandey2020-07-291-0/+1
* binderfs: remove redundant assignment to pointer ctxColin Ian King2020-04-231-1/+1
* binderfs: Fix binderfs.c selftest compilation warningTang Bin2020-04-231-1/+1
* Merge 5.6-rc7 into char-misc-nextGreg Kroah-Hartman2020-03-231-0/+1
|\
| * binderfs: use refcount for binder control devices tooChristian Brauner2020-03-111-0/+1
* | binderfs: port to new mount apiChristian Brauner2020-03-191-96/+104
|/
* binder: prevent UAF for binderfs devices IIChristian Brauner2020-03-031-2/+5
* binder: Add binder_proc logging to binderfsHridya Valsaraju2019-09-041-37/+31
* binder: Make transaction_log available in binderfsHridya Valsaraju2019-09-041-0/+18
* binder: Add stats, state and transactions filesHridya Valsaraju2019-09-041-1/+139
* binder: add a mount option to show global statsHridya Valsaraju2019-09-041-2/+43
* binder: Add default binder devices through binderfs when configuredHridya Valsaraju2019-09-041-3/+20
* binder: Validate the default binderfs device names.Hridya Valsaraju2019-09-041-0/+12
* binderfs: remove separate device_initcall()Christian Brauner2019-02-011-3/+1
* 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/+0
* binderfs: kill_litter_super() before cleanupChristian Brauner2019-01-221-1/+2
* binderfs: rework binderfs_binder_device_create()Christian Brauner2019-01-221-20/+19
* binderfs: rework binderfs_fill_super()Christian Brauner2019-01-221-30/+11
* binderfs: prevent renaming the control dentryChristian Brauner2019-01-221-18/+10
* binderfs: remove outdated commentChristian Brauner2019-01-221-4/+0
* 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/+2
* binderfs: remove wrong kern_mount() callChristian Brauner2019-01-081-10/+0
* binder: implement binderfsChristian Brauner2018-12-191-0/+544