aboutsummaryrefslogtreecommitdiffstats
path: root/fs/sysfs/mount.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-23kernfs: move struct kernfs_root out of the public view.Greg Kroah-Hartman1-1/+1
2020-04-20docs: filesystems: fix renamed referencesMauro Carvalho Chehab1-1/+1
2019-05-25no need to protect against put_user_ns(NULL)Al Viro1-2/+1
2019-03-16fix sysfs_init_fs_context() in !CONFIG_NET_NS caseAl Viro1-3/+5
2019-02-28kernfs, sysfs, cgroup, intel_rdt: Support fs_contextDavid Howells1-19/+54
2018-05-21unfuck sysfs_mount()Al Viro1-3/+3
2018-01-23sysfs: remove DEBUG definesGreg Kroah-Hartman1-2/+0
2018-01-23sysfs: use SPDX identifiersGreg Kroah-Hartman1-2/+1
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-1/+1
2016-06-23kernfs: The cgroup filesystem also benefits from SB_I_NOEXECEric W. Biederman1-2/+1
2016-06-23mnt: Refactor fs_fully_visible into mount_too_revealingEric W. Biederman1-2/+2
2015-07-10vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman1-0/+4
2015-05-13mnt: Refactor the logic for mounting sysfs and proc in a user namespaceEric W. Biederman1-4/+1
2014-06-03kernfs: move the last knowledge of sysfs out from kernfsJianyu Zhan1-1/+3
2014-05-13kernfs, sysfs, cgroup: restrict extra perm check on open to sysfsTejun Heo1-1/+2
2014-03-02Merge 3.14-rc5 into driver-core-nextGreg Kroah-Hartman1-2/+3
2014-02-25sysfs: fix namespace refcnt leakLi Zefan1-2/+3
2014-02-07kernfs: allow nodes to be created in the deactivated stateTejun Heo1-1/+1
2013-12-17kernfs: add kernfs_dir_opsTejun Heo1-1/+1
2013-12-11kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordinglyTejun Heo1-2/+2
2013-12-10sysfs: fix use-after-free in sysfs_kill_sb()Tejun Heo1-1/+3
2013-11-29sysfs, kernfs: move mount core code to fs/kernfs/mount.cTejun Heo1-152/+0
2013-11-29sysfs, kernfs: prepare mount path for kernfsTejun Heo1-32/+72
2013-11-29sysfs, kernfs: make super_blocks bind to different kernfs_rootsTejun Heo1-4/+6
2013-11-29sysfs, kernfs: implement kernfs_create/destroy_root()Tejun Heo1-11/+18
2013-11-29sysfs, kernfs: introduce sysfs_root_sdTejun Heo1-3/+5
2013-11-29sysfs, kernfs: no need to kern_mount() sysfs from sysfs_init()Tejun Heo1-16/+7
2013-11-29sysfs, kernfs: make sysfs_super_info->ns constTejun Heo1-1/+1
2013-11-29sysfs, kernfs: drop unused params from sysfs_fill_super()Tejun Heo1-2/+2
2013-11-29sysfs, kernfs: introduce kernfs[_find_and]_get() and kernfs_put()Tejun Heo1-14/+0
2013-11-27sysfs: drop kobj_ns_type handling, take #2Tejun Heo1-18/+6
2013-11-07Revert "sysfs: drop kobj_ns_type handling"Linus Torvalds1-6/+18
2013-09-26sysfs: drop kobj_ns_type handlingTejun Heo1-18/+6
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-2/+9
2013-08-28sysfs: Restrict mounting sysfsEric W. Biederman1-3/+9
2013-08-26userns: Better restrictions on when proc and sysfs can be mountedEric W. Biederman1-1/+2
2013-08-21sysfs: fix up space coding style issuesGreg Kroah-Hartman1-1/+1
2013-03-27userns: Restrict when proc and sysfs can be mountedEric W. Biederman1-0/+4
2013-01-17sysfs: Fixed a trailing white space errorBin Wang1-1/+1
2012-11-20userns: Allow unprivilged mounts of proc and sysfsEric W. Biederman1-0/+1
2012-07-14VFS: Pass mount flags to sget()David Howells1-2/+1
2012-07-14sysfs: switch to ->s_d_op and ->d_release()Al Viro1-0/+1
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+1
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-2/+1
2012-01-24sysfs: change permissions for /sys from 0755 to 0555Vitaly Kuznetsov1-1/+1
2011-06-12Delay struct net freeing while there's a sysfs instance refering to itAl Viro1-26/+11
2010-10-29convert sysfsAl Viro1-19/+13
2010-08-09switch sysfs to ->evict_inode()Al Viro1-1/+1
2010-05-21sysfs: Remove usage of S_BIAS to avoid merge conflict with the vfs treeEric W. Biederman1-3/+8
2010-05-21sysfs: Implement sysfs tagged directory support.Eric W. Biederman1-1/+32
2010-05-21sysfs: Remove double free sysfs_get_sbEric W. Biederman1-1/+0
2010-05-21sysfs: Basic support for multiple super blocksEric W. Biederman1-2/+56
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-07sysfs: Kill unused sysfs_sb variable.Eric W. Biederman1-2/+0
2010-03-07sysfs: Pass super_block to sysfs_get_inodeEric W. Biederman1-1/+1
2009-03-24sysfs: reference sysfs_dirent from sysfs inodesEric W. Biederman1-0/+1
2009-03-24sysfs: Take sysfs_mutex when fetching the root inode.Eric W. Biederman1-0/+2
2009-03-24SYSFS: use standard magic.h for sysfsQinghuang Feng1-2/+1
2008-10-16sysfs: Support sysfs_notify from atomic context with new sysfs_notify_direntNeil Brown1-0/+15
2008-04-30fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2007-10-17mm: bdi init hooksPeter Zijlstra1-0/+4
2007-10-12sysfs: add copyrightsTejun Heo1-1/+9
2007-10-12sysfs: make sysfs_root a regular directory direntTejun Heo1-1/+2
2007-10-12sysfs: Remove s_dentryEric W. Biederman1-1/+0
2007-10-12sysfs: Make sysfs_mount staticEric W. Biederman1-1/+1
2007-10-12sysfs: Use kill_anon_superEric W. Biederman1-1/+1
2007-10-12sysfs: Move all of inode initialization into sysfs_init_inodeEric W. Biederman1-5/+0
2007-10-12sysfs: Remove first pass at shadow directory supportEric W. Biederman1-1/+1
2007-10-12sysfs: cleanup semaphore.hDave Young1-1/+0
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-18sysfs: fix sysfs root inode nlink accountingTejun Heo1-5/+5
2007-07-11sysfs: make directory dentries and inodes reclaimableTejun Heo1-1/+1
2007-07-11sysfs: rename sysfs_dirent->s_type to s_flags and make room for flagsTejun Heo1-1/+1
2007-07-11sysfs: use singly-linked list for sysfs_dirent treeTejun Heo1-3/+0
2007-07-11sysfs: fix root sysfs_dirent -> root dentry associationTejun Heo1-0/+1
2007-07-11sysfs: reorganize sysfs_new_indoe() and sysfs_create()Tejun Heo1-8/+10
2007-07-11sysfs: kill attribute file orphaningTejun Heo1-8/+0
2007-07-11sysfs: make sysfs_dirent->s_element a unionTejun Heo1-1/+0
2007-07-11sysfs: add sysfs_dirent->s_parentTejun Heo1-0/+1
2007-06-12sysfs: store sysfs inode nrs in s_ino to avoid readdir oopsesEric Sandeen1-0/+1
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek1-1/+1
2007-02-07sysfs: Shadow directory supportEric W. Biederman1-1/+1
2007-02-07Driver core: fix race in sysfs between sysfs_remove_file() and read()/write()Oliver Neukum1-0/+9
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-1/+1
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen1-1/+1
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-3/+3
2005-06-20[PATCH] sysfs-iattr: set inode attributesManeesh Soni1-1/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+107