summaryrefslogtreecommitdiff
path: root/fs/sysfs/group.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-04sysfs: fix warning when creating a sysfs group without attributesJavi Merino1-1/+1
2014-05-28sysfs: fix attribute_group bin file path on removalRobert ABEL1-5/+5
2014-02-16sysfs: create bin_attributes under the requested groupCody P Schafer1-2/+5
2013-12-17kernfs: add @mode to kernfs_create_dir[_ns]()Tejun Heo1-1/+2
2013-12-12kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordinglyTejun Heo1-48/+48
2013-11-30sysfs, kernfs: introduce kernfs[_find_and]_get() and kernfs_put()Tejun Heo1-14/+16
2013-11-30sysfs, kernfs: remove SYSFS_KOBJ_BIN_ATTRTejun Heo1-3/+2
2013-11-30sysfs, kernfs: introduce kernfs_create_dir[_ns]()Tejun Heo1-3/+6
2013-11-28sysfs, kernfs: introduce kernfs_remove[_by_name[_ns]]()Tejun Heo1-8/+7
2013-10-04sysfs: introduce [__]sysfs_remove()Tejun Heo1-2/+2
2013-09-27sysfs: @name comes before @nsTejun Heo1-6/+6
2013-09-27sysfs: clean up sysfs_get_dirent()Tejun Heo1-5/+5
2013-09-27sysfs: make attr namespace interface less convolutedTejun Heo1-3/+4
2013-08-22sysfs: group.c: fix up kerneldocGreg Kroah-Hartman1-2/+2
2013-08-22sysfs: group: update copyright to add myself and the LFGreg Kroah-Hartman1-0/+2
2013-08-22sysfs: group.c: add kerneldoc for sysfs_remove_groupGreg Kroah-Hartman1-2/+10
2013-08-22sysfs: group.c: fix up broken string coding styleGreg Kroah-Hartman1-2/+3
2013-08-22sysfs: group.c: fix up some * coding style issuesGreg Kroah-Hartman1-6/+6
2013-08-22sysfs: group.c: fix trailing whitespaceGreg Kroah-Hartman1-2/+2
2013-08-22sysfs: group.c: move EXPORT_SYMBOL_GPL() to the proper locationGreg Kroah-Hartman1-6/+3
2013-08-22sysfs: add sysfs_create/remove_groups()Greg Kroah-Hartman1-0/+54
2013-07-16sysfs: prevent warning when only using binary attributesOliver Schinagl1-2/+2
2013-07-16sysfs: add support for binary attributes in groupsGreg Kroah-Hartman1-20/+46
2013-01-26sysfs: Functions for adding/removing symlinks to/from attribute groupsRafael J. Wysocki1-0/+42
2012-04-11sysfs: Prevent crash on unset sysfs group attributesBruno Prémont1-1/+5
2012-01-04switch ->is_visible() to returning umode_tAl Viro1-1/+1
2011-05-11SYSFS: Fix erroneous comments for sysfs_update_group().Robert P. J. Day1-3/+3
2010-11-29sysfs: remove useless test from sysfs_merge_groupAlan Stern1-8/+2
2010-10-17sysfs: Add sysfs_merge_group() and sysfs_unmerge_group()Alan Stern1-0/+59
2010-05-21sysfs: Implement sysfs tagged directory support.Eric W. Biederman1-3/+3
2008-07-26Use WARN() in fs/sysfsArjan van de Ven1-2/+1
2008-04-23[SCSI] sysfs: make group is_valid return a mode_tJames Bottomley1-13/+70
2008-02-07sysfs: remove BUG_ON() from sysfs_remove_group()Greg Kroah-Hartman1-1/+6
2008-01-23[SCSI] sysfs: add filter function to groupsJames Bottomley1-10/+16
2007-10-13sysfs: Remove first pass at shadow directory supportEric W. Biederman1-1/+0
2007-10-13sysfs: cleanup semaphore.hDave Young1-1/+0
2007-07-12sysfs: make kobj point to sysfs_dirent instead of dentryTejun Heo1-28/+27
2007-04-27security: prevent permission checking of file removal via sysfs_remove_group()James Morris1-2/+4
2007-02-07sysfs: Shadow directory supportEric W. Biederman1-0/+1
2007-02-07Driver core: fix race in sysfs between sysfs_remove_file() and read()/write()Oliver Neukum1-0/+1
2005-06-23[PATCH] remove duplicate get_dentry functions in various placesChristoph Hellwig1-1/+3
2005-04-17Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+84