summaryrefslogtreecommitdiffstats
path: root/fs/sysfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | sysfs: just use d_materialise_unique()Al Viro2012-07-141-8/+1Star
* | sysfs: switch to ->s_d_op and ->d_release()Al Viro2012-07-143-10/+8Star
* | stop passing nameidata to ->lookup()Al Viro2012-07-141-1/+1
* | stop passing nameidata * to ->d_revalidate()Al Viro2012-07-141-2/+2
|/
* Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds2012-05-281-1/+1
|\
| * vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-241-2/+2
|\ \
| * | userns: Convert sysfs to use kgid/kuid where appropriateEric W. Biederman2012-05-151-2/+2
* | | sysfs: get rid of some lockdep false positivesAlan Stern2012-05-141-5/+26
* | | sysfs: Removed dup_name entirely in sysfs_renameSasikantha babu2012-05-021-4/+2Star
| |/ |/|
* | sysfs: handle 'parent deleted before child added'Dan Williams2012-04-101-0/+3
* | sysfs: Prevent crash on unset sysfs group attributesBruno Prémont2012-04-101-1/+5
* | sysfs: Update the name hash for an entry after changing the namespaceTom Goff2012-04-101-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-211-2/+1Star
|\
| * switch open-coded instances of d_make_root() to new helperAl Viro2012-03-211-2/+1Star
* | Revert "sysfs: Kill nlink counting."Greg Kroah-Hartman2012-03-083-0/+10