summaryrefslogtreecommitdiffstats
path: root/drivers/android/binderfs.c
Commit message (Expand)AuthorAgeFilesLines
* android: removed duplicate linux/errnoTanzir Hasan2024-01-071-1/+0
* android: binder: binderfs.c: removed asm-generic/errno-base.hTanzir Hasan2024-01-041-1/+1
* Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-031-1/+1
|\
| * binderfs: fix typo in binderfs.cKuan-Wei Chiu2023-10-051-1/+1
* | android: convert to new timestamp accessorsJeff Layton2023-10-181-4/+4
|/
* Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-09-011-1/+0
|\
| * binderfs: Drop unused #include <linux/radix-tree.h>Uwe Kleine-König2023-08-041-1/+0
* | binderfs: convert to ctime accessor functionsJeff Layton2023-07-131-4/+4
|/
* Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-241-2/+2
|\
| * android: fix W=1 kernel-doc warningsRandy Dunlap2023-01-191-2/+2
* | fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
|/
* binderfs: rework superblock destructionAl Viro2022-09-011-13/+17
* binderfs: remove unused INTSTRLEN macroCarlos Llamas2022-09-011-1/+0
* binder: fix redefinition of seq_file attributesCarlos Llamas2022-07-081-37/+10
* binderfs: add extended_error feature entryCarlos Llamas2022-05-091-0/+8
* 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