index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
sysfs
/
group.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-14
Merge tag 'chrome-platform-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+15
2015-10-19
sysfs: added __compat_only_sysfs_link_entry_to_kobj()
Jarkko Sakkinen
1
-0
/
+44
2015-10-08
sysfs: Support is_visible() on binary attributes
Emilio López
1
-2
/
+15
2015-05-24
sysfs: disambiguate between "error code" and "failure" in comments
Antonio Ospite
1
-3
/
+3
2015-03-25
sysfs: Only accept read/write permissions for file attributes
Vivien Didelot
1
-0
/
+6
2015-03-25
sysfs: Use only return value from is_visible for the file mode
Guenter Roeck
1
-3
/
+2
2015-02-04
sysfs: fix warning when creating a sysfs group without attributes
Javi Merino
1
-1
/
+1
2014-05-28
sysfs: fix attribute_group bin file path on removal
Robert ABEL
1
-5
/
+5
2014-02-16
sysfs: create bin_attributes under the requested group
Cody P Schafer
1
-2
/
+5
2013-12-17
kernfs: add @mode to kernfs_create_dir[_ns]()
Tejun Heo
1
-1
/
+2
2013-12-12
kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordingly
Tejun Heo
1
-48
/
+48
2013-11-30
sysfs, kernfs: introduce kernfs[_find_and]_get() and kernfs_put()
Tejun Heo
1
-14
/
+16
2013-11-30
sysfs, kernfs: remove SYSFS_KOBJ_BIN_ATTR
Tejun Heo
1
-3
/
+2
2013-11-30
sysfs, kernfs: introduce kernfs_create_dir[_ns]()
Tejun Heo
1
-3
/
+6
2013-11-28
sysfs, kernfs: introduce kernfs_remove[_by_name[_ns]]()
Tejun Heo
1
-8
/
+7
2013-10-04
sysfs: introduce [__]sysfs_remove()
Tejun Heo
1
-2
/
+2
2013-09-27
sysfs: @name comes before @ns
Tejun Heo
1
-6
/
+6
2013-09-27
sysfs: clean up sysfs_get_dirent()
Tejun Heo
1
-5
/
+5
2013-09-27
sysfs: make attr namespace interface less convoluted
Tejun Heo
1
-3
/
+4
2013-08-22
sysfs: group.c: fix up kerneldoc
Greg Kroah-Hartman
1
-2
/
+2
2013-08-22
sysfs: group: update copyright to add myself and the LF
Greg Kroah-Hartman
1
-0
/
+2
2013-08-22
sysfs: group.c: add kerneldoc for sysfs_remove_group
Greg Kroah-Hartman
1
-2
/
+10
2013-08-22
sysfs: group.c: fix up broken string coding style
Greg Kroah-Hartman
1
-2
/
+3
2013-08-22
sysfs: group.c: fix up some * coding style issues
Greg Kroah-Hartman
1
-6
/
+6
2013-08-22
sysfs: group.c: fix trailing whitespace
Greg Kroah-Hartman
1
-2
/
+2
2013-08-22
sysfs: group.c: move EXPORT_SYMBOL_GPL() to the proper location
Greg Kroah-Hartman
1
-6
/
+3
2013-08-22
sysfs: add sysfs_create/remove_groups()
Greg Kroah-Hartman
1
-0
/
+54
2013-07-16
sysfs: prevent warning when only using binary attributes
Oliver Schinagl
1
-2
/
+2
2013-07-16
sysfs: add support for binary attributes in groups
Greg Kroah-Hartman
1
-20
/
+46
2013-01-26
sysfs: Functions for adding/removing symlinks to/from attribute groups
Rafael J. Wysocki
1
-0
/
+42
2012-04-11
sysfs: Prevent crash on unset sysfs group attributes
Bruno Prémont
1
-1
/
+5
2012-01-04
switch ->is_visible() to returning umode_t
Al Viro
1
-1
/
+1
2011-05-11
SYSFS: Fix erroneous comments for sysfs_update_group().
Robert P. J. Day
1
-3
/
+3
2010-11-29
sysfs: remove useless test from sysfs_merge_group
Alan Stern
1
-8
/
+2
2010-10-17
sysfs: Add sysfs_merge_group() and sysfs_unmerge_group()
Alan Stern
1
-0
/
+59
2010-05-21
sysfs: Implement sysfs tagged directory support.
Eric W. Biederman
1
-3
/
+3
2008-07-26
Use WARN() in fs/sysfs
Arjan van de Ven
1
-2
/
+1
2008-04-23
[SCSI] sysfs: make group is_valid return a mode_t
James Bottomley
1
-13
/
+70
2008-02-07
sysfs: remove BUG_ON() from sysfs_remove_group()
Greg Kroah-Hartman
1
-1
/
+6
2008-01-23
[SCSI] sysfs: add filter function to groups
James Bottomley
1
-10
/
+16
2007-10-13
sysfs: Remove first pass at shadow directory support
Eric W. Biederman
1
-1
/
+0
2007-10-13
sysfs: cleanup semaphore.h
Dave Young
1
-1
/
+0
2007-07-12
sysfs: make kobj point to sysfs_dirent instead of dentry
Tejun Heo
1
-28
/
+27
2007-04-27
security: prevent permission checking of file removal via sysfs_remove_group()
James Morris
1
-2
/
+4
2007-02-07
sysfs: Shadow directory support
Eric W. Biederman
1
-0
/
+1
2007-02-07
Driver core: fix race in sysfs between sysfs_remove_file() and read()/write()
Oliver Neukum
1
-0
/
+1
2005-06-23
[PATCH] remove duplicate get_dentry functions in various places
Christoph Hellwig
1
-1
/
+3
2005-04-17
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+84