aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sysfs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-14sysfs: get rid of some lockdep false positivesAlan Stern1-0/+12
2012-01-03switch sysfs_chmod_file() to umode_tAl Viro1-2/+2
2012-01-03switch ->is_visible() to returning umode_tAl Viro1-1/+1
2012-01-03switch sysfs attr->mode to umode_tAl Viro1-1/+1
2011-10-19sysfs: Implement support for tagged files in sysfs.Eric W. Biederman1-0/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-06-12Delay struct net freeing while there's a sysfs instance refering to itAl Viro1-7/+0
2011-05-13sysfs: remove "last sysfs file:" line from the oops messagesGreg Kroah-Hartman1-5/+0
2010-10-17sysfs: Add sysfs_merge_group() and sysfs_unmerge_group()Alan Stern1-0/+15
2010-08-23kobject: Break the kobject namespace defs into their own headerDavid Howells1-0/+1
2010-08-05sysfs: Remove owner field from sysfs struct attributeGuenter Roeck1-6/+0
2010-08-05sysfs: sysfs_chmod_file's attr can be constJean Delvare1-3/+3
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright1-3/+4
2010-05-21sysfs: Don't use enums in inline function declaration.Eric W. Biederman1-1/+1
2010-05-21sysfs: Comment sysfs directory tagging logicSerge E. Hallyn1-0/+1
2010-05-21sysfs: Implement sysfs_delete_linkEric W. Biederman1-0/+8
2010-05-21sysfs: Implement sysfs tagged directory support.Eric W. Biederman1-0/+10
2010-03-07sysfs: fix for thinko with sysfs_bin_attr_init()Stephen Rothwell1-1/+1
2010-03-07sysfs: Implement sysfs_rename_linkEric W. Biederman1-0/+9
2010-03-07sysfs: Document sysfs_attr_init and sysfs_bin_attr_initEric W. Biederman1-0/+20
2010-03-07sysfs: Use one lockdep class per sysfs attribute.Eric W. Biederman1-0/+18
2010-03-07sysfs: Add sysfs_add/remove_files utility functionsAndi Kleen1-0/+14
2009-12-23Driver core: bin_attribute parameters can often be const*Phil Carmody1-4/+5
2008-10-20x86: sysfs: kill owner field from attributeParag Warudkar1-2/+3
2008-10-16kobject: Cleanup kobject_rename and !CONFIG_SYSFSEric W. Biederman1-3/+1
2008-10-16kobject: Fix kobject_rename and !CONFIG_SYSFSEric W. Biederman1-1/+3
2008-10-16sysfs: Make dir and name args to sysfs_notify() constTrent Piepho1-2/+3
2008-10-16sysfs: Support sysfs_notify from atomic context with new sysfs_notify_direntNeil Brown1-3/+24
2008-10-16sysfs: crash debuggingAndrew Morton1-0/+6
2008-07-21driver core: Suppress sysfs warnings for device_rename().Cornelia Huck1-0/+10
2008-05-04sysfs: build fixIngo Molnar1-6/+0
2008-05-01sysfs: sysfs_update_group stub for CONFIG_SYSFS=nRandy Dunlap1-0/+6
2008-04-30sysfs: sysfs_update_group stub for CONFIG_SYSFS=nRandy Dunlap1-0/+6
2008-04-22[SCSI] sysfs: make group is_valid return a mode_tJames Bottomley1-1/+3
2008-04-19sysfs: small header file cleanup for SYSFS=nDavid Rientjes1-7/+2
2008-01-23[SCSI] sysfs: add filter function to groupsJames Bottomley1-0/+2
2007-10-12sysfs: add copyrightsTejun Heo1-0/+2
2007-10-12sysfs: kill sysfs_update_file()Tejun Heo1-7/+0
2007-10-12sysfs: clean up header filesTejun Heo1-70/+57
2007-10-12sysfs: Remove first pass at shadow directory supportEric W. Biederman1-23/+4
2007-07-11sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributesZhang Rui1-2/+4
2007-07-11sysfs: make directory dentries and inodes reclaimableTejun Heo1-1/+0
2007-07-11sysfs: make kobj point to sysfs_dirent instead of dentryTejun Heo1-8/+11
2007-07-11sysfs: implement SYSFS_FLAG_REMOVED flagTejun Heo1-0/+1
2007-07-11sysfs: rename sysfs_dirent->s_type to s_flags and make room for flagsTejun Heo1-0/+3
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo1-4/+8
2007-07-11sysfs: add sysfs_dirent->s_nameTejun Heo1-0/+1
2007-04-27device_schedule_callback() needs a module referenceAlan Stern1-2/+2
2007-03-18[PATCH] Fix build error due to not including <linux/errno.h>Ralf Baechle1-0/+1
2007-03-15[PATCH] sysfs and driver core: add callback helper, used by SCSI and S390Alan Stern1-0/+9