summaryrefslogtreecommitdiffstats
path: root/include/linux/sysfs.h
Commit message (Expand)AuthorAgeFilesLines
* driver-core: Introduce BIN_ATTR_ADMIN_{RO,RW}Ira Weiny2022-07-191-0/+16
* sysfs: Rename struct bin_attribute member to f_mappingKrzysztof Wilczyński2021-08-051-1/+1
* sysfs: Invoke iomem_get_mapping() from the sysfs open callbackKrzysztof Wilczyński2021-08-051-1/+1
* sysfs: Add helper BIN_ATTRIBUTE_GROUPSHeiner Kallweit2021-05-211-0/+6
* sysfs: Support zapping of binary attr mmapsDaniel Vetter2021-01-121-0/+2
* sysfs: Add sysfs_emit and sysfs_emit_at to format sysfs outputJoe Perches2020-10-021-0/+15
* driver-core: Introduce DEVICE_ATTR_ADMIN_{RO,RW}Dan Williams2020-07-011-0/+7
* docs: filesystems: fix renamed referencesMauro Carvalho Chehab2020-04-201-1/+1
* sysfs: remove redundant __compat_only_sysfs_link_entry_to_kobj fnLinus Torvalds2020-04-051-11/+0
* Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-04-051-0/+12
|\
| * sysfs: Wrap __compat_only_sysfs_link_entry_to_kobj function to change the sym...Sourabh Jain2020-02-191-0/+12
* | sysfs: fix static inline declaration of sysfs_groups_change_owner()Christian Brauner2020-03-191-2/+2
* | sysfs: add sysfs_change_owner()Christian Brauner2020-02-261-0/+6
* | sysfs: add sysfs_group{s}_change_owner()Christian Brauner2020-02-261-0/+20
* | sysfs: add sysfs_link_change_owner()Christian Brauner2020-02-261-0/+10
* | sysfs: add sysfs_file_change_owner()Christian Brauner2020-02-261-0/+10
|/
* sysfs: Fixes __BIN_ATTR_WO() macroNayna Jain2019-10-021-2/+2
* sysfs: add BIN_ATTR_WO() macroGreg Kroah-Hartman2019-09-041-0/+9
* sysfs: Add sysfs_update_groups functionJiri Olsa2019-06-031-0/+8
* sysfs: constify sysfs create/remove files harderJani Nikula2018-12-031-4/+4
* Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-08-181-3/+3
|\
| * sysfs.h: fix non-kernel-doc commentRandy Dunlap2018-07-161-3/+3
* | scsi: sysfs: Introduce sysfs_{un,}break_active_protection()Bart Van Assche2018-08-021-0/+14
|/
* sysfs.h: Use octal permissionsJoe Perches2018-01-091-8/+6
* efi: Move some sysfs files to be read-only by rootGreg Kroah-Hartman2017-12-061-0/+6
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* sysfs: remove signedness from sysfs_get_direntNick Desaulniers2017-05-251-1/+1
* Merge tag 'chrome-platform-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-11-131-4/+14
|\
| * sysfs: Support is_visible() on binary attributesEmilio López2015-10-071-4/+14
* | sysfs: added __compat_only_sysfs_link_entry_to_kobj()Jarkko Sakkinen2015-10-191-0/+11
|/
* sysfs: Add support for permanently empty directories to serve as mount points.Eric W. Biederman2015-07-011-0/+15
* sysfs: Document struct attribute_groupGuenter Roeck2015-03-251-0/+15
* 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/+0
* 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-251-0/+9
* | sysfs, kobject: add sysfs wrapper for kernfs_enable_ns()Tejun Heo2014-02-071-0/+9
* | sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo2014-02-071-9/+0
* | kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappersTejun Heo2014-02-071-0/+7
|/
* Revert "kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wr...Greg Kroah-Hartman2014-01-131-7/+0
* 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-101-9/+0
* 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-111-10/+10
* sysfs, kernfs: introduce kernfs[_find_and]_get() and kernfs_put()Tejun Heo2013-11-291-21/+14
* sysfs, kernfs: introduce kernfs_notify()Tejun Heo2013-11-291-4/+5
* sysfs, kernfs: introduce kernfs_create_dir[_ns]()Tejun Heo2013-11-291-6/+0
* sysfs, kernfs: add skeletons for kernfsTejun Heo2013-11-271-2/+1