| Commit message (Expand) | Author | Age | Files | Lines |
* | sysfs: split out binary attribute handling from sysfs_add_file_mode_ns | Christoph Hellwig | 2021-09-14 | 1 | -8/+7 |
* | sysfs: Use local reference in compat_only_sysfs_link_entry_to_kobj() | Geert Uytterhoeven | 2021-07-21 | 1 | -1/+1 |
* | sysfs: remove redundant __compat_only_sysfs_link_entry_to_kobj fn | Linus Torvalds | 2020-04-05 | 1 | -16/+0 |
* | Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2020-04-05 | 1 | -3/+25 |
|\ |
|
| * | sysfs: Wrap __compat_only_sysfs_link_entry_to_kobj function to change the sym... | Sourabh Jain | 2020-02-19 | 1 | -3/+25 |
* | | sysfs: add sysfs_group{s}_change_owner() | Christian Brauner | 2020-02-26 | 1 | -0/+115 |
|/ |
|
* | treewide: remove redundant IS_ERR() before error code check | Masahiro Yamada | 2020-02-04 | 1 | -1/+1 |
* | sysfs: Add sysfs_update_groups function | Jiri Olsa | 2019-06-03 | 1 | -15/+39 |
* | sysfs: convert BUG_ON to WARN_ON | Greg Kroah-Hartman | 2019-01-07 | 1 | -1/+2 |
* | Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2018-08-18 | 1 | -8/+22 |
|\ |
|
| * | sysfs: Fix internal_create_group() for named group updates | Rajat Jain | 2018-07-07 | 1 | -7/+22 |
* | | sysfs, kobject: allow creating kobject belonging to arbitrary users | Dmitry Torokhov | 2018-07-20 | 1 | -6/+17 |
|/ |
|
* | sysfs: use SPDX identifiers | Greg Kroah-Hartman | 2018-01-23 | 1 | -3/+1 |
* | sysfs: Use PTR_ERR_OR_ZERO() | Vasyl Gomonovych | 2017-12-18 | 1 | -1/+1 |
* | sysfs print name of undiscoverable attribute group | Johannes Thumshirn | 2016-09-27 | 1 | -2/+2 |
* | Merge tag 'chrome-platform-4.4' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2015-11-13 | 1 | -2/+15 |
|\ |
|
| * | sysfs: Support is_visible() on binary attributes | Emilio López | 2015-10-07 | 1 | -2/+15 |
* | | sysfs: added __compat_only_sysfs_link_entry_to_kobj() | Jarkko Sakkinen | 2015-10-19 | 1 | -0/+44 |
|/ |
|
* | sysfs: disambiguate between "error code" and "failure" in comments | Antonio Ospite | 2015-05-24 | 1 | -3/+3 |
* | sysfs: Only accept read/write permissions for file attributes | Vivien Didelot | 2015-03-25 | 1 | -0/+6 |
* | sysfs: Use only return value from is_visible for the file mode | Guenter Roeck | 2015-03-25 | 1 | -3/+2 |
* | sysfs: fix warning when creating a sysfs group without attributes | Javi Merino | 2015-02-03 | 1 | -1/+1 |
* | sysfs: fix attribute_group bin file path on removal | Robert ABEL | 2014-05-27 | 1 | -5/+5 |
* | sysfs: create bin_attributes under the requested group | Cody P Schafer | 2014-02-15 | 1 | -2/+5 |
* | kernfs: add @mode to kernfs_create_dir[_ns]() | Tejun Heo | 2013-12-17 | 1 | -1/+2 |
* | kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordingly | Tejun Heo | 2013-12-11 | 1 | -48/+48 |
* | sysfs, kernfs: introduce kernfs[_find_and]_get() and kernfs_put() | Tejun Heo | 2013-11-29 | 1 | -14/+16 |
* | sysfs, kernfs: remove SYSFS_KOBJ_BIN_ATTR | Tejun Heo | 2013-11-29 | 1 | -3/+2 |
* | sysfs, kernfs: introduce kernfs_create_dir[_ns]() | Tejun Heo | 2013-11-29 | 1 | -3/+6 |
* | sysfs, kernfs: introduce kernfs_remove[_by_name[_ns]]() | Tejun Heo | 2013-11-27 | 1 | -8/+7 |
* | sysfs: introduce [__]sysfs_remove() | Tejun Heo | 2013-10-03 | 1 | -2/+2 |
* | sysfs: @name comes before @ns | Tejun Heo | 2013-09-26 | 1 | -6/+6 |
* | sysfs: clean up sysfs_get_dirent() | Tejun Heo | 2013-09-26 | 1 | -5/+5 |
* | sysfs: make attr namespace interface less convoluted | Tejun Heo | 2013-09-26 | 1 | -3/+4 |
* | sysfs: group.c: fix up kerneldoc | Greg Kroah-Hartman | 2013-08-22 | 1 | -2/+2 |
* | sysfs: group: update copyright to add myself and the LF | Greg Kroah-Hartman | 2013-08-21 | 1 | -0/+2 |
* | sysfs: group.c: add kerneldoc for sysfs_remove_group | Greg Kroah-Hartman | 2013-08-21 | 1 | -2/+10 |
* | sysfs: group.c: fix up broken string coding style | Greg Kroah-Hartman | 2013-08-21 | 1 | -2/+3 |
* | sysfs: group.c: fix up some * coding style issues | Greg Kroah-Hartman | 2013-08-21 | 1 | -6/+6 |
* | sysfs: group.c: fix trailing whitespace | Greg Kroah-Hartman | 2013-08-21 | 1 | -2/+2 |
* | sysfs: group.c: move EXPORT_SYMBOL_GPL() to the proper location | Greg Kroah-Hartman | 2013-08-21 | 1 | -6/+3 |
* | sysfs: add sysfs_create/remove_groups() | Greg Kroah-Hartman | 2013-08-21 | 1 | -0/+54 |
* | sysfs: prevent warning when only using binary attributes | Oliver Schinagl | 2013-07-16 | 1 | -2/+2 |
* | sysfs: add support for binary attributes in groups | Greg Kroah-Hartman | 2013-07-16 | 1 | -20/+46 |
* | sysfs: Functions for adding/removing symlinks to/from attribute groups | Rafael J. Wysocki | 2013-01-25 | 1 | -0/+42 |
* | sysfs: Prevent crash on unset sysfs group attributes | Bruno Prémont | 2012-04-10 | 1 | -1/+5 |
* | switch ->is_visible() to returning umode_t | Al Viro | 2012-01-03 | 1 | -1/+1 |
* | SYSFS: Fix erroneous comments for sysfs_update_group(). | Robert P. J. Day | 2011-05-10 | 1 | -3/+3 |
* | sysfs: remove useless test from sysfs_merge_group | Alan Stern | 2010-11-29 | 1 | -8/+2 |
* | sysfs: Add sysfs_merge_group() and sysfs_unmerge_group() | Alan Stern | 2010-10-17 | 1 | -0/+59 |