aboutsummaryrefslogtreecommitdiff
path: root/include/linux/sysfs.h
AgeCommit message (Expand)Author
2010-10-17sysfs: Add sysfs_merge_group() and sysfs_unmerge_group()Alan Stern
2010-08-23kobject: Break the kobject namespace defs into their own headerDavid Howells
2010-08-05sysfs: Remove owner field from sysfs struct attributeGuenter Roeck
2010-08-05sysfs: sysfs_chmod_file's attr can be constJean Delvare
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright
2010-05-21sysfs: Don't use enums in inline function declaration.Eric W. Biederman
2010-05-21sysfs: Comment sysfs directory tagging logicSerge E. Hallyn
2010-05-21sysfs: Implement sysfs_delete_linkEric W. Biederman
2010-05-21sysfs: Implement sysfs tagged directory support.Eric W. Biederman
2010-03-07sysfs: fix for thinko with sysfs_bin_attr_init()Stephen Rothwell
2010-03-07sysfs: Implement sysfs_rename_linkEric W. Biederman
2010-03-07sysfs: Document sysfs_attr_init and sysfs_bin_attr_initEric W. Biederman
2010-03-07sysfs: Use one lockdep class per sysfs attribute.Eric W. Biederman
2010-03-07sysfs: Add sysfs_add/remove_files utility functionsAndi Kleen
2009-12-23Driver core: bin_attribute parameters can often be const*Phil Carmody
2008-10-20x86: sysfs: kill owner field from attributeParag Warudkar
2008-10-16kobject: Cleanup kobject_rename and !CONFIG_SYSFSEric W. Biederman
2008-10-16kobject: Fix kobject_rename and !CONFIG_SYSFSEric W. Biederman
2008-10-16sysfs: Make dir and name args to sysfs_notify() constTrent Piepho
2008-10-16sysfs: Support sysfs_notify from atomic context with new sysfs_notify_direntNeil Brown
2008-10-16sysfs: crash debuggingAndrew Morton
2008-07-21driver core: Suppress sysfs warnings for device_rename().Cornelia Huck
2008-05-04sysfs: build fixIngo Molnar
2008-05-01sysfs: sysfs_update_group stub for CONFIG_SYSFS=nRandy Dunlap
2008-04-30sysfs: sysfs_update_group stub for CONFIG_SYSFS=nRandy Dunlap
2008-04-22[SCSI] sysfs: make group is_valid return a mode_tJames Bottomley
2008-04-19sysfs: small header file cleanup for SYSFS=nDavid Rientjes
2008-01-23[SCSI] sysfs: add filter function to groupsJames Bottomley
2007-10-12sysfs: add copyrightsTejun Heo
2007-10-12sysfs: kill sysfs_update_file()Tejun Heo
2007-10-12sysfs: clean up header filesTejun Heo
2007-10-12sysfs: Remove first pass at shadow directory supportEric W. Biederman
2007-07-11sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys...Zhang Rui
2007-07-11sysfs: make directory dentries and inodes reclaimableTejun Heo
2007-07-11sysfs: make kobj point to sysfs_dirent instead of dentryTejun Heo
2007-07-11sysfs: implement SYSFS_FLAG_REMOVED flagTejun Heo
2007-07-11sysfs: rename sysfs_dirent->s_type to s_flags and make room for flagsTejun Heo
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo
2007-07-11sysfs: add sysfs_dirent->s_nameTejun Heo
2007-04-27device_schedule_callback() needs a module referenceAlan Stern
2007-03-18[PATCH] Fix build error due to not including <linux/errno.h>Ralf Baechle
2007-03-15[PATCH] sysfs and driver core: add callback helper, used by SCSI and S390Alan Stern
2007-03-01[PATCH] Fix sysfs build breakage if !CONFIG_SYSFSRalf Baechle
2007-02-26Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds
2007-02-23sysfs: allow attributes to be added to groupsAlan Stern
2007-02-23sysfs: move struct sysfs_dirent to private headerAdam J. Richter
2007-02-07sysfs: Shadow directory supportEric W. Biederman
2007-02-07SYSFS: Fix missing include of list.h in sysfs.hFrank Haverkamp
2006-12-01driver core: Introduce device_move(): move a device to a new parent.Cornelia Huck
2006-09-25sysfs: add proper sysfs_init() prototypeAndrew Morton