index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
devtmpfs.c
Age
Commit message (
Expand
)
Author
2015-04-15
VFS: assorted weird filesystems: d_inode() annotations
David Howells
2013-12-19
devtmpfs: Calling delete_path() only when necessary
Axel Lin
2013-11-09
locks: break delegations on any attribute modification
J. Bruce Fields
2013-11-09
locks: break delegations on unlink
J. Bruce Fields
2013-04-11
driver core: handle user namespaces properly with the uid/gid devtmpfs change
Greg Kroah-Hartman
2013-04-10
driver core: devtmpfs: fix compile failure with CONFIG_UIDGID_STRICT_TYPE_CHECKS
Ming Lei
2013-04-10
devtmpfs: add base.h include
Greg Kroah-Hartman
2013-04-08
driver core: add uid and gid to devtmpfs
Kay Sievers
2013-02-26
switch vfs_getattr() to struct path
Al Viro
2012-12-20
vfs: turn is_dir argument to kern_path_create into a lookup_flags arg
Jeff Layton
2012-09-21
userns: Convert devtmpfs to use GLOBAL_ROOT_UID and GLOBAL_ROOT_GID
Eric W. Biederman
2012-07-29
new helper: done_path_create()
Al Viro
2012-07-14
get rid of kern_path_parent()
Al Viro
2012-04-18
devtmpfs: fix 'the the' typo
Peter Korsgaard
2012-01-08
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2012-01-03
switch devtmpfs to umode_t
Al Viro
2012-01-03
switch device_get_devnode() and ->devnode() to umode_t *
Al Viro
2011-11-15
devtmpfsd: fix task state handling
Kautuk Consul
2011-08-08
drivers/base/devtmpfs.c: correct annotation of `setup_done'
Arnaud Lacombe
2011-07-27
devtmpfs: missing initialialization in never-hit case
Al Viro
2011-07-25
fix devtmpfs race
Al Viro
2011-07-20
devtmpfs: get rid of bogus mkdir in create_path()
Al Viro
2011-07-20
switch devtmpfs to kern_path_create()
Al Viro
2011-07-20
switch devtmpfs object creation/removal to separate kernel thread
Al Viro
2010-10-29
convert get_sb_single() users
Al Viro
2010-05-21
devtmpfs: support !CONFIG_TMPFS
Peter Korsgaard
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-07
Driver-Core: devtmpfs - reset inode permissions before unlinking
Kay Sievers
2010-01-20
driver-core: fix devtmpfs crash on s390
Heiko Carstens
2009-12-23
devtmpfs: unlock mutex in case of string allocation error
Kay Sievers
2009-12-23
devtmpfs: Convert dirlock to a mutex
Thomas Gleixner
2009-12-11
Driver-Core: devtmpfs - set root directory mode to 0755
Kay Sievers
2009-12-11
Driver Core: devtmpfs: do not remove non-kernel-created directories
Kay Sievers
2009-12-11
Driver Core: devtmpfs: use sys_mount()
Kay Sievers
2009-12-11
Driver core: devtmpfs: prevent concurrent subdirectory creation and removal
Kay Sievers
2009-12-11
Driver Core: devtmpfs: ignore umask while setting file mode
Kay Sievers
2009-09-19
Driver-Core: extend devnode callbacks to provide permissions
Kay Sievers
2009-09-15
Driver Core: devtmpfs - kernel-maintained tmpfs-based /dev
Kay Sievers