aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/android/binderfs.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-07android: removed duplicate linux/errnoTanzir Hasan1-1/+0
2024-01-04android: binder: binderfs.c: removed asm-generic/errno-base.hTanzir Hasan1-1/+1
2023-11-03Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2023-10-18android: convert to new timestamp accessorsJeff Layton1-4/+4
2023-10-05binderfs: fix typo in binderfs.cKuan-Wei Chiu1-1/+1
2023-09-01Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
2023-08-04binderfs: Drop unused #include <linux/radix-tree.h>Uwe Kleine-König1-1/+0
2023-07-13binderfs: convert to ctime accessor functionsJeff Layton1-4/+4
2023-02-24Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2023-01-19android: fix W=1 kernel-doc warningsRandy Dunlap1-2/+2
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-2/+2
2022-09-01binderfs: rework superblock destructionAl Viro1-13/+17
2022-09-01binderfs: remove unused INTSTRLEN macroCarlos Llamas1-1/+0
2022-07-08binder: fix redefinition of seq_file attributesCarlos Llamas1-37/+10
2022-05-09binderfs: add extended_error feature entryCarlos Llamas1-0/+8
2021-07-21binderfs: add support for feature filesCarlos Llamas1-0/+39
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-2/+4
2020-09-03binderfs: make symbol 'binderfs_fs_parameters' staticWei Yongjun1-1/+1
2020-07-29drivers: android: Fix the SPDX comment styleMrinal Pandey1-1/+1
2020-07-29drivers: android: Fix a variable declaration coding style issueMrinal Pandey1-0/+1
2020-04-23binderfs: remove redundant assignment to pointer ctxColin Ian King1-1/+1
2020-04-23binderfs: Fix binderfs.c selftest compilation warningTang Bin1-1/+1
2020-03-23Merge 5.6-rc7 into char-misc-nextGreg Kroah-Hartman1-0/+1
2020-03-19binderfs: port to new mount apiChristian Brauner1-96/+104
2020-03-11binderfs: use refcount for binder control devices tooChristian Brauner1-0/+1
2020-03-03binder: prevent UAF for binderfs devices IIChristian Brauner1-2/+5
2019-09-04binder: Add binder_proc logging to binderfsHridya Valsaraju1-37/+31
2019-09-04binder: Make transaction_log available in binderfsHridya Valsaraju1-0/+18
2019-09-04binder: Add stats, state and transactions filesHridya Valsaraju1-1/+139
2019-09-04binder: add a mount option to show global statsHridya Valsaraju1-2/+43
2019-09-04binder: Add default binder devices through binderfs when configuredHridya Valsaraju1-3/+20
2019-09-04binder: Validate the default binderfs device names.Hridya Valsaraju1-0/+12
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