summaryrefslogtreecommitdiffstats
path: root/drivers/base/devtmpfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* devtmpfs: get rid of bogus mkdir in create_path()Al Viro2011-07-201-24/+18
* switch devtmpfs to kern_path_create()Al Viro2011-07-201-47/+36
* switch devtmpfs object creation/removal to separate kernel threadAl Viro2011-07-201-73/+149
* convert get_sb_single() usersAl Viro2010-10-291-9/+9
* devtmpfs: support !CONFIG_TMPFSPeter Korsgaard2010-05-211-0/+5
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Driver-Core: devtmpfs - reset inode permissions before unlinkingKay Sievers2010-03-071-0/+13
* driver-core: fix devtmpfs crash on s390Heiko Carstens2010-01-201-1/+2
* devtmpfs: unlock mutex in case of string allocation errorKay Sievers2009-12-231-2/+5
* devtmpfs: Convert dirlock to a mutexThomas Gleixner2009-12-231-7/+5
* Driver-Core: devtmpfs - set root directory mode to 0755Kay Sievers2009-12-111-1/+1
* Driver Core: devtmpfs: do not remove non-kernel-created directoriesKay Sievers2009-12-111-23/+16
* Driver Core: devtmpfs: use sys_mount()Kay Sievers2009-12-111-7/+2
* Driver core: devtmpfs: prevent concurrent subdirectory creation and removalKay Sievers2009-12-111-10/+16
* Driver Core: devtmpfs: ignore umask while setting file modeKay Sievers2009-12-111-10/+16
* Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2009-09-191-8/+16
* Driver Core: devtmpfs - kernel-maintained tmpfs-based /devKay Sievers2009-09-151-0/+367
OpenPOWER on IntegriCloud