aboutsummaryrefslogtreecommitdiff
path: root/fs/sysfs/mount.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-25no need to protect against put_user_ns(NULL)Gravatar Al Viro 1-2/+1
2019-03-16fix sysfs_init_fs_context() in !CONFIG_NET_NS caseGravatar Al Viro 1-3/+5
2019-02-28kernfs, sysfs, cgroup, intel_rdt: Support fs_contextGravatar David Howells 1-19/+54
2018-05-21unfuck sysfs_mount()Gravatar Al Viro 1-3/+3
2018-01-23sysfs: remove DEBUG definesGravatar Greg Kroah-Hartman 1-2/+0
2018-01-23sysfs: use SPDX identifiersGravatar Greg Kroah-Hartman 1-2/+1
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 1-1/+1
2016-06-23kernfs: The cgroup filesystem also benefits from SB_I_NOEXECGravatar Eric W. Biederman 1-2/+1
2016-06-23mnt: Refactor fs_fully_visible into mount_too_revealingGravatar Eric W. Biederman 1-2/+2
2015-07-10vfs: Commit to never having exectuables on proc and sysfs.Gravatar Eric W. Biederman 1-0/+4
2015-05-13mnt: Refactor the logic for mounting sysfs and proc in a user namespaceGravatar Eric W. Biederman 1-4/+1
2014-06-03kernfs: move the last knowledge of sysfs out from kernfsGravatar Jianyu Zhan 1-1/+3
2014-05-13kernfs, sysfs, cgroup: restrict extra perm check on open to sysfsGravatar Tejun Heo 1-1/+2
2014-03-02Merge 3.14-rc5 into driver-core-nextGravatar Greg Kroah-Hartman 1-2/+3
2014-02-25sysfs: fix namespace refcnt leakGravatar Li Zefan 1-2/+3
2014-02-07kernfs: allow nodes to be created in the deactivated stateGravatar Tejun Heo 1-1/+1
2013-12-17kernfs: add kernfs_dir_opsGravatar Tejun Heo 1-1/+1
2013-12-11kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordinglyGravatar Tejun Heo 1-2/+2
2013-12-10sysfs: fix use-after-free in sysfs_kill_sb()Gravatar Tejun Heo 1-1/+3
2013-11-29sysfs, kernfs: move mount core code to fs/kernfs/mount.cGravatar Tejun Heo 1-152/+0
2013-11-29sysfs, kernfs: prepare mount path for kernfsGravatar Tejun Heo 1-32/+72
2013-11-29sysfs, kernfs: make super_blocks bind to different kernfs_rootsGravatar Tejun Heo 1-4/+6
2013-11-29sysfs, kernfs: implement kernfs_create/destroy_root()Gravatar Tejun Heo 1-11/+18
2013-11-29sysfs, kernfs: introduce sysfs_root_sdGravatar Tejun Heo 1-3/+5
2013-11-29sysfs, kernfs: no need to kern_mount() sysfs from sysfs_init()Gravatar Tejun Heo 1-16/+7
2013-11-29sysfs, kernfs: make sysfs_super_info->ns constGravatar Tejun Heo 1-1/+1
2013-11-29sysfs, kernfs: drop unused params from sysfs_fill_super()Gravatar Tejun Heo 1-2/+2
2013-11-29sysfs, kernfs: introduce kernfs[_find_and]_get() and kernfs_put()Gravatar Tejun Heo 1-14/+0
2013-11-27sysfs: drop kobj_ns_type handling, take #2Gravatar Tejun Heo 1-18/+6
2013-11-07Revert "sysfs: drop kobj_ns_type handling"Gravatar Linus Torvalds 1-6/+18
2013-09-26sysfs: drop kobj_ns_type handlingGravatar Tejun Heo 1-18/+6
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-2/+9
2013-08-28sysfs: Restrict mounting sysfsGravatar Eric W. Biederman 1-3/+9
2013-08-26userns: Better restrictions on when proc and sysfs can be mountedGravatar Eric W. Biederman 1-1/+2
2013-08-21sysfs: fix up space coding style issuesGravatar Greg Kroah-Hartman 1-1/+1
2013-03-27userns: Restrict when proc and sysfs can be mountedGravatar Eric W. Biederman 1-0/+4
2013-01-17sysfs: Fixed a trailing white space errorGravatar Bin Wang 1-1/+1
2012-11-20userns: Allow unprivilged mounts of proc and sysfsGravatar Eric W. Biederman 1-0/+1
2012-07-14VFS: Pass mount flags to sget()Gravatar David Howells 1-2/+1
2012-07-14sysfs: switch to ->s_d_op and ->d_release()Gravatar Al Viro 1-0/+1
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+1
2012-03-20switch open-coded instances of d_make_root() to new helperGravatar Al Viro 1-2/+1
2012-01-24sysfs: change permissions for /sys from 0755 to 0555Gravatar Vitaly Kuznetsov 1-1/+1
2011-06-12Delay struct net freeing while there's a sysfs instance refering to itGravatar Al Viro 1-26/+11
2010-10-29convert sysfsGravatar Al Viro 1-19/+13
2010-08-09switch sysfs to ->evict_inode()Gravatar Al Viro 1-1/+1
2010-05-21sysfs: Remove usage of S_BIAS to avoid merge conflict with the vfs treeGravatar Eric W. Biederman 1-3/+8
2010-05-21sysfs: Implement sysfs tagged directory support.Gravatar Eric W. Biederman 1-1/+32
2010-05-21sysfs: Remove double free sysfs_get_sbGravatar Eric W. Biederman 1-1/+0
2010-05-21sysfs: Basic support for multiple super blocksGravatar Eric W. Biederman 1-2/+56