summaryrefslogtreecommitdiffstats
path: root/fs/sysfs/mount.c
Commit message (Expand)AuthorAgeFilesLines
* no need to protect against put_user_ns(NULL)Al Viro2019-05-251-2/+1Star
* fix sysfs_init_fs_context() in !CONFIG_NET_NS caseAl Viro2019-03-161-3/+5
* kernfs, sysfs, cgroup, intel_rdt: Support fs_contextDavid Howells2019-02-281-19/+54
* unfuck sysfs_mount()Al Viro2018-05-211-3/+3
* sysfs: remove DEBUG definesGreg Kroah-Hartman2018-01-231-2/+0Star
* sysfs: use SPDX identifiersGreg Kroah-Hartman2018-01-231-2/+1Star
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-1/+1
* kernfs: The cgroup filesystem also benefits from SB_I_NOEXECEric W. Biederman2016-06-231-2/+1Star
* mnt: Refactor fs_fully_visible into mount_too_revealingEric W. Biederman2016-06-231-2/+2
* vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman2015-07-101-0/+4
* mnt: Refactor the logic for mounting sysfs and proc in a user namespaceEric W. Biederman2015-05-141-4/+1Star
* kernfs: move the last knowledge of sysfs out from kernfsJianyu Zhan2014-06-031-1/+3
* kernfs, sysfs, cgroup: restrict extra perm check on open to sysfsTejun Heo2014-05-131-1/+2
* Merge 3.14-rc5 into driver-core-nextGreg Kroah-Hartman2014-03-031-2/+3
|\
| * sysfs: fix namespace refcnt leakLi Zefan2014-02-251-2/+3
* | kernfs: allow nodes to be created in the deactivated stateTejun Heo2014-02-081-1/+1
|/
* kernfs: add kernfs_dir_opsTejun Heo2013-12-171-1/+1
* kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordinglyTejun Heo2013-12-121-2/+2
* sysfs: fix use-after-free in sysfs_kill_sb()Tejun Heo2013-12-111-1/+3
* sysfs, kernfs: move mount core code to fs/kernfs/mount.cTejun Heo2013-11-301-152/+0Star
* sysfs, kernfs: prepare mount path for kernfsTejun Heo2013-11-301-32/+72
* sysfs, kernfs: make super_blocks bind to different kernfs_rootsTejun Heo2013-11-301-4/+6
* sysfs, kernfs: implement kernfs_create/destroy_root()Tejun Heo2013-11-301-11/+18
* sysfs, kernfs: introduce sysfs_root_sdTejun Heo2013-11-301-3/+5
* sysfs, kernfs: no need to kern_mount() sysfs from sysfs_init()Tejun Heo2013-11-301-16/+7Star
* sysfs, kernfs: make sysfs_super_info->ns constTejun Heo2013-11-301-1/+1
* sysfs, kernfs: drop unused params from sysfs_fill_super()Tejun Heo2013-11-301-2/+2
* sysfs, kernfs: introduce kernfs[_find_and]_get() and kernfs_put()Tejun Heo2013-11-301-14/+0Star
* sysfs: drop kobj_ns_type handling, take #2Tejun Heo2013-11-271-18/+6Star
* Revert "sysfs: drop kobj_ns_type handling"Linus Torvalds2013-11-071-6/+18
* sysfs: drop kobj_ns_type handlingTejun Heo2013-09-271-18/+6Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-09-071-2/+9
|\
| * sysfs: Restrict mounting sysfsEric W. Biederman2013-08-291-3/+9
| * userns: Better restrictions on when proc and sysfs can be mountedEric W. Biederman2013-08-271-1/+2
* | sysfs: fix up space coding style issuesGreg Kroah-Hartman2013-08-221-1/+1
|/
* userns: Restrict when proc and sysfs can be mountedEric W. Biederman2013-03-271-0/+4
* sysfs: Fixed a trailing white space errorBin Wang2013-01-171-1/+1
* userns: Allow unprivilged mounts of proc and sysfsEric W. Biederman2012-11-201-0/+1
* VFS: Pass mount flags to sget()David Howells2012-07-141-2/+1Star
* sysfs: switch to ->s_d_op and ->d_release()Al Viro2012-07-141-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-211-2/+1Star
|\
| * switch open-coded instances of d_make_root() to new helperAl Viro2012-03-211-2/+1Star
* | sysfs: change permissions for /sys from 0755 to 0555Vitaly Kuznetsov2012-01-251-1/+1
|/
* Delay struct net freeing while there's a sysfs instance refering to itAl Viro2011-06-121-26/+11Star
* convert sysfsAl Viro2010-10-291-19/+13Star
* switch sysfs to ->evict_inode()Al Viro2010-08-091-1/+1
* sysfs: Remove usage of S_BIAS to avoid merge conflict with the vfs treeEric W. Biederman2010-05-211-3/+8
* sysfs: Implement sysfs tagged directory support.Eric W. Biederman2010-05-211-1/+32
* sysfs: Remove double free sysfs_get_sbEric W. Biederman2010-05-211-1/+0Star
* sysfs: Basic support for multiple super blocksEric W. Biederman2010-05-211-2/+56