aboutsummaryrefslogtreecommitdiff
path: root/fs/sysfs/group.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-07sysfs:Addresses documentation in sysfs_merge_group and sysfs_unmerge_group.Gravatar Rohan Kollambalath 1-5/+5
2024-02-23sysfs: Fix crash on empty group attributes arrayGravatar Dan Williams 1-2/+2
2024-02-19sysfs: Introduce a mechanism to hide static attribute_groupsGravatar Dan Williams 1-9/+36
2023-06-15sysfs: Skip empty folders creationGravatar Miquel Raynal 1-3/+5
2023-06-15sysfs: Improve readability by following the kernel coding styleGravatar Miquel Raynal 1-1/+3
2021-09-14sysfs: split out binary attribute handling from sysfs_add_file_mode_nsGravatar Christoph Hellwig 1-8/+7
2021-07-21sysfs: Use local reference in compat_only_sysfs_link_entry_to_kobj()Gravatar Geert Uytterhoeven 1-1/+1
2020-04-05sysfs: remove redundant __compat_only_sysfs_link_entry_to_kobj fnGravatar Linus Torvalds 1-16/+0
2020-04-05Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-3/+25
2020-02-26sysfs: add sysfs_group{s}_change_owner()Gravatar Christian Brauner 1-0/+115
2020-02-19sysfs: Wrap __compat_only_sysfs_link_entry_to_kobj function to change the sym...Gravatar Sourabh Jain 1-3/+25
2020-02-04treewide: remove redundant IS_ERR() before error code checkGravatar Masahiro Yamada 1-1/+1
2019-06-03sysfs: Add sysfs_update_groups functionGravatar Jiri Olsa 1-15/+39
2019-01-07sysfs: convert BUG_ON to WARN_ONGravatar Greg Kroah-Hartman 1-1/+2
2018-08-18Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-8/+22
2018-07-20sysfs, kobject: allow creating kobject belonging to arbitrary usersGravatar Dmitry Torokhov 1-6/+17
2018-07-07sysfs: Fix internal_create_group() for named group updatesGravatar Rajat Jain 1-7/+22
2018-01-23sysfs: use SPDX identifiersGravatar Greg Kroah-Hartman 1-3/+1
2017-12-18sysfs: Use PTR_ERR_OR_ZERO()Gravatar Vasyl Gomonovych 1-1/+1
2016-09-27sysfs print name of undiscoverable attribute groupGravatar Johannes Thumshirn 1-2/+2
2015-11-13Merge tag 'chrome-platform-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+15
2015-10-19sysfs: added __compat_only_sysfs_link_entry_to_kobj()Gravatar Jarkko Sakkinen 1-0/+44
2015-10-07sysfs: Support is_visible() on binary attributesGravatar Emilio López 1-2/+15
2015-05-24sysfs: disambiguate between "error code" and "failure" in commentsGravatar Antonio Ospite 1-3/+3
2015-03-25sysfs: Only accept read/write permissions for file attributesGravatar Vivien Didelot 1-0/+6
2015-03-25sysfs: Use only return value from is_visible for the file modeGravatar Guenter Roeck 1-3/+2
2015-02-03sysfs: fix warning when creating a sysfs group without attributesGravatar Javi Merino 1-1/+1
2014-05-27sysfs: fix attribute_group bin file path on removalGravatar Robert ABEL 1-5/+5
2014-02-15sysfs: create bin_attributes under the requested groupGravatar Cody P Schafer 1-2/+5
2013-12-17kernfs: add @mode to kernfs_create_dir[_ns]()Gravatar Tejun Heo 1-1/+2
2013-12-11kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordinglyGravatar Tejun Heo 1-48/+48
2013-11-29sysfs, kernfs: introduce kernfs[_find_and]_get() and kernfs_put()Gravatar Tejun Heo 1-14/+16
2013-11-29sysfs, kernfs: remove SYSFS_KOBJ_BIN_ATTRGravatar Tejun Heo 1-3/+2
2013-11-29sysfs, kernfs: introduce kernfs_create_dir[_ns]()Gravatar Tejun Heo 1-3/+6
2013-11-27sysfs, kernfs: introduce kernfs_remove[_by_name[_ns]]()Gravatar Tejun Heo 1-8/+7
2013-10-03sysfs: introduce [__]sysfs_remove()Gravatar Tejun Heo 1-2/+2
2013-09-26sysfs: @name comes before @nsGravatar Tejun Heo 1-6/+6
2013-09-26sysfs: clean up sysfs_get_dirent()Gravatar Tejun Heo 1-5/+5
2013-09-26sysfs: make attr namespace interface less convolutedGravatar Tejun Heo 1-3/+4
2013-08-22sysfs: group.c: fix up kerneldocGravatar Greg Kroah-Hartman 1-2/+2
2013-08-21sysfs: group: update copyright to add myself and the LFGravatar Greg Kroah-Hartman 1-0/+2
2013-08-21sysfs: group.c: add kerneldoc for sysfs_remove_groupGravatar Greg Kroah-Hartman 1-2/+10
2013-08-21sysfs: group.c: fix up broken string coding styleGravatar Greg Kroah-Hartman 1-2/+3
2013-08-21sysfs: group.c: fix up some * coding style issuesGravatar Greg Kroah-Hartman 1-6/+6
2013-08-21sysfs: group.c: fix trailing whitespaceGravatar Greg Kroah-Hartman 1-2/+2
2013-08-21sysfs: group.c: move EXPORT_SYMBOL_GPL() to the proper locationGravatar Greg Kroah-Hartman 1-6/+3
2013-08-21sysfs: add sysfs_create/remove_groups()Gravatar Greg Kroah-Hartman 1-0/+54
2013-07-16sysfs: prevent warning when only using binary attributesGravatar Oliver Schinagl 1-2/+2
2013-07-16sysfs: add support for binary attributes in groupsGravatar Greg Kroah-Hartman 1-20/+46
2013-01-25sysfs: Functions for adding/removing symlinks to/from attribute groupsGravatar Rafael J. Wysocki 1-0/+42