aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/devtmpfs.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-08drivers/base/devtmpfs.c: correct annotation of `setup_done'Gravatar Arnaud Lacombe 1-1/+1
2011-07-27devtmpfs: missing initialialization in never-hit caseGravatar Al Viro 1-1/+1
2011-07-25fix devtmpfs raceGravatar Al Viro 1-1/+2
2011-07-20devtmpfs: get rid of bogus mkdir in create_path()Gravatar Al Viro 1-24/+18
2011-07-20switch devtmpfs to kern_path_create()Gravatar Al Viro 1-47/+36
2011-07-20switch devtmpfs object creation/removal to separate kernel threadGravatar Al Viro 1-73/+149
2010-10-29convert get_sb_single() usersGravatar Al Viro 1-9/+9
2010-05-21devtmpfs: support !CONFIG_TMPFSGravatar Peter Korsgaard 1-0/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-07Driver-Core: devtmpfs - reset inode permissions before unlinkingGravatar Kay Sievers 1-0/+13
2010-01-20driver-core: fix devtmpfs crash on s390Gravatar Heiko Carstens 1-1/+2
2009-12-23devtmpfs: unlock mutex in case of string allocation errorGravatar Kay Sievers 1-2/+5
2009-12-23devtmpfs: Convert dirlock to a mutexGravatar Thomas Gleixner 1-7/+5
2009-12-11Driver-Core: devtmpfs - set root directory mode to 0755Gravatar Kay Sievers 1-1/+1
2009-12-11Driver Core: devtmpfs: do not remove non-kernel-created directoriesGravatar Kay Sievers 1-23/+16
2009-12-11Driver Core: devtmpfs: use sys_mount()Gravatar Kay Sievers 1-7/+2
2009-12-11Driver core: devtmpfs: prevent concurrent subdirectory creation and removalGravatar Kay Sievers 1-10/+16
2009-12-11Driver Core: devtmpfs: ignore umask while setting file modeGravatar Kay Sievers 1-10/+16
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsGravatar Kay Sievers 1-8/+16
2009-09-15Driver Core: devtmpfs - kernel-maintained tmpfs-based /devGravatar Kay Sievers 1-0/+367