summaryrefslogtreecommitdiffstats
path: root/fs/sysfs
Commit message (Expand)AuthorAgeFilesLines
* sysfs: group.c: fix up kerneldocGreg Kroah-Hartman2013-08-221-2/+2
* sysfs: sysfs.h: fix coding style issuesGreg Kroah-Hartman2013-08-221-8/+10
* sysfs: file.c: fix up broken string warningsGreg Kroah-Hartman2013-08-221-4/+6
* sysfs: dir.c: fix up odd do/while indentationGreg Kroah-Hartman2013-08-221-7/+8
* sysfs: fix up uaccess.h coding style warningsGreg Kroah-Hartman2013-08-222-3/+2Star
* sysfs: fix up 80 column coding style issuesGreg Kroah-Hartman2013-08-224-10/+15
* sysfs: fix up space coding style issuesGreg Kroah-Hartman2013-08-226-36/+36
* sysfs: remove trailing whitespaceGreg Kroah-Hartman2013-08-224-15/+13Star
* sysfs: fix placement of EXPORT_SYMBOL()Greg Kroah-Hartman2013-08-223-20/+8Star
* 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
* 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-081-4/+6
| * sysfs: kill sysfs_sb declaration in fs/sysfs/inode.c.Rami Rosen2013-05-171-2/+0Star
| * sysfs: sysfs_link_sibling(): fix typo in commentWarner Wang2013-05-171-1/+1
* | [readdir] convert sysfsAl Viro2013-06-291-48/+18Star
|/
* sysfs: check if one entry has been removed before freeingMing Lei2013-04-061-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-211-0/+4
| | * sysfs: fix race between readdir and lseekMing Lei2013-03-211-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/+2Star
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-2/+1Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-3/+3
|\
| * new helper: file_inode(file)Al Viro2013-02-231-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-181-0/+1
|\
| * userns: Allow unprivilged mounts of proc and sysfsEric W. Biederman2012-11-201-0/+1
* | sysfs: Mark sysfs_attr_ns staticJosh Triplett2012-11-271-2/+2
|/
* sysfs: sysfs_pathname/sysfs_add_one: Use strlcat() instead of strcat()Geert Uytterhoeven2012-10-251-8/+8
* sysfs: Fix comment typo "sysf_create_link".Robert P. J. Day2012-09-051-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-011-0/+2
|\
| * sysfs: Push file_update_time() into bin_page_mkwrite()Jan Kara2012-07-301-0/+2
* | Merge tag 'driver-core-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-07-261-0/+10
|\ \ | |/ |/|
| * sysfs: fail dentry revalidation after namespace change fixAndrew Morton2012-07-171-3/+5
| * sysfs: fail dentry revalidation after namespace changeGlauber Costa2012-07-171-0/+8
* | VFS: Pass mount flags to sget()David Howells2012-07-141-2/+1Star