Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-02sysfs: Fixes __BIN_ATTR_WO() macroNayna Jain
2019-09-04sysfs: add BIN_ATTR_WO() macroGreg Kroah-Hartman
2019-06-03sysfs: Add sysfs_update_groups functionJiri Olsa
2018-12-03sysfs: constify sysfs create/remove files harderJani Nikula
2018-08-18Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-08-02scsi: sysfs: Introduce sysfs_{un,}break_active_protection()Bart Van Assche
2018-07-16sysfs.h: fix non-kernel-doc commentRandy Dunlap
2018-01-09sysfs.h: Use octal permissionsJoe Perches
2017-12-06efi: Move some sysfs files to be read-only by rootGreg Kroah-Hartman
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-05-25sysfs: remove signedness from sysfs_get_direntNick Desaulniers
2015-11-14Merge tag 'chrome-platform-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2015-10-19sysfs: added __compat_only_sysfs_link_entry_to_kobj()Jarkko Sakkinen
2015-10-08sysfs: Support is_visible() on binary attributesEmilio López
2015-07-01sysfs: Add support for permanently empty directories to serve as mount points.Eric W. Biederman
2015-03-25sysfs: Document struct attribute_groupGuenter Roeck
2014-11-07sysfs/kernfs: allow attributes to request write buffer be pre-allocated.NeilBrown
2014-05-28sysfs.h: don't return a void-valued expression in sysfs_remove_fileSimon Wunderlich
2014-04-16sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo
2014-04-06Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-03-26Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_ow...Greg Kroah-Hartman
2014-03-24VERIFY_OCTAL_PERMISSIONS: stricter checking for sysfs perms.Rusty Russell
2014-02-08sysfs, kobject: add sysfs wrapper for kernfs_enable_ns()Tejun Heo
2014-02-08sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo
2014-02-08kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappersTejun Heo
2014-01-14Revert "kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wr...Greg Kroah-Hartman
2014-01-14Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_ow...Greg Kroah-Hartman
2014-01-11sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo
2014-01-11kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappersTejun Heo
2013-12-12kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordinglyTejun Heo
2013-11-30sysfs, kernfs: introduce kernfs[_find_and]_get() and kernfs_put()Tejun Heo
2013-11-30sysfs, kernfs: introduce kernfs_notify()Tejun Heo
2013-11-30sysfs, kernfs: introduce kernfs_create_dir[_ns]()Tejun Heo
2013-11-28sysfs, kernfs: add skeletons for kernfsTejun Heo
2013-11-28sysfs: drop kobj_ns_type handling, take #2Tejun Heo
2013-09-27sysfs: clean up sysfs_get_dirent()Tejun Heo
2013-09-27sysfs: remove ktype->namespace() invocations in symlink codeTejun Heo
2013-09-27sysfs: remove ktype->namespace() invocations in directory codeTejun Heo
2013-09-27sysfs: make attr namespace interface less convolutedTejun Heo
2013-08-28sysfs: sysfs_create_groups returns a value.Greg Kroah-Hartman
2013-08-28sysfs: add sysfs_create/remove_groups for when SYSFS is not enabledGreg Kroah-Hartman
2013-08-24sysfs: create __ATTR_WO()Greg Kroah-Hartman
2013-08-22sysfs.h: remove attr_name() macroGreg Kroah-Hartman
2013-08-22sysfs: fix up minor coding style issues in sysfs.hGreg Kroah-Hartman
2013-08-22sysfs: add sysfs_create/remove_groups()Greg Kroah-Hartman
2013-08-21sysfs.h: fix __BIN_ATTR_RW()Greg Kroah-Hartman
2013-07-16sysfs: use file mode defines from stat.hOliver Schinagl
2013-07-16sysfs: add more helper macro's for (bin_)attribute(_groups)Oliver Schinagl
2013-07-16sysfs: add support for binary attributes in groupsGreg Kroah-Hartman
2013-07-16sysfs.h: add BIN_ATTR macroGreg Kroah-Hartman