aboutsummaryrefslogtreecommitdiff
path: root/fs/sysfs
AgeCommit message (Expand)Author
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Al Viro
2011-07-20kill check_acl callback of generic_permission()Al Viro
2011-06-12Delay struct net freeing while there's a sysfs instance refering to itAl Viro
2011-05-13sysfs: remove "last sysfs file:" line from the oops messagesGreg Kroah-Hartman
2011-05-10SYSFS: Fix erroneous comments for sysfs_update_group().Robert P. J. Day
2011-01-20kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes
2011-01-10Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2011-01-10headers: kobject.h reduxAlexey Dobriyan
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2011-01-07fs: change d_delete semanticsNick Piggin
2010-11-29sysfs: remove useless test from sysfs_merge_groupAlan Stern
2010-10-29convert sysfsAl Viro
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2010-10-22sysfs: only access bin file vm_ops with the active lockEric W. Biederman
2010-10-22sysfs: Fail bin file mmap if vma close is implemented.Eric W. Biederman
2010-10-17sysfs: Add sysfs_merge_group() and sysfs_unmerge_group()Alan Stern
2010-09-03sysfs: checking for NULL instead of ERR_PTRDan Carpenter
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-08-09switch sysfs to ->evict_inode()Al Viro
2010-08-09rename generic_setattrChristoph Hellwig
2010-08-05sysfs: sysfs_chmod_file's attr can be constJean Delvare
2010-07-26sysfs: allow creating symlinks from untagged to tagged directoriesEric W. Biederman
2010-07-26sysfs: sysfs_delete_link handle symlinks from untagged to tagged directories.Eric W. Biederman
2010-07-26sysfs: Don't allow the creation of symlinks we can't removeEric W. Biederman
2010-06-04fix setattr error handling in sysfs, configfsNick Piggin
2010-05-27fs: convert simple fs to new truncateNick Piggin
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright
2010-05-21sysfs: Remove usage of S_BIAS to avoid merge conflict with the vfs treeEric W. Biederman
2010-05-21sysfs: Comment sysfs directory tagging logicSerge E. Hallyn
2010-05-21sysfs: Implement sysfs_delete_linkEric W. Biederman
2010-05-21sysfs: Add support for tagged directories with untagged members.Eric W. Biederman
2010-05-21sysfs: Implement sysfs tagged directory support.Eric W. Biederman
2010-05-21sysfs: Remove double free sysfs_get_sbEric W. Biederman
2010-05-21sysfs: Basic support for multiple super blocksEric W. Biederman
2010-05-15bridge: update sysfs link names if port device names have changedSimon Arlott
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-07sysfs: Kill unused sysfs_sb variable.Eric W. Biederman
2010-03-07sysfs: Pass super_block to sysfs_get_inodeEric W. Biederman
2010-03-07sysfs: Implement sysfs_rename_linkEric W. Biederman
2010-03-07sysfs: Pack sysfs_dirent more tightly.Eric W. Biederman
2010-03-07sysfs: Serialize updates to the vfs inodeEric W. Biederman
2010-03-07sysfs: Use one lockdep class per sysfs attribute.Eric W. Biederman
2010-03-07sysfs: Only take active references on attributes.Eric W. Biederman
2010-03-07sysfs: Remove sysfs_get/put_active_twoEric W. Biederman
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy
2010-03-07sysfs: Cache the last sysfs_dirent to improve readdir scalability v2Eric W. Biederman
2010-03-07sysfs: Add sysfs_add/remove_files utility functionsAndi Kleen