aboutsummaryrefslogtreecommitdiffstats
path: root/fs/sysfs/sysfs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-25sysfs: Functions for adding/removing symlinks to/from attribute groupsRafael J. Wysocki1-0/+2
2012-07-14sysfs: switch to ->s_d_op and ->d_release()Al Viro1-0/+1
2012-03-08Revert "sysfs: Kill nlink counting."Greg Kroah-Hartman1-0/+1
2012-01-24sysfs: Kill nlink counting.Eric W. Biederman1-1/+0
2012-01-24sysfs: Store the sysfs inode in an unsigned int.Eric W. Biederman1-1/+1
2012-01-24sysfs: Reduce s_flags to an unsinged short so it packs well with s_modeEric W. Biederman1-3/+3
2012-01-24sysfs: Add s_hash to sysfs_dirent and order directory entries by hashEric W. Biederman1-5/+4
2012-01-03sysfs: propagate umode_tAl Viro1-2/+2
2011-08-22sysfs: use rb-tree for inode number lookupMikulas Patocka1-3/+2
2011-08-22sysfs: remove s_sibling hacksMikulas Patocka1-0/+5
2011-08-22sysfs: use rb-tree for name lookupsMikulas Patocka1-0/+5
2011-08-22sysfs: count subdirectoriesMikulas Patocka1-0/+2
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro1-1/+1
2011-06-12Delay struct net freeing while there's a sysfs instance refering to itAl Viro1-1/+1
2011-01-10headers: kobject.h reduxAlexey Dobriyan1-0/+1
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin1-1/+1
2010-08-09switch sysfs to ->evict_inode()Al Viro1-1/+1
2010-05-21sysfs: Comment sysfs directory tagging logicSerge E. Hallyn1-1/+12
2010-05-21sysfs: Implement sysfs tagged directory support.Eric W. Biederman1-4/+16
2010-05-21sysfs: Basic support for multiple super blocksEric W. Biederman1-0/+3
2010-03-07sysfs: Kill unused sysfs_sb variable.Eric W. Biederman1-1/+0
2010-03-07sysfs: Pass super_block to sysfs_get_inodeEric W. Biederman1-1/+1
2010-03-07sysfs: Pack sysfs_dirent more tightly.Eric W. Biederman1-1/+1
2010-03-07sysfs: Use one lockdep class per sysfs attribute.Eric W. Biederman1-2/+5
2010-03-07sysfs: Only take active references on attributes.Eric W. Biederman1-0/+1
2010-03-07sysfs: Remove sysfs_get/put_active_twoEric W. Biederman1-2/+2
2010-01-04sysfs: Add lockdep annotations for the sysfs active referenceEric W. Biederman1-0/+15
2009-12-11sysfs: Factor out sysfs_rename from sysfs_rename_dir and sysfs_move_dirEric W. Biederman1-0/+3
2009-12-11sysfs: Propagate renames to the vfs on demandEric W. Biederman1-1/+0
2009-12-11sysfs: Gut sysfs_addrm_start and sysfs_addrm_finishEric W. Biederman1-2/+0
2009-12-11sysfs: Implement sysfs_getattr & sysfs_permissionEric W. Biederman1-0/+2
2009-12-11sysfs: Fix locking and factor out sysfs_sd_setattrEric W. Biederman1-0/+1
2009-09-10sysfs: Add labeling support for sysfsDavid P. Quigley1-1/+11
2009-03-24sysfs: don't block indefinitely for unmapped files.Eric W. Biederman1-0/+2
2009-03-24sysfs: reference sysfs_dirent from sysfs inodesEric W. Biederman1-0/+1
2008-10-16sysfs: Support sysfs_notify from atomic context with new sysfs_notify_direntNeil Brown1-2/+4
2008-07-21driver core: Suppress sysfs warnings for device_rename().Cornelia Huck1-0/+1
2008-04-22[SCSI] sysfs: make group is_valid return a mode_tJames Bottomley1-0/+2
2007-10-30sysfs: make sysfs_{get,put}_active() staticAdrian Bunk1-2/+0
2007-10-17mm: bdi init hooksPeter Zijlstra1-0/+1
2007-10-12sysfs: add copyrightsTejun Heo1-0/+10
2007-10-12sysfs: move sysfs file poll implementation to sysfs_open_direntTejun Heo1-1/+0
2007-10-12sysfs: implement sysfs_open_direntTejun Heo1-0/+3
2007-10-12sysfs: move sysfs_dirent->s_children into sysfs_dirent->s_dirTejun Heo1-1/+2
2007-10-12sysfs: make sysfs_root a regular directory direntTejun Heo1-5/+4
2007-10-12sysfs: make s_elem an anonymous unionTejun Heo1-5/+5
2007-10-12sysfs: reposition sysfs_dirent->s_mode.Tejun Heo1-1/+1
2007-10-12sysfs: clean up header filesTejun Heo1-56/+92
2007-10-12sysfs: Remove s_dentryEric W. Biederman1-1/+0
2007-10-12sysfs: Introduce sysfs_rename_mutexEric W. Biederman1-0/+1