summaryrefslogtreecommitdiffstats
path: root/fs/sysfs/mount.c
Commit message (Expand)AuthorAgeFilesLines
* 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-021-2/+3
|\
| * sysfs: fix namespace refcnt leakLi Zefan2014-02-251-2/+3
* | kernfs: allow nodes to be created in the deactivated stateTejun Heo2014-02-071-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-111-2/+2
* sysfs: fix use-after-free in sysfs_kill_sb()Tejun Heo2013-12-101-1/+3
* sysfs, kernfs: move mount core code to fs/kernfs/mount.cTejun Heo2013-11-291-152/+0
* sysfs, kernfs: prepare mount path for kernfsTejun Heo2013-11-291-32/+72
* sysfs, kernfs: make super_blocks bind to different kernfs_rootsTejun Heo2013-11-291-4/+6
* sysfs, kernfs: implement kernfs_create/destroy_root()Tejun Heo2013-11-291-11/+18
* sysfs, kernfs: introduce sysfs_root_sdTejun Heo2013-11-291-3/+5
* sysfs, kernfs: no need to kern_mount() sysfs from sysfs_init()Tejun Heo2013-11-291-16/+7
* sysfs, kernfs: make sysfs_super_info->ns constTejun Heo2013-11-291-1/+1
* sysfs, kernfs: drop unused params from sysfs_fill_super()Tejun Heo2013-11-291-2/+2
* sysfs, kernfs: introduce kernfs[_find_and]_get() and kernfs_put()Tejun Heo2013-11-291-14/+0
* sysfs: drop kobj_ns_type handling, take #2Tejun Heo2013-11-271-18/+6
* Revert "sysfs: drop kobj_ns_type handling"Linus Torvalds2013-11-071-6/+18
* sysfs: drop kobj_ns_type handlingTejun Heo2013-09-261-18/+6
* 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-281-3/+9
| * userns: Better restrictions on when proc and sysfs can be mountedEric W. Biederman2013-08-261-1/+2
* | sysfs: fix up space coding style issuesGreg Kroah-Hartman2013-08-211-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/+1
* 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/+1
|\
| * switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-2/+1
* | sysfs: change permissions for /sys from 0755 to 0555Vitaly Kuznetsov2012-01-241-1/+1
|/
* Delay struct net freeing while there's a sysfs instance refering to itAl Viro2011-06-121-26/+11
* convert sysfsAl Viro2010-10-291-19/+13
* 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/+0
* sysfs: Basic support for multiple super blocksEric W. Biederman2010-05-211-2/+56
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* sysfs: Kill unused sysfs_sb variable.Eric W. Biederman2010-03-071-2/+0
* sysfs: Pass super_block to sysfs_get_inodeEric W. Biederman2010-03-071-1/+1
* sysfs: reference sysfs_dirent from sysfs inodesEric W. Biederman2009-03-241-0/+1
* sysfs: Take sysfs_mutex when fetching the root inode.Eric W. Biederman2009-03-241-0/+2
* SYSFS: use standard magic.h for sysfsQinghuang Feng2009-03-241-2/+1
* sysfs: Support sysfs_notify from atomic context with new sysfs_notify_direntNeil Brown2008-10-161-0/+15
* fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-301-1/+1
* mm: bdi init hooksPeter Zijlstra2007-10-171-0/+4
* sysfs: add copyrightsTejun Heo2007-10-121-1/+9
* sysfs: make sysfs_root a regular directory direntTejun Heo2007-10-121-1/+2
OpenPOWER on IntegriCloud