aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sysfs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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