aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/devtmpfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro1-2/+2
2020-01-22devtmpfs: factor out common tail of devtmpfs_{create,delete}_nodeRasmus Villemoes1-25/+19
2020-01-22devtmpfs: initify a bitRasmus Villemoes1-2/+2
2020-01-22devtmpfs: simplify initialization of mount_devRasmus Villemoes1-5/+1
2020-01-22devtmpfs: factor out setup part of devtmpfsd()Rasmus Villemoes1-5/+12
2020-01-22devtmpfs: fix theoretical stale pointer deref in devtmpfsd()Rasmus Villemoes1-6/+8
2019-12-12devtmpfs: use do_mount() instead of ksys_mount()Dominik Brodowski1-3/+3
2019-09-12vfs: Convert ramfs, shmem, tmpfs, devtmpfs, rootfs to use the new mount APIDavid Howells1-10/+6
2019-09-05make shmem_fill_super() staticAl Viro1-1/+1
2019-09-05devtmpfs: don't mix {ramfs,shmem}_fill_super() with mount_single()Al Viro1-6/+30
2019-07-04constify ksys_mount() string argumentsAl Viro1-2/+1
2018-12-20vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells1-0/+1
2018-09-16drivers/base/devtmpfs.c: don't pretend path is const in delete_pathRasmus Villemoes1-1/+1
2018-04-02kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare()Dominik Brodowski1-1/+1
2018-04-02fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir()Dominik Brodowski1-1/+1
2018-04-02fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot()Dominik Brodowski1-1/+1
2018-04-02fs: add ksys_mount() helper; remove in-kernel calls to sys_mount()Dominik Brodowski1-2/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-1/+2
2016-01-22wrappers for ->i_mutex accessAl Viro1-6/+6
2015-04-15VFS: assorted weird filesystems: d_inode() annotationsDavid Howells1-16/+16
2013-12-19devtmpfs: Calling delete_path() only when necessaryAxel Lin1-1/+1
2013-11-09locks: break delegations on any attribute modificationJ. Bruce Fields1-2/+2
2013-11-09locks: break delegations on unlinkJ. Bruce Fields1-1/+1
2013-04-11driver core: handle user namespaces properly with the uid/gid devtmpfs changeGreg Kroah-Hartman1-9/+9
2013-04-10driver core: devtmpfs: fix compile failure with CONFIG_UIDGID_STRICT_TYPE_CHECKSMing Lei1-2/+2
2013-04-10devtmpfs: add base.h includeGreg Kroah-Hartman1-0/+1
2013-04-08driver core: add uid and gid to devtmpfsKay Sievers1-10/+17
2013-02-26switch vfs_getattr() to struct pathAl Viro1-1/+2
2012-12-20vfs: turn is_dir argument to kern_path_create into a lookup_flags argJeff Layton1-1/+1
2012-09-21userns: Convert devtmpfs to use GLOBAL_ROOT_UID and GLOBAL_ROOT_GIDEric W. Biederman1-2/+2
2012-07-29new helper: done_path_create()Al Viro1-7/+2
2012-07-14get rid of kern_path_parent()Al Viro1-57/+41
2012-04-18devtmpfs: fix 'the the' typoPeter Korsgaard1-3/+3
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+4
2012-01-03switch devtmpfs to umode_tAl Viro1-3/+3
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro1-1/+1
2011-11-15devtmpfsd: fix task state handlingKautuk Consul1-2/+1
2011-08-08drivers/base/devtmpfs.c: correct annotation of `setup_done'Arnaud Lacombe1-1/+1
2011-07-27devtmpfs: missing initialialization in never-hit caseAl Viro1-1/+1
2011-07-25fix devtmpfs raceAl Viro1-1/+2
2011-07-20devtmpfs: get rid of bogus mkdir in create_path()Al Viro1-24/+18
2011-07-20switch devtmpfs to kern_path_create()Al Viro1-47/+36
2011-07-20switch devtmpfs object creation/removal to separate kernel threadAl Viro1-73/+149
2010-10-29convert get_sb_single() usersAl Viro1-9/+9
2010-05-21devtmpfs: support !CONFIG_TMPFSPeter Korsgaard1-0/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-07Driver-Core: devtmpfs - reset inode permissions before unlinkingKay Sievers1-0/+13
2010-01-20driver-core: fix devtmpfs crash on s390Heiko Carstens1-1/+2