aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sysfs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-27sysfs.h: don't return a void-valued expression in sysfs_remove_fileSimon Wunderlich1-1/+1
2014-04-16sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo1-9/+0
2014-04-06Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+2
2014-03-25Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()"Greg Kroah-Hartman1-0/+9
2014-03-24VERIFY_OCTAL_PERMISSIONS: stricter checking for sysfs perms.Rusty Russell1-1/+2
2014-02-07sysfs, kobject: add sysfs wrapper for kernfs_enable_ns()Tejun Heo1-0/+9
2014-02-07sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo1-9/+0
2014-02-07kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappersTejun Heo1-0/+7
2014-01-13Revert "kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers"Greg Kroah-Hartman1-7/+0
2014-01-13Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()"Greg Kroah-Hartman1-0/+9
2014-01-10sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo1-9/+0
2014-01-10kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappersTejun Heo1-0/+7
2013-12-11kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordinglyTejun Heo1-10/+10
2013-11-29sysfs, kernfs: introduce kernfs[_find_and]_get() and kernfs_put()Tejun Heo1-21/+14
2013-11-29sysfs, kernfs: introduce kernfs_notify()Tejun Heo1-4/+5
2013-11-29sysfs, kernfs: introduce kernfs_create_dir[_ns]()Tejun Heo1-6/+0
2013-11-27sysfs, kernfs: add skeletons for kernfsTejun Heo1-2/+1
2013-11-27sysfs: drop kobj_ns_type handling, take #2Tejun Heo1-0/+6
2013-09-26sysfs: clean up sysfs_get_dirent()Tejun Heo1-7/+12
2013-09-26sysfs: remove ktype->namespace() invocations in symlink codeTejun Heo1-4/+12
2013-09-26sysfs: remove ktype->namespace() invocations in directory codeTejun Heo1-8/+12
2013-09-26sysfs: make attr namespace interface less convolutedTejun Heo1-8/+23
2013-08-28sysfs: sysfs_create_groups returns a value.Greg Kroah-Hartman1-0/+1
2013-08-27sysfs: add sysfs_create/remove_groups for when SYSFS is not enabledGreg Kroah-Hartman1-0/+10
2013-08-23sysfs: create __ATTR_WO()Greg Kroah-Hartman1-0/+5
2013-08-22sysfs.h: remove attr_name() macroGreg Kroah-Hartman1-2/+0
2013-08-21sysfs: fix up minor coding style issues in sysfs.hGreg Kroah-Hartman1-6/+6
2013-08-21sysfs: add sysfs_create/remove_groups()Greg Kroah-Hartman1-0/+4
2013-08-20sysfs.h: fix __BIN_ATTR_RW()Greg Kroah-Hartman1-1/+1
2013-07-16sysfs: use file mode defines from stat.hOliver Schinagl1-8/+9
2013-07-16sysfs: add more helper macro's for (bin_)attribute(_groups)Oliver Schinagl1-13/+38
2013-07-16sysfs: add support for binary attributes in groupsGreg Kroah-Hartman1-2/+2
2013-07-16sysfs.h: add BIN_ATTR macroGreg Kroah-Hartman1-0/+9
2013-07-16sysfs.h: add ATTRIBUTE_GROUPS() macroGreg Kroah-Hartman1-0/+9
2013-07-16sysfs.h: add __ATTR_RW() macroGreg Kroah-Hartman1-0/+2
2013-01-25sysfs: Functions for adding/removing symlinks to/from attribute groupsRafael J. Wysocki1-0/+16
2012-05-14sysfs: get rid of some lockdep false positivesAlan Stern1-0/+12
2012-01-03switch sysfs_chmod_file() to umode_tAl Viro1-2/+2
2012-01-03switch ->is_visible() to returning umode_tAl Viro1-1/+1
2012-01-03switch sysfs attr->mode to umode_tAl Viro1-1/+1
2011-10-19sysfs: Implement support for tagged files in sysfs.Eric W. Biederman1-0/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-06-12Delay struct net freeing while there's a sysfs instance refering to itAl Viro1-7/+0
2011-05-13sysfs: remove "last sysfs file:" line from the oops messagesGreg Kroah-Hartman1-5/+0
2010-10-17sysfs: Add sysfs_merge_group() and sysfs_unmerge_group()Alan Stern1-0/+15
2010-08-23kobject: Break the kobject namespace defs into their own headerDavid Howells1-0/+1
2010-08-05sysfs: Remove owner field from sysfs struct attributeGuenter Roeck1-6/+0
2010-08-05sysfs: sysfs_chmod_file's attr can be constJean Delvare1-3/+3
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright1-3/+4
2010-05-21sysfs: Don't use enums in inline function declaration.Eric W. Biederman1-1/+1