summaryrefslogtreecommitdiffstats
path: root/include/linux/sysfs.h
Commit message (Expand)AuthorAgeFilesLines
* sysfs: Functions for adding/removing symlinks to/from attribute groupsRafael J. Wysocki2013-01-251-0/+16
* sysfs: get rid of some lockdep false positivesAlan Stern2012-05-141-0/+12
* switch sysfs_chmod_file() to umode_tAl Viro2012-01-031-2/+2
* switch ->is_visible() to returning umode_tAl Viro2012-01-031-1/+1
* switch sysfs attr->mode to umode_tAl Viro2012-01-031-1/+1
* sysfs: Implement support for tagged files in sysfs.Eric W. Biederman2011-10-191-0/+1
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* Delay struct net freeing while there's a sysfs instance refering to itAl Viro2011-06-121-7/+0
* sysfs: remove "last sysfs file:" line from the oops messagesGreg Kroah-Hartman2011-05-131-5/+0
* sysfs: Add sysfs_merge_group() and sysfs_unmerge_group()Alan Stern2010-10-171-0/+15
* kobject: Break the kobject namespace defs into their own headerDavid Howells2010-08-231-0/+1
* sysfs: Remove owner field from sysfs struct attributeGuenter Roeck2010-08-051-6/+0
* sysfs: sysfs_chmod_file's attr can be constJean Delvare2010-08-051-3/+3
* sysfs: add struct file* to bin_attr callbacksChris Wright2010-05-211-3/+4
* sysfs: Don't use enums in inline function declaration.Eric W. Biederman2010-05-211-1/+1
* sysfs: Comment sysfs directory tagging logicSerge E. Hallyn2010-05-211-0/+1
* sysfs: Implement sysfs_delete_linkEric W. Biederman2010-05-211-0/+8
* sysfs: Implement sysfs tagged directory support.Eric W. Biederman2010-05-211-0/+10
* sysfs: fix for thinko with sysfs_bin_attr_init()Stephen Rothwell2010-03-071-1/+1
* sysfs: Implement sysfs_rename_linkEric W. Biederman2010-03-071-0/+9
* sysfs: Document sysfs_attr_init and sysfs_bin_attr_initEric W. Biederman2010-03-071-0/+20
* sysfs: Use one lockdep class per sysfs attribute.Eric W. Biederman2010-03-071-0/+18
* sysfs: Add sysfs_add/remove_files utility functionsAndi Kleen2010-03-071-0/+14
* Driver core: bin_attribute parameters can often be const*Phil Carmody2009-12-231-4/+5
* x86: sysfs: kill owner field from attributeParag Warudkar2008-10-201-2/+3
* kobject: Cleanup kobject_rename and !CONFIG_SYSFSEric W. Biederman2008-10-161-3/+1
* kobject: Fix kobject_rename and !CONFIG_SYSFSEric W. Biederman2008-10-161-1/+3
* sysfs: Make dir and name args to sysfs_notify() constTrent Piepho2008-10-161-2/+3
* sysfs: Support sysfs_notify from atomic context with new sysfs_notify_direntNeil Brown2008-10-161-3/+24
* sysfs: crash debuggingAndrew Morton2008-10-161-0/+6
* driver core: Suppress sysfs warnings for device_rename().Cornelia Huck2008-07-211-0/+10
* sysfs: build fixIngo Molnar2008-05-041-6/+0
* sysfs: sysfs_update_group stub for CONFIG_SYSFS=nRandy Dunlap2008-05-011-0/+6
* sysfs: sysfs_update_group stub for CONFIG_SYSFS=nRandy Dunlap2008-04-301-0/+6
* [SCSI] sysfs: make group is_valid return a mode_tJames Bottomley2008-04-221-1/+3
* sysfs: small header file cleanup for SYSFS=nDavid Rientjes2008-04-191-7/+2
* [SCSI] sysfs: add filter function to groupsJames Bottomley2008-01-231-0/+2
* sysfs: add copyrightsTejun Heo2007-10-121-0/+2
* sysfs: kill sysfs_update_file()Tejun Heo2007-10-121-7/+0
* sysfs: clean up header filesTejun Heo2007-10-121-70/+57
* sysfs: Remove first pass at shadow directory supportEric W. Biederman2007-10-121-23/+4
* sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys...Zhang Rui2007-07-111-2/+4
* sysfs: make directory dentries and inodes reclaimableTejun Heo2007-07-111-1/+0
* sysfs: make kobj point to sysfs_dirent instead of dentryTejun Heo2007-07-111-8/+11
* sysfs: implement SYSFS_FLAG_REMOVED flagTejun Heo2007-07-111-0/+1
* sysfs: rename sysfs_dirent->s_type to s_flags and make room for flagsTejun Heo2007-07-111-0/+3
* sysfs: kill unnecessary attribute->ownerTejun Heo2007-07-111-4/+8
* sysfs: add sysfs_dirent->s_nameTejun Heo2007-07-111-0/+1
* device_schedule_callback() needs a module referenceAlan Stern2007-04-271-2/+2
* [PATCH] Fix build error due to not including <linux/errno.h>Ralf Baechle2007-03-181-0/+1