index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
/
devtmpfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-02
kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare()
Dominik Brodowski
1
-1
/
+1
2018-04-02
fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir()
Dominik Brodowski
1
-1
/
+1
2018-04-02
fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot()
Dominik Brodowski
1
-1
/
+1
2018-04-02
fs: add ksys_mount() helper; remove in-kernel calls to sys_mount()
Dominik Brodowski
1
-2
/
+3
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-03-02
statx: Add a system call to make enhanced file info available
David Howells
1
-1
/
+2
2016-01-22
wrappers for ->i_mutex access
Al Viro
1
-6
/
+6
2015-04-15
VFS: assorted weird filesystems: d_inode() annotations
David Howells
1
-16
/
+16
2013-12-19
devtmpfs: Calling delete_path() only when necessary
Axel Lin
1
-1
/
+1
2013-11-09
locks: break delegations on any attribute modification
J. Bruce Fields
1
-2
/
+2
2013-11-09
locks: break delegations on unlink
J. Bruce Fields
1
-1
/
+1
2013-04-11
driver core: handle user namespaces properly with the uid/gid devtmpfs change
Greg Kroah-Hartman
1
-9
/
+9
2013-04-10
driver core: devtmpfs: fix compile failure with CONFIG_UIDGID_STRICT_TYPE_CHECKS
Ming Lei
1
-2
/
+2
2013-04-10
devtmpfs: add base.h include
Greg Kroah-Hartman
1
-0
/
+1
2013-04-08
driver core: add uid and gid to devtmpfs
Kay Sievers
1
-10
/
+17
2013-02-26
switch vfs_getattr() to struct path
Al Viro
1
-1
/
+2
2012-12-20
vfs: turn is_dir argument to kern_path_create into a lookup_flags arg
Jeff Layton
1
-1
/
+1
2012-09-21
userns: Convert devtmpfs to use GLOBAL_ROOT_UID and GLOBAL_ROOT_GID
Eric W. Biederman
1
-2
/
+2
2012-07-29
new helper: done_path_create()
Al Viro
1
-7
/
+2
2012-07-14
get rid of kern_path_parent()
Al Viro
1
-57
/
+41
2012-04-18
devtmpfs: fix 'the the' typo
Peter Korsgaard
1
-3
/
+3
2012-01-08
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-4
/
+4
2012-01-03
switch devtmpfs to umode_t
Al Viro
1
-3
/
+3
2012-01-03
switch device_get_devnode() and ->devnode() to umode_t *
Al Viro
1
-1
/
+1
2011-11-15
devtmpfsd: fix task state handling
Kautuk Consul
1
-2
/
+1
2011-08-08
drivers/base/devtmpfs.c: correct annotation of `setup_done'
Arnaud Lacombe
1
-1
/
+1
2011-07-27
devtmpfs: missing initialialization in never-hit case
Al Viro
1
-1
/
+1
2011-07-25
fix devtmpfs race
Al Viro
1
-1
/
+2
2011-07-20
devtmpfs: get rid of bogus mkdir in create_path()
Al Viro
1
-24
/
+18
2011-07-20
switch devtmpfs to kern_path_create()
Al Viro
1
-47
/
+36
2011-07-20
switch devtmpfs object creation/removal to separate kernel thread
Al Viro
1
-73
/
+149
2010-10-29
convert get_sb_single() users
Al Viro
1
-9
/
+9
2010-05-21
devtmpfs: support !CONFIG_TMPFS
Peter Korsgaard
1
-0
/
+5
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-07
Driver-Core: devtmpfs - reset inode permissions before unlinking
Kay Sievers
1
-0
/
+13
2010-01-20
driver-core: fix devtmpfs crash on s390
Heiko Carstens
1
-1
/
+2
2009-12-23
devtmpfs: unlock mutex in case of string allocation error
Kay Sievers
1
-2
/
+5
2009-12-23
devtmpfs: Convert dirlock to a mutex
Thomas Gleixner
1
-7
/
+5
2009-12-11
Driver-Core: devtmpfs - set root directory mode to 0755
Kay Sievers
1
-1
/
+1
2009-12-11
Driver Core: devtmpfs: do not remove non-kernel-created directories
Kay Sievers
1
-23
/
+16
2009-12-11
Driver Core: devtmpfs: use sys_mount()
Kay Sievers
1
-7
/
+2
2009-12-11
Driver core: devtmpfs: prevent concurrent subdirectory creation and removal
Kay Sievers
1
-10
/
+16
2009-12-11
Driver Core: devtmpfs: ignore umask while setting file mode
Kay Sievers
1
-10
/
+16
2009-09-19
Driver-Core: extend devnode callbacks to provide permissions
Kay Sievers
1
-8
/
+16
2009-09-15
Driver Core: devtmpfs - kernel-maintained tmpfs-based /dev
Kay Sievers
1
-0
/
+367