aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/devtmpfs.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-31driver core: clean up the logic to determine which /sys/dev/ directory to useGravatar Greg Kroah-Hartman 1-9/+0
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-8/+8
2023-02-14Revert "devtmpfs: add debug info to handle()"Gravatar Greg Kroah-Hartman 1-10/+2
2023-02-14Revert "devtmpfs: remove return value of devtmpfs_delete_node()"Gravatar Greg Kroah-Hartman 1-4/+4
2023-02-11devtmpfs: remove return value of devtmpfs_delete_node()Gravatar Longlong Xia 1-4/+4
2023-02-10devtmpfs: add debug info to handle()Gravatar Longlong Xia 1-2/+10
2023-02-02devtmpfs: convert to pr_fmtGravatar Longlong Xia 1-8/+8
2023-01-18fs: port vfs_*() helpers to struct mnt_idmapGravatar Christian Brauner 1-6/+6
2022-06-27devtmpfs: fix the dangling pointer of global devtmpfsd threadGravatar Yangxi Xiang 1-0/+1
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+0
2022-02-04devtmpfs: drop redundant fs parameters from internal fsGravatar Anthony Iliopoulos 1-2/+0
2022-02-02block: remove genhd.hGravatar Christoph Hellwig 1-1/+1
2022-01-17devtmpfs regression fix: reconfigure on each mountGravatar NeilBrown 1-0/+7
2021-12-30devtmpfs: mount with noexec and nosuidGravatar Kees Cook 1-2/+8
2021-03-23devtmpfs: actually reclaim some init memoryGravatar Rasmus Villemoes 1-2/+2
2021-03-23devtmpfs: fix placement of complete() callGravatar Rasmus Villemoes 1-1/+1
2021-01-24namei: prepare for idmapped mountsGravatar Christian Brauner 1-4/+7
2021-01-24attr: handle idmapped mountsGravatar Christian Brauner 1-2/+2
2020-07-31init: add an init_chroot helperGravatar Christoph Hellwig 1-1/+1
2020-07-31init: add an init_chdir helperGravatar Christoph Hellwig 1-1/+1
2020-07-31init: add an init_mount helperGravatar Christoph Hellwig 1-2/+3
2020-07-31devtmpfs: refactor devtmpfsd()Gravatar Christoph Hellwig 1-21/+31
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+2
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specGravatar Al Viro 1-2/+2
2020-01-22devtmpfs: factor out common tail of devtmpfs_{create,delete}_nodeGravatar Rasmus Villemoes 1-25/+19
2020-01-22devtmpfs: initify a bitGravatar Rasmus Villemoes 1-2/+2
2020-01-22devtmpfs: simplify initialization of mount_devGravatar Rasmus Villemoes 1-5/+1
2020-01-22devtmpfs: factor out setup part of devtmpfsd()Gravatar Rasmus Villemoes 1-5/+12
2020-01-22devtmpfs: fix theoretical stale pointer deref in devtmpfsd()Gravatar Rasmus Villemoes 1-6/+8
2019-12-12devtmpfs: use do_mount() instead of ksys_mount()Gravatar Dominik Brodowski 1-3/+3
2019-09-12vfs: Convert ramfs, shmem, tmpfs, devtmpfs, rootfs to use the new mount APIGravatar David Howells 1-10/+6
2019-09-05make shmem_fill_super() staticGravatar Al Viro 1-1/+1
2019-09-05devtmpfs: don't mix {ramfs,shmem}_fill_super() with mount_single()Gravatar Al Viro 1-6/+30
2019-07-04constify ksys_mount() string argumentsGravatar Al Viro 1-2/+1
2018-12-20vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledGravatar David Howells 1-0/+1
2018-09-16drivers/base/devtmpfs.c: don't pretend path is const in delete_pathGravatar Rasmus Villemoes 1-1/+1
2018-04-02kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare()Gravatar Dominik Brodowski 1-1/+1
2018-04-02fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir()Gravatar Dominik Brodowski 1-1/+1
2018-04-02fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot()Gravatar Dominik Brodowski 1-1/+1
2018-04-02fs: add ksys_mount() helper; remove in-kernel calls to sys_mount()Gravatar Dominik Brodowski 1-2/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-03-02statx: Add a system call to make enhanced file info availableGravatar David Howells 1-1/+2
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-6/+6
2015-04-15VFS: assorted weird filesystems: d_inode() annotationsGravatar David Howells 1-16/+16
2013-12-19devtmpfs: Calling delete_path() only when necessaryGravatar Axel Lin 1-1/+1
2013-11-09locks: break delegations on any attribute modificationGravatar J. Bruce Fields 1-2/+2
2013-11-09locks: break delegations on unlinkGravatar J. Bruce Fields 1-1/+1
2013-04-11driver core: handle user namespaces properly with the uid/gid devtmpfs changeGravatar Greg Kroah-Hartman 1-9/+9
2013-04-10driver core: devtmpfs: fix compile failure with CONFIG_UIDGID_STRICT_TYPE_CHECKSGravatar Ming Lei 1-2/+2
2013-04-10devtmpfs: add base.h includeGravatar Greg Kroah-Hartman 1-0/+1