Age | Commit message (Expand) | Author | Files | Lines |
2011-08-09 | drivers/base/devtmpfs.c: correct annotation of `setup_done' | Arnaud Lacombe | 1 | -1/+1 |
2011-07-28 | 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-08 | Driver-Core: devtmpfs - reset inode permissions before unlinking | Kay Sievers | 1 | -0/+13 |
2010-01-21 | 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 |