aboutsummaryrefslogtreecommitdiffstats
path: root/fs/sysfs
Commit message (Expand)AuthorAgeFilesLines
* sysfs: fix use after free in case of concurrent read/write and readdirMing Lei2013-05-131-4/+11
* sysfs: handle failure path correctly for readdir()Ming Lei2013-04-101-0/+4
* sysfs: fix race between readdir and lseekMing Lei2013-04-101-1/+12
* sysfs: sysfs_pathname/sysfs_add_one: Use strlcat() instead of strcat()Geert Uytterhoeven2012-10-301-8/+8
* sysfs: Fix memory leak in sysfs_sd_setsecdata().Masami Ichikawa2012-04-021-5/+6
* sysfs: Complain bitterly about attempts to remove files from nonexistent dire...Eric W. Biederman2012-02-032-1/+10
* filesystems: add set_nlink()Miklos Szeredi2011-11-021-1/+1
* sysfs: Make sysfs_rename safe with sysfs_dirents in rbtrees.Eric W. Biederman2011-11-011-8/+6
* sysfs: Remove support for tagged directories with untagged members (again)Eric W. Biederman2011-10-251-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2011-10-253-7/+65
|\
| * sysfs: Reject with a warning invalid uses of tagged directories.Eric W. Biederman2011-10-192-3/+14
| * sysfs: Remove support for tagged directories with untagged members.Eric W. Biederman2011-10-192-5/+3
| * sysfs: Implement support for tagged files in sysfs.Eric W. Biederman2011-10-191-2/+51
* | sysfs: add unsigned long cast to prevent compile warningHeiko Carstens2011-09-261-1/+2
* | sysfs: use rb-tree for inode number lookupMikulas Patocka2011-08-222-42/+52
* | sysfs: remove s_sibling hacksMikulas Patocka2011-08-222-12/+12
* | sysfs: use rb-tree for name lookupsMikulas Patocka2011-08-222-7/+55
* | sysfs: count subdirectoriesMikulas Patocka2011-08-223-13/+9
|/
* ->permission() sanitizing: don't pass flags to ->permission()Al Viro2011-07-202-3/+3
* ->permission() sanitizing: don't pass flags to generic_permission()Al Viro2011-07-201-1/+1
* kill check_acl callback of generic_permission()Al Viro2011-07-201-1/+1
* Delay struct net freeing while there's a sysfs instance refering to itAl Viro2011-06-122-27/+12
* sysfs: remove "last sysfs file:" line from the oops messagesGreg Kroah-Hartman2011-05-131-12/+0
* SYSFS: Fix erroneous comments for sysfs_update_group().Robert P. J. Day2011-05-101-3/+3
* kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes2011-01-201-1/+1
* Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-01-101-8/+2
|\
| * sysfs: remove useless test from sysfs_merge_groupAlan Stern2010-11-291-8/+2
* | headers: kobject.h reduxAlexey Dobriyan2011-01-102-0/+2
* | fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-072-4/+9
* | fs: rcu-walk aware d_revalidate methodNick Piggin2011-01-071-1/+5
* | fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-1/+1
* | fs: change d_delete semanticsNick Piggin2011-01-071-1/+1
|/
* convert sysfsAl Viro2010-10-291-19/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-10-221-34/+34
|\
| * sysfs: only access bin file vm_ops with the active lockEric W. Biederman2010-10-221-16/+26
| * sysfs: Fail bin file mmap if vma close is implemented.Eric W. Biederman2010-10-221-18/+8
* | sysfs: Add sysfs_merge_group() and sysfs_unmerge_group()Alan Stern2010-10-171-0/+59
|/
* sysfs: checking for NULL instead of ERR_PTRDan Carpenter2010-09-031-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-103-6/+6
|\
| * switch sysfs to ->evict_inode()Al Viro2010-08-093-5/+5
| * rename generic_setattrChristoph Hellwig2010-08-091-1/+1
* | sysfs: sysfs_chmod_file's attr can be constJean Delvare2010-08-051-1/+2
|/
* sysfs: allow creating symlinks from untagged to tagged directoriesEric W. Biederman2010-07-261-1/+2
* sysfs: sysfs_delete_link handle symlinks from untagged to tagged directories.Eric W. Biederman2010-07-261-1/+1
* sysfs: Don't allow the creation of symlinks we can't removeEric W. Biederman2010-07-261-5/+18
* fix setattr error handling in sysfs, configfsNick Piggin2010-06-041-2/+4
* fs: convert simple fs to new truncateNick Piggin2010-05-271-5/+3
* sysfs: add struct file* to bin_attr callbacksChris Wright2010-05-211-13/+11
* sysfs: Remove usage of S_BIAS to avoid merge conflict with the vfs treeEric W. Biederman2010-05-211-3/+8
* sysfs: Comment sysfs directory tagging logicSerge E. Hallyn2010-05-212-1/+20