summaryrefslogtreecommitdiffstats
path: root/drivers/base/devtmpfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* driver core: add uid and gid to devtmpfsKay Sievers2013-04-081-10/+17
* switch vfs_getattr() to struct pathAl Viro2013-02-261-1/+2
* vfs: turn is_dir argument to kern_path_create into a lookup_flags argJeff Layton2012-12-201-1/+1
* userns: Convert devtmpfs to use GLOBAL_ROOT_UID and GLOBAL_ROOT_GIDEric W. Biederman2012-09-211-2/+2
* new helper: done_path_create()Al Viro2012-07-291-7/+2
* get rid of kern_path_parent()Al Viro2012-07-141-57/+41
* devtmpfs: fix 'the the' typoPeter Korsgaard2012-04-181-3/+3
* Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-081-4/+4
|\
| * switch devtmpfs to umode_tAl Viro2012-01-031-3/+3
| * switch device_get_devnode() and ->devnode() to umode_t *Al Viro2012-01-031-1/+1
* | devtmpfsd: fix task state handlingKautuk Consul2011-11-151-2/+1
|/
* drivers/base/devtmpfs.c: correct annotation of `setup_done'Arnaud Lacombe2011-08-081-1/+1
* devtmpfs: missing initialialization in never-hit caseAl Viro2011-07-271-1/+1
* fix devtmpfs raceAl Viro2011-07-251-1/+2