summaryrefslogtreecommitdiffstats
path: root/fs/sysfs/group.c
Commit message (Expand)AuthorAgeFilesLines
* sysfs: Add sysfs_update_groups functionJiri Olsa2019-06-031-15/+39
* sysfs: convert BUG_ON to WARN_ONGreg Kroah-Hartman2019-01-071-1/+2
* Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-08-181-8/+22
|\
| * sysfs: Fix internal_create_group() for named group updatesRajat Jain2018-07-071-7/+22
* | sysfs, kobject: allow creating kobject belonging to arbitrary usersDmitry Torokhov2018-07-211-6/+17
|/
* sysfs: use SPDX identifiersGreg Kroah-Hartman2018-01-231-3/+1Star
* sysfs: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych2017-12-181-1/+1
* sysfs print name of undiscoverable attribute groupJohannes Thumshirn2016-09-271-2/+2
* Merge tag 'chrome-platform-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-11-141-2/+15
|\
| * sysfs: Support is_visible() on binary attributesEmilio López2015-10-081-2/+15
* | sysfs: added __compat_only_sysfs_link_entry_to_kobj()Jarkko Sakkinen2015-10-191-0/+44
|/
* sysfs: disambiguate between "error code" and "failure" in commentsAntonio Ospite2015-05-241-3/+3
* sysfs: Only accept read/write permissions for file attributesVivien Didelot2015-03-251-0/+6
* sysfs: Use only return value from is_visible for the file modeGuenter Roeck2015-03-251-3/+2Star
* sysfs: fix warning when creating a sysfs group without attributesJavi Merino2015-02-041-1/+1
* sysfs: fix attribute_group bin file path on removalRobert ABEL2014-05-271-5/+5
* sysfs: create bin_attributes under the requested groupCody P Schafer2014-02-151-2/+5
* kernfs: add @mode to kernfs_create_dir[_ns]()Tejun Heo2013-12-171-1/+2
* kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordinglyTejun Heo2013-12-121-48/+48
* sysfs, kernfs: introduce kernfs[_find_and]_get() and kernfs_put()Tejun Heo2013-11-301-14/+16
* sysfs, kernfs: remove SYSFS_KOBJ_BIN_ATTRTejun Heo2013-11-301-3/+2Star
* sysfs, kernfs: introduce kernfs_create_dir[_ns]()Tejun Heo2013-11-301-3/+6
* sysfs, kernfs: introduce kernfs_remove[_by_name[_ns]]()Tejun Heo2013-11-271-8/+7Star
* sysfs: introduce [__]sysfs_remove()Tejun Heo2013-10-041-2/+2
* sysfs: @name comes before @nsTejun Heo2013-09-271-6/+6
* sysfs: clean up sysfs_get_dirent()Tejun Heo2013-09-271-5/+5
* sysfs: make attr namespace interface less convolutedTejun Heo2013-09-261-3/+4
* sysfs: group.c: fix up kerneldocGreg Kroah-Hartman2013-08-221-2/+2
* sysfs: group: update copyright to add myself and the LFGreg Kroah-Hartman2013-08-221-0/+2
* sysfs: group.c: add kerneldoc for sysfs_remove_groupGreg Kroah-Hartman2013-08-221-2/+10
* sysfs: group.c: fix up broken string coding styleGreg Kroah-Hartman2013-08-221-2/+3
* sysfs: group.c: fix up some * coding style issuesGreg Kroah-Hartman2013-08-221-6/+6
* sysfs: group.c: fix trailing whitespaceGreg Kroah-Hartman2013-08-221-2/+2
* sysfs: group.c: move EXPORT_SYMBOL_GPL() to the proper locationGreg Kroah-Hartman2013-08-221-6/+3Star
* sysfs: add sysfs_create/remove_groups()Greg Kroah-Hartman2013-08-221-0/+54
* sysfs: prevent warning when only using binary attributesOliver Schinagl2013-07-161-2/+2
* sysfs: add support for binary attributes in groupsGreg Kroah-Hartman2013-07-161-20/+46
* sysfs: Functions for adding/removing symlinks to/from attribute groupsRafael J. Wysocki2013-01-251-0/+42
* sysfs: Prevent crash on unset sysfs group attributesBruno Prémont2012-04-101-1/+5
* switch ->is_visible() to returning umode_tAl Viro2012-01-041-1/+1
* SYSFS: Fix erroneous comments for sysfs_update_group().Robert P. J. Day2011-05-101-3/+3
* sysfs: remove useless test from sysfs_merge_groupAlan Stern2010-11-291-8/+2Star
* sysfs: Add sysfs_merge_group() and sysfs_unmerge_group()Alan Stern2010-10-171-0/+59
* sysfs: Implement sysfs tagged directory support.Eric W. Biederman2010-05-211-3/+3
* Use WARN() in fs/sysfsArjan van de Ven2008-07-261-2/+1Star
* [SCSI] sysfs: make group is_valid return a mode_tJames Bottomley2008-04-221-13/+70
* sysfs: remove BUG_ON() from sysfs_remove_group()Greg Kroah-Hartman2008-02-071-1/+6
* [SCSI] sysfs: add filter function to groupsJames Bottomley2008-01-231-10/+16
* sysfs: Remove first pass at shadow directory supportEric W. Biederman2007-10-121-1/+0Star
* sysfs: cleanup semaphore.hDave Young2007-10-121-1/+0Star