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
2022-06-27
devtmpfs: fix the dangling pointer of global devtmpfsd thread
Yangxi Xiang
1
-0
/
+1
2022-03-28
Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+0
2022-02-04
devtmpfs: drop redundant fs parameters from internal fs
Anthony Iliopoulos
1
-2
/
+0
2022-02-02
block: remove genhd.h
Christoph Hellwig
1
-1
/
+1
2022-01-17
devtmpfs regression fix: reconfigure on each mount
NeilBrown
1
-0
/
+7
2021-12-30
devtmpfs: mount with noexec and nosuid
Kees Cook
1
-2
/
+8
2021-03-23
devtmpfs: actually reclaim some init memory
Rasmus Villemoes
1
-2
/
+2
2021-03-23
devtmpfs: fix placement of complete() call
Rasmus Villemoes
1
-1
/
+1
2021-01-24
namei: prepare for idmapped mounts
Christian Brauner
1
-4
/
+7
2021-01-24
attr: handle idmapped mounts
Christian Brauner
1
-2
/
+2
2020-07-31
init: add an init_chroot helper
Christoph Hellwig
1
-1
/
+1
2020-07-31
init: add an init_chdir helper
Christoph Hellwig
1
-1
/
+1
2020-07-31
init: add an init_mount helper
Christoph Hellwig
1
-2
/
+3
2020-07-31
devtmpfs: refactor devtmpfsd()
Christoph Hellwig
1
-21
/
+31
2020-02-08
Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+2
2020-02-07
fs_parse: fold fs_parameter_desc/fs_parameter_spec
Al Viro
1
-2
/
+2
2020-01-22
devtmpfs: factor out common tail of devtmpfs_{create,delete}_node
Rasmus Villemoes
1
-25
/
+19
2020-01-22
devtmpfs: initify a bit
Rasmus Villemoes
1
-2
/
+2
2020-01-22
devtmpfs: simplify initialization of mount_dev
Rasmus Villemoes
1
-5
/
+1
2020-01-22
devtmpfs: factor out setup part of devtmpfsd()
Rasmus Villemoes
1
-5
/
+12
2020-01-22
devtmpfs: fix theoretical stale pointer deref in devtmpfsd()
Rasmus Villemoes
1
-6
/
+8
2019-12-12
devtmpfs: use do_mount() instead of ksys_mount()
Dominik Brodowski
1
-3
/
+3
2019-09-12
vfs: Convert ramfs, shmem, tmpfs, devtmpfs, rootfs to use the new mount API
David Howells
1
-10
/
+6
2019-09-05
make shmem_fill_super() static
Al Viro
1
-1
/
+1
2019-09-05
devtmpfs: don't mix {ramfs,shmem}_fill_super() with mount_single()
Al Viro
1
-6
/
+30
2019-07-04
constify ksys_mount() string arguments
Al Viro
1
-2
/
+1
2018-12-20
vfs: Suppress MS_* flag defs within the kernel unless explicitly enabled
David Howells
1
-0
/
+1
2018-09-16
drivers/base/devtmpfs.c: don't pretend path is const in delete_path
Rasmus Villemoes
1
-1
/
+1
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
[next]