aboutsummaryrefslogtreecommitdiff
path: root/include/linux/sysfs.h
AgeCommit message (Expand)AuthorFilesLines
2007-10-12sysfs: add copyrightsGravatar Tejun Heo 1-0/+2
2007-10-12sysfs: kill sysfs_update_file()Gravatar Tejun Heo 1-7/+0
2007-10-12sysfs: clean up header filesGravatar Tejun Heo 1-70/+57
2007-10-12sysfs: Remove first pass at shadow directory supportGravatar Eric W. Biederman 1-23/+4
2007-07-11sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys...Gravatar Zhang Rui 1-2/+4
2007-07-11sysfs: make directory dentries and inodes reclaimableGravatar Tejun Heo 1-1/+0
2007-07-11sysfs: make kobj point to sysfs_dirent instead of dentryGravatar Tejun Heo 1-8/+11
2007-07-11sysfs: implement SYSFS_FLAG_REMOVED flagGravatar Tejun Heo 1-0/+1
2007-07-11sysfs: rename sysfs_dirent->s_type to s_flags and make room for flagsGravatar Tejun Heo 1-0/+3
2007-07-11sysfs: kill unnecessary attribute->ownerGravatar Tejun Heo 1-4/+8
2007-07-11sysfs: add sysfs_dirent->s_nameGravatar Tejun Heo 1-0/+1
2007-04-27device_schedule_callback() needs a module referenceGravatar Alan Stern 1-2/+2
2007-03-18[PATCH] Fix build error due to not including <linux/errno.h>Gravatar Ralf Baechle 1-0/+1
2007-03-15[PATCH] sysfs and driver core: add callback helper, used by SCSI and S390Gravatar Alan Stern 1-0/+9
2007-03-01[PATCH] Fix sysfs build breakage if !CONFIG_SYSFSGravatar Ralf Baechle 1-2/+1
2007-02-26Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Gravatar Linus Torvalds 1-12/+1
2007-02-23sysfs: allow attributes to be added to groupsGravatar Alan Stern 1-0/+17
2007-02-23sysfs: move struct sysfs_dirent to private headerGravatar Adam J. Richter 1-12/+1
2007-02-07sysfs: Shadow directory supportGravatar Eric W. Biederman 1-4/+19
2007-02-07SYSFS: Fix missing include of list.h in sysfs.hGravatar Frank Haverkamp 1-0/+1
2006-12-01driver core: Introduce device_move(): move a device to a new parent.Gravatar Cornelia Huck 1-0/+8
2006-09-25sysfs: add proper sysfs_init() prototypeGravatar Andrew Morton 1-0/+7
2006-09-25add __must_check to device management codeGravatar Andrew Morton 1-8/+11
2006-09-25sysfs_remove_bin_file: no return value, dump_stack on errorGravatar Randy.Dunlap 1-1/+1
2006-04-14[PATCH] sysfs: Allow sysfs attribute files to be pollableGravatar NeilBrown 1-0/+6
2005-06-20[PATCH] sysfs-iattr: add sysfs_setattrGravatar Maneesh Soni 1-0/+1
2005-06-20[PATCH] Make attributes names const char *Gravatar Dmitry Torokhov 1-2/+2
2005-06-20[PATCH] sysfs_{create|remove}_link should take const char *Gravatar Dmitry Torokhov 1-5/+5
2005-04-18[PATCH] sysfs: add sysfs_chmod_file()Gravatar Kay Sievers 1-0/+7
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+182