aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sysfs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-03-01[PATCH] Fix sysfs build breakage if !CONFIG_SYSFSRalf Baechle1-2/+1
2007-02-26Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-12/+1
2007-02-23sysfs: allow attributes to be added to groupsAlan Stern1-0/+17
2007-02-23sysfs: move struct sysfs_dirent to private headerAdam J. Richter1-12/+1
2007-02-07sysfs: Shadow directory supportEric W. Biederman1-4/+19
2007-02-07SYSFS: Fix missing include of list.h in sysfs.hFrank Haverkamp1-0/+1
2006-12-01driver core: Introduce device_move(): move a device to a new parent.Cornelia Huck1-0/+8
2006-09-25sysfs: add proper sysfs_init() prototypeAndrew Morton1-0/+7
2006-09-25add __must_check to device management codeAndrew Morton1-8/+11
2006-09-25sysfs_remove_bin_file: no return value, dump_stack on errorRandy.Dunlap1-1/+1
2006-04-14[PATCH] sysfs: Allow sysfs attribute files to be pollableNeilBrown1-0/+6
2005-06-20[PATCH] sysfs-iattr: add sysfs_setattrManeesh Soni1-0/+1
2005-06-20[PATCH] Make attributes names const char *Dmitry Torokhov1-2/+2
2005-06-20[PATCH] sysfs_{create|remove}_link should take const char *Dmitry Torokhov1-5/+5
2005-04-18[PATCH] sysfs: add sysfs_chmod_file()Kay Sievers1-0/+7
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+182