summaryrefslogtreecommitdiff
path: root/drivers/base/devtmpfs.c
Commit message (Expand)AuthorAgeFilesLines
* driver core: clean up the logic to determine which /sys/dev/ directory to useGreg Kroah-Hartman2023-03-311-9/+0
* Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-241-8/+8
|\
| * Revert "devtmpfs: add debug info to handle()"Greg Kroah-Hartman2023-02-141-10/+2
| * Revert "devtmpfs: remove return value of devtmpfs_delete_node()"Greg Kroah-Hartman2023-02-141-4/+4
| * devtmpfs: remove return value of devtmpfs_delete_node()Longlong Xia2023-02-111-4/+4
| * devtmpfs: add debug info to handle()Longlong Xia2023-02-101-2/+10
| * devtmpfs: convert to pr_fmtLonglong Xia2023-02-021-8/+8
* | fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner2023-01-181-6/+6
|/
* devtmpfs: fix the dangling pointer of global devtmpfsd threadYangxi Xiang2022-06-271-0/+1
* Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-281-2/+0
|\
| * devtmpfs: drop redundant fs parameters from internal fsAnthony Iliopoulos2022-02-041-2/+0
* | block: remove genhd.hChristoph Hellwig2022-02-021-1/+1
|/
* devtmpfs regression fix: reconfigure on each mountNeilBrown2022-01-171-0/+7
* devtmpfs: mount with noexec and nosuidKees Cook2021-12-301-2/+8
* devtmpfs: actually reclaim some init memoryRasmus Villemoes2021-03-231-2/+2
* devtmpfs: fix placement of complete() callRasmus Villemoes2021-03-231-1/+1
* namei: prepare for idmapped mountsChristian Brauner2021-01-241-4/+7
* attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
* init: add an init_chroot helperChristoph Hellwig2020-07-311-1/+1
* init: add an init_chdir helperChristoph Hellwig2020-07-311-1/+1
* init: add an init_mount helperChristoph Hellwig2020-07-311-2/+3
* devtmpfs: refactor devtmpfsd()Christoph Hellwig2020-07-311-21/+31
* Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-02-081-2/+2
|\
| * fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro2020-02-071-2/+2
* | devtmpfs: factor out common tail of devtmpfs_{create,delete}_nodeRasmus Villemoes2020-01-221-25/+19
* | devtmpfs: initify a bitRasmus Villemoes2020-01-221-2/+2
* | devtmpfs: simplify initialization of mount_devRasmus Villemoes2020-01-221-5/+1
* | devtmpfs: factor out setup part of devtmpfsd()Rasmus Villemoes2020-01-221-5/+12
* | devtmpfs: fix theoretical stale pointer deref in devtmpfsd()Rasmus Villemoes2020-01-221-6/+8
|/
* devtmpfs: use do_mount() instead of ksys_mount()Dominik Brodowski2019-12-121-3/+3
* vfs: Convert ramfs, shmem, tmpfs, devtmpfs, rootfs to use the new mount APIDavid Howells2019-09-121-10/+6
* make shmem_fill_super() staticAl Viro2019-09-051-1/+1
* devtmpfs: don't mix {ramfs,shmem}_fill_super() with mount_single()Al Viro2019-09-051-6/+30
* constify ksys_mount() string argumentsAl Viro2019-07-041-2/+1
* vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells2018-12-201-0/+1
* drivers/base/devtmpfs.c: don't pretend path is const in delete_pathRasmus Villemoes2018-09-161-1/+1
* kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare()Dominik Brodowski2018-04-021-1/+1
* fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir()Dominik Brodowski2018-04-021-1/+1
* fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot()Dominik Brodowski2018-04-021-1/+1
* fs: add ksys_mount() helper; remove in-kernel calls to sys_mount()Dominik Brodowski2018-04-021-2/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* statx: Add a system call to make enhanced file info availableDavid Howells2017-03-021-1/+2
* wrappers for ->i_mutex accessAl Viro2016-01-221-6/+6
* VFS: assorted weird filesystems: d_inode() annotationsDavid Howells2015-04-151-16/+16
* devtmpfs: Calling delete_path() only when necessaryAxel Lin2013-12-191-1/+1
* locks: break delegations on any attribute modificationJ. Bruce Fields2013-11-091-2/+2
* locks: break delegations on unlinkJ. Bruce Fields2013-11-091-1/+1
* driver core: handle user namespaces properly with the uid/gid devtmpfs changeGreg Kroah-Hartman2013-04-111-9/+9
* driver core: devtmpfs: fix compile failure with CONFIG_UIDGID_STRICT_TYPE_CHECKSMing Lei2013-04-101-2/+2
* devtmpfs: add base.h includeGreg Kroah-Hartman2013-04-101-0/+1