aboutsummaryrefslogtreecommitdiffstats
path: root/fs/sysfs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-09-071-12/+8
|\
| * sysfs: use check_submounts_and_drop()Miklos Szeredi2013-09-051-12/+8
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-09-071-2/+9
|\ \ | |/ |/|
| * sysfs: Restrict mounting sysfsEric W. Biederman2013-08-281-3/+9
| * userns: Better restrictions on when proc and sysfs can be mountedEric W. Biederman2013-08-261-1/+2
* | sysfs: group.c: fix up kerneldocGreg Kroah-Hartman2013-08-221-2/+2
* | sysfs: sysfs.h: fix coding style issuesGreg Kroah-Hartman2013-08-211-8/+10
* | sysfs: file.c: fix up broken string warningsGreg Kroah-Hartman2013-08-211-4/+6
* | sysfs: dir.c: fix up odd do/while indentationGreg Kroah-Hartman2013-08-211-7/+8
* | sysfs: fix up uaccess.h coding style warningsGreg Kroah-Hartman2013-08-212-3/+2
* | sysfs: fix up 80 column coding style issuesGreg Kroah-Hartman2013-08-214-10/+15
* | sysfs: fix up space coding style issuesGreg Kroah-Hartman2013-08-216-36/+36
* | sysfs: remove trailing whitespaceGreg Kroah-Hartman2013-08-214-15/+13
* | sysfs: fix placement of EXPORT_SYMBOL()Greg Kroah-Hartman2013-08-213-20/+8
* | sysfs: group: update copyright to add myself and the LFGreg Kroah-Hartman2013-08-211-0/+2
* | sysfs: group.c: add kerneldoc for sysfs_remove_groupGreg Kroah-Hartman2013-08-211-2/+10
* | sysfs: group.c: fix up broken string coding styleGreg Kroah-Hartman2013-08-211-2/+3
* | sysfs: group.c: fix up some * coding style issuesGreg Kroah-Hartman2013-08-211-6/+6
* | sysfs: group.c: fix trailing whitespaceGreg Kroah-Hartman2013-08-211-2/+2
* | sysfs: group.c: move EXPORT_SYMBOL_GPL() to the proper locationGreg Kroah-Hartman2013-08-211-6/+3
* | sysfs: add sysfs_create/remove_groups()Greg Kroah-Hartman2013-08-211-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
|/
* Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-023-7/+7
|\
| * sysfs_notify is only possible on file attributesNick Dyer2013-06-071-4/+6
| * sysfs: kill sysfs_sb declaration in fs/sysfs/inode.c.Rami Rosen2013-05-171-2/+0
| * sysfs: sysfs_link_sibling(): fix typo in commentWarner Wang2013-05-171-1/+1
* | [readdir] convert sysfsAl Viro2013-06-291-48/+18
|/
* sysfs: check if one entry has been removed before freeingMing Lei2013-04-051-1/+8
* sysfs: fix use after free in case of concurrent read/write and readdirMing Lei2013-04-031-4/+11
* Merge v3.9-rc5 into driver-core-nextGreg Kroah-Hartman2013-04-012-1/+20
|\
| * Merge tag 'driver-core-3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-03-281-1/+16
| |\
| | * sysfs: handle failure path correctly for readdir()Ming Lei2013-03-201-0/+4
| | * sysfs: fix race between readdir and lseekMing Lei2013-03-201-1/+12
| * | userns: Restrict when proc and sysfs can be mountedEric W. Biederman2013-03-271-0/+4
| |/
* | sysfs: use atomic_inc_unless_negative in sysfs_get_activeMaarten Lankhorst2013-03-251-15/+2
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-2/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-3/+3
|\
| * new helper: file_inode(file)Al Viro2013-02-221-3/+3
* | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-1/+1
|\ \
| * | Revert "sysfs: Convert print_symbol to %pSR"Greg Kroah-Hartman2013-01-171-2/+2
| * | sysfs: Convert print_symbol to %pSRJoe Perches2013-01-171-2/+2
| * | sysfs: Fixed a trailing white space errorBin Wang2013-01-171-1/+1
| |/
* | sysfs: Functions for adding/removing symlinks to/from attribute groupsRafael J. Wysocki2013-01-253-13/+76
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-12-171-0/+1
|\
| * userns: Allow unprivilged mounts of proc and sysfsEric W. Biederman2012-11-201-0/+1
* | sysfs: Mark sysfs_attr_ns staticJosh Triplett2012-11-261-2/+2
|/
* sysfs: sysfs_pathname/sysfs_add_one: Use strlcat() instead of strcat()Geert Uytterhoeven2012-10-241-8/+8
* sysfs: Fix comment typo "sysf_create_link".Robert P. J. Day2012-09-041-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-011-0/+2
|\