summaryrefslogtreecommitdiff
path: root/drivers/base/devtmpfs.c
AgeCommit message (Expand)Author
2023-03-31driver core: clean up the logic to determine which /sys/dev/ directory to useGreg Kroah-Hartman
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-02-14Revert "devtmpfs: add debug info to handle()"Greg Kroah-Hartman
2023-02-14Revert "devtmpfs: remove return value of devtmpfs_delete_node()"Greg Kroah-Hartman
2023-02-11devtmpfs: remove return value of devtmpfs_delete_node()Longlong Xia
2023-02-10devtmpfs: add debug info to handle()Longlong Xia
2023-02-02devtmpfs: convert to pr_fmtLonglong Xia
2023-01-18fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner
2022-06-27devtmpfs: fix the dangling pointer of global devtmpfsd threadYangxi Xiang
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-02-04devtmpfs: drop redundant fs parameters from internal fsAnthony Iliopoulos
2022-02-02block: remove genhd.hChristoph Hellwig
2022-01-17devtmpfs regression fix: reconfigure on each mountNeilBrown
2021-12-30devtmpfs: mount with noexec and nosuidKees Cook
2021-03-23devtmpfs: actually reclaim some init memoryRasmus Villemoes
2021-03-23devtmpfs: fix placement of complete() callRasmus Villemoes
2021-01-24namei: prepare for idmapped mountsChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2020-07-31init: add an init_chroot helperChristoph Hellwig
2020-07-31init: add an init_chdir helperChristoph Hellwig
2020-07-31init: add an init_mount helperChristoph Hellwig
2020-07-31devtmpfs: refactor devtmpfsd()Christoph Hellwig
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro
2020-01-22devtmpfs: factor out common tail of devtmpfs_{create,delete}_nodeRasmus Villemoes
2020-01-22devtmpfs: initify a bitRasmus Villemoes
2020-01-22devtmpfs: simplify initialization of mount_devRasmus Villemoes
2020-01-22devtmpfs: factor out setup part of devtmpfsd()Rasmus Villemoes
2020-01-22devtmpfs: fix theoretical stale pointer deref in devtmpfsd()Rasmus Villemoes
2019-12-12devtmpfs: use do_mount() instead of ksys_mount()Dominik Brodowski
2019-09-12vfs: Convert ramfs, shmem, tmpfs, devtmpfs, rootfs to use the new mount APIDavid Howells
2019-09-05make shmem_fill_super() staticAl Viro
2019-09-05devtmpfs: don't mix {ramfs,shmem}_fill_super() with mount_single()Al Viro
2019-07-04constify ksys_mount() string argumentsAl Viro
2018-12-20vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells
2018-09-16drivers/base/devtmpfs.c: don't pretend path is const in delete_pathRasmus Villemoes
2018-04-02kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare()Dominik Brodowski
2018-04-02fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir()Dominik Brodowski
2018-04-02fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot()Dominik Brodowski
2018-04-02fs: add ksys_mount() helper; remove in-kernel calls to sys_mount()Dominik Brodowski
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells
2016-01-22wrappers for ->i_mutex accessAl Viro
2015-04-15VFS: assorted weird filesystems: d_inode() annotationsDavid Howells
2013-12-19devtmpfs: Calling delete_path() only when necessaryAxel Lin
2013-11-09locks: break delegations on any attribute modificationJ. Bruce Fields
2013-11-09locks: break delegations on unlinkJ. Bruce Fields
2013-04-11driver core: handle user namespaces properly with the uid/gid devtmpfs changeGreg Kroah-Hartman
2013-04-10driver core: devtmpfs: fix compile failure with CONFIG_UIDGID_STRICT_TYPE_CHECKSMing Lei
2013-04-10devtmpfs: add base.h includeGreg Kroah-Hartman