aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sysfs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-04sysfs: add BIN_ATTR_WO() macroGreg Kroah-Hartman1-0/+9
2019-06-03sysfs: Add sysfs_update_groups functionJiri Olsa1-0/+8
2018-12-03sysfs: constify sysfs create/remove files harderJani Nikula1-4/+4
2018-08-18Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-3/+3
2018-08-02scsi: sysfs: Introduce sysfs_{un,}break_active_protection()Bart Van Assche1-0/+14
2018-07-16sysfs.h: fix non-kernel-doc commentRandy Dunlap1-3/+3
2018-01-09sysfs.h: Use octal permissionsJoe Perches1-8/+6
2017-12-06efi: Move some sysfs files to be read-only by rootGreg Kroah-Hartman1-0/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-25sysfs: remove signedness from sysfs_get_direntNick Desaulniers1-1/+1
2015-11-13Merge tag 'chrome-platform-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platformLinus Torvalds1-4/+14
2015-10-19sysfs: added __compat_only_sysfs_link_entry_to_kobj()Jarkko Sakkinen1-0/+11
2015-10-07sysfs: Support is_visible() on binary attributesEmilio López1-4/+14
2015-07-01sysfs: Add support for permanently empty directories to serve as mount points.Eric W. Biederman1-0/+15
2015-03-25sysfs: Document struct attribute_groupGuenter Roeck1-0/+15
2014-11-07sysfs/kernfs: allow attributes to request write buffer be pre-allocated.NeilBrown1-0/+9
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