summaryrefslogtreecommitdiffstats
path: root/include/linux/sysfs.h
Commit message (Expand)AuthorAgeFilesLines
* sysfs: Add sysfs_merge_group() and sysfs_unmerge_group()Alan Stern2010-10-171-0/+15
* kobject: Break the kobject namespace defs into their own headerDavid Howells2010-08-231-0/+1
* sysfs: Remove owner field from sysfs struct attributeGuenter Roeck2010-08-051-6/+0
* sysfs: sysfs_chmod_file's attr can be constJean Delvare2010-08-051-3/+3
* sysfs: add struct file* to bin_attr callbacksChris Wright2010-05-211-3/+4
* sysfs: Don't use enums in inline function declaration.Eric W. Biederman2010-05-211-1/+1
* sysfs: Comment sysfs directory tagging logicSerge E. Hallyn2010-05-211-0/+1
* sysfs: Implement sysfs_delete_linkEric W. Biederman2010-05-211-0/+8
* sysfs: Implement sysfs tagged directory support.Eric W. Biederman2010-05-211-0/+10
* sysfs: fix for thinko with sysfs_bin_attr_init()Stephen Rothwell2010-03-071-1/+1
* sysfs: Implement sysfs_rename_linkEric W. Biederman2010-03-071-0/+9
* sysfs: Document sysfs_attr_init and sysfs_bin_attr_initEric W. Biederman2010-03-071-0/+20
* sysfs: Use one lockdep class per sysfs attribute.Eric W. Biederman2010-03-071-0/+18
* sysfs: Add sysfs_add/remove_files utility functionsAndi Kleen2010-03-071-0/+14
* Driver core: bin_attribute parameters can often be const*Phil Carmody2009-12-231-4/+5
* x86: sysfs: kill owner field from attributeParag Warudkar2008-10-201-2/+3
* kobject: Cleanup kobject_rename and !CONFIG_SYSFSEric W. Biederman2008-10-161-3/+1
* kobject: Fix kobject_rename and !CONFIG_SYSFSEric W. Biederman2008-10-161-1/+3
* sysfs: Make dir and name args to sysfs_notify() constTrent Piepho2008-10-161-2/+3
* sysfs: Support sysfs_notify from atomic context with new sysfs_notify_direntNeil Brown2008-10-161-3/+24
* sysfs: crash debuggingAndrew Morton2008-10-161-0/+6
* driver core: Suppress sysfs warnings for device_rename().Cornelia Huck2008-07-211-0/+10
* sysfs: build fixIngo Molnar2008-05-041-6/+0
* sysfs: sysfs_update_group stub for CONFIG_SYSFS=nRandy Dunlap2008-05-011-0/+6
* sysfs: sysfs_update_group stub for CONFIG_SYSFS=nRandy Dunlap2008-04-301-0/+6
* [SCSI] sysfs: make group is_valid return a mode_tJames Bottomley2008-04-221-1/+3
* sysfs: small header file cleanup for SYSFS=nDavid Rientjes2008-04-191-7/+2
* [SCSI] sysfs: add filter function to groupsJames Bottomley2008-01-231-0/+2
* sysfs: add copyrightsTejun Heo2007-10-121-0/+2
* sysfs: kill sysfs_update_file()Tejun Heo2007-10-121-7/+0
* sysfs: clean up header filesTejun Heo2007-10-121-70/+57
* sysfs: Remove first pass at shadow directory supportEric W. Biederman2007-10-121-23/+4
* sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys...Zhang Rui2007-07-111-2/+4
* sysfs: make directory dentries and inodes reclaimableTejun Heo2007-07-111-1/+0
* sysfs: make kobj point to sysfs_dirent instead of dentryTejun Heo2007-07-111-8/+11
* sysfs: implement SYSFS_FLAG_REMOVED flagTejun Heo2007-07-111-0/+1
* sysfs: rename sysfs_dirent->s_type to s_flags and make room for flagsTejun Heo2007-07-111-0/+3
* sysfs: kill unnecessary attribute->ownerTejun Heo2007-07-111-4/+8
* sysfs: add sysfs_dirent->s_nameTejun Heo2007-07-111-0/+1
* device_schedule_callback() needs a module referenceAlan Stern2007-04-271-2/+2
* [PATCH] Fix build error due to not including <linux/errno.h>Ralf Baechle2007-03-181-0/+1
* [PATCH] sysfs and driver core: add callback helper, used by SCSI and S390Alan Stern2007-03-151-0/+9
* [PATCH] Fix sysfs build breakage if !CONFIG_SYSFSRalf Baechle2007-03-011-2/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-02-261-12/+1
|\
| * sysfs: move struct sysfs_dirent to private headerAdam J. Richter2007-02-231-12/+1
* | sysfs: allow attributes to be added to groupsAlan Stern2007-02-231-0/+17
|/
* sysfs: Shadow directory supportEric W. Biederman2007-02-071-4/+19
* SYSFS: Fix missing include of list.h in sysfs.hFrank Haverkamp2007-02-071-0/+1
* driver core: Introduce device_move(): move a device to a new parent.Cornelia Huck2006-12-011-0/+8
* sysfs: add proper sysfs_init() prototypeAndrew Morton2006-09-251-0/+7
OpenPOWER on IntegriCloud