summaryrefslogtreecommitdiffstats
path: root/fs/sysfs/mount.c
AgeCommit message (Expand)Author
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-08-28sysfs: Restrict mounting sysfsEric W. Biederman
2013-08-26userns: Better restrictions on when proc and sysfs can be mountedEric W. Biederman
2013-08-21sysfs: fix up space coding style issuesGreg Kroah-Hartman
2013-03-27userns: Restrict when proc and sysfs can be mountedEric W. Biederman
2013-01-17sysfs: Fixed a trailing white space errorBin Wang
2012-11-20userns: Allow unprivilged mounts of proc and sysfsEric W. Biederman
2012-07-14VFS: Pass mount flags to sget()David Howells
2012-07-14sysfs: switch to ->s_d_op and ->d_release()Al Viro
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-01-24sysfs: change permissions for /sys from 0755 to 0555Vitaly Kuznetsov
2011-06-12Delay struct net freeing while there's a sysfs instance refering to itAl Viro
2010-10-29convert sysfsAl Viro
2010-08-09switch sysfs to ->evict_inode()Al Viro
2010-05-21sysfs: Remove usage of S_BIAS to avoid merge conflict with the vfs treeEric W. Biederman
2010-05-21sysfs: Implement sysfs tagged directory support.Eric W. Biederman
2010-05-21sysfs: Remove double free sysfs_get_sbEric W. Biederman
2010-05-21sysfs: Basic support for multiple super blocksEric W. Biederman
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-07sysfs: Kill unused sysfs_sb variable.Eric W. Biederman
2010-03-07sysfs: Pass super_block to sysfs_get_inodeEric W. Biederman
2009-03-24sysfs: reference sysfs_dirent from sysfs inodesEric W. Biederman
2009-03-24sysfs: Take sysfs_mutex when fetching the root inode.Eric W. Biederman
2009-03-24SYSFS: use standard magic.h for sysfsQinghuang Feng
2008-10-16sysfs: Support sysfs_notify from atomic context with new sysfs_notify_direntNeil Brown
2008-04-30fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2007-10-17mm: bdi init hooksPeter Zijlstra
2007-10-12sysfs: add copyrightsTejun Heo
2007-10-12sysfs: make sysfs_root a regular directory direntTejun Heo
2007-10-12sysfs: Remove s_dentryEric W. Biederman
2007-10-12sysfs: Make sysfs_mount staticEric W. Biederman
2007-10-12sysfs: Use kill_anon_superEric W. Biederman
2007-10-12sysfs: Move all of inode initialization into sysfs_init_inodeEric W. Biederman
2007-10-12sysfs: Remove first pass at shadow directory supportEric W. Biederman
2007-10-12sysfs: cleanup semaphore.hDave Young
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt
2007-07-18sysfs: fix sysfs root inode nlink accountingTejun Heo
2007-07-11sysfs: make directory dentries and inodes reclaimableTejun Heo
2007-07-11sysfs: rename sysfs_dirent->s_type to s_flags and make room for flagsTejun Heo
2007-07-11sysfs: use singly-linked list for sysfs_dirent treeTejun Heo
2007-07-11sysfs: fix root sysfs_dirent -> root dentry associationTejun Heo
2007-07-11sysfs: reorganize sysfs_new_indoe() and sysfs_create()Tejun Heo
2007-07-11sysfs: kill attribute file orphaningTejun Heo
2007-07-11sysfs: make sysfs_dirent->s_element a unionTejun Heo
2007-07-11sysfs: add sysfs_dirent->s_parentTejun Heo
2007-06-12sysfs: store sysfs inode nrs in s_ino to avoid readdir oopsesEric Sandeen
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek
2007-02-07sysfs: Shadow directory supportEric W. Biederman
2007-02-07Driver core: fix race in sysfs between sysfs_remove_file() and read()/write()Oliver Neukum