aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/devtmpfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-12-23devtmpfs: unlock mutex in case of string allocation errorKay Sievers1-2/+5
2009-12-23devtmpfs: Convert dirlock to a mutexThomas Gleixner1-7/+5
2009-12-11Driver-Core: devtmpfs - set root directory mode to 0755Kay Sievers1-1/+1
2009-12-11Driver Core: devtmpfs: do not remove non-kernel-created directoriesKay Sievers1-23/+16
2009-12-11Driver Core: devtmpfs: use sys_mount()Kay Sievers1-7/+2
2009-12-11Driver core: devtmpfs: prevent concurrent subdirectory creation and removalKay Sievers1-10/+16
2009-12-11Driver Core: devtmpfs: ignore umask while setting file modeKay Sievers1-10/+16
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers1-8/+16
2009-09-15Driver Core: devtmpfs - kernel-maintained tmpfs-based /devKay Sievers1-0/+367