aboutsummaryrefslogtreecommitdiffstats
path: root/fs/sysfs/group.c
AgeCommit message (Expand)Author
2018-01-23sysfs: use SPDX identifiersGreg Kroah-Hartman
2017-12-18sysfs: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych
2016-09-27sysfs print name of undiscoverable attribute groupJohannes Thumshirn
2015-11-13Merge 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-07sysfs: Support is_visible() on binary attributesEmilio López
2015-05-24sysfs: disambiguate between "error code" and "failure" in commentsAntonio Ospite
2015-03-25sysfs: Only accept read/write permissions for file attributesVivien Didelot
2015-03-25sysfs: Use only return value from is_visible for the file modeGuenter Roeck
2015-02-03sysfs: fix warning when creating a sysfs group without attributesJavi Merino
2014-05-27sysfs: fix attribute_group bin file path on removalRobert ABEL
2014-02-15sysfs: create bin_attributes under the requested groupCody P Schafer
2013-12-17kernfs: add @mode to kernfs_create_dir[_ns]()Tejun Heo
2013-12-11kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordinglyTejun Heo
2013-11-29sysfs, kernfs: introduce kernfs[_find_and]_get() and kernfs_put()Tejun Heo
2013-11-29sysfs, kernfs: remove SYSFS_KOBJ_BIN_ATTRTejun Heo
2013-11-29sysfs, kernfs: introduce kernfs_create_dir[_ns]()Tejun Heo
2013-11-27sysfs, kernfs: introduce kernfs_remove[_by_name[_ns]]()Tejun Heo
2013-10-03sysfs: introduce [__]sysfs_remove()Tejun Heo
2013-09-26sysfs: @name comes before @nsTejun Heo
2013-09-26sysfs: clean up sysfs_get_dirent()Tejun Heo
2013-09-26sysfs: make attr namespace interface less convolutedTejun Heo
2013-08-22sysfs: group.c: fix up kerneldocGreg Kroah-Hartman
2013-08-21sysfs: group: update copyright to add myself and the LFGreg Kroah-Hartman
2013-08-21sysfs: group.c: add kerneldoc for sysfs_remove_groupGreg Kroah-Hartman
2013-08-21sysfs: group.c: fix up broken string coding styleGreg Kroah-Hartman
2013-08-21sysfs: group.c: fix up some * coding style issuesGreg Kroah-Hartman
2013-08-21sysfs: group.c: fix trailing whitespaceGreg Kroah-Hartman
2013-08-21sysfs: group.c: move EXPORT_SYMBOL_GPL() to the proper locationGreg Kroah-Hartman
2013-08-21sysfs: add sysfs_create/remove_groups()Greg Kroah-Hartman
2013-07-16sysfs: prevent warning when only using binary attributesOliver Schinagl
2013-07-16sysfs: add support for binary attributes in groupsGreg Kroah-Hartman
2013-01-25sysfs: Functions for adding/removing symlinks to/from attribute groupsRafael J. Wysocki
2012-04-10sysfs: Prevent crash on unset sysfs group attributesBruno Prémont
2012-01-03switch ->is_visible() to returning umode_tAl Viro
2011-05-10SYSFS: Fix erroneous comments for sysfs_update_group().Robert P. J. Day
2010-11-29sysfs: remove useless test from sysfs_merge_groupAlan Stern
2010-10-17sysfs: Add sysfs_merge_group() and sysfs_unmerge_group()Alan Stern
2010-05-21sysfs: Implement sysfs tagged directory support.Eric W. Biederman
2008-07-26Use WARN() in fs/sysfsArjan van de Ven
2008-04-22[SCSI] sysfs: make group is_valid return a mode_tJames Bottomley
2008-02-07sysfs: remove BUG_ON() from sysfs_remove_group()Greg Kroah-Hartman
2008-01-23[SCSI] sysfs: add filter function to groupsJames Bottomley
2007-10-12sysfs: Remove first pass at shadow directory supportEric W. Biederman
2007-10-12sysfs: cleanup semaphore.hDave Young
2007-07-11sysfs: make kobj point to sysfs_dirent instead of dentryTejun Heo
2007-04-27security: prevent permission checking of file removal via sysfs_remove_group()James Morris
2007-02-07sysfs: Shadow directory supportEric W. Biederman
2007-02-07Driver core: fix race in sysfs between sysfs_remove_file() and read()/write()Oliver Neukum
2005-06-23[PATCH] remove duplicate get_dentry functions in various placesChristoph Hellwig