aboutsummaryrefslogtreecommitdiff
path: root/fs/sysfs/mount.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-07sysfs: Kill unused sysfs_sb variable.Gravatar Eric W. Biederman 1-2/+0
2010-03-07sysfs: Pass super_block to sysfs_get_inodeGravatar Eric W. Biederman 1-1/+1
2009-03-24sysfs: reference sysfs_dirent from sysfs inodesGravatar Eric W. Biederman 1-0/+1
2009-03-24sysfs: Take sysfs_mutex when fetching the root inode.Gravatar Eric W. Biederman 1-0/+2
2009-03-24SYSFS: use standard magic.h for sysfsGravatar Qinghuang Feng 1-2/+1
2008-10-16sysfs: Support sysfs_notify from atomic context with new sysfs_notify_direntGravatar Neil Brown 1-0/+15
2008-04-30fs: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-1/+1
2007-10-17mm: bdi init hooksGravatar Peter Zijlstra 1-0/+4
2007-10-12sysfs: add copyrightsGravatar Tejun Heo 1-1/+9
2007-10-12sysfs: make sysfs_root a regular directory direntGravatar Tejun Heo 1-1/+2
2007-10-12sysfs: Remove s_dentryGravatar Eric W. Biederman 1-1/+0
2007-10-12sysfs: Make sysfs_mount staticGravatar Eric W. Biederman 1-1/+1
2007-10-12sysfs: Use kill_anon_superGravatar Eric W. Biederman 1-1/+1
2007-10-12sysfs: Move all of inode initialization into sysfs_init_inodeGravatar Eric W. Biederman 1-5/+0
2007-10-12sysfs: Remove first pass at shadow directory supportGravatar Eric W. Biederman 1-1/+1
2007-10-12sysfs: cleanup semaphore.hGravatar Dave Young 1-1/+0
2007-07-20mm: Remove slab destructors from kmem_cache_create().Gravatar Paul Mundt 1-1/+1
2007-07-18sysfs: fix sysfs root inode nlink accountingGravatar Tejun Heo 1-5/+5
2007-07-11sysfs: make directory dentries and inodes reclaimableGravatar Tejun Heo 1-1/+1
2007-07-11sysfs: rename sysfs_dirent->s_type to s_flags and make room for flagsGravatar Tejun Heo 1-1/+1
2007-07-11sysfs: use singly-linked list for sysfs_dirent treeGravatar Tejun Heo 1-3/+0
2007-07-11sysfs: fix root sysfs_dirent -> root dentry associationGravatar Tejun Heo 1-0/+1
2007-07-11sysfs: reorganize sysfs_new_indoe() and sysfs_create()Gravatar Tejun Heo 1-8/+10
2007-07-11sysfs: kill attribute file orphaningGravatar Tejun Heo 1-8/+0
2007-07-11sysfs: make sysfs_dirent->s_element a unionGravatar Tejun Heo 1-1/+0
2007-07-11sysfs: add sysfs_dirent->s_parentGravatar Tejun Heo 1-0/+1
2007-06-12sysfs: store sysfs inode nrs in s_ino to avoid readdir oopsesGravatar Eric Sandeen 1-0/+1
2007-02-12[PATCH] Mark struct super_operations constGravatar Josef 'Jeff' Sipek 1-1/+1
2007-02-07sysfs: Shadow directory supportGravatar Eric W. Biederman 1-1/+1
2007-02-07Driver core: fix race in sysfs between sysfs_remove_file() and read()/write()Gravatar Oliver Neukum 1-0/+9
2006-12-07[PATCH] slab: remove kmem_cache_tGravatar Christoph Lameter 1-1/+1
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperGravatar Dave Hansen 1-1/+1
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountGravatar David Howells 1-3/+3
2005-06-20[PATCH] sysfs-iattr: set inode attributesGravatar Maneesh Soni 1-1/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+107