| Commit message (Expand) | Author | Age | Files | Lines |
* | kernfs: move the last knowledge of sysfs out from kernfs | Jianyu Zhan | 2014-06-03 | 1 | -1/+3 |
* | kernfs, sysfs, cgroup: restrict extra perm check on open to sysfs | Tejun Heo | 2014-05-13 | 1 | -1/+2 |
* | Merge 3.14-rc5 into driver-core-next | Greg Kroah-Hartman | 2014-03-02 | 1 | -2/+3 |
|\ |
|
| * | sysfs: fix namespace refcnt leak | Li Zefan | 2014-02-25 | 1 | -2/+3 |
* | | kernfs: allow nodes to be created in the deactivated state | Tejun Heo | 2014-02-07 | 1 | -1/+1 |
|/ |
|
* | kernfs: add kernfs_dir_ops | Tejun Heo | 2013-12-17 | 1 | -1/+1 |
* | kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordingly | Tejun Heo | 2013-12-11 | 1 | -2/+2 |
* | sysfs: fix use-after-free in sysfs_kill_sb() | Tejun Heo | 2013-12-10 | 1 | -1/+3 |
* | sysfs, kernfs: move mount core code to fs/kernfs/mount.c | Tejun Heo | 2013-11-29 | 1 | -152/+0 |
* | sysfs, kernfs: prepare mount path for kernfs | Tejun Heo | 2013-11-29 | 1 | -32/+72 |
* | sysfs, kernfs: make super_blocks bind to different kernfs_roots | Tejun Heo | 2013-11-29 | 1 | -4/+6 |
* | sysfs, kernfs: implement kernfs_create/destroy_root() | Tejun Heo | 2013-11-29 | 1 | -11/+18 |
* | sysfs, kernfs: introduce sysfs_root_sd | Tejun Heo | 2013-11-29 | 1 | -3/+5 |
* | sysfs, kernfs: no need to kern_mount() sysfs from sysfs_init() | Tejun Heo | 2013-11-29 | 1 | -16/+7 |
* | sysfs, kernfs: make sysfs_super_info->ns const | Tejun Heo | 2013-11-29 | 1 | -1/+1 |
* | sysfs, kernfs: drop unused params from sysfs_fill_super() | Tejun Heo | 2013-11-29 | 1 | -2/+2 |
* | sysfs, kernfs: introduce kernfs[_find_and]_get() and kernfs_put() | Tejun Heo | 2013-11-29 | 1 | -14/+0 |
* | sysfs: drop kobj_ns_type handling, take #2 | Tejun Heo | 2013-11-27 | 1 | -18/+6 |
* | Revert "sysfs: drop kobj_ns_type handling" | Linus Torvalds | 2013-11-07 | 1 | -6/+18 |
* | sysfs: drop kobj_ns_type handling | Tejun Heo | 2013-09-26 | 1 | -18/+6 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2013-09-07 | 1 | -2/+9 |
|\ |
|
| * | sysfs: Restrict mounting sysfs | Eric W. Biederman | 2013-08-28 | 1 | -3/+9 |
| * | userns: Better restrictions on when proc and sysfs can be mounted | Eric W. Biederman | 2013-08-26 | 1 | -1/+2 |
* | | sysfs: fix up space coding style issues | Greg Kroah-Hartman | 2013-08-21 | 1 | -1/+1 |
|/ |
|
* | userns: Restrict when proc and sysfs can be mounted | Eric W. Biederman | 2013-03-27 | 1 | -0/+4 |
* | sysfs: Fixed a trailing white space error | Bin Wang | 2013-01-17 | 1 | -1/+1 |
* | userns: Allow unprivilged mounts of proc and sysfs | Eric W. Biederman | 2012-11-20 | 1 | -0/+1 |
* | VFS: Pass mount flags to sget() | David Howells | 2012-07-14 | 1 | -2/+1 |
* | sysfs: switch to ->s_d_op and ->d_release() | Al Viro | 2012-07-14 | 1 | -0/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-03-21 | 1 | -2/+1 |
|\ |
|
| * | switch open-coded instances of d_make_root() to new helper | Al Viro | 2012-03-20 | 1 | -2/+1 |
* | | sysfs: change permissions for /sys from 0755 to 0555 | Vitaly Kuznetsov | 2012-01-24 | 1 | -1/+1 |
|/ |
|
* | Delay struct net freeing while there's a sysfs instance refering to it | Al Viro | 2011-06-12 | 1 | -26/+11 |
* | convert sysfs | Al Viro | 2010-10-29 | 1 | -19/+13 |
* | switch sysfs to ->evict_inode() | Al Viro | 2010-08-09 | 1 | -1/+1 |
* | sysfs: Remove usage of S_BIAS to avoid merge conflict with the vfs tree | Eric W. Biederman | 2010-05-21 | 1 | -3/+8 |
* | sysfs: Implement sysfs tagged directory support. | Eric W. Biederman | 2010-05-21 | 1 | -1/+32 |
* | sysfs: Remove double free sysfs_get_sb | Eric W. Biederman | 2010-05-21 | 1 | -1/+0 |
* | sysfs: Basic support for multiple super blocks | Eric W. Biederman | 2010-05-21 | 1 | -2/+56 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | sysfs: Kill unused sysfs_sb variable. | Eric W. Biederman | 2010-03-07 | 1 | -2/+0 |
* | sysfs: Pass super_block to sysfs_get_inode | Eric W. Biederman | 2010-03-07 | 1 | -1/+1 |
* | sysfs: reference sysfs_dirent from sysfs inodes | Eric W. Biederman | 2009-03-24 | 1 | -0/+1 |
* | sysfs: Take sysfs_mutex when fetching the root inode. | Eric W. Biederman | 2009-03-24 | 1 | -0/+2 |
* | SYSFS: use standard magic.h for sysfs | Qinghuang Feng | 2009-03-24 | 1 | -2/+1 |
* | sysfs: Support sysfs_notify from atomic context with new sysfs_notify_dirent | Neil Brown | 2008-10-16 | 1 | -0/+15 |
* | fs: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-30 | 1 | -1/+1 |
* | mm: bdi init hooks | Peter Zijlstra | 2007-10-17 | 1 | -0/+4 |
* | sysfs: add copyrights | Tejun Heo | 2007-10-12 | 1 | -1/+9 |
* | sysfs: make sysfs_root a regular directory dirent | Tejun Heo | 2007-10-12 | 1 | -1/+2 |