aboutsummaryrefslogtreecommitdiff
path: root/drivers/android/binderfs.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-01binderfs: rework superblock destructionGravatar Al Viro 1-13/+17
2022-09-01binderfs: remove unused INTSTRLEN macroGravatar Carlos Llamas 1-1/+0
2022-07-08binder: fix redefinition of seq_file attributesGravatar Carlos Llamas 1-37/+10
2022-05-09binderfs: add extended_error feature entryGravatar Carlos Llamas 1-0/+8
2021-07-21binderfs: add support for feature filesGravatar Carlos Llamas 1-0/+39
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-2/+4
2020-09-03binderfs: make symbol 'binderfs_fs_parameters' staticGravatar Wei Yongjun 1-1/+1
2020-07-29drivers: android: Fix the SPDX comment styleGravatar Mrinal Pandey 1-1/+1
2020-07-29drivers: android: Fix a variable declaration coding style issueGravatar Mrinal Pandey 1-0/+1
2020-04-23binderfs: remove redundant assignment to pointer ctxGravatar Colin Ian King 1-1/+1
2020-04-23binderfs: Fix binderfs.c selftest compilation warningGravatar Tang Bin 1-1/+1
2020-03-23Merge 5.6-rc7 into char-misc-nextGravatar Greg Kroah-Hartman 1-0/+1
2020-03-19binderfs: port to new mount apiGravatar Christian Brauner 1-96/+104
2020-03-11binderfs: use refcount for binder control devices tooGravatar Christian Brauner 1-0/+1
2020-03-03binder: prevent UAF for binderfs devices IIGravatar Christian Brauner 1-2/+5
2019-09-04binder: Add binder_proc logging to binderfsGravatar Hridya Valsaraju 1-37/+31
2019-09-04binder: Make transaction_log available in binderfsGravatar Hridya Valsaraju 1-0/+18
2019-09-04binder: Add stats, state and transactions filesGravatar Hridya Valsaraju 1-1/+139
2019-09-04binder: add a mount option to show global statsGravatar Hridya Valsaraju 1-2/+43
2019-09-04binder: Add default binder devices through binderfs when configuredGravatar Hridya Valsaraju 1-3/+20
2019-09-04binder: Validate the default binderfs device names.Gravatar Hridya Valsaraju 1-0/+12
2019-02-01binderfs: remove separate device_initcall()Gravatar Christian Brauner 1-3/+1
2019-01-30binderfs: respect limit on binder control creationGravatar Christian Brauner 1-1/+9
2019-01-22binderfs: switch from d_add() to d_instantiate()Gravatar Christian Brauner 1-1/+1
2019-01-22binderfs: drop lock in binderfs_binder_ctl_createGravatar Christian Brauner 1-4/+0
2019-01-22binderfs: kill_litter_super() before cleanupGravatar Christian Brauner 1-1/+2
2019-01-22binderfs: rework binderfs_binder_device_create()Gravatar Christian Brauner 1-20/+19
2019-01-22binderfs: rework binderfs_fill_super()Gravatar Christian Brauner 1-30/+11
2019-01-22binderfs: prevent renaming the control dentryGravatar Christian Brauner 1-18/+10
2019-01-22binderfs: remove outdated commentGravatar Christian Brauner 1-4/+0
2019-01-18binderfs: fix error return code in binderfs_fill_super()Gravatar Wei Yongjun 1-0/+1
2019-01-12binderfs: handle !CONFIG_IPC_NS buildsGravatar Christian Brauner 1-0/+4
2019-01-11binderfs: reserve devices for initial mountGravatar Christian Brauner 1-1/+6
2019-01-11binderfs: rename header to binderfs.hGravatar Christian Brauner 1-1/+1
2019-01-11binderfs: implement "max" mount optionGravatar Christian Brauner 1-6/+98
2019-01-08binderfs: make each binderfs mount a new instanceGravatar Christian Brauner 1-39/+2
2019-01-08binderfs: remove wrong kern_mount() callGravatar Christian Brauner 1-10/+0
2018-12-19binder: implement binderfsGravatar Christian Brauner 1-0/+544