aboutsummaryrefslogtreecommitdiffstats
path: root/fs/sysfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-24sysfs: Complain bitterly about attempts to remove files from nonexistent directories.Eric W. Biederman2-1/+10
2012-01-03sysfs: propagate umode_tAl Viro3-4/+4
2012-01-03switch sysfs_chmod_file() to umode_tAl Viro1-1/+1
2012-01-03switch ->is_visible() to returning umode_tAl Viro1-1/+1
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-1/+1
2011-11-01sysfs: Make sysfs_rename safe with sysfs_dirents in rbtrees.Eric W. Biederman1-8/+6
2011-10-25sysfs: Remove support for tagged directories with untagged members (again)Eric W. Biederman1-4/+4
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-7/+65
2011-10-19sysfs: Reject with a warning invalid uses of tagged directories.Eric W. Biederman2-3/+14
2011-10-19sysfs: Remove support for tagged directories with untagged members.Eric W. Biederman2-5/+3
2011-10-19sysfs: Implement support for tagged files in sysfs.Eric W. Biederman1-2/+51
2011-09-26sysfs: add unsigned long cast to prevent compile warningHeiko Carstens1-1/+2
2011-08-22sysfs: use rb-tree for inode number lookupMikulas Patocka2-42/+52
2011-08-22sysfs: remove s_sibling hacksMikulas Patocka2-12/+12
2011-08-22sysfs: use rb-tree for name lookupsMikulas Patocka2-7/+55
2011-08-22sysfs: count subdirectoriesMikulas Patocka3-13/+9
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro2-3/+3
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Al Viro1-1/+1
2011-07-20kill check_acl callback of generic_permission()Al Viro1-1/+1
2011-06-12Delay struct net freeing while there's a sysfs instance refering to itAl Viro2-27/+12
2011-05-13sysfs: remove "last sysfs file:" line from the oops messagesGreg Kroah-Hartman1-12/+0
2011-05-10SYSFS: Fix erroneous comments for sysfs_update_group().Robert P. J. Day1-3/+3
2011-01-20kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes1-1/+1
2011-01-10Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-8/+2
2011-01-10headers: kobject.h reduxAlexey Dobriyan2-0/+2
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin2-4/+9
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin1-1/+5
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-1/+1
2011-01-07fs: change d_delete semanticsNick Piggin1-1/+1
2010-11-29sysfs: remove useless test from sysfs_merge_groupAlan Stern1-8/+2
2010-10-29convert sysfsAl Viro1-19/+13
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-34/+34
2010-10-22sysfs: only access bin file vm_ops with the active lockEric W. Biederman1-16/+26
2010-10-22sysfs: Fail bin file mmap if vma close is implemented.Eric W. Biederman1-18/+8
2010-10-17sysfs: Add sysfs_merge_group() and sysfs_unmerge_group()Alan Stern1-0/+59
2010-09-03sysfs: checking for NULL instead of ERR_PTRDan Carpenter1-1/+1
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds3-6/+6
2010-08-09switch sysfs to ->evict_inode()Al Viro3-5/+5
2010-08-09rename generic_setattrChristoph Hellwig1-1/+1
2010-08-05sysfs: sysfs_chmod_file's attr can be constJean Delvare1-1/+2
2010-07-26sysfs: allow creating symlinks from untagged to tagged directoriesEric W. Biederman1-1/+2
2010-07-26sysfs: sysfs_delete_link handle symlinks from untagged to tagged directories.Eric W. Biederman1-1/+1
2010-07-26sysfs: Don't allow the creation of symlinks we can't removeEric W. Biederman1-5/+18
2010-06-04fix setattr error handling in sysfs, configfsNick Piggin1-2/+4
2010-05-27fs: convert simple fs to new truncateNick Piggin1-5/+3
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright1-13/+11
2010-05-21sysfs: Remove usage of S_BIAS to avoid merge conflict with the vfs treeEric W. Biederman1-3/+8
2010-05-21sysfs: Comment sysfs directory tagging logicSerge E. Hallyn2-1/+20
2010-05-21sysfs: Implement sysfs_delete_linkEric W. Biederman1-0/+20
2010-05-21sysfs: Add support for tagged directories with untagged members.Eric W. Biederman2-9/+5