summaryrefslogtreecommitdiffstats
path: root/include/linux/sysfs.h
Commit message (Expand)AuthorAgeFilesLines
* sysfs/kernfs: allow attributes to request write buffer be pre-allocated.NeilBrown2014-11-071-0/+9
* sysfs.h: don't return a void-valued expression in sysfs_remove_fileSimon Wunderlich2014-05-271-1/+1
* sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo2014-04-161-9/+0Star
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-04-061-1/+2
|\
| * VERIFY_OCTAL_PERMISSIONS: stricter checking for sysfs perms.Rusty Russell2014-03-241-1/+2
* | Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_ow...Greg Kroah-Hartman2014-03-261-0/+9
* | sysfs, kobject: add sysfs wrapper for kernfs_enable_ns()Tejun Heo2014-02-081-0/+9
* | sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo2014-02-081-9/+0Star
* | kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappersTejun Heo2014-02-081-0/+7
|/
* Revert "kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wr...Greg Kroah-Hartman2014-01-131-7/+0Star
* Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_ow...Greg Kroah-Hartman2014-01-131-0/+9
* sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo2014-01-111-9/+0Star
* kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappersTejun Heo2014-01-101-0/+7
* kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordinglyTejun Heo2013-12-121-10/+10
* sysfs, kernfs: introduce kernfs[_find_and]_get() and kernfs_put()Tejun Heo2013-11-301-21/+14Star
* sysfs, kernfs: introduce kernfs_notify()Tejun Heo2013-11-301-4/+5
* sysfs, kernfs: introduce kernfs_create_dir[_ns]()Tejun Heo2013-11-301-6/+0Star
* sysfs, kernfs: add skeletons for kernfsTejun Heo2013-11-271-2/+1Star
* sysfs: drop kobj_ns_type handling, take #2Tejun Heo2013-11-271-0/+6
* sysfs: clean up sysfs_get_dirent()Tejun Heo2013-09-271-7/+12
* sysfs: remove ktype->namespace() invocations in symlink codeTejun Heo2013-09-271-4/+12
* sysfs: remove ktype->namespace() invocations in directory codeTejun Heo2013-09-271-8/+12
* sysfs: make attr namespace interface less convolutedTejun Heo2013-09-261-8/+23
* sysfs: sysfs_create_groups returns a value.Greg Kroah-Hartman2013-08-281-0/+1
* sysfs: add sysfs_create/remove_groups for when SYSFS is not enabledGreg Kroah-Hartman2013-08-281-0/+10
* sysfs: create __ATTR_WO()Greg Kroah-Hartman2013-08-241-0/+5
* sysfs.h: remove attr_name() macroGreg Kroah-Hartman2013-08-221-2/+0Star
* sysfs: fix up minor coding style issues in sysfs.hGreg Kroah-Hartman2013-08-221-6/+6
* sysfs: add sysfs_create/remove_groups()Greg Kroah-Hartman2013-08-221-0/+4
* sysfs.h: fix __BIN_ATTR_RW()Greg Kroah-Hartman2013-08-211-1/+1
* sysfs: use file mode defines from stat.hOliver Schinagl2013-07-161-8/+9
* sysfs: add more helper macro's for (bin_)attribute(_groups)Oliver Schinagl2013-07-161-13/+38
* sysfs: add support for binary attributes in groupsGreg Kroah-Hartman2013-07-161-2/+2
* sysfs.h: add BIN_ATTR macroGreg Kroah-Hartman2013-07-161-0/+9
* sysfs.h: add ATTRIBUTE_GROUPS() macroGreg Kroah-Hartman2013-07-161-0/+9
* sysfs.h: add __ATTR_RW() macroGreg Kroah-Hartman2013-07-161-0/+2
* sysfs: Functions for adding/removing symlinks to/from attribute groupsRafael J. Wysocki2013-01-251-0/+16
* sysfs: get rid of some lockdep false positivesAlan Stern2012-05-141-0/+12
* switch sysfs_chmod_file() to umode_tAl Viro2012-01-041-2/+2
* switch ->is_visible() to returning umode_tAl Viro2012-01-041-1/+1
* switch sysfs attr->mode to umode_tAl Viro2012-01-041-1/+1
* sysfs: Implement support for tagged files in sysfs.Eric W. Biederman2011-10-201-0/+1
* atomic: use <linux/atomic.h>Arun Sharma2011-07-271-1/+1
* Delay struct net freeing while there's a sysfs instance refering to itAl Viro2011-06-121-7/+0Star
* sysfs: remove "last sysfs file:" line from the oops messagesGreg Kroah-Hartman2011-05-141-5/+0Star
* 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-241-0/+1
* sysfs: Remove owner field from sysfs struct attributeGuenter Roeck2010-08-051-6/+0Star
* 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